-
Notifications
You must be signed in to change notification settings - Fork 0
/
1.ps
180 lines (180 loc) · 2.65 KB
/
1.ps
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
%!PS-Adobe-1.0
%%DocumentFonts: Helvetica
%%Title: Family-1
%%Creator: PEDPACK
%%CreationDate: Tue Nov 4 17:11:13 1997
%%For: jinghua
%%Pages: 1
%%BoundingBox: 36 36 576 756
%%EndComments
% Start of Prolog
/M /moveto load def
/L /lineto load def
/R /rlineto load def
/C /closepath load def
/N /newpath load def
/GR /grestore load def
/SGF {setgray fill} bind def
/GSC {gsave clip} bind def
/tex {
gsave
newpath moveto
dup stringwidth pop neg 2 div
0 rmoveto
false charpath flattenpath
gsave 1 setgray 25 setlinewidth
1 setlinejoin stroke grestore
0 setgray fill
grestore
} bind def
/dot {
gsave newpath 25 0 360 arc 0 setgray fill grestore
} bind def
/cir {
newpath 50 0 360 arc
} bind def
/squ {
newpath moveto
0 90 rlineto 90 0 rlineto
0 -90 rlineto -90 0 rlineto
closepath
} bind def
/dia {
newpath moveto
-63 63 rlineto 63 63 rlineto
63 -63 rlineto -63 -63 rlineto
closepath
} bind def
/ful {
gsave setgray fill grestore
} bind def
0.1 0.1 scale % this version uses integer coordinates at 1/10's of a point
1 setlinecap 1 setlinejoin
/Helvetica findfont 89 scalefont setfont
%%EndProlog
%%Page: 1 1
5 setlinewidth
gsave
currentfont 2.000000 scalefont setfont
(Family-1) dup stringwidth pop 2.0 div 3060 sub neg 7380 moveto show
grestore
3008 5714 M
3008 5714 dot
3111 6789 L
3008 5714 M
2905 6789 L
3008 5714 M
4186 4639 L
3008 5714 M
1830 4639 L
stroke
651 3565 M
651 3565 dot
1830 4639 L
651 3565 M
651 4639 L
651 3565 M
1830 2490 L
stroke
5366 3565 M
5366 3565 dot
4186 4639 L
5366 3565 M
5366 4639 L
5366 3565 M
5469 2920 L
5366 3565 M
5263 2920 L
5366 3565 M
4186 2490 L
stroke
3008 1415 M
3008 1415 dot
1830 2490 L
3008 1415 M
4186 2490 L
3008 1415 M
3625 771 L
3008 1415 M
3419 771 L
3008 1415 M
3214 771 L
3008 1415 M
3008 771 L
3008 1415 M
2803 771 L
3008 1415 M
2597 771 L
3008 1415 M
2392 771 L
stroke
2905 6789 cir
0.500 ful
stroke
3066 6744 squ
0.500 ful
stroke
1785 4594 squ
0.500 ful
stroke
651 4639 cir
0.500 ful
stroke
4141 4594 squ
0.500 ful
stroke
5366 4639 cir
0.500 ful
stroke
1785 2445 squ
0.500 ful
stroke
4186 2490 cir
0.500 ful
stroke
5263 2856 dia
0.500 ful
stroke
5469 2856 dia
0.500 ful
stroke
2392 707 dia
0.000 ful
stroke
2597 707 dia
0.500 ful
stroke
2803 707 dia
0.500 ful
stroke
3008 707 dia
0.500 ful
stroke
3214 707 dia
0.500 ful
stroke
3419 707 dia
0.000 ful
stroke
3625 707 dia
0.500 ful
stroke
(1) 2905 6875 tex
(2) 3111 6875 tex
(3) 1830 4726 tex
(4) 651 4726 tex
(5) 4186 4726 tex
(6) 5366 4726 tex
(7) 1830 2577 tex
(8) 4186 2577 tex
(9) 5263 3019 tex
(10) 5469 3019 tex
(11) 2392 870 tex
(12) 2597 870 tex
(13) 2803 870 tex
(14) 3008 870 tex
(15) 3214 870 tex
(16) 3419 870 tex
(17) 3625 870 tex
showpage
%%Trailer