Subversion Repositories svnkaklik

Rev

Rev 575 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 575 Rev 580
1
%!PS-Adobe-2.0
1
%!PS-Adobe-2.0
2
%%Title: struna.ps
2
%%Title: struna.ps
3
%%Creator: gnuplot 4.2 patchlevel 4 
3
%%Creator: gnuplot 4.2 patchlevel 4 
4
%%CreationDate: Fri Oct 16 14:29:58 2009
4
%%CreationDate: Mon Oct 19 00:06:38 2009
5
%%DocumentFonts: (atend)
5
%%DocumentFonts: (atend)
6
%%BoundingBox: 50 50 554 770
6
%%BoundingBox: 50 50 554 770
7
%%Orientation: Landscape
7
%%Orientation: Landscape
8
%%Pages: (atend)
8
%%Pages: (atend)
9
%%EndComments
9
%%EndComments
10
%%BeginProlog
10
%%BeginProlog
11
/gnudict 256 dict def
11
/gnudict 256 dict def
12
gnudict begin
12
gnudict begin
13
%
13
%
14
% The following 6 true/false flags may be edited by hand if required
14
% The following 6 true/false flags may be edited by hand if required
15
% The unit line width may also be changed
15
% The unit line width may also be changed
16
%
16
%
17
/Color false def
17
/Color false def
18
/Blacktext false def
18
/Blacktext false def
19
/Solid false def
19
/Solid false def
20
/Dashlength 1 def
20
/Dashlength 1 def
21
/Landscape true def
21
/Landscape true def
22
/Level1 false def
22
/Level1 false def
23
/Rounded false def
23
/Rounded false def
24
/TransparentPatterns false def
24
/TransparentPatterns false def
25
/gnulinewidth 5.000 def
25
/gnulinewidth 5.000 def
26
/userlinewidth gnulinewidth def
26
/userlinewidth gnulinewidth def
27
%
27
%
28
/vshift -46 def
28
/vshift -46 def
29
/dl1 {
29
/dl1 {
30
  10.0 Dashlength mul mul
30
  10.0 Dashlength mul mul
31
  Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
31
  Rounded { currentlinewidth 0.75 mul sub dup 0 le { pop 0.01 } if } if
32
} def
32
} def
33
/dl2 {
33
/dl2 {
34
  10.0 Dashlength mul mul
34
  10.0 Dashlength mul mul
35
  Rounded { currentlinewidth 0.75 mul add } if
35
  Rounded { currentlinewidth 0.75 mul add } if
36
} def
36
} def
37
/hpt_ 31.5 def
37
/hpt_ 31.5 def
38
/vpt_ 31.5 def
38
/vpt_ 31.5 def
39
/hpt hpt_ def
39
/hpt hpt_ def
40
/vpt vpt_ def
40
/vpt vpt_ def
41
Level1 {} {
41
Level1 {} {
42
/SDict 10 dict def
42
/SDict 10 dict def
43
systemdict /pdfmark known not {
43
systemdict /pdfmark known not {
44
  userdict /pdfmark systemdict /cleartomark get put
44
  userdict /pdfmark systemdict /cleartomark get put
45
} if
45
} if
46
SDict begin [
46
SDict begin [
47
  /Title (struna.ps)
47
  /Title (struna.ps)
48
  /Subject (gnuplot plot)
48
  /Subject (gnuplot plot)
49
  /Creator (gnuplot 4.2 patchlevel 4 )
49
  /Creator (gnuplot 4.2 patchlevel 4 )
50
  /Author (Jakub Kákona,,,)
50
  /Author (Jakub Kakona,,,)
51
%  /Producer (gnuplot)
51
%  /Producer (gnuplot)
52
%  /Keywords ()
52
%  /Keywords ()
53
  /CreationDate (Fri Oct 16 14:29:58 2009)
53
  /CreationDate (Mon Oct 19 00:06:38 2009)
54
  /DOCINFO pdfmark
54
  /DOCINFO pdfmark
55
end
55
end
56
} ifelse
56
} ifelse
57
%
57
%
58
% Gnuplot Prolog Version 4.2 (August 2006)
58
% Gnuplot Prolog Version 4.2 (August 2006)
59
%
59
%
60
/M {moveto} bind def
60
/M {moveto} bind def
61
/L {lineto} bind def
61
/L {lineto} bind def
62
/R {rmoveto} bind def
62
/R {rmoveto} bind def
63
/V {rlineto} bind def
63
/V {rlineto} bind def
64
/N {newpath moveto} bind def
64
/N {newpath moveto} bind def
65
/Z {closepath} bind def
65
/Z {closepath} bind def
66
/C {setrgbcolor} bind def
66
/C {setrgbcolor} bind def
67
/f {rlineto fill} bind def
67
/f {rlineto fill} bind def
68
/vpt2 vpt 2 mul def
68
/vpt2 vpt 2 mul def
69
/hpt2 hpt 2 mul def
69
/hpt2 hpt 2 mul def
70
/Lshow {currentpoint stroke M 0 vshift R 
70
/Lshow {currentpoint stroke M 0 vshift R 
71
	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
71
	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
72
/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
72
/Rshow {currentpoint stroke M dup stringwidth pop neg vshift R
73
	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
73
	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
74
/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
74
/Cshow {currentpoint stroke M dup stringwidth pop -2 div vshift R 
75
	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
75
	Blacktext {gsave 0 setgray show grestore} {show} ifelse} def
76
/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
76
/UP {dup vpt_ mul /vpt exch def hpt_ mul /hpt exch def
77
  /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
77
  /hpt2 hpt 2 mul def /vpt2 vpt 2 mul def} def
78
/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
78
/DL {Color {setrgbcolor Solid {pop []} if 0 setdash}
79
 {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
79
 {pop pop pop 0 setgray Solid {pop []} if 0 setdash} ifelse} def
80
/BL {stroke userlinewidth 2 mul setlinewidth
80
/BL {stroke userlinewidth 2 mul setlinewidth
81
	Rounded {1 setlinejoin 1 setlinecap} if} def
81
	Rounded {1 setlinejoin 1 setlinecap} if} def
82
/AL {stroke userlinewidth 2 div setlinewidth
82
/AL {stroke userlinewidth 2 div setlinewidth
83
	Rounded {1 setlinejoin 1 setlinecap} if} def
83
	Rounded {1 setlinejoin 1 setlinecap} if} def
84
/UL {dup gnulinewidth mul /userlinewidth exch def
84
/UL {dup gnulinewidth mul /userlinewidth exch def
85
	dup 1 lt {pop 1} if 10 mul /udl exch def} def
85
	dup 1 lt {pop 1} if 10 mul /udl exch def} def
86
/PL {stroke userlinewidth setlinewidth
86
/PL {stroke userlinewidth setlinewidth
87
	Rounded {1 setlinejoin 1 setlinecap} if} def
87
	Rounded {1 setlinejoin 1 setlinecap} if} def
88
% Default Line colors
88
% Default Line colors
89
/LCw {1 1 1} def
89
/LCw {1 1 1} def
90
/LCb {0 0 0} def
90
/LCb {0 0 0} def
91
/LCa {0 0 0} def
91
/LCa {0 0 0} def
92
/LC0 {1 0 0} def
92
/LC0 {1 0 0} def
93
/LC1 {0 1 0} def
93
/LC1 {0 1 0} def
94
/LC2 {0 0 1} def
94
/LC2 {0 0 1} def
95
/LC3 {1 0 1} def
95
/LC3 {1 0 1} def
96
/LC4 {0 1 1} def
96
/LC4 {0 1 1} def
97
/LC5 {1 1 0} def
97
/LC5 {1 1 0} def
98
/LC6 {0 0 0} def
98
/LC6 {0 0 0} def
99
/LC7 {1 0.3 0} def
99
/LC7 {1 0.3 0} def
100
/LC8 {0.5 0.5 0.5} def
100
/LC8 {0.5 0.5 0.5} def
101
% Default Line Types
101
% Default Line Types
102
/LTw {PL [] 1 setgray} def
102
/LTw {PL [] 1 setgray} def
103
/LTb {BL [] LCb DL} def
103
/LTb {BL [] LCb DL} def
104
/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
104
/LTa {AL [1 udl mul 2 udl mul] 0 setdash LCa setrgbcolor} def
105
/LT0 {PL [] LC0 DL} def
105
/LT0 {PL [] LC0 DL} def
106
/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
106
/LT1 {PL [4 dl1 2 dl2] LC1 DL} def
107
/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
107
/LT2 {PL [2 dl1 3 dl2] LC2 DL} def
108
/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
108
/LT3 {PL [1 dl1 1.5 dl2] LC3 DL} def
109
/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
109
/LT4 {PL [6 dl1 2 dl2 1 dl1 2 dl2] LC4 DL} def
110
/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
110
/LT5 {PL [3 dl1 3 dl2 1 dl1 3 dl2] LC5 DL} def
111
/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
111
/LT6 {PL [2 dl1 2 dl2 2 dl1 6 dl2] LC6 DL} def
112
/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
112
/LT7 {PL [1 dl1 2 dl2 6 dl1 2 dl2 1 dl1 2 dl2] LC7 DL} def
113
/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
113
/LT8 {PL [2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 2 dl2 2 dl1 4 dl2] LC8 DL} def
114
/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
114
/Pnt {stroke [] 0 setdash gsave 1 setlinecap M 0 0 V stroke grestore} def
115
/Dia {stroke [] 0 setdash 2 copy vpt add M
115
/Dia {stroke [] 0 setdash 2 copy vpt add M
116
  hpt neg vpt neg V hpt vpt neg V
116
  hpt neg vpt neg V hpt vpt neg V
117
  hpt vpt V hpt neg vpt V closepath stroke
117
  hpt vpt V hpt neg vpt V closepath stroke
118
  Pnt} def
118
  Pnt} def
119
/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
119
/Pls {stroke [] 0 setdash vpt sub M 0 vpt2 V
120
  currentpoint stroke M
120
  currentpoint stroke M
121
  hpt neg vpt neg R hpt2 0 V stroke
121
  hpt neg vpt neg R hpt2 0 V stroke
122
 } def
122
 } def
123
/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
123
/Box {stroke [] 0 setdash 2 copy exch hpt sub exch vpt add M
124
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
124
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
125
  hpt2 neg 0 V closepath stroke
125
  hpt2 neg 0 V closepath stroke
126
  Pnt} def
126
  Pnt} def
127
/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
127
/Crs {stroke [] 0 setdash exch hpt sub exch vpt add M
128
  hpt2 vpt2 neg V currentpoint stroke M
128
  hpt2 vpt2 neg V currentpoint stroke M
129
  hpt2 neg 0 R hpt2 vpt2 V stroke} def
129
  hpt2 neg 0 R hpt2 vpt2 V stroke} def
130
/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
130
/TriU {stroke [] 0 setdash 2 copy vpt 1.12 mul add M
131
  hpt neg vpt -1.62 mul V
131
  hpt neg vpt -1.62 mul V
132
  hpt 2 mul 0 V
132
  hpt 2 mul 0 V
133
  hpt neg vpt 1.62 mul V closepath stroke
133
  hpt neg vpt 1.62 mul V closepath stroke
134
  Pnt} def
134
  Pnt} def
135
/Star {2 copy Pls Crs} def
135
/Star {2 copy Pls Crs} def
136
/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
136
/BoxF {stroke [] 0 setdash exch hpt sub exch vpt add M
137
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
137
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
138
  hpt2 neg 0 V closepath fill} def
138
  hpt2 neg 0 V closepath fill} def
139
/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
139
/TriUF {stroke [] 0 setdash vpt 1.12 mul add M
140
  hpt neg vpt -1.62 mul V
140
  hpt neg vpt -1.62 mul V
141
  hpt 2 mul 0 V
141
  hpt 2 mul 0 V
142
  hpt neg vpt 1.62 mul V closepath fill} def
142
  hpt neg vpt 1.62 mul V closepath fill} def
143
/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
143
/TriD {stroke [] 0 setdash 2 copy vpt 1.12 mul sub M
144
  hpt neg vpt 1.62 mul V
144
  hpt neg vpt 1.62 mul V
145
  hpt 2 mul 0 V
145
  hpt 2 mul 0 V
146
  hpt neg vpt -1.62 mul V closepath stroke
146
  hpt neg vpt -1.62 mul V closepath stroke
147
  Pnt} def
147
  Pnt} def
148
/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
148
/TriDF {stroke [] 0 setdash vpt 1.12 mul sub M
149
  hpt neg vpt 1.62 mul V
149
  hpt neg vpt 1.62 mul V
150
  hpt 2 mul 0 V
150
  hpt 2 mul 0 V
151
  hpt neg vpt -1.62 mul V closepath fill} def
151
  hpt neg vpt -1.62 mul V closepath fill} def
152
/DiaF {stroke [] 0 setdash vpt add M
152
/DiaF {stroke [] 0 setdash vpt add M
153
  hpt neg vpt neg V hpt vpt neg V
153
  hpt neg vpt neg V hpt vpt neg V
154
  hpt vpt V hpt neg vpt V closepath fill} def
154
  hpt vpt V hpt neg vpt V closepath fill} def
155
/Pent {stroke [] 0 setdash 2 copy gsave
155
/Pent {stroke [] 0 setdash 2 copy gsave
156
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
156
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
157
  closepath stroke grestore Pnt} def
157
  closepath stroke grestore Pnt} def
158
/PentF {stroke [] 0 setdash gsave
158
/PentF {stroke [] 0 setdash gsave
159
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
159
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
160
  closepath fill grestore} def
160
  closepath fill grestore} def
161
/Circle {stroke [] 0 setdash 2 copy
161
/Circle {stroke [] 0 setdash 2 copy
162
  hpt 0 360 arc stroke Pnt} def
162
  hpt 0 360 arc stroke Pnt} def
163
/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
163
/CircleF {stroke [] 0 setdash hpt 0 360 arc fill} def
164
/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
164
/C0 {BL [] 0 setdash 2 copy moveto vpt 90 450 arc} bind def
165
/C1 {BL [] 0 setdash 2 copy moveto
165
/C1 {BL [] 0 setdash 2 copy moveto
166
	2 copy vpt 0 90 arc closepath fill
166
	2 copy vpt 0 90 arc closepath fill
167
	vpt 0 360 arc closepath} bind def
167
	vpt 0 360 arc closepath} bind def
168
/C2 {BL [] 0 setdash 2 copy moveto
168
/C2 {BL [] 0 setdash 2 copy moveto
169
	2 copy vpt 90 180 arc closepath fill
169
	2 copy vpt 90 180 arc closepath fill
170
	vpt 0 360 arc closepath} bind def
170
	vpt 0 360 arc closepath} bind def
171
/C3 {BL [] 0 setdash 2 copy moveto
171
/C3 {BL [] 0 setdash 2 copy moveto
172
	2 copy vpt 0 180 arc closepath fill
172
	2 copy vpt 0 180 arc closepath fill
173
	vpt 0 360 arc closepath} bind def
173
	vpt 0 360 arc closepath} bind def
174
/C4 {BL [] 0 setdash 2 copy moveto
174
/C4 {BL [] 0 setdash 2 copy moveto
175
	2 copy vpt 180 270 arc closepath fill
175
	2 copy vpt 180 270 arc closepath fill
176
	vpt 0 360 arc closepath} bind def
176
	vpt 0 360 arc closepath} bind def
177
/C5 {BL [] 0 setdash 2 copy moveto
177
/C5 {BL [] 0 setdash 2 copy moveto
178
	2 copy vpt 0 90 arc
178
	2 copy vpt 0 90 arc
179
	2 copy moveto
179
	2 copy moveto
180
	2 copy vpt 180 270 arc closepath fill
180
	2 copy vpt 180 270 arc closepath fill
181
	vpt 0 360 arc} bind def
181
	vpt 0 360 arc} bind def
182
/C6 {BL [] 0 setdash 2 copy moveto
182
/C6 {BL [] 0 setdash 2 copy moveto
183
	2 copy vpt 90 270 arc closepath fill
183
	2 copy vpt 90 270 arc closepath fill
184
	vpt 0 360 arc closepath} bind def
184
	vpt 0 360 arc closepath} bind def
185
/C7 {BL [] 0 setdash 2 copy moveto
185
/C7 {BL [] 0 setdash 2 copy moveto
186
	2 copy vpt 0 270 arc closepath fill
186
	2 copy vpt 0 270 arc closepath fill
187
	vpt 0 360 arc closepath} bind def
187
	vpt 0 360 arc closepath} bind def
188
/C8 {BL [] 0 setdash 2 copy moveto
188
/C8 {BL [] 0 setdash 2 copy moveto
189
	2 copy vpt 270 360 arc closepath fill
189
	2 copy vpt 270 360 arc closepath fill
190
	vpt 0 360 arc closepath} bind def
190
	vpt 0 360 arc closepath} bind def
191
/C9 {BL [] 0 setdash 2 copy moveto
191
/C9 {BL [] 0 setdash 2 copy moveto
192
	2 copy vpt 270 450 arc closepath fill
192
	2 copy vpt 270 450 arc closepath fill
193
	vpt 0 360 arc closepath} bind def
193
	vpt 0 360 arc closepath} bind def
194
/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
194
/C10 {BL [] 0 setdash 2 copy 2 copy moveto vpt 270 360 arc closepath fill
195
	2 copy moveto
195
	2 copy moveto
196
	2 copy vpt 90 180 arc closepath fill
196
	2 copy vpt 90 180 arc closepath fill
197
	vpt 0 360 arc closepath} bind def
197
	vpt 0 360 arc closepath} bind def
198
/C11 {BL [] 0 setdash 2 copy moveto
198
/C11 {BL [] 0 setdash 2 copy moveto
199
	2 copy vpt 0 180 arc closepath fill
199
	2 copy vpt 0 180 arc closepath fill
200
	2 copy moveto
200
	2 copy moveto
201
	2 copy vpt 270 360 arc closepath fill
201
	2 copy vpt 270 360 arc closepath fill
202
	vpt 0 360 arc closepath} bind def
202
	vpt 0 360 arc closepath} bind def
203
/C12 {BL [] 0 setdash 2 copy moveto
203
/C12 {BL [] 0 setdash 2 copy moveto
204
	2 copy vpt 180 360 arc closepath fill
204
	2 copy vpt 180 360 arc closepath fill
205
	vpt 0 360 arc closepath} bind def
205
	vpt 0 360 arc closepath} bind def
206
/C13 {BL [] 0 setdash 2 copy moveto
206
/C13 {BL [] 0 setdash 2 copy moveto
207
	2 copy vpt 0 90 arc closepath fill
207
	2 copy vpt 0 90 arc closepath fill
208
	2 copy moveto
208
	2 copy moveto
209
	2 copy vpt 180 360 arc closepath fill
209
	2 copy vpt 180 360 arc closepath fill
210
	vpt 0 360 arc closepath} bind def
210
	vpt 0 360 arc closepath} bind def
211
/C14 {BL [] 0 setdash 2 copy moveto
211
/C14 {BL [] 0 setdash 2 copy moveto
212
	2 copy vpt 90 360 arc closepath fill
212
	2 copy vpt 90 360 arc closepath fill
213
	vpt 0 360 arc} bind def
213
	vpt 0 360 arc} bind def
214
/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
214
/C15 {BL [] 0 setdash 2 copy vpt 0 360 arc closepath fill
215
	vpt 0 360 arc closepath} bind def
215
	vpt 0 360 arc closepath} bind def
216
/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
216
/Rec {newpath 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
217
	neg 0 rlineto closepath} bind def
217
	neg 0 rlineto closepath} bind def
218
/Square {dup Rec} bind def
218
/Square {dup Rec} bind def
219
/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
219
/Bsquare {vpt sub exch vpt sub exch vpt2 Square} bind def
220
/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
220
/S0 {BL [] 0 setdash 2 copy moveto 0 vpt rlineto BL Bsquare} bind def
221
/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
221
/S1 {BL [] 0 setdash 2 copy vpt Square fill Bsquare} bind def
222
/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
222
/S2 {BL [] 0 setdash 2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
223
/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
223
/S3 {BL [] 0 setdash 2 copy exch vpt sub exch vpt2 vpt Rec fill Bsquare} bind def
224
/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
224
/S4 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
225
/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
225
/S5 {BL [] 0 setdash 2 copy 2 copy vpt Square fill
226
	exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
226
	exch vpt sub exch vpt sub vpt Square fill Bsquare} bind def
227
/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
227
/S6 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill Bsquare} bind def
228
/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
228
/S7 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt vpt2 Rec fill
229
	2 copy vpt Square fill Bsquare} bind def
229
	2 copy vpt Square fill Bsquare} bind def
230
/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
230
/S8 {BL [] 0 setdash 2 copy vpt sub vpt Square fill Bsquare} bind def
231
/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
231
/S9 {BL [] 0 setdash 2 copy vpt sub vpt vpt2 Rec fill Bsquare} bind def
232
/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
232
/S10 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt Square fill
233
	Bsquare} bind def
233
	Bsquare} bind def
234
/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
234
/S11 {BL [] 0 setdash 2 copy vpt sub vpt Square fill 2 copy exch vpt sub exch vpt2 vpt Rec fill
235
	Bsquare} bind def
235
	Bsquare} bind def
236
/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
236
/S12 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill Bsquare} bind def
237
/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
237
/S13 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
238
	2 copy vpt Square fill Bsquare} bind def
238
	2 copy vpt Square fill Bsquare} bind def
239
/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
239
/S14 {BL [] 0 setdash 2 copy exch vpt sub exch vpt sub vpt2 vpt Rec fill
240
	2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
240
	2 copy exch vpt sub exch vpt Square fill Bsquare} bind def
241
/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
241
/S15 {BL [] 0 setdash 2 copy Bsquare fill Bsquare} bind def
242
/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
242
/D0 {gsave translate 45 rotate 0 0 S0 stroke grestore} bind def
243
/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
243
/D1 {gsave translate 45 rotate 0 0 S1 stroke grestore} bind def
244
/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
244
/D2 {gsave translate 45 rotate 0 0 S2 stroke grestore} bind def
245
/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
245
/D3 {gsave translate 45 rotate 0 0 S3 stroke grestore} bind def
246
/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
246
/D4 {gsave translate 45 rotate 0 0 S4 stroke grestore} bind def
247
/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
247
/D5 {gsave translate 45 rotate 0 0 S5 stroke grestore} bind def
248
/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
248
/D6 {gsave translate 45 rotate 0 0 S6 stroke grestore} bind def
249
/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
249
/D7 {gsave translate 45 rotate 0 0 S7 stroke grestore} bind def
250
/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
250
/D8 {gsave translate 45 rotate 0 0 S8 stroke grestore} bind def
251
/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
251
/D9 {gsave translate 45 rotate 0 0 S9 stroke grestore} bind def
252
/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
252
/D10 {gsave translate 45 rotate 0 0 S10 stroke grestore} bind def
253
/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
253
/D11 {gsave translate 45 rotate 0 0 S11 stroke grestore} bind def
254
/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
254
/D12 {gsave translate 45 rotate 0 0 S12 stroke grestore} bind def
255
/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
255
/D13 {gsave translate 45 rotate 0 0 S13 stroke grestore} bind def
256
/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
256
/D14 {gsave translate 45 rotate 0 0 S14 stroke grestore} bind def
257
/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
257
/D15 {gsave translate 45 rotate 0 0 S15 stroke grestore} bind def
258
/DiaE {stroke [] 0 setdash vpt add M
258
/DiaE {stroke [] 0 setdash vpt add M
259
  hpt neg vpt neg V hpt vpt neg V
259
  hpt neg vpt neg V hpt vpt neg V
260
  hpt vpt V hpt neg vpt V closepath stroke} def
260
  hpt vpt V hpt neg vpt V closepath stroke} def
261
/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
261
/BoxE {stroke [] 0 setdash exch hpt sub exch vpt add M
262
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
262
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
263
  hpt2 neg 0 V closepath stroke} def
263
  hpt2 neg 0 V closepath stroke} def
264
/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
264
/TriUE {stroke [] 0 setdash vpt 1.12 mul add M
265
  hpt neg vpt -1.62 mul V
265
  hpt neg vpt -1.62 mul V
266
  hpt 2 mul 0 V
266
  hpt 2 mul 0 V
267
  hpt neg vpt 1.62 mul V closepath stroke} def
267
  hpt neg vpt 1.62 mul V closepath stroke} def
268
/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
268
/TriDE {stroke [] 0 setdash vpt 1.12 mul sub M
269
  hpt neg vpt 1.62 mul V
269
  hpt neg vpt 1.62 mul V
270
  hpt 2 mul 0 V
270
  hpt 2 mul 0 V
271
  hpt neg vpt -1.62 mul V closepath stroke} def
271
  hpt neg vpt -1.62 mul V closepath stroke} def
272
/PentE {stroke [] 0 setdash gsave
272
/PentE {stroke [] 0 setdash gsave
273
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
273
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
274
  closepath stroke grestore} def
274
  closepath stroke grestore} def
275
/CircE {stroke [] 0 setdash 
275
/CircE {stroke [] 0 setdash 
276
  hpt 0 360 arc stroke} def
276
  hpt 0 360 arc stroke} def
277
/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
277
/Opaque {gsave closepath 1 setgray fill grestore 0 setgray closepath} def
278
/DiaW {stroke [] 0 setdash vpt add M
278
/DiaW {stroke [] 0 setdash vpt add M
279
  hpt neg vpt neg V hpt vpt neg V
279
  hpt neg vpt neg V hpt vpt neg V
280
  hpt vpt V hpt neg vpt V Opaque stroke} def
280
  hpt vpt V hpt neg vpt V Opaque stroke} def
281
/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
281
/BoxW {stroke [] 0 setdash exch hpt sub exch vpt add M
282
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
282
  0 vpt2 neg V hpt2 0 V 0 vpt2 V
283
  hpt2 neg 0 V Opaque stroke} def
283
  hpt2 neg 0 V Opaque stroke} def
284
/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
284
/TriUW {stroke [] 0 setdash vpt 1.12 mul add M
285
  hpt neg vpt -1.62 mul V
285
  hpt neg vpt -1.62 mul V
286
  hpt 2 mul 0 V
286
  hpt 2 mul 0 V
287
  hpt neg vpt 1.62 mul V Opaque stroke} def
287
  hpt neg vpt 1.62 mul V Opaque stroke} def
288
/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
288
/TriDW {stroke [] 0 setdash vpt 1.12 mul sub M
289
  hpt neg vpt 1.62 mul V
289
  hpt neg vpt 1.62 mul V
290
  hpt 2 mul 0 V
290
  hpt 2 mul 0 V
291
  hpt neg vpt -1.62 mul V Opaque stroke} def
291
  hpt neg vpt -1.62 mul V Opaque stroke} def
292
/PentW {stroke [] 0 setdash gsave
292
/PentW {stroke [] 0 setdash gsave
293
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
293
  translate 0 hpt M 4 {72 rotate 0 hpt L} repeat
294
  Opaque stroke grestore} def
294
  Opaque stroke grestore} def
295
/CircW {stroke [] 0 setdash 
295
/CircW {stroke [] 0 setdash 
296
  hpt 0 360 arc Opaque stroke} def
296
  hpt 0 360 arc Opaque stroke} def
297
/BoxFill {gsave Rec 1 setgray fill grestore} def
297
/BoxFill {gsave Rec 1 setgray fill grestore} def
298
/Density {
298
/Density {
299
  /Fillden exch def
299
  /Fillden exch def
300
  currentrgbcolor
300
  currentrgbcolor
301
  /ColB exch def /ColG exch def /ColR exch def
301
  /ColB exch def /ColG exch def /ColR exch def
302
  /ColR ColR Fillden mul Fillden sub 1 add def
302
  /ColR ColR Fillden mul Fillden sub 1 add def
303
  /ColG ColG Fillden mul Fillden sub 1 add def
303
  /ColG ColG Fillden mul Fillden sub 1 add def
304
  /ColB ColB Fillden mul Fillden sub 1 add def
304
  /ColB ColB Fillden mul Fillden sub 1 add def
305
  ColR ColG ColB setrgbcolor} def
305
  ColR ColG ColB setrgbcolor} def
306
/BoxColFill {gsave Rec PolyFill} def
306
/BoxColFill {gsave Rec PolyFill} def
307
/PolyFill {gsave Density fill grestore grestore} def
307
/PolyFill {gsave Density fill grestore grestore} def
308
/h {rlineto rlineto rlineto gsave closepath fill grestore} bind def
308
/h {rlineto rlineto rlineto gsave closepath fill grestore} bind def
309
%
309
%
310
% PostScript Level 1 Pattern Fill routine for rectangles
310
% PostScript Level 1 Pattern Fill routine for rectangles
311
% Usage: x y w h s a XX PatternFill
311
% Usage: x y w h s a XX PatternFill
312
%	x,y = lower left corner of box to be filled
312
%	x,y = lower left corner of box to be filled
313
%	w,h = width and height of box
313
%	w,h = width and height of box
314
%	  a = angle in degrees between lines and x-axis
314
%	  a = angle in degrees between lines and x-axis
315
%	 XX = 0/1 for no/yes cross-hatch
315
%	 XX = 0/1 for no/yes cross-hatch
316
%
316
%
317
/PatternFill {gsave /PFa [ 9 2 roll ] def
317
/PatternFill {gsave /PFa [ 9 2 roll ] def
318
  PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
318
  PFa 0 get PFa 2 get 2 div add PFa 1 get PFa 3 get 2 div add translate
319
  PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
319
  PFa 2 get -2 div PFa 3 get -2 div PFa 2 get PFa 3 get Rec
320
  gsave 1 setgray fill grestore clip
320
  gsave 1 setgray fill grestore clip
321
  currentlinewidth 0.5 mul setlinewidth
321
  currentlinewidth 0.5 mul setlinewidth
322
  /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
322
  /PFs PFa 2 get dup mul PFa 3 get dup mul add sqrt def
323
  0 0 M PFa 5 get rotate PFs -2 div dup translate
323
  0 0 M PFa 5 get rotate PFs -2 div dup translate
324
  0 1 PFs PFa 4 get div 1 add floor cvi
324
  0 1 PFs PFa 4 get div 1 add floor cvi
325
	{PFa 4 get mul 0 M 0 PFs V} for
325
	{PFa 4 get mul 0 M 0 PFs V} for
326
  0 PFa 6 get ne {
326
  0 PFa 6 get ne {
327
	0 1 PFs PFa 4 get div 1 add floor cvi
327
	0 1 PFs PFa 4 get div 1 add floor cvi
328
	{PFa 4 get mul 0 2 1 roll M PFs 0 V} for
328
	{PFa 4 get mul 0 2 1 roll M PFs 0 V} for
329
 } if
329
 } if
330
  stroke grestore} def
330
  stroke grestore} def
331
%
331
%
332
/languagelevel where
332
/languagelevel where
333
 {pop languagelevel} {1} ifelse
333
 {pop languagelevel} {1} ifelse
334
 2 lt
334
 2 lt
335
	{/InterpretLevel1 true def}
335
	{/InterpretLevel1 true def}
336
	{/InterpretLevel1 Level1 def}
336
	{/InterpretLevel1 Level1 def}
337
 ifelse
337
 ifelse
338
%
338
%
339
% PostScript level 2 pattern fill definitions
339
% PostScript level 2 pattern fill definitions
340
%
340
%
341
/Level2PatternFill {
341
/Level2PatternFill {
342
/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
342
/Tile8x8 {/PaintType 2 /PatternType 1 /TilingType 1 /BBox [0 0 8 8] /XStep 8 /YStep 8}
343
	bind def
343
	bind def
344
/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
344
/KeepColor {currentrgbcolor [/Pattern /DeviceRGB] setcolorspace} bind def
345
<< Tile8x8
345
<< Tile8x8
346
 /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
346
 /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke} 
347
>> matrix makepattern
347
>> matrix makepattern
348
/Pat1 exch def
348
/Pat1 exch def
349
<< Tile8x8
349
<< Tile8x8
350
 /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
350
 /PaintProc {0.5 setlinewidth pop 0 0 M 8 8 L 0 8 M 8 0 L stroke
351
	0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
351
	0 4 M 4 8 L 8 4 L 4 0 L 0 4 L stroke}
352
>> matrix makepattern
352
>> matrix makepattern
353
/Pat2 exch def
353
/Pat2 exch def
354
<< Tile8x8
354
<< Tile8x8
355
 /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
355
 /PaintProc {0.5 setlinewidth pop 0 0 M 0 8 L
356
	8 8 L 8 0 L 0 0 L fill}
356
	8 8 L 8 0 L 0 0 L fill}
357
>> matrix makepattern
357
>> matrix makepattern
358
/Pat3 exch def
358
/Pat3 exch def
359
<< Tile8x8
359
<< Tile8x8
360
 /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
360
 /PaintProc {0.5 setlinewidth pop -4 8 M 8 -4 L
361
	0 12 M 12 0 L stroke}
361
	0 12 M 12 0 L stroke}
362
>> matrix makepattern
362
>> matrix makepattern
363
/Pat4 exch def
363
/Pat4 exch def
364
<< Tile8x8
364
<< Tile8x8
365
 /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
365
 /PaintProc {0.5 setlinewidth pop -4 0 M 8 12 L
366
	0 -4 M 12 8 L stroke}
366
	0 -4 M 12 8 L stroke}
367
>> matrix makepattern
367
>> matrix makepattern
368
/Pat5 exch def
368
/Pat5 exch def
369
<< Tile8x8
369
<< Tile8x8
370
 /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
370
 /PaintProc {0.5 setlinewidth pop -2 8 M 4 -4 L
371
	0 12 M 8 -4 L 4 12 M 10 0 L stroke}
371
	0 12 M 8 -4 L 4 12 M 10 0 L stroke}
372
>> matrix makepattern
372
>> matrix makepattern
373
/Pat6 exch def
373
/Pat6 exch def
374
<< Tile8x8
374
<< Tile8x8
375
 /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
375
 /PaintProc {0.5 setlinewidth pop -2 0 M 4 12 L
376
	0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
376
	0 -4 M 8 12 L 4 -4 M 10 8 L stroke}
377
>> matrix makepattern
377
>> matrix makepattern
378
/Pat7 exch def
378
/Pat7 exch def
379
<< Tile8x8
379
<< Tile8x8
380
 /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
380
 /PaintProc {0.5 setlinewidth pop 8 -2 M -4 4 L
381
	12 0 M -4 8 L 12 4 M 0 10 L stroke}
381
	12 0 M -4 8 L 12 4 M 0 10 L stroke}
382
>> matrix makepattern
382
>> matrix makepattern
383
/Pat8 exch def
383
/Pat8 exch def
384
<< Tile8x8
384
<< Tile8x8
385
 /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
385
 /PaintProc {0.5 setlinewidth pop 0 -2 M 12 4 L
386
	-4 0 M 12 8 L -4 4 M 8 10 L stroke}
386
	-4 0 M 12 8 L -4 4 M 8 10 L stroke}
387
>> matrix makepattern
387
>> matrix makepattern
388
/Pat9 exch def
388
/Pat9 exch def
389
/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
389
/Pattern1 {PatternBgnd KeepColor Pat1 setpattern} bind def
390
/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
390
/Pattern2 {PatternBgnd KeepColor Pat2 setpattern} bind def
391
/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
391
/Pattern3 {PatternBgnd KeepColor Pat3 setpattern} bind def
392
/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
392
/Pattern4 {PatternBgnd KeepColor Landscape {Pat5} {Pat4} ifelse setpattern} bind def
393
/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
393
/Pattern5 {PatternBgnd KeepColor Landscape {Pat4} {Pat5} ifelse setpattern} bind def
394
/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
394
/Pattern6 {PatternBgnd KeepColor Landscape {Pat9} {Pat6} ifelse setpattern} bind def
395
/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
395
/Pattern7 {PatternBgnd KeepColor Landscape {Pat8} {Pat7} ifelse setpattern} bind def
396
} def
396
} def
397
%
397
%
398
%
398
%
399
%End of PostScript Level 2 code
399
%End of PostScript Level 2 code
400
%
400
%
401
/PatternBgnd {
401
/PatternBgnd {
402
  TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
402
  TransparentPatterns {} {gsave 1 setgray fill grestore} ifelse
403
} def
403
} def
404
%
404
%
405
% Substitute for Level 2 pattern fill codes with
405
% Substitute for Level 2 pattern fill codes with
406
% grayscale if Level 2 support is not selected.
406
% grayscale if Level 2 support is not selected.
407
%
407
%
408
/Level1PatternFill {
408
/Level1PatternFill {
409
/Pattern1 {0.250 Density} bind def
409
/Pattern1 {0.250 Density} bind def
410
/Pattern2 {0.500 Density} bind def
410
/Pattern2 {0.500 Density} bind def
411
/Pattern3 {0.750 Density} bind def
411
/Pattern3 {0.750 Density} bind def
412
/Pattern4 {0.125 Density} bind def
412
/Pattern4 {0.125 Density} bind def
413
/Pattern5 {0.375 Density} bind def
413
/Pattern5 {0.375 Density} bind def
414
/Pattern6 {0.625 Density} bind def
414
/Pattern6 {0.625 Density} bind def
415
/Pattern7 {0.875 Density} bind def
415
/Pattern7 {0.875 Density} bind def
416
} def
416
} def
417
%
417
%
418
% Now test for support of Level 2 code
418
% Now test for support of Level 2 code
419
%
419
%
420
Level1 {Level1PatternFill} {Level2PatternFill} ifelse
420
Level1 {Level1PatternFill} {Level2PatternFill} ifelse
421
%
421
%
422
/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
422
/Symbol-Oblique /Symbol findfont [1 0 .167 1 0 0] makefont
423
dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
423
dup length dict begin {1 index /FID eq {pop pop} {def} ifelse} forall
424
currentdict end definefont pop
424
currentdict end definefont pop
425
end
425
end
426
%%EndProlog
426
%%EndProlog
427
%%Page: 1 1
427
%%Page: 1 1
428
gnudict begin
428
gnudict begin
429
gsave
429
gsave
430
50 50 translate
430
50 50 translate
431
0.100 0.100 scale
431
0.100 0.100 scale
432
90 rotate
432
90 rotate
433
0 -5040 translate
433
0 -5040 translate
434
0 setgray
434
0 setgray
435
newpath
435
newpath
436
(Helvetica) findfont 140 scalefont setfont
436
(Helvetica) findfont 140 scalefont setfont
437
1.000 UL
437
1.000 UL
438
LTb
438
LTb
439
882 728 M
439
882 448 M
440
63 0 V
440
63 0 V
441
6101 0 R
441
6101 0 R
442
-63 0 V
442
-63 0 V
443
798 728 M
443
798 448 M
444
( 0) Rshow
444
( 0) Rshow
445
1.000 UL
445
1.000 UL
446
LTb
446
LTb
447
882 1557 M
447
882 1333 M
448
63 0 V
448
63 0 V
449
6101 0 R
449
6101 0 R
450
-63 0 V
450
-63 0 V
451
-6185 0 R
451
-6185 0 R
452
( 50) Rshow
452
( 50) Rshow
453
1.000 UL
453
1.000 UL
454
LTb
454
LTb
455
882 2386 M
455
882 2218 M
456
63 0 V
456
63 0 V
457
6101 0 R
457
6101 0 R
458
-63 0 V
458
-63 0 V
459
-6185 0 R
459
-6185 0 R
460
( 100) Rshow
460
( 100) Rshow
461
1.000 UL
461
1.000 UL
462
LTb
462
LTb
463
882 3214 M
463
882 3102 M
464
63 0 V
464
63 0 V
465
6101 0 R
465
6101 0 R
466
-63 0 V
466
-63 0 V
467
-6185 0 R
467
-6185 0 R
468
( 150) Rshow
468
( 150) Rshow
469
1.000 UL
469
1.000 UL
470
LTb
470
LTb
471
882 4043 M
471
882 3987 M
472
63 0 V
472
63 0 V
473
6101 0 R
473
6101 0 R
474
-63 0 V
474
-63 0 V
475
-6185 0 R
475
-6185 0 R
476
( 200) Rshow
476
( 200) Rshow
477
1.000 UL
477
1.000 UL
478
LTb
478
LTb
479
882 4872 M
479
882 4872 M
480
63 0 V
480
63 0 V
481
6101 0 R
481
6101 0 R
482
-63 0 V
482
-63 0 V
483
-6185 0 R
483
-6185 0 R
484
( 250) Rshow
484
( 250) Rshow
485
1.000 UL
485
1.000 UL
486
LTb
486
LTb
487
882 728 M
487
882 448 M
488
0 63 V
488
0 63 V
489
0 4081 R
489
0 4361 R
490
0 -63 V
490
0 -63 V
491
882 588 M
491
882 308 M
492
( 0) Cshow
492
( 0) Cshow
493
1.000 UL
493
1.000 UL
494
LTb
494
LTb
495
2115 728 M
495
2115 448 M
496
0 63 V
496
0 63 V
497
0 4081 R
497
0 4361 R
498
0 -63 V
498
0 -63 V
499
0 -4221 R
499
0 -4501 R
500
( 2) Cshow
500
( 2) Cshow
501
1.000 UL
501
1.000 UL
502
LTb
502
LTb
503
3348 728 M
503
3348 448 M
504
0 63 V
504
0 63 V
505
0 4081 R
505
0 4361 R
506
0 -63 V
506
0 -63 V
507
0 -4221 R
507
0 -4501 R
508
( 4) Cshow
508
( 4) Cshow
509
1.000 UL
509
1.000 UL
510
LTb
510
LTb
511
4580 728 M
511
4580 448 M
512
0 63 V
512
0 63 V
513
0 4081 R
513
0 4361 R
514
0 -63 V
514
0 -63 V
515
0 -4221 R
515
0 -4501 R
516
( 6) Cshow
516
( 6) Cshow
517
1.000 UL
517
1.000 UL
518
LTb
518
LTb
519
5813 728 M
519
5813 448 M
520
0 63 V
520
0 63 V
521
0 4081 R
521
0 4361 R
522
0 -63 V
522
0 -63 V
523
0 -4221 R
523
0 -4501 R
524
( 8) Cshow
524
( 8) Cshow
525
1.000 UL
525
1.000 UL
526
LTb
526
LTb
527
7046 728 M
527
7046 448 M
528
0 63 V
528
0 63 V
529
0 4081 R
529
0 4361 R
530
0 -63 V
530
0 -63 V
531
0 -4221 R
531
0 -4501 R
532
( 10) Cshow
532
( 10) Cshow
533
1.000 UL
533
1.000 UL
534
LTb
534
LTb
535
1.000 UL
535
1.000 UL
536
LTb
536
LTb
537
882 4872 N
537
882 4872 N
538
882 728 L
538
882 448 L
539
6164 0 V
539
6164 0 V
540
0 4144 V
540
0 4424 V
541
-6164 0 V
541
-6164 0 V
542
Z stroke
542
Z stroke
543
LCb setrgbcolor
543
LCb setrgbcolor
544
308 2800 M
544
308 2660 M
545
currentpoint gsave translate 90 rotate 0 0 M
545
currentpoint gsave translate 90 rotate 0 0 M
546
(frequency) Cshow
546
(frequency) Cshow
547
grestore
547
grestore
548
LTb
548
LTb
549
LCb setrgbcolor
549
LCb setrgbcolor
550
3964 378 M
550
3964 98 M
551
(# harmonics) Cshow
551
(# harmonics) Cshow
552
LTb
552
LTb
553
1.000 UP
553
1.000 UP
554
1.000 UL
554
1.000 UL
555
LTb
555
LTb
556
1.000 UL
556
1.000 UL
557
LT0
557
LT0
558
LTb
558
/Helvetica findfont 140 scalefont setfont
559
3397 133 M
559
882 826 M
560
(approximed) Rshow
560
62 38 V
561
LT0
561
63 38 V
562
3481 133 M
562
62 39 V
563
399 0 V
563
62 38 V
564
882 1081 M
564
62 38 V
565
62 36 V
565
63 38 V
566
63 36 V
566
62 38 V
567
62 35 V
567
62 39 V
568
62 36 V
568
62 38 V
569
62 36 V
569
63 38 V
570
63 35 V
570
62 38 V
571
62 36 V
571
62 38 V
572
62 36 V
572
62 39 V
573
62 35 V
573
63 38 V
574
63 36 V
574
62 38 V
575
62 36 V
575
62 38 V
576
62 36 V
576
62 38 V
577
62 35 V
577
63 39 V
578
63 36 V
578
62 38 V
579
62 36 V
579
62 38 V
580
62 35 V
580
63 38 V
581
62 36 V
581
62 38 V
582
63 36 V
582
62 38 V
583
62 35 V
583
62 39 V
584
62 36 V
584
63 38 V
585
63 36 V
585
62 38 V
586
62 35 V
586
62 38 V
587
62 36 V
587
62 38 V
588
62 36 V
588
63 39 V
589
63 35 V
589
62 38 V
590
62 36 V
590
62 38 V
591
62 36 V
591
62 38 V
592
62 36 V
592
63 38 V
593
63 35 V
593
62 39 V
594
62 36 V
594
62 38 V
595
62 36 V
595
62 38 V
596
62 35 V
596
63 38 V
597
63 36 V
597
62 38 V
598
62 36 V
598
62 39 V
599
62 35 V
599
63 38 V
600
62 36 V
600
62 38 V
601
63 36 V
601
62 38 V
602
62 35 V
602
62 38 V
603
62 36 V
603
63 38 V
604
63 36 V
604
62 39 V
605
62 35 V
605
62 38 V
606
62 36 V
606
62 38 V
607
62 36 V
607
63 38 V
608
63 36 V
608
62 38 V
609
62 35 V
609
62 39 V
610
62 36 V
610
62 38 V
611
62 36 V
611
63 38 V
612
63 35 V
612
62 38 V
613
62 36 V
613
62 38 V
614
62 36 V
614
62 39 V
615
62 35 V
615
63 38 V
616
63 36 V
616
62 38 V
617
62 36 V
617
62 38 V
618
62 35 V
618
62 38 V
619
62 36 V
619
63 39 V
620
63 36 V
620
62 38 V
621
62 35 V
621
62 38 V
622
62 36 V
622
63 38 V
623
62 36 V
623
62 38 V
624
63 36 V
624
62 38 V
625
62 35 V
625
62 39 V
626
62 36 V
626
63 38 V
627
63 36 V
627
62 38 V
628
62 35 V
628
62 38 V
629
62 36 V
629
62 38 V
630
62 36 V
630
63 39 V
631
63 35 V
631
62 38 V
632
62 36 V
632
62 38 V
633
62 36 V
633
62 38 V
634
62 35 V
634
63 38 V
635
63 36 V
635
62 39 V
636
62 36 V
636
62 38 V
637
62 35 V
637
62 38 V
638
62 36 V
638
63 38 V
639
63 36 V
639
62 38 V
640
62 36 V
640
62 39 V
641
62 35 V
641
63 38 V
642
62 36 V
642
62 38 V
643
63 36 V
643
62 38 V
644
62 35 V
644
62 38 V
645
62 36 V
645
63 39 V
646
63 36 V
646
62 38 V
647
62 35 V
647
62 38 V
648
62 36 V
648
62 38 V
649
62 36 V
649
63 38 V
650
63 35 V
650
62 38 V
651
62 36 V
651
62 39 V
652
62 36 V
652
62 38 V
653
62 35 V
653
63 38 V
654
63 36 V
654
62 38 V
655
62 36 V
655
62 38 V
656
62 36 V
656
62 39 V
657
62 35 V
657
63 38 V
658
63 36 V
658
62 38 V
659
62 36 V
-
 
660
62 35 V
-
 
661
62 36 V
-
 
662
63 36 V
-
 
663
62 35 V
-
 
664
1.000 UP
-
 
665
stroke
-
 
666
LT1
-
 
667
LTb
-
 
668
4804 133 M
-
 
669
(measured) Rshow
-
 
670
LT1
-
 
671
882 1060 Pls
-
 
672
1498 1424 Pls
-
 
673
2115 1789 Pls
-
 
674
2731 2154 Pls
-
 
675
3348 2485 Pls
-
 
676
3964 2833 Pls
-
 
677
4580 3214 Pls
-
 
678
5197 3546 Pls
-
 
679
5813 3911 Pls
-
 
680
6430 4259 Pls
-
 
681
7046 4623 Pls
-
 
682
5087 133 Pls
-
 
683
1.000 UL
-
 
684
LTb
-
 
685
882 4872 N
-
 
686
882 728 L
-
 
687
6164 0 V
-
 
688
0 4144 V
-
 
689
-6164 0 V
-
 
690
Z stroke
-
 
691
1.000 UP
-
 
692
1.000 UL
-
 
693
LTb
-
 
694
stroke
-
 
695
grestore
-
 
696
end
-
 
697
showpage
-
 
698
%%Page: 2 2
-
 
699
gnudict begin
-
 
700
gsave
-
 
701
50 50 translate
-
 
702
0.100 0.100 scale
-
 
703
90 rotate
-
 
704
0 -5040 translate
-
 
705
0 setgray
-
 
706
newpath
-
 
707
(Helvetica) findfont 140 scalefont setfont
-
 
708
1.000 UL
-
 
709
LTb
-
 
710
882 728 M
-
 
711
63 0 V
-
 
712
6101 0 R
-
 
713
-63 0 V
-
 
714
798 728 M
-
 
715
( 0) Rshow
-
 
716
1.000 UL
-
 
717
LTb
-
 
718
882 1557 M
-
 
719
63 0 V
-
 
720
6101 0 R
-
 
721
-63 0 V
-
 
722
-6185 0 R
-
 
723
( 50) Rshow
-
 
724
1.000 UL
-
 
725
LTb
-
 
726
882 2386 M
-
 
727
63 0 V
-
 
728
6101 0 R
-
 
729
-63 0 V
-
 
730
-6185 0 R
-
 
731
( 100) Rshow
-
 
732
1.000 UL
-
 
733
LTb
-
 
734
882 3214 M
-
 
735
63 0 V
-
 
736
6101 0 R
-
 
737
-63 0 V
-
 
738
-6185 0 R
-
 
739
( 150) Rshow
-
 
740
1.000 UL
-
 
741
LTb
-
 
742
882 4043 M
-
 
743
63 0 V
-
 
744
6101 0 R
-
 
745
-63 0 V
-
 
746
-6185 0 R
-
 
747
( 200) Rshow
-
 
748
1.000 UL
-
 
749
LTb
-
 
750
882 4872 M
-
 
751
63 0 V
-
 
752
6101 0 R
-
 
753
-63 0 V
-
 
754
-6185 0 R
-
 
755
( 250) Rshow
-
 
756
1.000 UL
-
 
757
LTb
-
 
758
882 728 M
-
 
759
0 63 V
-
 
760
0 4081 R
-
 
761
0 -63 V
-
 
762
882 588 M
-
 
763
( 0) Cshow
-
 
764
1.000 UL
-
 
765
LTb
-
 
766
2115 728 M
-
 
767
0 63 V
-
 
768
0 4081 R
-
 
769
0 -63 V
-
 
770
0 -4221 R
-
 
771
( 2) Cshow
-
 
772
1.000 UL
-
 
773
LTb
-
 
774
3348 728 M
-
 
775
0 63 V
-
 
776
0 4081 R
-
 
777
0 -63 V
-
 
778
0 -4221 R
-
 
779
( 4) Cshow
-
 
780
1.000 UL
-
 
781
LTb
-
 
782
4580 728 M
-
 
783
0 63 V
-
 
784
0 4081 R
-
 
785
0 -63 V
-
 
786
0 -4221 R
-
 
787
( 6) Cshow
-
 
788
1.000 UL
-
 
789
LTb
-
 
790
5813 728 M
-
 
791
0 63 V
-
 
792
0 4081 R
-
 
793
0 -63 V
-
 
794
0 -4221 R
-
 
795
( 8) Cshow
-
 
796
1.000 UL
-
 
797
LTb
-
 
798
7046 728 M
-
 
799
0 63 V
-
 
800
0 4081 R
-
 
801
0 -63 V
-
 
802
0 -4221 R
-
 
803
( 10) Cshow
-
 
804
1.000 UL
-
 
805
LTb
-
 
806
1.000 UL
-
 
807
LTb
-
 
808
882 4872 N
-
 
809
882 728 L
-
 
810
6164 0 V
-
 
811
0 4144 V
-
 
812
-6164 0 V
-
 
813
Z stroke
-
 
814
LCb setrgbcolor
-
 
815
308 2800 M
-
 
816
currentpoint gsave translate 90 rotate 0 0 M
-
 
817
(frequency) Cshow
-
 
818
grestore
-
 
819
LTb
-
 
820
LCb setrgbcolor
-
 
821
3964 378 M
-
 
822
(# harmonics) Cshow
-
 
823
LTb
-
 
824
1.000 UP
-
 
825
1.000 UL
-
 
826
LTb
-
 
827
1.000 UL
-
 
828
LT0
-
 
829
LTb
-
 
830
3397 133 M
-
 
831
(approximed) Rshow
-
 
832
LT0
-
 
833
3481 133 M
-
 
834
399 0 V
-
 
835
882 1081 M
-
 
836
62 36 V
-
 
837
63 36 V
-
 
838
62 35 V
-
 
839
62 36 V
-
 
840
62 36 V
-
 
841
63 35 V
-
 
842
62 36 V
-
 
843
62 36 V
-
 
844
62 35 V
-
 
845
63 36 V
-
 
846
62 36 V
-
 
847
62 36 V
-
 
848
62 35 V
-
 
849
63 36 V
-
 
850
62 36 V
-
 
851
62 35 V
-
 
852
62 36 V
-
 
853
63 36 V
-
 
854
62 35 V
-
 
855
62 36 V
-
 
856
63 36 V
-
 
857
62 35 V
-
 
858
62 36 V
-
 
859
62 36 V
-
 
860
63 35 V
-
 
861
62 36 V
-
 
862
62 36 V
-
 
863
62 36 V
-
 
864
63 35 V
-
 
865
62 36 V
-
 
866
62 36 V
-
 
867
62 35 V
-
 
868
63 36 V
-
 
869
62 36 V
-
 
870
62 35 V
-
 
871
62 36 V
-
 
872
63 36 V
-
 
873
62 35 V
-
 
874
62 36 V
-
 
875
63 36 V
-
 
876
62 35 V
-
 
877
62 36 V
-
 
878
62 36 V
-
 
879
63 36 V
-
 
880
62 35 V
-
 
881
62 36 V
-
 
882
62 36 V
-
 
883
63 35 V
-
 
884
62 36 V
-
 
885
62 36 V
-
 
886
62 35 V
-
 
887
63 36 V
-
 
888
62 36 V
-
 
889
62 35 V
-
 
890
62 36 V
-
 
891
63 36 V
-
 
892
62 35 V
-
 
893
62 36 V
-
 
894
62 36 V
-
 
895
63 36 V
-
 
896
62 35 V
-
 
897
62 36 V
-
 
898
63 36 V
-
 
899
62 35 V
-
 
900
62 36 V
-
 
901
62 36 V
-
 
902
63 35 V
-
 
903
62 36 V
-
 
904
62 36 V
-
 
905
62 35 V
-
 
906
63 36 V
-
 
907
62 36 V
-
 
908
62 35 V
-
 
909
62 36 V
-
 
910
63 36 V
-
 
911
62 36 V
-
 
912
62 35 V
-
 
913
62 36 V
-
 
914
63 36 V
-
 
915
62 35 V
-
 
916
62 36 V
-
 
917
63 36 V
-
 
918
62 35 V
-
 
919
62 36 V
-
 
920
62 36 V
-
 
921
63 35 V
-
 
922
62 36 V
-
 
923
62 36 V
-
 
924
62 35 V
-
 
925
63 36 V
-
 
926
62 36 V
-
 
927
62 36 V
-
 
928
62 35 V
-
 
929
63 36 V
-
 
930
62 36 V
-
 
931
62 35 V
-
 
932
62 36 V
-
 
933
63 36 V
-
 
934
62 35 V
-
 
935
1.000 UP
659
1.000 UP
936
stroke
660
stroke
937
LT1
661
LT1
-
 
662
/Helvetica findfont 140 scalefont setfont
-
 
663
882 763 M
938
LTb
664
0 106 V
939
4804 133 M
665
851 763 M
-
 
666
62 0 V
-
 
667
851 869 M
-
 
668
62 0 V
-
 
669
585 280 R
-
 
670
0 106 V
-
 
671
-31 -106 R
-
 
672
62 0 V
-
 
673
-62 106 R
-
 
674
62 0 V
-
 
675
586 280 R
-
 
676
0 106 V
-
 
677
-31 -106 R
-
 
678
62 0 V
-
 
679
-62 106 R
-
 
680
62 0 V
-
 
681
585 278 R
-
 
682
0 106 V
-
 
683
-31 -106 R
-
 
684
62 0 V
-
 
685
-62 106 R
-
 
686
62 0 V
-
 
687
586 253 R
-
 
688
0 106 V
-
 
689
-31 -106 R
-
 
690
62 0 V
-
 
691
-62 106 R
-
 
692
62 0 V
-
 
693
585 271 R
-
 
694
0 106 V
-
 
695
-31 -106 R
-
 
696
62 0 V
-
 
697
-62 106 R
-
 
698
62 0 V
-
 
699
585 294 R
-
 
700
0 106 V
-
 
701
-31 -106 R
-
 
702
62 0 V
-
 
703
-62 106 R
-
 
704
62 0 V
-
 
705
586 255 R
-
 
706
0 106 V
-
 
707
-31 -106 R
-
 
708
62 0 V
-
 
709
-62 106 R
-
 
710
62 0 V
-
 
711
585 281 R
-
 
712
0 106 V
-
 
713
-31 -106 R
-
 
714
62 0 V
-
 
715
-62 106 R
-
 
716
62 0 V
-
 
717
586 257 R
-
 
718
0 106 V
940
(measured) Rshow
719
-31 -106 R
-
 
720
62 0 V
-
 
721
-62 106 R
-
 
722
62 0 V
-
 
723
585 285 R
941
LT1
724
0 106 V
-
 
725
-31 -106 R
-
 
726
62 0 V
-
 
727
-62 106 R
-
 
728
62 0 V
942
882 1060 Pls
729
882 816 Pls
943
1498 1424 Pls
730
1498 1202 Pls
944
2115 1789 Pls
731
2115 1588 Pls
945
2731 2154 Pls
732
2731 1972 Pls
946
3348 2485 Pls
733
3348 2331 Pls
947
3964 2833 Pls
734
3964 2708 Pls
948
4580 3214 Pls
735
4580 3108 Pls
949
5197 3546 Pls
736
5197 3469 Pls
950
5813 3911 Pls
737
5813 3856 Pls
951
6430 4259 Pls
738
6430 4219 Pls
952
7046 4623 Pls
739
7046 4610 Pls
953
5087 133 Pls
-
 
954
1.000 UL
740
1.000 UL
955
LTb
741
LTb
956
882 4872 N
742
882 4872 N
957
882 728 L
743
882 448 L
958
6164 0 V
744
6164 0 V
959
0 4144 V
745
0 4424 V
960
-6164 0 V
746
-6164 0 V
961
Z stroke
747
Z stroke
962
1.000 UP
748
1.000 UP
963
1.000 UL
749
1.000 UL
964
LTb
750
LTb
965
stroke
751
stroke
966
grestore
752
grestore
967
end
753
end
968
showpage
754
showpage
969
%%Trailer
755
%%Trailer
970
%%DocumentFonts: Helvetica
756
%%DocumentFonts: Helvetica
971
%%Pages: 2
757
%%Pages: 1