% name of textfile: P4 Notepaper (DL/Synergetics Feb 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 % ========== % Creates half size 2-up personalized stationary or note paper. 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 grid? % define a new step and repeat proc for a notepad stepnrptparams begin /twonote [1 2 1 395 0 20 20 10 false true] def end bestgray % use a pretty gray % define ONE notepad the way you want it /repeatproc {gsave 0 0 10 setgrid showthegrid {35 57 showgrid} if /cstretch 0.02 def % slight character stretch /sstretch 0.02 def % slight space stretch /font1 /NewCenturySchlbk-BoldItalic 2.0 gonzofont % big chars /font2 /NewCenturySchlbk-BoldItalic 1.6 gonzofont % med chars /font3 /NewCenturySchlbk-BoldItalic 1.0 gonzofont % small chars /font4 /ZapfDingbats [7 0 0 5 0 0] gonzofont % dingbats 0 0 35.5 57 1.75 roundbox % set up a round box [0.6 0 0.45 0.99] superstroke % make it black with a gray stripe gsave bestgray 0.8 setgray % a gray pencil, etc... 1 setlinecap 7.6 50.1 mt line2 17 r 3.8 55.4 translate -70 rotate 0 0 (|4/) cl grestore 3 53 (|2a note from:) cl % the blurb 10 50.5 (|1Yodar Kritch) cl % the person 17.7 1.5 (|3(602) 428-4073) cc % lower phone number grestore grestore} def % call the proc, do it twice and print the page 1 copies (twonote) stepandrepeat % no showpage needed % eof