% name of textfile: P3 Rotary or Rolodex Cards (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 % ========== 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 % manual % remove comment for manual feed card stock stepnrptparams begin /rotary [2 4 288 157 16 78 20 false false] def % cards now form end /showthegrid true def % Do we want to see the layout grid? % true = yes; false = no /repeatproc { 0 0 10 setgrid % get on the usual showthegrid {28 15 showgrid} if % and maybe show the CARD-SIZED grid /yinc 1 def % set the vertical line spacing /cstretch 0.03 def % stretch spaces between characters slightly /sstretch 0.1 def % stretch spaces between words slightly /font1 /Bookman-LightItalic 0.9 gonzofont % define a normal font /font2 /Bookman-DemiItalic 0.9 gonzofont % define a bold font 1 setlinecap % round path ends bestgray % nice looking gray 1.5 5 mt 25 pr % draw a line to the right [.45 0 .3 0.9] superstroke % and show it two-tone 1.5 8 (|2Yodar Kritch|1 123 Main Street Thatcher, AZ 85552) cl 1.5 3 (|1(602) 428-4073) cl } def (rotary) stepandrepeat % eof