% name of textfile: P12 small 10x bumpersticker (DL/Synergetics Feb 91 v1.0) % .... % ========= % This file requires the previous download of gonzo.psl % available from https://www.tinaja.com/pssamp1.shtml % Make sure the following line agrees with your own gonzo.psl location (C:/Users/don/Desktop/gonzo/gonzo.psl) run % use internal gonzo % ========== % Does ten identical bumperstickers per portrait sheet gutility begin % turn on the gonzo utilities nuisance begin % turn on the nuisance commands printerror % turn on the printing error trapper gonzo begin % turn on the gonzo justification /showbumpgrid false def % show bumper grid? % This makes sure your bumpersticker formats are in step and repeat ... /stepnrptparams 40 dict def stepnrptparams begin % regular babybumper is two rows of ten each. This one is wider... /babybumper1x10 [1 10 585 72 40 30 20 false false] def % variation end % here is your bumpersticker proc /mybumper { 0 0 10 setgrid showbumpgrid {56 6 showgrid} if /cstretch 0.02 def /sstretch 0.02 def /font1 /Helvetica-Narrow-Bold 5 gonzofont /font2 /AvantGarde-Demi [4 0 0 5 0 0] gonzofont font1 28 1.4 (Do Not Read This Sign!) cc line1 0 0 mt 6 u 56 r 6 d 56 l } def /repeatproc {mybumper} def (babybumper1x10) stepandrepeat % eof