% name of textfile: P4 valentine mug % .... % ========= % 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 % ========== % does a valentine insert for a plastic mug gutility begin % turn on 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 landscape % set in horizontal mode 0 0 10 setgrid % set the usual grid showthegrid {73 26 showgrid} if % and maybe show the MUG-SIZED grid /cstretch 0.02 def % stretch spaces between characters slightly /sstretch 0.1 def % stretch spaces between words slightly /font1 /ZapfDingbats [4 0 0 4 0 -0.25] gonzofont % define a dingbat (heart) font /font2 /Palatino-BoldItalic [4 0 0 4 0 0] gonzofont % define a medium font /font3 /Palatino-BoldItalic [6 0 0 6 0 0] gonzofont % define a large font /font4 /Palatino-Italic [2 0 0 2 0 0] gonzofont % define a small font /yinc 7 def % set the vertical line spacing for 1st message 21 17.5 (|3Be My Tootsie- Wootsie) cc /yinc 5 def % set the vertical line spacing for 2nd message 54 19 (|2To Karren with |1\244|2 from Kyle |4Valentines Day 1991) cc showpage % print the page % eof % exit the program