blob: 955f94b1a95ee78ae120a133055d1b7b7ddfdf4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
%!PS-Adobe-1.0
% Save file as: COVER.PS Source: FILESERV@SHSU.BITNET
% 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
|