% name of textfile: P2 left justified letterhead (DL/Synergetics Jan 91 v1.0m) % .... % ========= % 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 % ========== % A simple and clean business or personal stationary letterhead. 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 20 15 10 setgrid % create a full page ten point grid showthegrid {57 76 showgrid} if % and maybe show the grid 1 setlinecap % make all lines have rounded ends 0.3 setlinewidth % make all lines 3 points thick 1 69.5 mt 55 r % draw a single horizontal line /cstretch 0.02 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 /yinc 1 def % set the vertical line spacing 1 74 % create a left justified address (|2Yodar Kritch|1 123 Main Street Thatcher, AZ 85552 |h (602) 428-4073) cl showpage % and show the page % eof