% name of textfile: P4 Valentine Inside 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. Inside here. Inside in file P6A 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 /invalentine {gsave % define a proc called invalentine 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 2 gonzofont % medium text /font1 /ZapfDingbats 5 gonzofont % medium hearts bestgray lightgray % a fine light gray 18 1.3 % smaller gray hearts (|1\252 \252 \252 \252 \252) cc black % back to black /yinc 2 def % 2 block spacing 18 19 % Your personal message (|0Incredibly Schmaltzy Glop Goes Here) cc 18 3.5 (|0A Desk-Top Valentine for You) cc grestore grestore } def % the inside message invalentine % print the left valentine gsave 396 0 translate % print the right valenting invalentine grestore showpage % eof