% name of textfile: P2 center justified letterhead (DL/Synergetics Jan 95 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. % This one has a centered name and a fancier horizontal bar. 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 false 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 bestgray % pick a fine secret gray 1 setlinecap % make all lines have rounded ends 1 69 mt 55 pr % draw a horizontal line [0.45 0 0.3 0.9] superstroke % and show it two-tone /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 28.5 74 % create a center justified address (|2Yoderella Kritchette|1 123 Main Street Thatcher, AZ 85552 |h (602) 428-4073) cc showpage % and show the page % eof % finished!