% name of textfile: P12 medium 5x 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 five 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 /medbumper [1 5 585 144 20 30 20 true false] def % custom proc end % here is your bumpersticker proc /mybumper { 0 1.5 10 setgrid showbumpgrid {57 14 showgrid} if /cstretch 0.02 def /sstretch 0.02 def /yinc 5 def /font1 /Helvetica-Narrow-Bold 4 gonzofont /font2 /AvantGarde-Demi 5 gonzofont 28 8 (|1I Hate |2BUMPERSTICKERS) cc bestgray 0.5 0.5 56 13 0.5 roundbox [1 0 0.55 0.8] superstroke } def /repeatproc {mybumper} def (medbumper) stepandrepeat % eof