%!PS-Adobe-1.0
% Save file as: COVER.PS               Source: [email protected]
% cover.ps
%
% Generate a cover page for the TeX writeup using raw PostScript
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
/X 108 def
/Y 675 def
/Interlineskip 65 def
/Times-Bold findfont
60 scalefont setfont
0.20 setgray

X Y moveto
(USING) show

gsave
  /Times-Bold findfont
  200 scalefont setfont
  0.0 setgray
  108 488 moveto
  1.3 1 scale
  (T) show
  -47 -45 rmoveto
  (E) show
  -43 +45 rmoveto
  (X) show
grestore
/Y 411 def

Y Interlineskip sub
/Y exch def
X Y moveto
(ON THE VAX) show

Y Interlineskip sub
/Y exch def
X Y moveto
(TO TYPESET) show

Y Interlineskip sub
/Y exch def
X Y moveto
(DOCUMENTS:) show

0.0 setgray
Y Interlineskip sub
32 sub
/Y exch def
X Y moveto
(A PRIMER) show

showpage