1: %!PS-Adobe-3.0 EPSF-3.0
2: %%For: Alfred Gautschy
3: %%CreationDate: Sat 03 Feb 2007 08:17:22 PM CET
4: %%Title: Nonpulsing_sec.eps
5: %%Creator: Skencil 0.6.16
6: %%Pages: 1
7: %%BoundingBox: 128 36 762 529
8: %%Extensions: CMYK
9: %%DocumentSuppliedResources: (atend)
10: %%DocumentNeededResources: font Helvetica-Narrow
11: %%DocumentNeededResources: font Helvetica-Narrow-Oblique
12: %%EndComments
13:
14: %%BeginProlog
15: %%BeginResource: procset Linux-Sketch-Procset 1.0 2
16: /SketchDict 100 dict def
17: SketchDict begin
18: /bd { bind def } bind def
19: /x { exch } bd
20: /xd { exch def } bd
21: /PI 3.14159265358979323846264338327 def
22: /radgrad { 180 mul PI div } bd
23: /skstartmatrix matrix currentmatrix def
24: /tmpmat matrix def
25: /ISOLatin1Encoding dup where
26: { pop pop }
27: { [/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
28: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
29: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
30: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
31: /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand
32: /quoteright /parenleft /parenright /asterisk /plus /comma /minus /period
33: /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon
34: /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J
35: /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash
36: /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i
37: /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright
38: /asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
39: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
40: /.notdef /.notdef /dotlessi /grave /acute /circumflex /tilde /macron /breve
41: /dotaccent /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek
42: /caron /space /exclamdown /cent /sterling /currency /yen /brokenbar /section
43: /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen
44: /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu
45: /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright
46: /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex
47: /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex
48: /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve
49: /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute
50: /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute
51: /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute
52: /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde
53: /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave
54: /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] def
55: }
56: ifelse
57: /arct dup where
58: {pop pop}
59: {
60: /arct {arcto pop pop pop pop} bd
61: }
62: ifelse
63: /size 0 def
64: /fontname 0 def
65: /newfont 0 def
66: /sf {
67: /size xd
68: /fontname xd
69: fontname findfont
70: dup /Encoding get StandardEncoding eq
71: {
72: dup
73: length dict /newfont xd
74: {
75: 1 index
76: /FID ne
77: { newfont 3 1 roll put }
78: { pop pop }
79: ifelse
80: } forall
81: newfont /Encoding ISOLatin1Encoding put
82: fontname newfont definefont
83: }
84: if
85: size scalefont setfont
86: } bd
87: /pusht {matrix currentmatrix} bd
88: /popt {setmatrix} bd
89: /pushc {gsave} bd
90: /popc {grestore} bd
91: /rgb {setrgbcolor} bd
92: /w { setlinewidth } bd
93: /j { setlinejoin } bd
94: /J { setlinecap } bd
95: /d { setdash } bd
96: /F { eofill } bd
97: /f { closepath F } bd
98: /S {
99: pusht
100: skstartmatrix setmatrix stroke
101: popt
102: } bd
103: /s { closepath S } bd
104: /m { moveto } bd
105: /l { lineto } bd
106: /c { curveto } bd
107: /txt {
108: /tmpmat tmpmat currentmatrix def
109: dup type /arraytype eq {concat} {translate} ifelse
110: 0 0 m
111: tmpmat
112: } bd
113: /T {txt x show popt} bd
114: /P {txt x true charpath popt} bd
115: /TP {txt x dup show 0 0 m true charpath popt} bd
116: /C {newpath 0 360 arc} bd
117: /R {
118: 2 copy m
119: x 2 index l
120: x 2 index x l
121: l
122: closepath
123: } bd
124: /ellipse {
125: dup type /arraytype eq
126: {
127: pusht x concat
128: 0 0 1.0 C
129: popt
130: }
131: {
132: pusht 5 1 roll
133: 4 -1 roll concat
134: newpath
135: dup 2 eq {
136: 0 0 m
137: } if
138: 3 1 roll
139: radgrad x
140: radgrad x
141: 0 0 1 5 -2 roll
142: arc
143: 0 ne { closepath } if
144: popt
145: }
146: ifelse
147: } bd
148: /radius1 0 def
149: /radius2 0 def
150: /factor 0 def
151: /rect {
152: dup type /arraytype eq
153: {
154: pusht x concat
155: 0 0 m 1 0 l 1 1 l 0 1 l closepath
156: popt
157: }
158: {
159: /radius2 xd
160: /radius1 xd
161: pusht x concat
162: radius1 radius2 div 1 scale
163: 0 radius2 m
164: 0 1 radius2 1 radius2 arct
165: radius2 radius1 div
166: dup 1 1 index 0 radius2 arct
167: 0 0 0 radius2 arct
168: 0 0 0 1 radius2 arct
169: closepath
170: popt
171: }
172: ifelse
173: } bd
174: /buf 0 def
175: /width 0 def
176: /height 0 def
177: /skcimg {
178: /tmpmat tmpmat currentmatrix def
179: { concat } if
180: /height xd
181: /width xd
182: /buf width 3 mul string def
183: width height scale
184: width height 8
185: [width 0 0 height neg 0 height]
186: { currentfile buf readhexstring pop } bind
187: false 3 colorimage
188: tmpmat setmatrix
189: } bd
190: /skgimg {
191: /tmpmat tmpmat currentmatrix def
192: { concat } if
193: /height xd
194: /width xd
195: /buf width string def
196: width height scale
197: width height 8
198: [width 0 0 height neg 0 height]
199: { currentfile buf readhexstring pop } bind
200: image
201: tmpmat setmatrix
202: } bd
203: /rclip {
204: 4 2 roll m
205: dup 0 x rlineto
206: x 0 rlineto
207: neg 0 x rlineto
208: closepath
209: clip
210: } bd
211: /skeps {
212: 10 dict begin
213: /sk_state save def
214: concat
215: 3 index neg 3 index neg translate
216: rclip
217: 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
218: 10 setmiterlimit [ ] 0 setdash
219: newpath
220: /sk_dict_count countdictstack def
221: /sk_count count 1 sub def
222: userdict begin
223: /showpage { } def
224: /languagelevel where
225: {
226: pop
227: languagelevel 1 ne
228: {
229: false setstrokeadjust
230: false setoverprint
231: } if
232: } if
233: } bd
234: /skepsend {
235: count sk_count sub { pop } repeat
236: countdictstack sk_dict_count sub { end } repeat
237: sk_state restore
238: end
239: } bd
240: /gradidx 0 def
241: /gradient {
242: 3 mul array
243: /gradidx 0 def
244: } bd
245: /$ {
246: 3 index gradidx 5 -1 roll put
247: 2 index gradidx 1 add 4 -1 roll put
248: 1 index gradidx 2 add 3 -1 roll put
249: /gradidx gradidx 3 add def
250: } bd
251: /! {
252: 3
253: {
254: dup dup gradidx dup 3 1 roll 3 sub get put
255: /gradidx gradidx 1 add def
256: }
257: repeat
258: } bd
259: /gradcolor {
260: 3 mul dup 2 add 1 exch % idx 1 idx+2
261: {
262: 1 index exch % array array i
263: get % array component
264: exch % component array
265: }
266: for
267: 4 1 roll
268: } bd
269: /x0 0 def /y0 0 def /x1 0 def /y1 0 def
270: /left 0 def /right 0 def /top 0 def /bottom 0 def
271: /numcolors 0 def
272: /axial {
273: /y1 xd /x1 xd /y0 xd /x0 xd
274: dup length 3 idiv /numcolors xd
275: pusht exch % ctm array
276: x0 x1 ne y0 y1 ne or
277: {
278: x0 y0 translate
279: [x1 x0 sub y1 y0 sub dup neg 2 index 0 0] concat
280: clippath flattenpath pathbbox
281: /top xd /right xd /bottom xd /left xd
282: newpath
283: 0 gradcolor rgb clippath f
284: 0 1 numcolors 1 sub
285: {
286: dup numcolors div
287: 3 1 roll
288: gradcolor rgb
289: exch
290: bottom right top R f
291: }
292: for
293: }
294: if
295: pop
296: popt
297: } bd
298: /r0 0 def /r1 0 def /dr 0 def
299: /radial {
300: /r1 xd /r0 xd /y0 xd /x0 xd
301: /dr r1 r0 sub def
302: dup length 3 idiv /numcolors xd
303: pusht exch % ctm array
304: r0 r1 ne
305: {
306: x0 y0 translate
307: clippath flattenpath pathbbox
308: /top xd /right xd /bottom xd /left xd
309: newpath
310: dr 0 gt {numcolors 1 sub}{0} ifelse gradcolor rgb
311: clippath f
312: dr 0 gt {numcolors 1 sub -1 0} { 0 1 numcolors 1 sub} ifelse
313: {
314: dup numcolors div dr mul r0 add
315: 3 1 roll
316: gradcolor rgb
317: exch
318: 0 0 3 -1 roll C f
319: }
320: for
321: }
322: if
323: pop
324: popt
325: } bd
326: /max {
327: 2 copy lt {exch} if pop
328: } bd
329: /conical {
330: pusht 5 1 roll
331: 3 1 roll /y0 xd /x0 xd
332: x0 y0 translate
333: radgrad rotate
334: dup length 3 idiv /numcolors xd
335: clippath flattenpath pathbbox newpath
336: 4 { abs 4 1 roll} repeat
337: 3 { max } repeat
338: 2 mul
339: dup scale
340: 0 gradcolor rgb
341: 0 0 1 0 360 arc f
342: 1 1 numcolors 1 sub
343: {
344: dup numcolors div 180 mul
345: 3 1 roll
346: gradcolor rgb
347: exch
348: 0 0 moveto
349: 0 0 1 4 -1 roll dup neg arc
350: closepath f
351: }
352: for
353: pop
354: popt
355: } bd
356: /XStep 0 def /YStep 0 def /imagedata 0 def /components 0 def
357: /tileimage2 {
358: exch 4 2 roll
359: /height xd
360: /width xd
361: mark
362: /components 2 index
363: /PatternType 1
364: /PaintType 1
365: /TilingType 1
366: /BBox [0 0 width height]
367: /XStep width
368: /YStep height
369: /PaintProc {
370: begin
371: XStep YStep 8
372: matrix
373: imagedata
374: false
375: components
376: colorimage
377: end
378: }
379: counttomark 2 div cvi dup dict begin
380: { def } repeat
381: pop currentdict end
382: dup
383: /imagedata
384: 4 -1 roll
385: width height mul mul string
386: currentfile exch readhexstring pop
387: put
388: exch
389: makepattern
390: setpattern
391: clippath
392: eofill
393: } bd
394: /tileimage1 {
395: concat
396: /components xd
397: /height xd
398: /width xd
399: /imagedata
400: currentfile
401: width height mul components mul string
402: readhexstring pop
403: def
404: clippath flattenpath pathbbox
405: /top xd /right xd /bottom xd /left xd
406: left width div floor width mul
407: bottom height div floor height mul
408: translate
409: top bottom sub height div ceiling cvi
410: {
411: gsave
412: right left sub width div ceiling cvi
413: {
414: width height 8 matrix
415: components 1 eq
416: {
417: { imagedata }
418: image
419: }
420: {
421: imagedata
422: false components
423: colorimage
424: }
425: ifelse
426: width 0 translate
427: }
428: repeat
429: grestore
430: 0 height translate
431: }
432: repeat
433: } bd
434: /makepattern where
435: {
436: pop
437: /tileimage /tileimage2 load def
438: }
439: {
440: /tileimage /tileimage1 load def
441: }
442: ifelse
443: end
444: %%EndResource
445: %%EndProlog
446:
447: %%BeginSetup
448: %%IncludeResource: font Helvetica-Narrow
449: %%IncludeResource: font Helvetica-Narrow-Oblique
450:
451: 10.433 setmiterlimit
452: %%EndSetup
453:
454: %%Page: 1 1
455: SketchDict begin
456: 264 239 199 467 [1 0 0 1 560.001 58.6557]
457: skeps
458: %%BeginDocument: /home/alfred/Projects/ThMPs/SecModes/M30DNP/lums_supprPulse.eps
459: %!PS-Adobe-2.0 EPSF-1.2
460: %%Title: Yorick 0
461: %%Creator: Gist
462: %%CreationDate: Fri Dec 22 21:57:27 2006
463: %%For: alfred
464: %%Pages: 1
465: %%DocumentFonts:
466: %%BoundingBox: 264 239 463 706
467: %%EndPreview
468: save countdictstack mark newpath /showpage {} def /setpagedevice {pop} def
469: %%EndProlog
470: %%Page: 1 1
471: %%BeginDocument: test.ps
472: %
473: % Gist PostScript Prolog
474: % $Id: ps.ps,v 1.1.1.1 2005/09/18 22:06:20 dhmunro Exp $
475: % Copyright (c) 1994. The Regents of the University of California.
476: % All rights reserved.
477: %
478: /GistPrimitives 128 dict def
479: GistPrimitives begin
480: /PG 0 def
481: /LAND { 90 rotate 0 -12240 translate } bind def
482: /CLON {
483: gsave /TxYxs TxYx def /TxYns TxYn def
484: newpath
485: moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto
486: closepath clip newpath
487: } bind def
488: /CLOF {
489: /TxYx TxYxs def /TxYn TxYns def grestore
490: } bind def
491: /BG { 1 setgray } bind def
492: /FG { 0 setgray } bind def
493: /BLK { 0 setgray } bind def
494: /WHT { 1 setgray } bind def
495: /RED { 1 0 0 setrgbcolor } bind def
496: /GRN { 0 1 0 setrgbcolor } bind def
497: /BLU { 0 0 1 setrgbcolor } bind def
498: /CYA { 0 1 1 setrgbcolor } bind def
499: /MAG { 1 0 1 setrgbcolor } bind def
500: /YEL { 1 1 0 setrgbcolor } bind def
501: /GYD { 0.392 setgray } bind def
502: /GYC { 0.588 setgray } bind def
503: /GYB { 0.745 setgray } bind def
504: /GYA { 0.839 setgray } bind def
505: /DSH { % index DSH
506: [ [ ] [ 82.5 ] [ 4.5 61.5 ] [ 82.5 39.0 4.5 39.0 ]
507: [ 82.5 39.0 4.5 39.0 4.5 39.0 ] ] exch get
508: dup length 0 ne {
509: currentlinewidth dup 16.5 lt {
510: pop
511: } {
512: 16.5 div 1 index { 2 copy mul 4 1 roll pop } forall pop astore
513: } ifelse
514: } if
515: 0 setdash
516: } bind def
517: /LW /setlinewidth load def
518: /GPL { 1 setlinecap 1 setlinejoin } bind def
519: /GDJ { 2 setlinecap } bind def
520: /GPT {
521: currentfile 4 string readhexstring pop { } forall
522: exch 8 bitshift or 3 1 roll exch 8 bitshift or exch
523: } bind def
524: /L {
525: GPL
526: newpath 1 sub GPT
527: { 3 2 roll dup 255 gt { 255 sub 255 } { 0 exch } ifelse
528: 4 2 roll moveto 0 exch 0 exch
529: { GPT 4 2 roll pop pop 2 copy lineto } repeat stroke
530: 2 index 0 le { pop pop pop exit } if
531: } loop
532: } bind def
533: /LS {
534: GPL
535: newpath 1 sub 3 idiv GPT
536: { 3 2 roll dup 85 gt { 85 sub 85 } { 0 exch } ifelse
537: 4 2 roll moveto 0 exch 0 exch
538: { GPT GPT GPT 8 6 roll pop pop 2 copy 8 2 roll curveto } repeat stroke
539: 2 index 0 le { pop pop pop exit } if
540: } loop
541: } bind def
542: /D {
543: GDJ
544: newpath { GPT moveto GPT lineto stroke } repeat
545: } bind def
546: /Cour {
547: [ /L-Courier /L-Courier-Bold /L-Courier-Oblique /L-Courier-BoldOblique ]
548: exch get FindLatin
549: } bind def
550: /Tims {
551: [ /L-Times-Roman /L-Times-Bold /L-Times-Italic /L-Times-BoldItalic ]
552: exch get FindLatin
553: } bind def
554: /Helv {
555: [ /L-Helvetica /L-Helvetica-Bold
556: /L-Helvetica-Oblique /L-Helvetica-BoldOblique ]
557: exch get FindLatin
558: } bind def
559: /Symb {
560: pop /Symbol findfont
561: } bind def
562: /NCen {
563: [ /L-NewCenturySchlbk-Roman /L-NewCenturySchlbk-Bold
564: /L-NewCenturySchlbk-Italic /L-NewCenturySchlbk-BoldItalic ]
565: exch get FindLatin
566: } bind def
567: /StdNames 16 dict begin % dictionary of fonts not yet re-encoded
568: /L-Courier /Courier def /L-Courier-Bold /Courier-Bold def
569: /L-Courier-Oblique /Courier-Oblique def
570: /L-Courier-BoldOblique /Courier-BoldOblique def
571: /L-Times-Roman /Times-Roman def /L-Times-Bold /Times-Bold def
572: /L-Times-Italic /Times-Italic def /L-Times-BoldItalic /Times-BoldItalic def
573: /L-Helvetica /Helvetica def /L-Helvetica-Bold /Helvetica-Bold def
574: /L-Helvetica-Oblique /Helvetica-Oblique def
575: /L-Helvetica-BoldOblique /Helvetica-BoldOblique def
576: /L-NewCenturySchlbk-Roman /NewCenturySchlbk-Roman def
577: /L-NewCenturySchlbk-Bold /NewCenturySchlbk-Bold def
578: /L-NewCenturySchlbk-Italic /NewCenturySchlbk-Italic def
579: /L-NewCenturySchlbk-BoldItalic /NewCenturySchlbk-BoldItalic def
580: currentdict end def
581: /FindLatin {
582: dup StdNames exch known
583: { dup StdNames exch get findfont dup length dict begin
584: { 1 index /FID ne { def } { pop pop } ifelse } forall
585: /Encoding ISOLatin1Encoding def
586: currentdict end
587: exch dup StdNames exch undef exch definefont }
588: { findfont } ifelse
589: } bind def
590: /FNT {
591: /LnSp exch FontRescale mul def
592: /PtSz exch FontRescale mul def
593: PtSz scalefont setfont
594: currentfont /FontBBox get aload pop
595: currentfont /FontMatrix get transform /TxYx exch def pop
596: currentfont /FontMatrix get transform /TxYn exch def pop
597: } bind def
598: /SS1cpy { dup length string copy } bind def
599: /SS3cpy { 3 { 3 1 roll SS1cpy } repeat } bind def
600: /SScleave {
601: dup 0 get exch dup length 1 sub 1 exch getinterval exch
602: } bind def
603: /SSstring {
604: 1 string dup 3 2 roll 0 exch put
605: } bind def
606: /SFwidth {
607: (\024) search {
608: /wfn 0 def
609: { stringwidth pop wfn add /wfn exch def pop SS1cpy SScleave SSstring
610: currentfont exch /Symbol findfont PtSz scalefont setfont
611: stringwidth pop wfn add /wfn exch def setfont
612: SS1cpy (\024) search not { exit } if } loop
613: stringwidth pop wfn add /wfn exch def wfn 0
614: } { stringwidth } ifelse
615: } bind def
616: /SFshow {
617: (\024) search {
618: { show pop SS1cpy SScleave SSstring
619: currentfont exch /Symbol findfont PtSz scalefont setfont show setfont
620: SS1cpy (\024) search not { exit } if } loop
621: } if
622: show
623: } bind def
624: /SSscale 0.75000 def
625: /SSdown -0.11111 def
626: /SSup 0.36111 def
627: /SSwidth { % string SSwidth --> dx dy
628: (\021) search {
629: /wn 0 def
630: /ws 0 def
631: { SS3cpy SFwidth pop wn add /wn exch def
632: search pop SS3cpy SScleave pop SFwidth pop ws add /ws exch def
633: search not { exit } if } loop
634: SFwidth pop wn add /wn exch def
635: ws SSscale mul wn add 0
636: } { SFwidth } ifelse
637: } bind def
638: /SSshow {
639: (\021) search {
640: { SS3cpy SFshow
641: search pop SS3cpy SScleave 8#022 eq { SSup } { SSdown } ifelse
642: TxYx mul dup 0 exch rmoveto exch
643: matrix currentmatrix exch SSscale SSscale scale SFshow setmatrix
644: neg 0 exch rmoveto
645: search not { exit } if } loop
646: } if
647: SFshow
648: } bind def
649: /OShw /pop load def
650: /OPQ {
651: 0 eq {
652: /OShw /SSshow load def
653: } {
654: /OShw {
655: gsave
656: dup SSwidth
657: 0 TxYn
658: rmoveto 2 copy rlineto 0 LnSp rlineto
659: neg exch neg exch rlineto closepath
660: 1 setgray fill
661: grestore
662: SSshow
663: } def
664: } ifelse
665: } bind def
666: /LF { } def
667: /CN { dup SSwidth -0.5 mul exch -0.5 mul exch rmoveto } bind def
668: /RT { dup SSwidth neg exch neg exch rmoveto } bind def
669: /TP { 0 LnSp neg rmoveto } bind def
670: /CP { 0 TxYx TxYn add neg rmoveto } bind def
671: /HF { 0 TxYx TxYn add -0.5 mul rmoveto} bind def
672: /BA { } def
673: /BT { 0 TxYn neg rmoveto } bind def
674: /JUS {
675: load /YAdj exch def
676: load /XAdj exch def
677: } bind def
678: /XAD { /XAdj load exec } bind def
679: /YAD { /YAdj load exec } bind def
680: /OSH { /OShw load exec } bind def
681: /T {
682: newpath moveto YAD XAD OSH
683: } bind def
684: /TX { XAD OSH currentpoint exch pop 0 exch LnSp sub moveto } bind def
685: /TA {
686: gsave
687: newpath translate 0 0 moveto YAD
688: { TX } forall
689: grestore
690: } bind def
691: /TR {
692: gsave
693: newpath translate rotate 0 0 moveto YAD
694: { TX } forall
695: grestore
696: } bind def
697: /M {
698: newpath { GPT moveto HF CN dup show } repeat pop
699: } bind def
700: /MX { } def
701: /M1 { 1 0 rlineto stroke } bind def
702: /M2 { PtSz 0.5 mul
703: dup -0.5 mul dup 0 rmoveto 1 index 0 rlineto
704: dup rmoveto 0 exch rlineto stroke
705: } bind def
706: /M3 { PtSz 0.5 mul
707: dup -0.5 mul dup 0 exch rmoveto 0 2 index rlineto
708: exch 0.866025 mul 2 copy -0.5 mul exch 0.5 mul rmoveto
709: exch 2 copy rlineto
710: dup 0 exch neg rmoveto
711: exch neg exch rlineto stroke
712: } bind def
713: /M4 { currentpoint PtSz 0.25 mul dup 0 rmoveto
714: 0 360 arc stroke
715: } bind def
716: /M5 { PtSz 0.5 mul
717: dup -0.5 mul dup rmoveto dup dup rlineto
718: dup neg 0 rmoveto dup neg rlineto stroke
719: } bind def
720: /MS {
721: gsave
722: exch dup 0 eq {
723: PtSz 0.1 mul setlinewidth 1 setlinecap
724: } {
725: PtSz 0.05 mul setlinewidth 0 setlinecap
726: } ifelse
727: /MX [ /M1 /M2 /M3 /M4 /M5 ] 3 -1 roll get load def
728: [ ] 0 setdash
729: newpath { GPT moveto /MX load exec } repeat
730: grestore
731: } bind def
732:
733: /CTrgb 0 array def
734: /CTn 0 def
735: /CThi 0 def
736: /CTsn 0 def
737: /CT {
738: dup dup /CTn exch def 1 sub /CThi exch def
739: /CTrgb exch 3 mul string def
740: currentfile CTrgb readhexstring pop pop
741: /CTX load exec
742: } bind def
743: /CT1 {
744: CTrgb
745: /CTrgb CTn array def
746: gsave
747: 0 1 CThi {
748: 2 copy 3 mul 3 getinterval { 255.0 div } forall
749: setrgbcolor currentgray
750: CTrgb 3 1 roll put
751: } for
752: grestore
753: pop
754: /I /I1 load def
755: /C /C1 load def
756: /CI { } def
757: } bind def
758: /CT2 {
759: CTrgb
760: /CTrgb CTn array def
761: 0 1 CThi {
762: 2 copy 3 mul 3 getinterval { 255.0 div } forall
763: 3 array astore CTrgb 3 1 roll put
764: } for
765: pop
766: /I /I2 load def
767: /C /C2 load def
768: /CI { } def
769: } bind def
770: /CT3 {
771: CTrgb
772: /CTrgx CTn array def
773: 0 1 CThi {
774: 2 copy 3 mul 3 getinterval { 255.0 div } forall
775: 3 array astore CTrgx 3 1 roll put
776: } for
777: pop
778: /I /I3 load def
779: /C /C3 load def
780: /CI { } def
781: } bind def
782: /F {
783: newpath GPT moveto
784: 1 sub { GPT lineto } repeat closepath fill
785: } bind def
786: /E {
787: dup 0 eq {
788: pop stroke
789: } {
790: newpath GPT moveto
791: 1 sub { GPT lineto } repeat closepath gsave fill grestore
792: } ifelse
793: } bind def
794: /GRGB {
795: exch dup 255 le { exch exec } { dup 255 and 255.0 div exch dup
796: -8 bitshift 255 and 255.0 div exch -16 bitshift 255 and 255.0 div
797: setrgbcolor pop } ifelse
798: } bind def
799: /CI { } def
800: /C { } def
801: /C0 {
802: { 255.0 div setgray } GRGB
803: } bind def
804: /C1 {
805: { CTrgb exch get setgray } GRGB
806: } bind def
807: /C2 {
808: { CTrgb exch get aload pop setrgbcolor } GRGB
809: } bind def
810: /C3 {
811: { CTrgx exch get aload pop setrgbcolor } GRGB
812: } bind def
813: /I { } def
814: /I0 {
815: /ROW 7 index 6 index mul 7 add 8 idiv string def
816: gsave
817: translate scale
818: dup 1 exch bitshift 1 sub /CTsn exch def
819: [ 3 index 0 0 5 index 0 0 ]
820: { currentfile ROW readhexstring pop } image
821: grestore
822: } bind def
823: /I1 {
824: /ROW 7 index 6 index mul 7 add 8 idiv string def
825: gsave
826: translate scale
827: dup 1 exch bitshift 1 sub /CTsn exch def
828: [ 3 index 0 0 5 index 0 0 ]
829: [ { CTsn mul round cvi
830: dup CThi gt { pop CThi } if CTrgb exch get } /exec load
831: currenttransfer /exec load ] cvx settransfer
832: { currentfile ROW readhexstring pop } image
833: grestore % restore saved CTM and transfer
834: } bind def
835: /I2 {
836: /ROW 7 index 6 index mul 7 add 8 idiv string def
837: gsave
838: translate scale
839: dup 1 exch bitshift 1 sub /CTsn exch def
840: [ 3 index 0 0 5 index 0 0 ]
841: currentcolortransfer
842: [ { CTsn mul round cvi
843: dup CThi gt { pop CThi } if CTrgb exch get 0 get } /exec load
844: 7 -1 roll /exec load ] cvx
845: [ { CTsn mul round cvi
846: dup CThi gt { pop CThi } if CTrgb exch get 1 get } /exec load
847: 7 -1 roll /exec load ] cvx
848: [ { CTsn mul round cvi
849: dup CThi gt { pop CThi } if CTrgb exch get 2 get } /exec load
850: 7 -1 roll /exec load ] cvx
851: [ { CTsn mul round cvi
852: dup CThi gt { pop CThi } if CTrgb exch get 0 get } /exec load
853: 7 -1 roll /exec load ] cvx
854: setcolortransfer
855: { currentfile ROW readhexstring pop } { ROW } { ROW }
856: true 3 colorimage
857: grestore
858: } bind def
859: /I3 {
860: /ROW 7 index 6 index mul 7 add 8 idiv string def
861: gsave
862: translate scale
863: [ /Indexed /DeviceRGB CThi CTrgb ] setcolorspace
864: 7 dict begin
865: /ImageType 1 def
866: /BitsPerComponent exch def
867: /Height exch def
868: /Width exch def
869: /ImageMatrix [ Width 0 0 Height 0 0 ] def
870: /Decode [ 0 1 BitsPerComponent bitshift 1 sub ] def
871: /DataSource { currentfile ROW readhexstring pop } def
872: currentdict end image
873: grestore
874: } bind def
875: /J { } def
876: /J1 {
877: /ROW 6 index 3 mul string def
878: 4 2 roll 2 index add exch 3 index add exch
879: gsave
880: 0 setgray 20 setlinewidth 0 setlinejoin 2 setlinecap
881: 3 index 3 index moveto 3 index 1 index lineto 1 index 1 index lineto
882: 1 index 3 index lineto closepath stroke 0 setlinecap
883: 3 index 3 index moveto 1 index 1 index lineto stroke
884: 1 index 3 index moveto 3 index 1 index lineto stroke pop pop pop pop
885: exch pop { currentfile ROW readhexstring pop pop } repeat
886: grestore
887: } bind def
888: /J2 {
889: /ROW 6 index 3 mul string def
890: gsave
891: translate scale
892: 8 [ 3 index 0 0 5 index 0 0 ]
893: { currentfile ROW readhexstring pop }
894: false 3 colorimage
895: grestore
896: } bind def
897: /GI {
898: 0.05 0.05 scale
899: 10 setlinewidth
900: 0 Cour 240 240 FNT
901: 0 OPQ
902: /LF /BA JUS
903: /I /I0 load def
904: /C /C0 load def
905: /CI { } def
906: } bind def
907: end
908: GistPrimitives begin
909: /FontRescale where { pop } { /FontRescale 1 def } ifelse
910: /languagelevel where { pop languagelevel } { 1 } ifelse
911: 2 lt { % this is level 1 PostScript
912: /colorimage where { % color extension is present
913: % assume that if colorimage is available,
914: % setcolortransfer and currentcolortransfer are too
915: % (These are all listed as CMYK extensions to PostScript level 1)
916: pop
917: /CTX /CT2 load def
918: /J /J2 load def
919: } { % color extension not present
920: /CTX /CT1 load def
921: /J /J1 load def
922: } ifelse
923: } { % this is level 2 PostScript
924: /CTX /CT3 load def
925: /J /J2 load def
926: } ifelse
927: end
928:
929: GistPrimitives begin /PG save def GI
930: 3846 8462 5384 5384 CLON 23 LW 72 L
931: 15a3150815a5151f15aa155715b3159415d215d9168b161e167716631667166e1648167b
932: 16261689160d1697160716a9163216be167e16d416b716e916c316fb16a9170d167e171f
933: 16631736167a175116b0177116c7179516be17b816b817df16c5180f16d2184916db188e
934: 16e318e016ec194416f519bb16fe1a4a17081af517121bb7171c1c7b17251d3e172e1dff
935: 17371ebf17401f7d17492037175220f1175b21a91764225f176e2314177823c91781247b
936: 178b252d179425dd179f268e17a9273d17b327ec17bd289b17c7294817d229f517dc2aa2
937: 17e72b4f17f22bfa17fd2ca518082d5118132dfb181f2ea5182b2f4f18362ff8184230a2
938: 184e314b185b31f31867329c18743344188033ed188d3495189b353c18a835e418ac3616
939: 28 LW 72 L
940: 221815082223151f223d155722571594226a15d92240161e21f3166321e5166e21d6167b
941: 21c5168921b4169721a216a9219016be217e16d4216f16e9216016fb2152170d2143171f
942: 2134173621251751211617712108179520fb17b820ef17df20e4180f20da184920d1188e
943: 20cb18e020c8194420c819bb20cc1a4a20d51af520e21bb720f01c7b21001d3e21101dff
944: 21201ebf21301f7d21402037214f20f1215f21a9216e225f217c2314218a23c92198247b
945: 21a6252d21b425dd21c1268e21cf273d21dc27ec21ea289b21f72948220429f522122aa2
946: 221f2b4f222c2bfa22392ca522452d5122522dfb225f2ea5226b2f4f22782ff8228430a2
947: 2291314b229d31f322aa329c22b6334422c333ed22d0349522dc353c22e835e422ec3616
948: CLOF 11 LW 19 D
949: 1a0a14fd1a0a15d921f314fd21f315d91b9f14fd1b9f1589238714fd23871589154c14fd
950: 154c15891d3414fd1d34158916e014fd16e015891ec914fd1ec91589187514fd18751589
951: 205e14fd205e1589161614fd1616154d17ab14fd17ab154d194014fd1940154d1ad514fd
952: 1ad5154d1c6a14fd1c6a154d1dfe14fd1dfe154d1f9314fd1f93154d212814fd2128154d
953: 22bd14fd22bd154d
954: 19 D
955: 1a0a35441a0a362021f3354421f336201b9f35941b9f36202387359423873620154c3594
956: 154c36201d3435941d34362016e0359416e036201ec935941ec936201875359418753620
957: 205e3594205e3620161635d01616362017ab35d017ab3620194035d0194036201ad535d0
958: 1ad536201c6a35d01c6a36201dfe35d01dfe36201f9335d01f933620212835d021283620
959: 22bd35d022bd3620
960: /CN /CP JUS 2 Helv 238 238 FNT ( 50) 6666 5138 T ( 100) 8691 5138 T 17 D
961: 14fd171915d9171914fd216d15d9216d14fd2bc115d92bc114fd361615d9361614fd192a
962: 1589192a14fd237e1589237e14fd2dd215892dd214fd1b3b15891b3b14fd258f1589258f
963: 14fd2fe315892fe314fd1d4b15891d4b14fd27a0158927a014fd31f4158931f414fd1508
964: 1589150814fd1f5c15891f5c14fd29b1158929b114fd340515893405
965: 17 D
966: 233d171924191719233d216d2419216d233d2bc124192bc1233d361624193616238d192a
967: 2419192a238d237e2419237e238d2dd224192dd2238d1b3b24191b3b238d258f2419258f
968: 238d2fe324192fe3238d1d4b24191d4b238d27a0241927a0238d31f4241931f4238d1508
969: 24191508238d1f5c24191f5c238d29b1241929b1238d340524193405
970: /RT /HF JUS ( 395) 5230 5913 T ( 400) 5230 8557 T ( 405) 5230 11201 T ( 4\
971: 10) 5230 13846 T 4 D
972: 14fd14fd241914fd241914fd241936202419362014fd362014fd362014fd14fd
973: PG restore
974: showpage
975: end
976:
977: %%+ Helvetica-Oblique
978: %%EndDocument
979: %%Trailer
980: cleartomark countdictstack exch sub { end } repeat restore
981: %%EOF
982:
983: %%EndDocument
984: skepsend
985: 232 237 231 469 [1 0 0 1 131.007 57.073]
986: skeps
987: %%BeginDocument: /home/alfred/Projects/ThMPs/SecModes/M30DNP/Period_supprPulse.eps
988: %!PS-Adobe-2.0 EPSF-1.2
989: %%Title: Yorick 0
990: %%Creator: Gist
991: %%CreationDate: Fri Dec 22 21:59:45 2006
992: %%For: alfred
993: %%Pages: 1
994: %%DocumentFonts:
995: %%BoundingBox: 232 237 463 706
996: %%EndPreview
997: save countdictstack mark newpath /showpage {} def /setpagedevice {pop} def
998: %%EndProlog
999: %%Page: 1 1
1000: %%BeginDocument: test.ps
1001: %
1002: % Gist PostScript Prolog
1003: % $Id: ps.ps,v 1.1.1.1 2005/09/18 22:06:20 dhmunro Exp $
1004: % Copyright (c) 1994. The Regents of the University of California.
1005: % All rights reserved.
1006: %
1007: /GistPrimitives 128 dict def
1008: GistPrimitives begin
1009: /PG 0 def
1010: /LAND { 90 rotate 0 -12240 translate } bind def
1011: /CLON {
1012: gsave /TxYxs TxYx def /TxYns TxYn def
1013: newpath
1014: moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto
1015: closepath clip newpath
1016: } bind def
1017: /CLOF {
1018: /TxYx TxYxs def /TxYn TxYns def grestore
1019: } bind def
1020: /BG { 1 setgray } bind def
1021: /FG { 0 setgray } bind def
1022: /BLK { 0 setgray } bind def
1023: /WHT { 1 setgray } bind def
1024: /RED { 1 0 0 setrgbcolor } bind def
1025: /GRN { 0 1 0 setrgbcolor } bind def
1026: /BLU { 0 0 1 setrgbcolor } bind def
1027: /CYA { 0 1 1 setrgbcolor } bind def
1028: /MAG { 1 0 1 setrgbcolor } bind def
1029: /YEL { 1 1 0 setrgbcolor } bind def
1030: /GYD { 0.392 setgray } bind def
1031: /GYC { 0.588 setgray } bind def
1032: /GYB { 0.745 setgray } bind def
1033: /GYA { 0.839 setgray } bind def
1034: /DSH { % index DSH
1035: [ [ ] [ 82.5 ] [ 4.5 61.5 ] [ 82.5 39.0 4.5 39.0 ]
1036: [ 82.5 39.0 4.5 39.0 4.5 39.0 ] ] exch get
1037: dup length 0 ne {
1038: currentlinewidth dup 16.5 lt {
1039: pop
1040: } {
1041: 16.5 div 1 index { 2 copy mul 4 1 roll pop } forall pop astore
1042: } ifelse
1043: } if
1044: 0 setdash
1045: } bind def
1046: /LW /setlinewidth load def
1047: /GPL { 1 setlinecap 1 setlinejoin } bind def
1048: /GDJ { 2 setlinecap } bind def
1049: /GPT {
1050: currentfile 4 string readhexstring pop { } forall
1051: exch 8 bitshift or 3 1 roll exch 8 bitshift or exch
1052: } bind def
1053: /L {
1054: GPL
1055: newpath 1 sub GPT
1056: { 3 2 roll dup 255 gt { 255 sub 255 } { 0 exch } ifelse
1057: 4 2 roll moveto 0 exch 0 exch
1058: { GPT 4 2 roll pop pop 2 copy lineto } repeat stroke
1059: 2 index 0 le { pop pop pop exit } if
1060: } loop
1061: } bind def
1062: /LS {
1063: GPL
1064: newpath 1 sub 3 idiv GPT
1065: { 3 2 roll dup 85 gt { 85 sub 85 } { 0 exch } ifelse
1066: 4 2 roll moveto 0 exch 0 exch
1067: { GPT GPT GPT 8 6 roll pop pop 2 copy 8 2 roll curveto } repeat stroke
1068: 2 index 0 le { pop pop pop exit } if
1069: } loop
1070: } bind def
1071: /D {
1072: GDJ
1073: newpath { GPT moveto GPT lineto stroke } repeat
1074: } bind def
1075: /Cour {
1076: [ /L-Courier /L-Courier-Bold /L-Courier-Oblique /L-Courier-BoldOblique ]
1077: exch get FindLatin
1078: } bind def
1079: /Tims {
1080: [ /L-Times-Roman /L-Times-Bold /L-Times-Italic /L-Times-BoldItalic ]
1081: exch get FindLatin
1082: } bind def
1083: /Helv {
1084: [ /L-Helvetica /L-Helvetica-Bold
1085: /L-Helvetica-Oblique /L-Helvetica-BoldOblique ]
1086: exch get FindLatin
1087: } bind def
1088: /Symb {
1089: pop /Symbol findfont
1090: } bind def
1091: /NCen {
1092: [ /L-NewCenturySchlbk-Roman /L-NewCenturySchlbk-Bold
1093: /L-NewCenturySchlbk-Italic /L-NewCenturySchlbk-BoldItalic ]
1094: exch get FindLatin
1095: } bind def
1096: /StdNames 16 dict begin % dictionary of fonts not yet re-encoded
1097: /L-Courier /Courier def /L-Courier-Bold /Courier-Bold def
1098: /L-Courier-Oblique /Courier-Oblique def
1099: /L-Courier-BoldOblique /Courier-BoldOblique def
1100: /L-Times-Roman /Times-Roman def /L-Times-Bold /Times-Bold def
1101: /L-Times-Italic /Times-Italic def /L-Times-BoldItalic /Times-BoldItalic def
1102: /L-Helvetica /Helvetica def /L-Helvetica-Bold /Helvetica-Bold def
1103: /L-Helvetica-Oblique /Helvetica-Oblique def
1104: /L-Helvetica-BoldOblique /Helvetica-BoldOblique def
1105: /L-NewCenturySchlbk-Roman /NewCenturySchlbk-Roman def
1106: /L-NewCenturySchlbk-Bold /NewCenturySchlbk-Bold def
1107: /L-NewCenturySchlbk-Italic /NewCenturySchlbk-Italic def
1108: /L-NewCenturySchlbk-BoldItalic /NewCenturySchlbk-BoldItalic def
1109: currentdict end def
1110: /FindLatin {
1111: dup StdNames exch known
1112: { dup StdNames exch get findfont dup length dict begin
1113: { 1 index /FID ne { def } { pop pop } ifelse } forall
1114: /Encoding ISOLatin1Encoding def
1115: currentdict end
1116: exch dup StdNames exch undef exch definefont }
1117: { findfont } ifelse
1118: } bind def
1119: /FNT {
1120: /LnSp exch FontRescale mul def
1121: /PtSz exch FontRescale mul def
1122: PtSz scalefont setfont
1123: currentfont /FontBBox get aload pop
1124: currentfont /FontMatrix get transform /TxYx exch def pop
1125: currentfont /FontMatrix get transform /TxYn exch def pop
1126: } bind def
1127: /SS1cpy { dup length string copy } bind def
1128: /SS3cpy { 3 { 3 1 roll SS1cpy } repeat } bind def
1129: /SScleave {
1130: dup 0 get exch dup length 1 sub 1 exch getinterval exch
1131: } bind def
1132: /SSstring {
1133: 1 string dup 3 2 roll 0 exch put
1134: } bind def
1135: /SFwidth {
1136: (\024) search {
1137: /wfn 0 def
1138: { stringwidth pop wfn add /wfn exch def pop SS1cpy SScleave SSstring
1139: currentfont exch /Symbol findfont PtSz scalefont setfont
1140: stringwidth pop wfn add /wfn exch def setfont
1141: SS1cpy (\024) search not { exit } if } loop
1142: stringwidth pop wfn add /wfn exch def wfn 0
1143: } { stringwidth } ifelse
1144: } bind def
1145: /SFshow {
1146: (\024) search {
1147: { show pop SS1cpy SScleave SSstring
1148: currentfont exch /Symbol findfont PtSz scalefont setfont show setfont
1149: SS1cpy (\024) search not { exit } if } loop
1150: } if
1151: show
1152: } bind def
1153: /SSscale 0.75000 def
1154: /SSdown -0.11111 def
1155: /SSup 0.36111 def
1156: /SSwidth { % string SSwidth --> dx dy
1157: (\021) search {
1158: /wn 0 def
1159: /ws 0 def
1160: { SS3cpy SFwidth pop wn add /wn exch def
1161: search pop SS3cpy SScleave pop SFwidth pop ws add /ws exch def
1162: search not { exit } if } loop
1163: SFwidth pop wn add /wn exch def
1164: ws SSscale mul wn add 0
1165: } { SFwidth } ifelse
1166: } bind def
1167: /SSshow {
1168: (\021) search {
1169: { SS3cpy SFshow
1170: search pop SS3cpy SScleave 8#022 eq { SSup } { SSdown } ifelse
1171: TxYx mul dup 0 exch rmoveto exch
1172: matrix currentmatrix exch SSscale SSscale scale SFshow setmatrix
1173: neg 0 exch rmoveto
1174: search not { exit } if } loop
1175: } if
1176: SFshow
1177: } bind def
1178: /OShw /pop load def
1179: /OPQ {
1180: 0 eq {
1181: /OShw /SSshow load def
1182: } {
1183: /OShw {
1184: gsave
1185: dup SSwidth
1186: 0 TxYn
1187: rmoveto 2 copy rlineto 0 LnSp rlineto
1188: neg exch neg exch rlineto closepath
1189: 1 setgray fill
1190: grestore
1191: SSshow
1192: } def
1193: } ifelse
1194: } bind def
1195: /LF { } def
1196: /CN { dup SSwidth -0.5 mul exch -0.5 mul exch rmoveto } bind def
1197: /RT { dup SSwidth neg exch neg exch rmoveto } bind def
1198: /TP { 0 LnSp neg rmoveto } bind def
1199: /CP { 0 TxYx TxYn add neg rmoveto } bind def
1200: /HF { 0 TxYx TxYn add -0.5 mul rmoveto} bind def
1201: /BA { } def
1202: /BT { 0 TxYn neg rmoveto } bind def
1203: /JUS {
1204: load /YAdj exch def
1205: load /XAdj exch def
1206: } bind def
1207: /XAD { /XAdj load exec } bind def
1208: /YAD { /YAdj load exec } bind def
1209: /OSH { /OShw load exec } bind def
1210: /T {
1211: newpath moveto YAD XAD OSH
1212: } bind def
1213: /TX { XAD OSH currentpoint exch pop 0 exch LnSp sub moveto } bind def
1214: /TA {
1215: gsave
1216: newpath translate 0 0 moveto YAD
1217: { TX } forall
1218: grestore
1219: } bind def
1220: /TR {
1221: gsave
1222: newpath translate rotate 0 0 moveto YAD
1223: { TX } forall
1224: grestore
1225: } bind def
1226: /M {
1227: newpath { GPT moveto HF CN dup show } repeat pop
1228: } bind def
1229: /MX { } def
1230: /M1 { 1 0 rlineto stroke } bind def
1231: /M2 { PtSz 0.5 mul
1232: dup -0.5 mul dup 0 rmoveto 1 index 0 rlineto
1233: dup rmoveto 0 exch rlineto stroke
1234: } bind def
1235: /M3 { PtSz 0.5 mul
1236: dup -0.5 mul dup 0 exch rmoveto 0 2 index rlineto
1237: exch 0.866025 mul 2 copy -0.5 mul exch 0.5 mul rmoveto
1238: exch 2 copy rlineto
1239: dup 0 exch neg rmoveto
1240: exch neg exch rlineto stroke
1241: } bind def
1242: /M4 { currentpoint PtSz 0.25 mul dup 0 rmoveto
1243: 0 360 arc stroke
1244: } bind def
1245: /M5 { PtSz 0.5 mul
1246: dup -0.5 mul dup rmoveto dup dup rlineto
1247: dup neg 0 rmoveto dup neg rlineto stroke
1248: } bind def
1249: /MS {
1250: gsave
1251: exch dup 0 eq {
1252: PtSz 0.1 mul setlinewidth 1 setlinecap
1253: } {
1254: PtSz 0.05 mul setlinewidth 0 setlinecap
1255: } ifelse
1256: /MX [ /M1 /M2 /M3 /M4 /M5 ] 3 -1 roll get load def
1257: [ ] 0 setdash
1258: newpath { GPT moveto /MX load exec } repeat
1259: grestore
1260: } bind def
1261:
1262: /CTrgb 0 array def
1263: /CTn 0 def
1264: /CThi 0 def
1265: /CTsn 0 def
1266: /CT {
1267: dup dup /CTn exch def 1 sub /CThi exch def
1268: /CTrgb exch 3 mul string def
1269: currentfile CTrgb readhexstring pop pop
1270: /CTX load exec
1271: } bind def
1272: /CT1 {
1273: CTrgb
1274: /CTrgb CTn array def
1275: gsave
1276: 0 1 CThi {
1277: 2 copy 3 mul 3 getinterval { 255.0 div } forall
1278: setrgbcolor currentgray
1279: CTrgb 3 1 roll put
1280: } for
1281: grestore
1282: pop
1283: /I /I1 load def
1284: /C /C1 load def
1285: /CI { } def
1286: } bind def
1287: /CT2 {
1288: CTrgb
1289: /CTrgb CTn array def
1290: 0 1 CThi {
1291: 2 copy 3 mul 3 getinterval { 255.0 div } forall
1292: 3 array astore CTrgb 3 1 roll put
1293: } for
1294: pop
1295: /I /I2 load def
1296: /C /C2 load def
1297: /CI { } def
1298: } bind def
1299: /CT3 {
1300: CTrgb
1301: /CTrgx CTn array def
1302: 0 1 CThi {
1303: 2 copy 3 mul 3 getinterval { 255.0 div } forall
1304: 3 array astore CTrgx 3 1 roll put
1305: } for
1306: pop
1307: /I /I3 load def
1308: /C /C3 load def
1309: /CI { } def
1310: } bind def
1311: /F {
1312: newpath GPT moveto
1313: 1 sub { GPT lineto } repeat closepath fill
1314: } bind def
1315: /E {
1316: dup 0 eq {
1317: pop stroke
1318: } {
1319: newpath GPT moveto
1320: 1 sub { GPT lineto } repeat closepath gsave fill grestore
1321: } ifelse
1322: } bind def
1323: /GRGB {
1324: exch dup 255 le { exch exec } { dup 255 and 255.0 div exch dup
1325: -8 bitshift 255 and 255.0 div exch -16 bitshift 255 and 255.0 div
1326: setrgbcolor pop } ifelse
1327: } bind def
1328: /CI { } def
1329: /C { } def
1330: /C0 {
1331: { 255.0 div setgray } GRGB
1332: } bind def
1333: /C1 {
1334: { CTrgb exch get setgray } GRGB
1335: } bind def
1336: /C2 {
1337: { CTrgb exch get aload pop setrgbcolor } GRGB
1338: } bind def
1339: /C3 {
1340: { CTrgx exch get aload pop setrgbcolor } GRGB
1341: } bind def
1342: /I { } def
1343: /I0 {
1344: /ROW 7 index 6 index mul 7 add 8 idiv string def
1345: gsave
1346: translate scale
1347: dup 1 exch bitshift 1 sub /CTsn exch def
1348: [ 3 index 0 0 5 index 0 0 ]
1349: { currentfile ROW readhexstring pop } image
1350: grestore
1351: } bind def
1352: /I1 {
1353: /ROW 7 index 6 index mul 7 add 8 idiv string def
1354: gsave
1355: translate scale
1356: dup 1 exch bitshift 1 sub /CTsn exch def
1357: [ 3 index 0 0 5 index 0 0 ]
1358: [ { CTsn mul round cvi
1359: dup CThi gt { pop CThi } if CTrgb exch get } /exec load
1360: currenttransfer /exec load ] cvx settransfer
1361: { currentfile ROW readhexstring pop } image
1362: grestore % restore saved CTM and transfer
1363: } bind def
1364: /I2 {
1365: /ROW 7 index 6 index mul 7 add 8 idiv string def
1366: gsave
1367: translate scale
1368: dup 1 exch bitshift 1 sub /CTsn exch def
1369: [ 3 index 0 0 5 index 0 0 ]
1370: currentcolortransfer
1371: [ { CTsn mul round cvi
1372: dup CThi gt { pop CThi } if CTrgb exch get 0 get } /exec load
1373: 7 -1 roll /exec load ] cvx
1374: [ { CTsn mul round cvi
1375: dup CThi gt { pop CThi } if CTrgb exch get 1 get } /exec load
1376: 7 -1 roll /exec load ] cvx
1377: [ { CTsn mul round cvi
1378: dup CThi gt { pop CThi } if CTrgb exch get 2 get } /exec load
1379: 7 -1 roll /exec load ] cvx
1380: [ { CTsn mul round cvi
1381: dup CThi gt { pop CThi } if CTrgb exch get 0 get } /exec load
1382: 7 -1 roll /exec load ] cvx
1383: setcolortransfer
1384: { currentfile ROW readhexstring pop } { ROW } { ROW }
1385: true 3 colorimage
1386: grestore
1387: } bind def
1388: /I3 {
1389: /ROW 7 index 6 index mul 7 add 8 idiv string def
1390: gsave
1391: translate scale
1392: [ /Indexed /DeviceRGB CThi CTrgb ] setcolorspace
1393: 7 dict begin
1394: /ImageType 1 def
1395: /BitsPerComponent exch def
1396: /Height exch def
1397: /Width exch def
1398: /ImageMatrix [ Width 0 0 Height 0 0 ] def
1399: /Decode [ 0 1 BitsPerComponent bitshift 1 sub ] def
1400: /DataSource { currentfile ROW readhexstring pop } def
1401: currentdict end image
1402: grestore
1403: } bind def
1404: /J { } def
1405: /J1 {
1406: /ROW 6 index 3 mul string def
1407: 4 2 roll 2 index add exch 3 index add exch
1408: gsave
1409: 0 setgray 20 setlinewidth 0 setlinejoin 2 setlinecap
1410: 3 index 3 index moveto 3 index 1 index lineto 1 index 1 index lineto
1411: 1 index 3 index lineto closepath stroke 0 setlinecap
1412: 3 index 3 index moveto 1 index 1 index lineto stroke
1413: 1 index 3 index moveto 3 index 1 index lineto stroke pop pop pop pop
1414: exch pop { currentfile ROW readhexstring pop pop } repeat
1415: grestore
1416: } bind def
1417: /J2 {
1418: /ROW 6 index 3 mul string def
1419: gsave
1420: translate scale
1421: 8 [ 3 index 0 0 5 index 0 0 ]
1422: { currentfile ROW readhexstring pop }
1423: false 3 colorimage
1424: grestore
1425: } bind def
1426: /GI {
1427: 0.05 0.05 scale
1428: 10 setlinewidth
1429: 0 Cour 240 240 FNT
1430: 0 OPQ
1431: /LF /BA JUS
1432: /I /I0 load def
1433: /C /C0 load def
1434: /CI { } def
1435: } bind def
1436: end
1437: GistPrimitives begin
1438: /FontRescale where { pop } { /FontRescale 1 def } ifelse
1439: /languagelevel where { pop languagelevel } { 1 } ifelse
1440: 2 lt { % this is level 1 PostScript
1441: /colorimage where { % color extension is present
1442: % assume that if colorimage is available,
1443: % setcolortransfer and currentcolortransfer are too
1444: % (These are all listed as CMYK extensions to PostScript level 1)
1445: pop
1446: /CTX /CT2 load def
1447: /J /J2 load def
1448: } { % color extension not present
1449: /CTX /CT1 load def
1450: /J /J1 load def
1451: } ifelse
1452: } { % this is level 2 PostScript
1453: /CTX /CT3 load def
1454: /J /J2 load def
1455: } ifelse
1456: end
1457:
1458: GistPrimitives begin /PG save def GI
1459: 3846 8462 5384 5384 CLON 25 LW 10 L
1460: 17c8361618ae33311a0b2c951a7525f919f51ebe1c33188b1e4117191f6e167a1a821645
1461: 240e1622
1462: CLOF 11 LW 17 D
1463: 172014fd172015d91a9414fd1a9415d91e0814fd1e0815d9217c14fd217c15d9156614fd
1464: 1566158918da14fd18da15891c4e14fd1c4e15891fc214fd1fc21589233614fd23361589
1465: 164314fd1643154d17fd14fd17fd154d19b714fd19b7154d1b7114fd1b71154d1d2b14fd
1466: 1d2b154d1ee514fd1ee5154d209f14fd209f154d225914fd2259154d
1467: 17 D
1468: 17203544172036201a9435441a9436201e0835441e083620217c3544217c362015663594
1469: 1566362018da359418da36201c4e35941c4e36201fc235941fc236202336359423363620
1470: 164335d01643362017fd35d017fd362019b735d019b736201b7135d01b7136201d2b35d0
1471: 1d2b36201ee535d01ee53620209f35d0209f3620225935d022593620
1472: /CN /CP JUS 2 Helv 238 238 FNT (2.6) 5920 5138 T (2.8) 6804 5138 T (3.0)
1473: 7688 5138 T (3.2) 8572 5138 T (10\021\022+5\021) 8130 4900 T 17 D
1474: 14fd171915d9171914fd216d15d9216d14fd2bc115d92bc114fd361615d9361614fd192a
1475: 1589192a14fd237e1589237e14fd2dd215892dd214fd1b3b15891b3b14fd258f1589258f
1476: 14fd2fe315892fe314fd1d4b15891d4b14fd27a0158927a014fd31f4158931f414fd1508
1477: 1589150814fd1f5c15891f5c14fd29b1158929b114fd340515893405
1478: 17 D
1479: 233d171924191719233d216d2419216d233d2bc124192bc1233d361624193616238d192a
1480: 2419192a238d237e2419237e238d2dd224192dd2238d1b3b24191b3b238d258f2419258f
1481: 238d2fe324192fe3238d1d4b24191d4b238d27a0241927a0238d31f4241931f4238d1508
1482: 24191508238d1f5c24191f5c238d29b1241929b1238d340524193405
1483: /RT /HF JUS ( 395) 5230 5913 T ( 400) 5230 8557 T ( 405) 5230 11201 T ( 4\
1484: 10) 5230 13846 T 4 D
1485: 14fd14fd241914fd241914fd241936202419362014fd362014fd362014fd14fd
1486: PG restore
1487: showpage
1488: end
1489:
1490: %%+ Helvetica-Oblique
1491: %%EndDocument
1492: %%Trailer
1493: cleartomark countdictstack exch sub { end } repeat restore
1494: %%EOF
1495:
1496: %%EndDocument
1497: skepsend
1498: 264 239 199 467 [1 0 0 1 362.412 58.8479]
1499: skeps
1500: %%BeginDocument: /home/alfred/Projects/ThMPs/SecModes/M30DNP/damping_supprPulse.eps
1501: %!PS-Adobe-2.0 EPSF-1.2
1502: %%Title: Yorick 0
1503: %%Creator: Gist
1504: %%CreationDate: Fri Dec 22 21:51:23 2006
1505: %%For: alfred
1506: %%Pages: 1
1507: %%DocumentFonts:
1508: %%BoundingBox: 264 239 463 706
1509: %%EndPreview
1510: save countdictstack mark newpath /showpage {} def /setpagedevice {pop} def
1511: %%EndProlog
1512: %%Page: 1 1
1513: %%BeginDocument: test.ps
1514: %
1515: % Gist PostScript Prolog
1516: % $Id: ps.ps,v 1.1.1.1 2005/09/18 22:06:20 dhmunro Exp $
1517: % Copyright (c) 1994. The Regents of the University of California.
1518: % All rights reserved.
1519: %
1520: /GistPrimitives 128 dict def
1521: GistPrimitives begin
1522: /PG 0 def
1523: /LAND { 90 rotate 0 -12240 translate } bind def
1524: /CLON {
1525: gsave /TxYxs TxYx def /TxYns TxYn def
1526: newpath
1527: moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto
1528: closepath clip newpath
1529: } bind def
1530: /CLOF {
1531: /TxYx TxYxs def /TxYn TxYns def grestore
1532: } bind def
1533: /BG { 1 setgray } bind def
1534: /FG { 0 setgray } bind def
1535: /BLK { 0 setgray } bind def
1536: /WHT { 1 setgray } bind def
1537: /RED { 1 0 0 setrgbcolor } bind def
1538: /GRN { 0 1 0 setrgbcolor } bind def
1539: /BLU { 0 0 1 setrgbcolor } bind def
1540: /CYA { 0 1 1 setrgbcolor } bind def
1541: /MAG { 1 0 1 setrgbcolor } bind def
1542: /YEL { 1 1 0 setrgbcolor } bind def
1543: /GYD { 0.392 setgray } bind def
1544: /GYC { 0.588 setgray } bind def
1545: /GYB { 0.745 setgray } bind def
1546: /GYA { 0.839 setgray } bind def
1547: /DSH { % index DSH
1548: [ [ ] [ 82.5 ] [ 4.5 61.5 ] [ 82.5 39.0 4.5 39.0 ]
1549: [ 82.5 39.0 4.5 39.0 4.5 39.0 ] ] exch get
1550: dup length 0 ne {
1551: currentlinewidth dup 16.5 lt {
1552: pop
1553: } {
1554: 16.5 div 1 index { 2 copy mul 4 1 roll pop } forall pop astore
1555: } ifelse
1556: } if
1557: 0 setdash
1558: } bind def
1559: /LW /setlinewidth load def
1560: /GPL { 1 setlinecap 1 setlinejoin } bind def
1561: /GDJ { 2 setlinecap } bind def
1562: /GPT {
1563: currentfile 4 string readhexstring pop { } forall
1564: exch 8 bitshift or 3 1 roll exch 8 bitshift or exch
1565: } bind def
1566: /L {
1567: GPL
1568: newpath 1 sub GPT
1569: { 3 2 roll dup 255 gt { 255 sub 255 } { 0 exch } ifelse
1570: 4 2 roll moveto 0 exch 0 exch
1571: { GPT 4 2 roll pop pop 2 copy lineto } repeat stroke
1572: 2 index 0 le { pop pop pop exit } if
1573: } loop
1574: } bind def
1575: /LS {
1576: GPL
1577: newpath 1 sub 3 idiv GPT
1578: { 3 2 roll dup 85 gt { 85 sub 85 } { 0 exch } ifelse
1579: 4 2 roll moveto 0 exch 0 exch
1580: { GPT GPT GPT 8 6 roll pop pop 2 copy 8 2 roll curveto } repeat stroke
1581: 2 index 0 le { pop pop pop exit } if
1582: } loop
1583: } bind def
1584: /D {
1585: GDJ
1586: newpath { GPT moveto GPT lineto stroke } repeat
1587: } bind def
1588: /Cour {
1589: [ /L-Courier /L-Courier-Bold /L-Courier-Oblique /L-Courier-BoldOblique ]
1590: exch get FindLatin
1591: } bind def
1592: /Tims {
1593: [ /L-Times-Roman /L-Times-Bold /L-Times-Italic /L-Times-BoldItalic ]
1594: exch get FindLatin
1595: } bind def
1596: /Helv {
1597: [ /L-Helvetica /L-Helvetica-Bold
1598: /L-Helvetica-Oblique /L-Helvetica-BoldOblique ]
1599: exch get FindLatin
1600: } bind def
1601: /Symb {
1602: pop /Symbol findfont
1603: } bind def
1604: /NCen {
1605: [ /L-NewCenturySchlbk-Roman /L-NewCenturySchlbk-Bold
1606: /L-NewCenturySchlbk-Italic /L-NewCenturySchlbk-BoldItalic ]
1607: exch get FindLatin
1608: } bind def
1609: /StdNames 16 dict begin % dictionary of fonts not yet re-encoded
1610: /L-Courier /Courier def /L-Courier-Bold /Courier-Bold def
1611: /L-Courier-Oblique /Courier-Oblique def
1612: /L-Courier-BoldOblique /Courier-BoldOblique def
1613: /L-Times-Roman /Times-Roman def /L-Times-Bold /Times-Bold def
1614: /L-Times-Italic /Times-Italic def /L-Times-BoldItalic /Times-BoldItalic def
1615: /L-Helvetica /Helvetica def /L-Helvetica-Bold /Helvetica-Bold def
1616: /L-Helvetica-Oblique /Helvetica-Oblique def
1617: /L-Helvetica-BoldOblique /Helvetica-BoldOblique def
1618: /L-NewCenturySchlbk-Roman /NewCenturySchlbk-Roman def
1619: /L-NewCenturySchlbk-Bold /NewCenturySchlbk-Bold def
1620: /L-NewCenturySchlbk-Italic /NewCenturySchlbk-Italic def
1621: /L-NewCenturySchlbk-BoldItalic /NewCenturySchlbk-BoldItalic def
1622: currentdict end def
1623: /FindLatin {
1624: dup StdNames exch known
1625: { dup StdNames exch get findfont dup length dict begin
1626: { 1 index /FID ne { def } { pop pop } ifelse } forall
1627: /Encoding ISOLatin1Encoding def
1628: currentdict end
1629: exch dup StdNames exch undef exch definefont }
1630: { findfont } ifelse
1631: } bind def
1632: /FNT {
1633: /LnSp exch FontRescale mul def
1634: /PtSz exch FontRescale mul def
1635: PtSz scalefont setfont
1636: currentfont /FontBBox get aload pop
1637: currentfont /FontMatrix get transform /TxYx exch def pop
1638: currentfont /FontMatrix get transform /TxYn exch def pop
1639: } bind def
1640: /SS1cpy { dup length string copy } bind def
1641: /SS3cpy { 3 { 3 1 roll SS1cpy } repeat } bind def
1642: /SScleave {
1643: dup 0 get exch dup length 1 sub 1 exch getinterval exch
1644: } bind def
1645: /SSstring {
1646: 1 string dup 3 2 roll 0 exch put
1647: } bind def
1648: /SFwidth {
1649: (\024) search {
1650: /wfn 0 def
1651: { stringwidth pop wfn add /wfn exch def pop SS1cpy SScleave SSstring
1652: currentfont exch /Symbol findfont PtSz scalefont setfont
1653: stringwidth pop wfn add /wfn exch def setfont
1654: SS1cpy (\024) search not { exit } if } loop
1655: stringwidth pop wfn add /wfn exch def wfn 0
1656: } { stringwidth } ifelse
1657: } bind def
1658: /SFshow {
1659: (\024) search {
1660: { show pop SS1cpy SScleave SSstring
1661: currentfont exch /Symbol findfont PtSz scalefont setfont show setfont
1662: SS1cpy (\024) search not { exit } if } loop
1663: } if
1664: show
1665: } bind def
1666: /SSscale 0.75000 def
1667: /SSdown -0.11111 def
1668: /SSup 0.36111 def
1669: /SSwidth { % string SSwidth --> dx dy
1670: (\021) search {
1671: /wn 0 def
1672: /ws 0 def
1673: { SS3cpy SFwidth pop wn add /wn exch def
1674: search pop SS3cpy SScleave pop SFwidth pop ws add /ws exch def
1675: search not { exit } if } loop
1676: SFwidth pop wn add /wn exch def
1677: ws SSscale mul wn add 0
1678: } { SFwidth } ifelse
1679: } bind def
1680: /SSshow {
1681: (\021) search {
1682: { SS3cpy SFshow
1683: search pop SS3cpy SScleave 8#022 eq { SSup } { SSdown } ifelse
1684: TxYx mul dup 0 exch rmoveto exch
1685: matrix currentmatrix exch SSscale SSscale scale SFshow setmatrix
1686: neg 0 exch rmoveto
1687: search not { exit } if } loop
1688: } if
1689: SFshow
1690: } bind def
1691: /OShw /pop load def
1692: /OPQ {
1693: 0 eq {
1694: /OShw /SSshow load def
1695: } {
1696: /OShw {
1697: gsave
1698: dup SSwidth
1699: 0 TxYn
1700: rmoveto 2 copy rlineto 0 LnSp rlineto
1701: neg exch neg exch rlineto closepath
1702: 1 setgray fill
1703: grestore
1704: SSshow
1705: } def
1706: } ifelse
1707: } bind def
1708: /LF { } def
1709: /CN { dup SSwidth -0.5 mul exch -0.5 mul exch rmoveto } bind def
1710: /RT { dup SSwidth neg exch neg exch rmoveto } bind def
1711: /TP { 0 LnSp neg rmoveto } bind def
1712: /CP { 0 TxYx TxYn add neg rmoveto } bind def
1713: /HF { 0 TxYx TxYn add -0.5 mul rmoveto} bind def
1714: /BA { } def
1715: /BT { 0 TxYn neg rmoveto } bind def
1716: /JUS {
1717: load /YAdj exch def
1718: load /XAdj exch def
1719: } bind def
1720: /XAD { /XAdj load exec } bind def
1721: /YAD { /YAdj load exec } bind def
1722: /OSH { /OShw load exec } bind def
1723: /T {
1724: newpath moveto YAD XAD OSH
1725: } bind def
1726: /TX { XAD OSH currentpoint exch pop 0 exch LnSp sub moveto } bind def
1727: /TA {
1728: gsave
1729: newpath translate 0 0 moveto YAD
1730: { TX } forall
1731: grestore
1732: } bind def
1733: /TR {
1734: gsave
1735: newpath translate rotate 0 0 moveto YAD
1736: { TX } forall
1737: grestore
1738: } bind def
1739: /M {
1740: newpath { GPT moveto HF CN dup show } repeat pop
1741: } bind def
1742: /MX { } def
1743: /M1 { 1 0 rlineto stroke } bind def
1744: /M2 { PtSz 0.5 mul
1745: dup -0.5 mul dup 0 rmoveto 1 index 0 rlineto
1746: dup rmoveto 0 exch rlineto stroke
1747: } bind def
1748: /M3 { PtSz 0.5 mul
1749: dup -0.5 mul dup 0 exch rmoveto 0 2 index rlineto
1750: exch 0.866025 mul 2 copy -0.5 mul exch 0.5 mul rmoveto
1751: exch 2 copy rlineto
1752: dup 0 exch neg rmoveto
1753: exch neg exch rlineto stroke
1754: } bind def
1755: /M4 { currentpoint PtSz 0.25 mul dup 0 rmoveto
1756: 0 360 arc stroke
1757: } bind def
1758: /M5 { PtSz 0.5 mul
1759: dup -0.5 mul dup rmoveto dup dup rlineto
1760: dup neg 0 rmoveto dup neg rlineto stroke
1761: } bind def
1762: /MS {
1763: gsave
1764: exch dup 0 eq {
1765: PtSz 0.1 mul setlinewidth 1 setlinecap
1766: } {
1767: PtSz 0.05 mul setlinewidth 0 setlinecap
1768: } ifelse
1769: /MX [ /M1 /M2 /M3 /M4 /M5 ] 3 -1 roll get load def
1770: [ ] 0 setdash
1771: newpath { GPT moveto /MX load exec } repeat
1772: grestore
1773: } bind def
1774:
1775: /CTrgb 0 array def
1776: /CTn 0 def
1777: /CThi 0 def
1778: /CTsn 0 def
1779: /CT {
1780: dup dup /CTn exch def 1 sub /CThi exch def
1781: /CTrgb exch 3 mul string def
1782: currentfile CTrgb readhexstring pop pop
1783: /CTX load exec
1784: } bind def
1785: /CT1 {
1786: CTrgb
1787: /CTrgb CTn array def
1788: gsave
1789: 0 1 CThi {
1790: 2 copy 3 mul 3 getinterval { 255.0 div } forall
1791: setrgbcolor currentgray
1792: CTrgb 3 1 roll put
1793: } for
1794: grestore
1795: pop
1796: /I /I1 load def
1797: /C /C1 load def
1798: /CI { } def
1799: } bind def
1800: /CT2 {
1801: CTrgb
1802: /CTrgb CTn array def
1803: 0 1 CThi {
1804: 2 copy 3 mul 3 getinterval { 255.0 div } forall
1805: 3 array astore CTrgb 3 1 roll put
1806: } for
1807: pop
1808: /I /I2 load def
1809: /C /C2 load def
1810: /CI { } def
1811: } bind def
1812: /CT3 {
1813: CTrgb
1814: /CTrgx CTn array def
1815: 0 1 CThi {
1816: 2 copy 3 mul 3 getinterval { 255.0 div } forall
1817: 3 array astore CTrgx 3 1 roll put
1818: } for
1819: pop
1820: /I /I3 load def
1821: /C /C3 load def
1822: /CI { } def
1823: } bind def
1824: /F {
1825: newpath GPT moveto
1826: 1 sub { GPT lineto } repeat closepath fill
1827: } bind def
1828: /E {
1829: dup 0 eq {
1830: pop stroke
1831: } {
1832: newpath GPT moveto
1833: 1 sub { GPT lineto } repeat closepath gsave fill grestore
1834: } ifelse
1835: } bind def
1836: /GRGB {
1837: exch dup 255 le { exch exec } { dup 255 and 255.0 div exch dup
1838: -8 bitshift 255 and 255.0 div exch -16 bitshift 255 and 255.0 div
1839: setrgbcolor pop } ifelse
1840: } bind def
1841: /CI { } def
1842: /C { } def
1843: /C0 {
1844: { 255.0 div setgray } GRGB
1845: } bind def
1846: /C1 {
1847: { CTrgb exch get setgray } GRGB
1848: } bind def
1849: /C2 {
1850: { CTrgb exch get aload pop setrgbcolor } GRGB
1851: } bind def
1852: /C3 {
1853: { CTrgx exch get aload pop setrgbcolor } GRGB
1854: } bind def
1855: /I { } def
1856: /I0 {
1857: /ROW 7 index 6 index mul 7 add 8 idiv string def
1858: gsave
1859: translate scale
1860: dup 1 exch bitshift 1 sub /CTsn exch def
1861: [ 3 index 0 0 5 index 0 0 ]
1862: { currentfile ROW readhexstring pop } image
1863: grestore
1864: } bind def
1865: /I1 {
1866: /ROW 7 index 6 index mul 7 add 8 idiv string def
1867: gsave
1868: translate scale
1869: dup 1 exch bitshift 1 sub /CTsn exch def
1870: [ 3 index 0 0 5 index 0 0 ]
1871: [ { CTsn mul round cvi
1872: dup CThi gt { pop CThi } if CTrgb exch get } /exec load
1873: currenttransfer /exec load ] cvx settransfer
1874: { currentfile ROW readhexstring pop } image
1875: grestore % restore saved CTM and transfer
1876: } bind def
1877: /I2 {
1878: /ROW 7 index 6 index mul 7 add 8 idiv string def
1879: gsave
1880: translate scale
1881: dup 1 exch bitshift 1 sub /CTsn exch def
1882: [ 3 index 0 0 5 index 0 0 ]
1883: currentcolortransfer
1884: [ { CTsn mul round cvi
1885: dup CThi gt { pop CThi } if CTrgb exch get 0 get } /exec load
1886: 7 -1 roll /exec load ] cvx
1887: [ { CTsn mul round cvi
1888: dup CThi gt { pop CThi } if CTrgb exch get 1 get } /exec load
1889: 7 -1 roll /exec load ] cvx
1890: [ { CTsn mul round cvi
1891: dup CThi gt { pop CThi } if CTrgb exch get 2 get } /exec load
1892: 7 -1 roll /exec load ] cvx
1893: [ { CTsn mul round cvi
1894: dup CThi gt { pop CThi } if CTrgb exch get 0 get } /exec load
1895: 7 -1 roll /exec load ] cvx
1896: setcolortransfer
1897: { currentfile ROW readhexstring pop } { ROW } { ROW }
1898: true 3 colorimage
1899: grestore
1900: } bind def
1901: /I3 {
1902: /ROW 7 index 6 index mul 7 add 8 idiv string def
1903: gsave
1904: translate scale
1905: [ /Indexed /DeviceRGB CThi CTrgb ] setcolorspace
1906: 7 dict begin
1907: /ImageType 1 def
1908: /BitsPerComponent exch def
1909: /Height exch def
1910: /Width exch def
1911: /ImageMatrix [ Width 0 0 Height 0 0 ] def
1912: /Decode [ 0 1 BitsPerComponent bitshift 1 sub ] def
1913: /DataSource { currentfile ROW readhexstring pop } def
1914: currentdict end image
1915: grestore
1916: } bind def
1917: /J { } def
1918: /J1 {
1919: /ROW 6 index 3 mul string def
1920: 4 2 roll 2 index add exch 3 index add exch
1921: gsave
1922: 0 setgray 20 setlinewidth 0 setlinejoin 2 setlinecap
1923: 3 index 3 index moveto 3 index 1 index lineto 1 index 1 index lineto
1924: 1 index 3 index lineto closepath stroke 0 setlinecap
1925: 3 index 3 index moveto 1 index 1 index lineto stroke
1926: 1 index 3 index moveto 3 index 1 index lineto stroke pop pop pop pop
1927: exch pop { currentfile ROW readhexstring pop pop } repeat
1928: grestore
1929: } bind def
1930: /J2 {
1931: /ROW 6 index 3 mul string def
1932: gsave
1933: translate scale
1934: 8 [ 3 index 0 0 5 index 0 0 ]
1935: { currentfile ROW readhexstring pop }
1936: false 3 colorimage
1937: grestore
1938: } bind def
1939: /GI {
1940: 0.05 0.05 scale
1941: 10 setlinewidth
1942: 0 Cour 240 240 FNT
1943: 0 OPQ
1944: /LF /BA JUS
1945: /I /I0 load def
1946: /C /C0 load def
1947: /CI { } def
1948: } bind def
1949: end
1950: GistPrimitives begin
1951: /FontRescale where { pop } { /FontRescale 1 def } ifelse
1952: /languagelevel where { pop languagelevel } { 1 } ifelse
1953: 2 lt { % this is level 1 PostScript
1954: /colorimage where { % color extension is present
1955: % assume that if colorimage is available,
1956: % setcolortransfer and currentcolortransfer are too
1957: % (These are all listed as CMYK extensions to PostScript level 1)
1958: pop
1959: /CTX /CT2 load def
1960: /J /J2 load def
1961: } { % color extension not present
1962: /CTX /CT1 load def
1963: /J /J1 load def
1964: } ifelse
1965: } { % this is level 2 PostScript
1966: /CTX /CT3 load def
1967: /J /J2 load def
1968: } ifelse
1969: end
1970:
1971: GistPrimitives begin /PG save def GI
1972: 3846 8462 5384 5384 CLON 25 LW 14 L
1973: 22ea361622bc333121f52c95205c25f91ca91ebe1634188b150817191612167a20621645
1974: 20b915dc230f15a723ad153d23e2150823e21508
1975: CLOF 11 LW 14 D
1976: 176614fd176615d91cf814fd1cf815d9228a14fd228a15d9188314fd188315891e1514fd
1977: 1e15158923a714fd23a7158919a014fd19a015891f3314fd1f331589152c14fd152c1589
1978: 1abe14fd1abe1589205014fd20501589164914fd164915891bdb14fd1bdb1589216d14fd
1979: 216d1589
1980: 14 D
1981: 17663544176636201cf835441cf83620228a3544228a362018833594188336201e153594
1982: 1e15362023a7359423a7362019a0359419a036201f3335941f333620152c3594152c3620
1983: 1abe35941abe3620205035942050362016493594164936201bdb35941bdb3620216d3594
1984: 216d3620
1985: /CN /CP JUS 2 Helv 238 238 FNT (-2) 5990 5138 T (-1) 7416 5138 T ( 0)
1986: 8842 5138 T 17 D
1987: 14fd171915d9171914fd216d15d9216d14fd2bc115d92bc114fd361615d9361614fd192a
1988: 1589192a14fd237e1589237e14fd2dd215892dd214fd1b3b15891b3b14fd258f1589258f
1989: 14fd2fe315892fe314fd1d4b15891d4b14fd27a0158927a014fd31f4158931f414fd1508
1990: 1589150814fd1f5c15891f5c14fd29b1158929b114fd340515893405
1991: 17 D
1992: 233d171924191719233d216d2419216d233d2bc124192bc1233d361624193616238d192a
1993: 2419192a238d237e2419237e238d2dd224192dd2238d1b3b24191b3b238d258f2419258f
1994: 238d2fe324192fe3238d1d4b24191d4b238d27a0241927a0238d31f4241931f4238d1508
1995: 24191508238d1f5c24191f5c238d29b1241929b1238d340524193405
1996: /RT /HF JUS ( 395) 5230 5913 T ( 400) 5230 8557 T ( 405) 5230 11201 T ( 4\
1997: 10) 5230 13846 T 4 D
1998: 14fd14fd241914fd241914fd241936202419362014fd362014fd362014fd14fd
1999: PG restore
2000: showpage
2001: end
2002:
2003: %%+ Courier-Bold
2004: %%+ Courier-Oblique
2005: %%+ Courier-BoldOblique
2006: %%+ Times-Roman
2007: %%+ Times-Bold
2008: %%+ Times-Italic
2009: %%+ Times-BoldItalic
2010: %%+ Helvetica-Oblique
2011: %%EndDocument
2012: %%Trailer
2013: cleartomark countdictstack exch sub { end } repeat restore
2014: %%EOF
2015:
2016: %%EndDocument
2017: skepsend
2018: newpath
2019: 169.132 453.331 m
2020: 758.664 453.062 l
2021: 0 0 0 rgb
2022: 0.566929 w
2023: 0 j
2024: 0 J
2025: [2 2 ] 0 d
2026: S
2027: newpath
2028: 736.557 99.7845 m
2029: 736.557 509.434 l
2030: [3 3 ] 0 d
2031: S
2032: newpath
2033: 249.728 88.9347 m
2034: 249.728 510.203 l
2035: 1 w
2036: [5 1 1 1 ] 0 d
2037: S
2038: /Helvetica-Narrow-Oblique 14 sf
2039: (Age / My)
2040: [-0.0229935 0.999736 -0.999736 -0.0229935 144.786 294.649] T
2041: (\(a\))
2042: 179.834 488.373 T
2043: (\(b\))
2044: 380.568 488.55 T
2045: (\(c\))
2046: 577.84 488.166 T
2047: (Period / y )
2048: 211.751 48.8357 T
2049: (L / L)
2050: 657.057 48.8357 T
2051: (L)
2052: 600.529 228.419 T
2053: (L)
2054: 691.666 227.458 T
2055: /Helvetica-Narrow 12 sf
2056: (He)
2057: 608.604 221.497 T
2058: (tot)
2059: 697.242 220.729 T
2060: 301 642 11 9 [1 0 0 1 677.822 39.9911]
2061: skeps
2062: %%BeginDocument: /home/alfred/Projects/ThMPs/SecModes/M30DNP/TeXsketch/000.eps
2063: %!PS-Adobe-2.0 EPSF-2.0
2064: %%Creator: dvips(k) 5.92b Copyright 2002 Radical Eye Software
2065: %%Title: 000.dvi
2066: %%BoundingBox: 301 642 312 651
2067: %%DocumentFonts: CMSY10
2068: %%EndComments
2069: %DVIPSWebPage: (www.radicaleye.com)
2070: %DVIPSCommandLine: dvips -E 000 -o000.eps
2071: %DVIPSParameters: dpi=600, compressed
2072: %DVIPSSource: TeX output 2006.12.21:2036
2073: %%BeginProcSet: texc.pro
2074: %!
2075: /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
2076: N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
2077: mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
2078: 0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
2079: landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
2080: mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
2081: matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
2082: exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
2083: statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
2084: N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
2085: /FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
2086: /BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
2087: array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
2088: df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
2089: definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
2090: }B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
2091: B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
2092: 1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3
2093: 1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx
2094: 0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx
2095: sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{
2096: rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp
2097: gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B
2098: /chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{
2099: /cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{
2100: A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy
2101: get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse}
2102: ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp
2103: fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17
2104: {2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add
2105: chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{
2106: 1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop}
2107: forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
2108: /BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
2109: }if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
2110: bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
2111: mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
2112: SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
2113: userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
2114: 1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
2115: index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
2116: /p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
2117: /Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
2118: (LaserWriter 16/600)]{A length product length le{A length product exch 0
2119: exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
2120: end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
2121: grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
2122: imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
2123: exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
2124: fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
2125: delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
2126: B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
2127: p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
2128: rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end
2129:
2130: %%EndProcSet
2131: %%BeginProcSet: bbad153f.enc
2132: % Thomas Esser, Dec 2002. public domain
2133: %
2134: % Encoding for:
2135: % cmsy10 cmsy5 cmsy6 cmsy7 cmsy8 cmsy9
2136: %
2137: /TeXbbad153fEncoding [
2138: /minus /periodcentered /multiply /asteriskmath /divide /diamondmath
2139: /plusminus /minusplus /circleplus /circleminus /circlemultiply
2140: /circledivide /circledot /circlecopyrt /openbullet /bullet
2141: /equivasymptotic /equivalence /reflexsubset /reflexsuperset /lessequal
2142: /greaterequal /precedesequal /followsequal /similar /approxequal
2143: /propersubset /propersuperset /lessmuch /greatermuch /precedes /follows
2144: /arrowleft /arrowright /arrowup /arrowdown /arrowboth /arrownortheast
2145: /arrowsoutheast /similarequal /arrowdblleft /arrowdblright /arrowdblup
2146: /arrowdbldown /arrowdblboth /arrownorthwest /arrowsouthwest /proportional
2147: /prime /infinity /element /owner /triangle /triangleinv /negationslash
2148: /mapsto /universal /existential /logicalnot /emptyset /Rfractur /Ifractur
2149: /latticetop /perpendicular /aleph /A /B /C /D /E /F /G /H /I /J /K
2150: /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /union /intersection
2151: /unionmulti /logicaland /logicalor /turnstileleft /turnstileright
2152: /floorleft /floorright /ceilingleft /ceilingright /braceleft /braceright
2153: /angbracketleft /angbracketright /bar /bardbl /arrowbothv /arrowdblbothv
2154: /backslash /wreathproduct /radical /coproduct /nabla /integral
2155: /unionsq /intersectionsq /subsetsqequal /supersetsqequal /section
2156: /dagger /daggerdbl /paragraph /club /diamond /heart /spade /arrowleft
2157: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2158: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2159: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2160: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2161: /minus /periodcentered /multiply /asteriskmath /divide /diamondmath
2162: /plusminus /minusplus /circleplus /circleminus /.notdef /.notdef
2163: /circlemultiply /circledivide /circledot /circlecopyrt /openbullet
2164: /bullet /equivasymptotic /equivalence /reflexsubset /reflexsuperset
2165: /lessequal /greaterequal /precedesequal /followsequal /similar
2166: /approxequal /propersubset /propersuperset /lessmuch /greatermuch
2167: /precedes /follows /arrowleft /spade /.notdef /.notdef /.notdef /.notdef
2168: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2169: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2170: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2171: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2172: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2173: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2174: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2175: ] def
2176:
2177: %%EndProcSet
2178: %%BeginProcSet: texps.pro
2179: %!
2180: TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
2181: index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
2182: exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0
2183: ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{
2184: pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get
2185: div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type
2186: /nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end
2187: definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup
2188: sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll
2189: mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[
2190: exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if}
2191: forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def
2192: end
2193:
2194: %%EndProcSet
2195: %%BeginProcSet: special.pro
2196: %!
2197: TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N
2198: /vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N
2199: /rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N
2200: /@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{
2201: /hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho
2202: X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B
2203: /@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{
2204: /urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known
2205: {userdict/md get type/dicttype eq{userdict begin md length 10 add md
2206: maxlength ge{/md md dup length 20 add dict copy def}if end md begin
2207: /letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S
2208: atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{
2209: itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll
2210: transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll
2211: curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf
2212: pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}
2213: if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1
2214: -1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3
2215: get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip
2216: yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub
2217: neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{
2218: noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop
2219: 90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get
2220: neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr
2221: 1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr
2222: 2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4
2223: -1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S
2224: TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{
2225: Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale
2226: }if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState
2227: save N userdict maxlength dict begin/magscale true def normalscale
2228: currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts
2229: /psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x
2230: psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx
2231: psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub
2232: TR/showpage{}N/erasepage{}N/setpagedevice{pop}N/copypage{}N/p 3 def
2233: @MacSetUp}N/doclip{psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll
2234: newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto
2235: closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N
2236: /@beginspecial{SDict begin/SpecialSave save N gsave normalscale
2237: currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N}
2238: N/@setspecial{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs
2239: neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate
2240: rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse
2241: scale llx neg lly neg TR}{rhiSeen{rhi ury lly sub div dup scale llx neg
2242: lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx
2243: ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N
2244: /setpagedevice{pop}N/copypage{}N newpath}N/@endspecial{count ocount sub{
2245: pop}repeat countdictstack dcount sub{end}repeat grestore SpecialSave
2246: restore end}N/@defspecial{SDict begin}N/@fedspecial{end}B/li{lineto}B
2247: /rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1
2248: setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY
2249: moveto}N/ellipse{/endangle X/startangle X/yrad X/xrad X/savematrix
2250: matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc
2251: savematrix setmatrix}N end
2252:
2253: %%EndProcSet
2254: %%BeginProcSet: color.pro
2255: %!
2256: TeXDict begin/setcmykcolor where{pop}{/setcmykcolor{dup 10 eq{pop
2257: setrgbcolor}{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll
2258: }repeat setrgbcolor pop}ifelse}B}ifelse/TeXcolorcmyk{setcmykcolor}def
2259: /TeXcolorrgb{setrgbcolor}def/TeXcolorgrey{setgray}def/TeXcolorgray{
2260: setgray}def/TeXcolorhsb{sethsbcolor}def/currentcmykcolor where{pop}{
2261: /currentcmykcolor{currentrgbcolor 10}B}ifelse/DC{exch dup userdict exch
2262: known{pop pop}{X}ifelse}B/GreenYellow{0.15 0 0.69 0 setcmykcolor}DC
2263: /Yellow{0 0 1 0 setcmykcolor}DC/Goldenrod{0 0.10 0.84 0 setcmykcolor}DC
2264: /Dandelion{0 0.29 0.84 0 setcmykcolor}DC/Apricot{0 0.32 0.52 0
2265: setcmykcolor}DC/Peach{0 0.50 0.70 0 setcmykcolor}DC/Melon{0 0.46 0.50 0
2266: setcmykcolor}DC/YellowOrange{0 0.42 1 0 setcmykcolor}DC/Orange{0 0.61
2267: 0.87 0 setcmykcolor}DC/BurntOrange{0 0.51 1 0 setcmykcolor}DC
2268: /Bittersweet{0 0.75 1 0.24 setcmykcolor}DC/RedOrange{0 0.77 0.87 0
2269: setcmykcolor}DC/Mahogany{0 0.85 0.87 0.35 setcmykcolor}DC/Maroon{0 0.87
2270: 0.68 0.32 setcmykcolor}DC/BrickRed{0 0.89 0.94 0.28 setcmykcolor}DC/Red{
2271: 0 1 1 0 setcmykcolor}DC/OrangeRed{0 1 0.50 0 setcmykcolor}DC/RubineRed{
2272: 0 1 0.13 0 setcmykcolor}DC/WildStrawberry{0 0.96 0.39 0 setcmykcolor}DC
2273: /Salmon{0 0.53 0.38 0 setcmykcolor}DC/CarnationPink{0 0.63 0 0
2274: setcmykcolor}DC/Magenta{0 1 0 0 setcmykcolor}DC/VioletRed{0 0.81 0 0
2275: setcmykcolor}DC/Rhodamine{0 0.82 0 0 setcmykcolor}DC/Mulberry{0.34 0.90
2276: 0 0.02 setcmykcolor}DC/RedViolet{0.07 0.90 0 0.34 setcmykcolor}DC
2277: /Fuchsia{0.47 0.91 0 0.08 setcmykcolor}DC/Lavender{0 0.48 0 0
2278: setcmykcolor}DC/Thistle{0.12 0.59 0 0 setcmykcolor}DC/Orchid{0.32 0.64 0
2279: 0 setcmykcolor}DC/DarkOrchid{0.40 0.80 0.20 0 setcmykcolor}DC/Purple{
2280: 0.45 0.86 0 0 setcmykcolor}DC/Plum{0.50 1 0 0 setcmykcolor}DC/Violet{
2281: 0.79 0.88 0 0 setcmykcolor}DC/RoyalPurple{0.75 0.90 0 0 setcmykcolor}DC
2282: /BlueViolet{0.86 0.91 0 0.04 setcmykcolor}DC/Periwinkle{0.57 0.55 0 0
2283: setcmykcolor}DC/CadetBlue{0.62 0.57 0.23 0 setcmykcolor}DC
2284: /CornflowerBlue{0.65 0.13 0 0 setcmykcolor}DC/MidnightBlue{0.98 0.13 0
2285: 0.43 setcmykcolor}DC/NavyBlue{0.94 0.54 0 0 setcmykcolor}DC/RoyalBlue{1
2286: 0.50 0 0 setcmykcolor}DC/Blue{1 1 0 0 setcmykcolor}DC/Cerulean{0.94 0.11
2287: 0 0 setcmykcolor}DC/Cyan{1 0 0 0 setcmykcolor}DC/ProcessBlue{0.96 0 0 0
2288: setcmykcolor}DC/SkyBlue{0.62 0 0.12 0 setcmykcolor}DC/Turquoise{0.85 0
2289: 0.20 0 setcmykcolor}DC/TealBlue{0.86 0 0.34 0.02 setcmykcolor}DC
2290: /Aquamarine{0.82 0 0.30 0 setcmykcolor}DC/BlueGreen{0.85 0 0.33 0
2291: setcmykcolor}DC/Emerald{1 0 0.50 0 setcmykcolor}DC/JungleGreen{0.99 0
2292: 0.52 0 setcmykcolor}DC/SeaGreen{0.69 0 0.50 0 setcmykcolor}DC/Green{1 0
2293: 1 0 setcmykcolor}DC/ForestGreen{0.91 0 0.88 0.12 setcmykcolor}DC
2294: /PineGreen{0.92 0 0.59 0.25 setcmykcolor}DC/LimeGreen{0.50 0 1 0
2295: setcmykcolor}DC/YellowGreen{0.44 0 0.74 0 setcmykcolor}DC/SpringGreen{
2296: 0.26 0 0.76 0 setcmykcolor}DC/OliveGreen{0.64 0 0.95 0.40 setcmykcolor}
2297: DC/RawSienna{0 0.72 1 0.45 setcmykcolor}DC/Sepia{0 0.83 1 0.70
2298: setcmykcolor}DC/Brown{0 0.81 1 0.60 setcmykcolor}DC/Tan{0.14 0.42 0.56 0
2299: setcmykcolor}DC/Gray{0 0 0 0.50 setcmykcolor}DC/Black{0 0 0 1
2300: setcmykcolor}DC/White{0 0 0 0 setcmykcolor}DC end
2301:
2302: %%EndProcSet
2303: %%BeginFont: CMSY10
2304: %!PS-AdobeFont-1.1: CMSY10 1.0
2305: %%CreationDate: 1991 Aug 15 07:20:57
2306: % Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
2307: 11 dict begin
2308: /FontInfo 7 dict dup begin
2309: /version (1.0) readonly def
2310: /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
2311: /FullName (CMSY10) readonly def
2312: /FamilyName (Computer Modern) readonly def
2313: /Weight (Medium) readonly def
2314: /ItalicAngle -14.035 def
2315: /isFixedPitch false def
2316: end readonly def
2317: /FontName /CMSY10 def
2318: /PaintType 0 def
2319: /FontType 1 def
2320: /FontMatrix [0.001 0 0 0.001 0 0] readonly def
2321: /Encoding 256 array
2322: 0 1 255 {1 index exch /.notdef put} for
2323: dup 0 /.notdef put
2324: readonly def
2325: /FontBBox{-29 -960 1116 775}readonly def
2326: /UniqueID 5000820 def
2327: currentdict end
2328: currentfile eexec
2329: D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964
2330: 7D53359E51216774A4EAA1E2B58EC3176BD1184A633B951372B4198D4E8C5EF4
2331: A213ACB58AA0A658908035BF2ED8531779838A960DFE2B27EA49C37156989C85
2332: E21B3ABF72E39A89232CD9F4237FC80C9E64E8425AA3BEF7DED60B122A52922A
2333: 221A37D9A807DD01161779DDE7D31FF2B87F97C73D63EECDDA4C49501773468A
2334: 27D1663E0B62F461F6E40A5D6676D1D12B51E641C1D4E8E2771864FC104F8CBF
2335: 5B78EC1D88228725F1C453A678F58A7E1B7BD7CA700717D288EB8DA1F57C4F09
2336: 0ABF1D42C5DDD0C384C7E22F8F8047BE1D4C1CC8E33368FB1AC82B4E96146730
2337: DE3302B2E6B819CB6AE455B1AF3187FFE8071AA57EF8A6616B9CB7941D44EC7A
2338: 71A7BB3DF755178D7D2E4BB69859EFA4BBC30BD6BB1531133FD4D9438FF99F09
2339: 4ECC068A324D75B5F696B8688EEB2F17E5ED34CCD6D047A4E3806D000C199D7C
2340: 515DB70A8D4F6146FE068DC1E5DE8BC5703711DA090312BA3FC00A08C453C609
2341: C627A8BFEF75B4DEFAF49D9926995B0641F2E746871F42CC234927BFA3B90653
2342: F731EEC9C16DB2764F7351A091B3078D464908D624759A0C545548483FA78C37
2343: 4AE8FCFAE86B3AE73501801411FC8BA764CBEA1490828B9ADA1999A7BB62CC6A
2344: 984368E314511E716837F27F4A3C9B3AD89212ECBF5BCDF0591E05FDEDC75AD1
2345: 23E961B4F19A38AD9ABCA9356D3E9CFF9811357C1E05B5B9CB11D1D1DEB6BBF6
2346: 0ACBF4B721CD25BC2CA6A06930D0897C9B3838A1EF26E3BAE26DA19116AAE265
2347: 7FC7C2A15BA6DE4D4E538572B99AA41F6298FC502B4C4C61CB18F4A9F46F4F72
2348: E37F569F1E4591C923FD9E5CD11EA32260FE9B1D130C9E7CA61A4D355FF8B986
2349: 9BCCA9328D48BB646FBDADE95A138D4F92CA2B12AA0EB65C77A367F846FFB344
2350: F2892FD0DA75
2351: 0000000000000000000000000000000000000000000000000000000000000000
2352: 0000000000000000000000000000000000000000000000000000000000000000
2353: 0000000000000000000000000000000000000000000000000000000000000000
2354: 0000000000000000000000000000000000000000000000000000000000000000
2355: 0000000000000000000000000000000000000000000000000000000000000000
2356: 0000000000000000000000000000000000000000000000000000000000000000
2357: 0000000000000000000000000000000000000000000000000000000000000000
2358: 0000000000000000000000000000000000000000000000000000000000000000
2359: cleartomark
2360: %%EndFont
2361: TeXDict begin 40258437 52099154 1000 600 600 (000.dvi)
2362: @start /Fa 243[65 12[{ TeXbbad153fEncoding ReEncodeFont }1
2363: 83.022 /CMSY10 rf end
2364: %%EndProlog
2365: %%BeginSetup
2366: %%Feature: *Resolution 600dpi
2367: TeXDict begin
2368: end
2369: %%EndSetup
2370: TeXDict begin 1 0 bop Black Black 1915 631 a Fa(\014)p
2371: Black Black eop end
2372: %%Trailer
2373:
2374: userdict /end-hook known{end-hook}if
2375: %%EOF
2376:
2377: %%EndDocument
2378: skepsend
2379: /Helvetica-Narrow-Oblique 14 sf
2380: (1 / )
2381: 462.476 48.8357 T
2382: newpath
2383: 168.682 97.9423 m
2384: 758.213 97.6732 l
2385: 0.566929 w
2386: [2 2 ] 0 d
2387: S
2388: 300 643 10 8 [1.49991 0 0 1.48068 476.704 45.3748]
2389: skeps
2390: %%BeginDocument: /home/alfred/Projects/ThMPs/SecModes/M30DNP/TeXsketch/003.eps
2391: %!PS-Adobe-2.0 EPSF-2.0
2392: %%Creator: dvips(k) 5.92b Copyright 2002 Radical Eye Software
2393: %%Title: 003.dvi
2394: %%BoundingBox: 300 643 310 651
2395: %%DocumentFonts: CMMI10 CMR7
2396: %%EndComments
2397: %DVIPSWebPage: (www.radicaleye.com)
2398: %DVIPSCommandLine: dvips -E 003 -o003.eps
2399: %DVIPSParameters: dpi=600, compressed
2400: %DVIPSSource: TeX output 2007.02.03:2016
2401: %%BeginProcSet: texc.pro
2402: %!
2403: /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
2404: N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
2405: mul N/landplus90{false}def/@rigin{isls{[0 landplus90{1 -1}{-1 1}ifelse 0
2406: 0 0]concat}if 72 Resolution div 72 VResolution div neg scale isls{
2407: landplus90{VResolution 72 div vsize mul 0 exch}{Resolution -72 div hsize
2408: mul 0}ifelse TR}if Resolution VResolution vsize -72 div 1 add mul TR[
2409: matrix currentmatrix{A A round sub abs 0.00001 lt{round}if}forall round
2410: exch round exch]setmatrix}N/@landscape{/isls true N}B/@manualfeed{
2411: statusdict/manualfeed true put}B/@copies{/#copies X}B/FMat[1 0 0 -1 0 0]
2412: N/FBB[0 0 0 0]N/nn 0 N/IEn 0 N/ctr 0 N/df-tail{/nn 8 dict N nn begin
2413: /FontType 3 N/FontMatrix fntrx N/FontBBox FBB N string/base X array
2414: /BitMaps X/BuildChar{CharBuilder}N/Encoding IEn N end A{/foo setfont}2
2415: array copy cvx N load 0 nn put/ctr 0 N[}B/sf 0 N/df{/sf 1 N/fntrx FMat N
2416: df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
2417: definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
2418: }B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
2419: B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
2420: 1 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3
2421: 1 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx
2422: 0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx
2423: sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{
2424: rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp
2425: gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B
2426: /chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{
2427: /cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{
2428: A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy
2429: get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse}
2430: ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp
2431: fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17
2432: {2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add
2433: chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{
2434: 1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop}
2435: forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
2436: /BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
2437: }if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
2438: bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
2439: mul exch 0 get A mul add .99 lt{/QV}{/RV}ifelse load def pop pop}N/eop{
2440: SI restore userdict/eop-hook known{eop-hook}if showpage}N/@start{
2441: userdict/start-hook known{start-hook}if pop/VResolution X/Resolution X
2442: 1000 div/DVImag X/IEn 256 array N 2 string 0 1 255{IEn S A 360 add 36 4
2443: index cvrs cvn put}for pop 65781.76 div/vsize X 65781.76 div/hsize X}N
2444: /p{show}N/RMat[1 0 0 -1 0 0]N/BDot 260 string N/Rx 0 N/Ry 0 N/V{}B/RV/v{
2445: /Ry X/Rx X V}B statusdict begin/product where{pop false[(Display)(NeXT)
2446: (LaserWriter 16/600)]{A length product length le{A length product exch 0
2447: exch getinterval eq{pop true exit}if}{pop}ifelse}forall}{false}ifelse
2448: end{{gsave TR -.1 .1 TR 1 1 scale Rx Ry false RMat{BDot}imagemask
2449: grestore}}{{gsave TR -.1 .1 TR Rx Ry scale 1 1 false RMat{BDot}
2450: imagemask grestore}}ifelse B/QV{gsave newpath transform round exch round
2451: exch itransform moveto Rx 0 rlineto 0 Ry neg rlineto Rx neg 0 rlineto
2452: fill grestore}B/a{moveto}B/delta 0 N/tail{A/delta X 0 rmoveto}B/M{S p
2453: delta add tail}B/b{S p tail}B/c{-4 M}B/d{-3 M}B/e{-2 M}B/f{-1 M}B/g{0 M}
2454: B/h{1 M}B/i{2 M}B/j{3 M}B/k{4 M}B/w{0 rmoveto}B/l{p -4 w}B/m{p -3 w}B/n{
2455: p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
2456: rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end
2457:
2458: %%EndProcSet
2459: %%BeginProcSet: aae443f0.enc
2460: % Thomas Esser, Dec 2002. public domain
2461: %
2462: % Encoding for:
2463: % cmmi10 cmmi12 cmmi5 cmmi6 cmmi7 cmmi8 cmmi9 cmmib10
2464: %
2465: /TeXaae443f0Encoding [
2466: /Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /Omega
2467: /alpha /beta /gamma /delta /epsilon1 /zeta /eta /theta /iota /kappa
2468: /lambda /mu /nu /xi /pi /rho /sigma /tau /upsilon /phi /chi /psi
2469: /omega /epsilon /theta1 /pi1 /rho1 /sigma1 /phi1 /arrowlefttophalf
2470: /arrowleftbothalf /arrowrighttophalf /arrowrightbothalf /arrowhookleft
2471: /arrowhookright /triangleright /triangleleft /zerooldstyle /oneoldstyle
2472: /twooldstyle /threeoldstyle /fouroldstyle /fiveoldstyle /sixoldstyle
2473: /sevenoldstyle /eightoldstyle /nineoldstyle /period /comma /less /slash
2474: /greater /star /partialdiff /A /B /C /D /E /F /G /H /I /J /K /L /M /N
2475: /O /P /Q /R /S /T /U /V /W /X /Y /Z /flat /natural /sharp /slurbelow
2476: /slurabove /lscript /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p
2477: /q /r /s /t /u /v /w /x /y /z /dotlessi /dotlessj /weierstrass /vector
2478: /tie /psi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2479: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2480: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2481: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2482: /space /Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi
2483: /.notdef /.notdef /Omega /alpha /beta /gamma /delta /epsilon1 /zeta /eta
2484: /theta /iota /kappa /lambda /mu /nu /xi /pi /rho /sigma /tau /upsilon
2485: /phi /chi /psi /tie /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2486: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2487: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2488: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2489: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2490: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2491: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2492: /.notdef /.notdef /.notdef /.notdef /.notdef
2493: ] def
2494:
2495: %%EndProcSet
2496: %%BeginProcSet: f7b6d320.enc
2497: % Thomas Esser, Dec 2002. public domain
2498: %
2499: % Encoding for:
2500: % cmb10 cmbx10 cmbx12 cmbx5 cmbx6 cmbx7 cmbx8 cmbx9 cmbxsl10
2501: % cmdunh10 cmr10 cmr12 cmr17cmr6 cmr7 cmr8 cmr9 cmsl10 cmsl12 cmsl8
2502: % cmsl9 cmss10cmss12 cmss17 cmss8 cmss9 cmssbx10 cmssdc10 cmssi10
2503: % cmssi12 cmssi17 cmssi8cmssi9 cmssq8 cmssqi8 cmvtt10
2504: %
2505: /TeXf7b6d320Encoding [
2506: /Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /Omega
2507: /ff /fi /fl /ffi /ffl /dotlessi /dotlessj /grave /acute /caron /breve
2508: /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
2509: /suppress /exclam /quotedblright /numbersign /dollar /percent /ampersand
2510: /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen
2511: /period /slash /zero /one /two /three /four /five /six /seven /eight
2512: /nine /colon /semicolon /exclamdown /equal /questiondown /question /at
2513: /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X
2514: /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
2515: /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u
2516: /v /w /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis /suppress
2517: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2518: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2519: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2520: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space
2521: /Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /.notdef
2522: /.notdef /Omega /ff /fi /fl /ffi /ffl /dotlessi /dotlessj /grave /acute
2523: /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE
2524: /OE /Oslash /suppress /dieresis /.notdef /.notdef /.notdef /.notdef
2525: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2526: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2527: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2528: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2529: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2530: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2531: /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
2532: ] def
2533:
2534: %%EndProcSet
2535: %%BeginProcSet: texps.pro
2536: %!
2537: TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
2538: index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
2539: exec 0 exch 5 -1 roll VResolution Resolution div mul neg 0 0]FontType 0
2540: ne{/Metrics exch def dict begin Encoding{exch dup type/integertype ne{
2541: pop pop 1 sub dup 0 le{pop}{[}ifelse}{FontMatrix 0 get div Metrics 0 get
2542: div def}ifelse}forall Metrics/Metrics currentdict end def}{{1 index type
2543: /nametype eq{exit}if exch pop}loop}ifelse[2 index currentdict end
2544: definefont 3 -1 roll makefont/setfont cvx]cvx def}def/ObliqueSlant{dup
2545: sin S cos div neg}B/SlantFont{4 index mul add}def/ExtendFont{3 -1 roll
2546: mul exch}def/ReEncodeFont{CharStrings rcheck{/Encoding false def dup[
2547: exch{dup CharStrings exch known not{pop/.notdef/Encoding true def}if}
2548: forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def
2549: end
2550:
2551: %%EndProcSet
2552: %%BeginProcSet: special.pro
2553: %!
2554: TeXDict begin/SDict 200 dict N SDict begin/@SpecialDefaults{/hs 612 N
2555: /vs 792 N/ho 0 N/vo 0 N/hsc 1 N/vsc 1 N/ang 0 N/CLIP 0 N/rwiSeen false N
2556: /rhiSeen false N/letter{}N/note{}N/a4{}N/legal{}N}B/@scaleunit 100 N
2557: /@hscale{@scaleunit div/hsc X}B/@vscale{@scaleunit div/vsc X}B/@hsize{
2558: /hs X/CLIP 1 N}B/@vsize{/vs X/CLIP 1 N}B/@clip{/CLIP 2 N}B/@hoffset{/ho
2559: X}B/@voffset{/vo X}B/@angle{/ang X}B/@rwi{10 div/rwi X/rwiSeen true N}B
2560: /@rhi{10 div/rhi X/rhiSeen true N}B/@llx{/llx X}B/@lly{/lly X}B/@urx{
2561: /urx X}B/@ury{/ury X}B/magscale true def end/@MacSetUp{userdict/md known
2562: {userdict/md get type/dicttype eq{userdict begin md length 10 add md
2563: maxlength ge{/md md dup length 20 add dict copy def}if end md begin
2564: /letter{}N/note{}N/legal{}N/od{txpose 1 0 mtx defaultmatrix dtransform S
2565: atan/pa X newpath clippath mark{transform{itransform moveto}}{transform{
2566: itransform lineto}}{6 -2 roll transform 6 -2 roll transform 6 -2 roll
2567: transform{itransform 6 2 roll itransform 6 2 roll itransform 6 2 roll
2568: curveto}}{{closepath}}pathforall newpath counttomark array astore/gc xdf
2569: pop ct 39 0 put 10 fz 0 fs 2 F/|______Courier fnt invertflag{PaintBlack}
2570: if}N/txpose{pxs pys scale ppr aload pop por{noflips{pop S neg S TR pop 1
2571: -1 scale}if xflip yflip and{pop S neg S TR 180 rotate 1 -1 scale ppr 3
2572: get ppr 1 get neg sub neg ppr 2 get ppr 0 get neg sub neg TR}if xflip
2573: yflip not and{pop S neg S TR pop 180 rotate ppr 3 get ppr 1 get neg sub
2574: neg 0 TR}if yflip xflip not and{ppr 1 get neg ppr 0 get neg TR}if}{
2575: noflips{TR pop pop 270 rotate 1 -1 scale}if xflip yflip and{TR pop pop
2576: 90 rotate 1 -1 scale ppr 3 get ppr 1 get neg sub neg ppr 2 get ppr 0 get
2577: neg sub neg TR}if xflip yflip not and{TR pop pop 90 rotate ppr 3 get ppr
2578: 1 get neg sub neg 0 TR}if yflip xflip not and{TR pop pop 270 rotate ppr
2579: 2 get ppr 0 get neg sub neg 0 S TR}if}ifelse scaleby96{ppr aload pop 4
2580: -1 roll add 2 div 3 1 roll add 2 div 2 copy TR .96 dup scale neg S neg S
2581: TR}if}N/cp{pop pop showpage pm restore}N end}if}if}N/normalscale{
2582: Resolution 72 div VResolution 72 div neg scale magscale{DVImag dup scale
2583: }if 0 setgray}N/psfts{S 65781.76 div N}N/startTexFig{/psf$SavedState
2584: save N userdict maxlength dict begin/magscale true def normalscale
2585: currentpoint TR/psf$ury psfts/psf$urx psfts/psf$lly psfts/psf$llx psfts
2586: /psf$y psfts/psf$x psfts currentpoint/psf$cy X/psf$cx X/psf$sx psf$x
2587: psf$urx psf$llx sub div N/psf$sy psf$y psf$ury psf$lly sub div N psf$sx
2588: psf$sy scale psf$cx psf$sx div psf$llx sub psf$cy psf$sy div psf$ury sub
2589: TR/showpage{}N/erasepage{}N/setpagedevice{pop}N/copypage{}N/p 3 def
2590: @MacSetUp}N/doclip{psf$llx psf$lly psf$urx psf$ury currentpoint 6 2 roll
2591: newpath 4 copy 4 2 roll moveto 6 -1 roll S lineto S lineto S lineto
2592: closepath clip newpath moveto}N/endTexFig{end psf$SavedState restore}N
2593: /@beginspecial{SDict begin/SpecialSave save N gsave normalscale
2594: currentpoint TR @SpecialDefaults count/ocount X/dcount countdictstack N}
2595: N/@setspecial{CLIP 1 eq{newpath 0 0 moveto hs 0 rlineto 0 vs rlineto hs
2596: neg 0 rlineto closepath clip}if ho vo TR hsc vsc scale ang rotate
2597: rwiSeen{rwi urx llx sub div rhiSeen{rhi ury lly sub div}{dup}ifelse
2598: scale llx neg lly neg TR}{rhiSeen{rhi ury lly sub div dup scale llx neg
2599: lly neg TR}if}ifelse CLIP 2 eq{newpath llx lly moveto urx lly lineto urx
2600: ury lineto llx ury lineto closepath clip}if/showpage{}N/erasepage{}N
2601: /setpagedevice{pop}N/copypage{}N newpath}N/@endspecial{count ocount sub{
2602: pop}repeat countdictstack dcount sub{end}repeat grestore SpecialSave
2603: restore end}N/@defspecial{SDict begin}N/@fedspecial{end}B/li{lineto}B
2604: /rl{rlineto}B/rc{rcurveto}B/np{/SaveX currentpoint/SaveY X N 1
2605: setlinecap newpath}N/st{stroke SaveX SaveY moveto}N/fil{fill SaveX SaveY
2606: moveto}N/ellipse{/endangle X/startangle X/yrad X/xrad X/savematrix
2607: matrix currentmatrix N TR xrad yrad scale 0 0 1 startangle endangle arc
2608: savematrix setmatrix}N end
2609:
2610: %%EndProcSet
2611: %%BeginProcSet: color.pro
2612: %!
2613: TeXDict begin/setcmykcolor where{pop}{/setcmykcolor{dup 10 eq{pop
2614: setrgbcolor}{1 sub 4 1 roll 3{3 index add neg dup 0 lt{pop 0}if 3 1 roll
2615: }repeat setrgbcolor pop}ifelse}B}ifelse/TeXcolorcmyk{setcmykcolor}def
2616: /TeXcolorrgb{setrgbcolor}def/TeXcolorgrey{setgray}def/TeXcolorgray{
2617: setgray}def/TeXcolorhsb{sethsbcolor}def/currentcmykcolor where{pop}{
2618: /currentcmykcolor{currentrgbcolor 10}B}ifelse/DC{exch dup userdict exch
2619: known{pop pop}{X}ifelse}B/GreenYellow{0.15 0 0.69 0 setcmykcolor}DC
2620: /Yellow{0 0 1 0 setcmykcolor}DC/Goldenrod{0 0.10 0.84 0 setcmykcolor}DC
2621: /Dandelion{0 0.29 0.84 0 setcmykcolor}DC/Apricot{0 0.32 0.52 0
2622: setcmykcolor}DC/Peach{0 0.50 0.70 0 setcmykcolor}DC/Melon{0 0.46 0.50 0
2623: setcmykcolor}DC/YellowOrange{0 0.42 1 0 setcmykcolor}DC/Orange{0 0.61
2624: 0.87 0 setcmykcolor}DC/BurntOrange{0 0.51 1 0 setcmykcolor}DC
2625: /Bittersweet{0 0.75 1 0.24 setcmykcolor}DC/RedOrange{0 0.77 0.87 0
2626: setcmykcolor}DC/Mahogany{0 0.85 0.87 0.35 setcmykcolor}DC/Maroon{0 0.87
2627: 0.68 0.32 setcmykcolor}DC/BrickRed{0 0.89 0.94 0.28 setcmykcolor}DC/Red{
2628: 0 1 1 0 setcmykcolor}DC/OrangeRed{0 1 0.50 0 setcmykcolor}DC/RubineRed{
2629: 0 1 0.13 0 setcmykcolor}DC/WildStrawberry{0 0.96 0.39 0 setcmykcolor}DC
2630: /Salmon{0 0.53 0.38 0 setcmykcolor}DC/CarnationPink{0 0.63 0 0
2631: setcmykcolor}DC/Magenta{0 1 0 0 setcmykcolor}DC/VioletRed{0 0.81 0 0
2632: setcmykcolor}DC/Rhodamine{0 0.82 0 0 setcmykcolor}DC/Mulberry{0.34 0.90
2633: 0 0.02 setcmykcolor}DC/RedViolet{0.07 0.90 0 0.34 setcmykcolor}DC
2634: /Fuchsia{0.47 0.91 0 0.08 setcmykcolor}DC/Lavender{0 0.48 0 0
2635: setcmykcolor}DC/Thistle{0.12 0.59 0 0 setcmykcolor}DC/Orchid{0.32 0.64 0
2636: 0 setcmykcolor}DC/DarkOrchid{0.40 0.80 0.20 0 setcmykcolor}DC/Purple{
2637: 0.45 0.86 0 0 setcmykcolor}DC/Plum{0.50 1 0 0 setcmykcolor}DC/Violet{
2638: 0.79 0.88 0 0 setcmykcolor}DC/RoyalPurple{0.75 0.90 0 0 setcmykcolor}DC
2639: /BlueViolet{0.86 0.91 0 0.04 setcmykcolor}DC/Periwinkle{0.57 0.55 0 0
2640: setcmykcolor}DC/CadetBlue{0.62 0.57 0.23 0 setcmykcolor}DC
2641: /CornflowerBlue{0.65 0.13 0 0 setcmykcolor}DC/MidnightBlue{0.98 0.13 0
2642: 0.43 setcmykcolor}DC/NavyBlue{0.94 0.54 0 0 setcmykcolor}DC/RoyalBlue{1
2643: 0.50 0 0 setcmykcolor}DC/Blue{1 1 0 0 setcmykcolor}DC/Cerulean{0.94 0.11
2644: 0 0 setcmykcolor}DC/Cyan{1 0 0 0 setcmykcolor}DC/ProcessBlue{0.96 0 0 0
2645: setcmykcolor}DC/SkyBlue{0.62 0 0.12 0 setcmykcolor}DC/Turquoise{0.85 0
2646: 0.20 0 setcmykcolor}DC/TealBlue{0.86 0 0.34 0.02 setcmykcolor}DC
2647: /Aquamarine{0.82 0 0.30 0 setcmykcolor}DC/BlueGreen{0.85 0 0.33 0
2648: setcmykcolor}DC/Emerald{1 0 0.50 0 setcmykcolor}DC/JungleGreen{0.99 0
2649: 0.52 0 setcmykcolor}DC/SeaGreen{0.69 0 0.50 0 setcmykcolor}DC/Green{1 0
2650: 1 0 setcmykcolor}DC/ForestGreen{0.91 0 0.88 0.12 setcmykcolor}DC
2651: /PineGreen{0.92 0 0.59 0.25 setcmykcolor}DC/LimeGreen{0.50 0 1 0
2652: setcmykcolor}DC/YellowGreen{0.44 0 0.74 0 setcmykcolor}DC/SpringGreen{
2653: 0.26 0 0.76 0 setcmykcolor}DC/OliveGreen{0.64 0 0.95 0.40 setcmykcolor}
2654: DC/RawSienna{0 0.72 1 0.45 setcmykcolor}DC/Sepia{0 0.83 1 0.70
2655: setcmykcolor}DC/Brown{0 0.81 1 0.60 setcmykcolor}DC/Tan{0.14 0.42 0.56 0
2656: setcmykcolor}DC/Gray{0 0 0 0.50 setcmykcolor}DC/Black{0 0 0 1
2657: setcmykcolor}DC/White{0 0 0 0 setcmykcolor}DC end
2658:
2659: %%EndProcSet
2660: %%BeginFont: CMR7
2661: %!PS-AdobeFont-1.1: CMR7 1.0
2662: %%CreationDate: 1991 Aug 20 16:39:21
2663: % Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
2664: 11 dict begin
2665: /FontInfo 7 dict dup begin
2666: /version (1.0) readonly def
2667: /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
2668: /FullName (CMR7) readonly def
2669: /FamilyName (Computer Modern) readonly def
2670: /Weight (Medium) readonly def
2671: /ItalicAngle 0 def
2672: /isFixedPitch false def
2673: end readonly def
2674: /FontName /CMR7 def
2675: /PaintType 0 def
2676: /FontType 1 def
2677: /FontMatrix [0.001 0 0 0.001 0 0] readonly def
2678: /Encoding 256 array
2679: 0 1 255 {1 index exch /.notdef put} for
2680: dup 0 /.notdef put
2681: readonly def
2682: /FontBBox{-27 -250 1122 750}readonly def
2683: /UniqueID 5000790 def
2684: currentdict end
2685: currentfile eexec
2686: D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
2687: 016CA6CA4B712ADEB258FAAB9A130EE605E61F77FC1B738ABC7C51CD46EF8171
2688: 9098D5FEE67660E69A7AB91B58F29A4D79E57022F783EB0FBBB6D4F4EC35014F
2689: D2DECBA99459A4C59DF0C6EBA150284454E707DC2100C15B76B4C19B84363758
2690: 469A6C558785B226332152109871A9883487DD7710949204DDCF837E6A8708B8
2691: 2BDBF16FBC7512FAA308A093FE5CF5B8CABB9FFC6CC3F1E9AE32F234EB60FE7D
2692: E34995B1ACFF52428EA20C8ED4FD73E3935CEBD40E0EAD70C0887A451E1B1AC8
2693: 47AEDE4191CCDB8B61345FD070FD30C4F375D8418DDD454729A251B3F61DAE7C
2694: 8882384282FDD6102AE8EEFEDE6447576AFA181F27A48216A9CAD730561469E4
2695: 78B286F22328F2AE84EF183DE4119C402771A249AAC1FA5435690A28D1B47486
2696: 1060C8000D3FE1BF45133CF847A24B4F8464A63CEA01EC84AA22FD005E74847E
2697: 01426B6890951A7DD1F50A5F3285E1F958F11FC7F00EE26FEE7C63998EA1328B
2698: C9841C57C80946D2C2FC81346249A664ECFB08A2CE075036CEA7359FCA1E90C0
2699: F686C3BB27EEFA45D548F7BD074CE60E626A4F83C69FE93A5324133A78362F30
2700: 8E8DCC80DD0C49E137CDC9AC08BAE39282E26A7A4D8C159B95F227BDA2A281AF
2701: A9DAEBF31F504380B20812A211CF9FEB112EC29A3FB3BD3E81809FC6293487A7
2702: 455EB3B879D2B4BD46942BB1243896264722CB59146C3F65BD59B96A74B12BB2
2703: 9A1354AF174932210C6E19FE584B1B14C00E746089CBB17E68845D7B3EA05105
2704: EEE461E3697FCF835CBE6D46C75523478E766832751CF6D96EC338BDAD57D53B
2705: 52F5340FAC9FE0456AD13101824234B262AC0CABA43B62EBDA39795BAE6CFE97
2706: 563A50AAE1F195888739F2676086A9811E5C9A4A7E0BF34F3E25568930ADF80F
2707: 0BDDAC3B634AD4BA6A59720EA4749236CF0F79ABA4716C340F98517F6F06D9AB
2708: 7ED8F46FC1868B5F3D3678DF71AA772CF1F7DD222C6BF19D8EF0CFB7A76FC6D1
2709: 0AD323C176134907AB375F20CFCD667AB094E2C7CB2179C4283329C9E435E7A4
2710: 1E042AD0BAA059B3F862236180B34D3FCED833472577BACD472A4DE3E3F6222F
2711: 7A252B780C86447859579C68EF782ABA640D4A48B137E7911644B58FA0C1B731
2712: AC4733F048724DFD4C28DCF1F3175C38C0FEBE00FA6E0CEE611C0FAE02E29160
2713: C93B721FB56674939C266B7BFC64707AF6BCF8595BECAAF0DE5B17D8CF7E8947
2714: 3E679553FFC74A22DECA994BBC0C4A6B150A6487ADF36D23E21EC35960F950AF
2715: BFA53D9C788C02916DC16A33B8E906C16986FC5871A89D01662A03A9E9FDE396
2716: 94D296A07EB96DFF7E0C44AEDFF800884C92A5EAEA4C545BECB32F5E95B634CE
2717: 24A1A74C5A895632097709830687724835BC6BE8239D200A09FDBF3AA681748E
2718: 6E25F10AEE0E73C117E9CCC48D7EC3F60D26B0F7609038007B72AFFBDF896D61
2719: 75DF99F78C73D4F27F7194E36887367C0C10A007C39C9565576868AA
2720: 0000000000000000000000000000000000000000000000000000000000000000
2721: 0000000000000000000000000000000000000000000000000000000000000000
2722: 0000000000000000000000000000000000000000000000000000000000000000
2723: 0000000000000000000000000000000000000000000000000000000000000000
2724: 0000000000000000000000000000000000000000000000000000000000000000
2725: 0000000000000000000000000000000000000000000000000000000000000000
2726: 0000000000000000000000000000000000000000000000000000000000000000
2727: 0000000000000000000000000000000000000000000000000000000000000000
2728: cleartomark
2729: %%EndFont
2730: %%BeginFont: CMMI10
2731: %!PS-AdobeFont-1.1: CMMI10 1.100
2732: %%CreationDate: 1996 Jul 23 07:53:57
2733: % Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
2734: 11 dict begin
2735: /FontInfo 7 dict dup begin
2736: /version (1.100) readonly def
2737: /Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
2738: /FullName (CMMI10) readonly def
2739: /FamilyName (Computer Modern) readonly def
2740: /Weight (Medium) readonly def
2741: /ItalicAngle -14.04 def
2742: /isFixedPitch false def
2743: end readonly def
2744: /FontName /CMMI10 def
2745: /PaintType 0 def
2746: /FontType 1 def
2747: /FontMatrix [0.001 0 0 0.001 0 0] readonly def
2748: /Encoding 256 array
2749: 0 1 255 {1 index exch /.notdef put} for
2750: dup 0 /.notdef put
2751: readonly def
2752: /FontBBox{-32 -250 1048 750}readonly def
2753: /UniqueID 5087385 def
2754: currentdict end
2755: currentfile eexec
2756: D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
2757: 3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
2758: 532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
2759: B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
2760: 986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
2761: D919C2DDD26BDC0D99398B9F4D03D5993DFC0930297866E1CD0A319B6B1FD958
2762: 9E394A533A081C36D456A09920001A3D2199583EB9B84B4DEE08E3D12939E321
2763: 990CD249827D9648574955F61BAAA11263A91B6C3D47A5190165B0C25ABF6D3E
2764: 6EC187E4B05182126BB0D0323D943170B795255260F9FD25F2248D04F45DFBFB
2765: DEF7FF8B19BFEF637B210018AE02572B389B3F76282BEB29CC301905D388C721
2766: 59616893E774413F48DE0B408BC66DCE3FE17CB9F84D205839D58014D6A88823
2767: D9320AE93AF96D97A02C4D5A2BB2B8C7925C4578003959C46E3CE1A2F0EAC4BF
2768: 8B9B325E46435BDE60BC54D72BC8ACB5C0A34413AC87045DC7B84646A324B808
2769: 6FD8E34217213E131C3B1510415CE45420688ED9C1D27890EC68BD7C1235FAF9
2770: 1DAB3A369DD2FC3BE5CF9655C7B7EDA7361D7E05E5831B6B8E2EEC542A7B38EE
2771: 03BE4BAC6079D038ACB3C7C916279764547C2D51976BABA94BA9866D79F13909
2772: 95AA39B0F03103A07CBDF441B8C5669F729020AF284B7FF52A29C6255FCAACF1
2773: 74109050FBA2602E72593FBCBFC26E726EE4AEF97B7632BC4F5F353B5C67FED2
2774: 3EA752A4A57B8F7FEFF1D7341D895F0A3A0BE1D8E3391970457A967EFF84F6D8
2775: 47750B1145B8CC5BD96EE7AA99DDC9E06939E383BDA41175233D58AD263EBF19
2776: AFC0E2F840512D321166547B306C592B8A01E1FA2564B9A26DAC14256414E4C8
2777: 42616728D918C74D13C349F4186EC7B9708B86467425A6FDB3A396562F7EE4D8
2778: 40B43621744CF8A23A6E532649B66C2A0002DD04F8F39618E4F572819DD34837
2779: B5A08E643FDCA1505AF6A1FA3DDFD1FA758013CAED8ACDDBBB334D664DFF5B53
2780: 9560176676ABB71BBD0EE56B4CC492C0652750227CEC68C34E4BCB664B292C9F
2781: 52991DD9A0572E79596E6FC01CE1E505AD151CF3A414C712DA15497A5C6DC6F4
2782: C6F874CE82C6E308E751FCA49705D9095CE2A88EFF7E6022D6800383853FC6FE
2783: 5CB2C2894B5D96CB2E6B5F237A9CED187945769ED216958C96D238ECC105F92C
2784: 2377C346C844E020CAEC0719D0AD785AFFF2D19C0A020E4A24EFCC030A0FAE54
2785: D36720626FC9EE9D61129E0E1A1F757D9CC28609B8DB0DC89220501317F4EBBC
2786: 84C8A7910828F0F2255F139441F643C31003C12937882E758DBB42A87E31B53B
2787: 5649089671CF78B06E18D1766E8E7C4B2DF0548CC038D4D8B5C43726368205CD
2788: 47A6287CB24D490A64D8869E8628F30B6C
2789: 0000000000000000000000000000000000000000000000000000000000000000
2790: 0000000000000000000000000000000000000000000000000000000000000000
2791: 0000000000000000000000000000000000000000000000000000000000000000
2792: 0000000000000000000000000000000000000000000000000000000000000000
2793: 0000000000000000000000000000000000000000000000000000000000000000
2794: 0000000000000000000000000000000000000000000000000000000000000000
2795: 0000000000000000000000000000000000000000000000000000000000000000
2796: 0000000000000000000000000000000000000000000000000000000000000000
2797: cleartomark
2798: %%EndFont
2799: TeXDict begin 40258437 52099154 1000 600 600 (003.dvi)
2800: @start /Fa 154[30 101[{ TeXf7b6d320Encoding ReEncodeFont }1
2801: 58.1154 /CMR7 rf /Fb 227[36 28[{ TeXaae443f0Encoding ReEncodeFont }1
2802: 83.022 /CMMI10 rf end
2803: %%EndProlog
2804: %%BeginSetup
2805: %%Feature: *Resolution 600dpi
2806: TeXDict begin
2807: end
2808: %%EndSetup
2809: TeXDict begin 1 0 bop Black Black 1912 623 a Fb(\034)1948
2810: 635 y Fa(e)p Black Black eop end
2811: %%Trailer
2812:
2813: userdict /end-hook known{end-hook}if
2814: %%EOF
2815:
2816: %%EndDocument
2817: skepsend
2818: %%PageTrailer
2819: showpage
2820: %%Trailer
2821: end
2822: %%DocumentSuppliedResources: procset Linux-Sketch-Procset 1.0 2
2823: %%EOF
2824: