% name of textfile: P4 Valentine Outside 2-up (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 % ========== % A simple valentine message. Outside here. Inside in file % P4 Valentine in 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 landscape % we want to print sideways /showthegrid true def % Do we want to see the layout grid? % true = yes; false = no /valentine {gsave % define a proc called valentine 20 15 10 setgrid % create a full page ten point grid showthegrid {36 28 showgrid} if % and maybe show the HALF PAGE grid /cstretch 0.02 def % stretch spaces between characters slightly /sstretch 0.1 def % stretch spaces between words slightly /font0 /ZapfChancery-MediumItalic 7 gonzofont % big text /font1 /ZapfDingbats [40 0 0 35 0 0] gonzofont % really big heart bestgray lightgray % a fine light gray 19 3 (|1\252) cc % and draw a big heart via dingbats black % back to black /yinc 7 def % seven block spacing 19 17 (|0Thinking of You) cc % the message grestore grestore } def % first grestore gets you off the grid valentine % print the left valentine gsave 396 0 translate % print the right valenting valentine grestore showpage % eof