% name of textfile: P3 business card (DL/Synergetics Jan 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 % ========== % Uses step-and-repeat to print twelve business cards on a single sheet % of cover, parchment, or index stock. 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 /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 {25 14 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 mt 23 pr % draw a line to the right [0.45 0 0.3 0.9] superstroke % and show it two-tone 1 8 (|2Yodar Kritch|1 123 Main Street Thatcher, AZ 85552) cl 1 3 (|1(602) 428-4073) cl } def (buscard) stepandrepeat % no showpage needed with stepandrepeat % eof