1%
2% bts.ttt -- Built-in TemplateS, contains most .tte and .ttm files
3% by pts@math.bme.hu at Wed Apr 17 10:37:42 CEST 2002
4% Sat Jun  1 18:40:04 CEST 2002
5% ADSC fixups at Sun Jun 23 18:16:29 CEST 2002
6% fixed %%EndComments, bts2.ttt at Sun Sep 22 14:25:45 CEST 2002
7% /l148z, /l1thl at ...
8%
9% These OutputFile-generation templates will be built in to the sam2p
10% executable at compile time. The contents of this file can be referenced as
11% `(%bts) run' in .job files.
12%
13
14% _l23_
15/l23 (%!PS-Adobe-3.0`E
16%%Pages: 1
17`X%%DocumentData: `B
18%%LanguageLevel: `0
19%%EndComments
20%%Page: 1 1
21save`s 9 dict begin
22{/T currentfile`T def`1setcolorspace
23/F T`F def
24<</ImageType 1/Width `w/Height `h/BitsPerComponent
25`b/ImageMatrix[1 0 0 -1 0 `h]/Decode
26[`D]/DataSource F>> image
27`t}
28%%BeginData:;
29exec
30`S
31%%EndData
32end restore showpage
33%%Trailer
34%%EOF\n)
35
36% _l23_
37/l23mask (%!PS-Adobe-3.0`E
38%%Pages: 1
39`X%%DocumentData: `B
40%%LanguageLevel: `0
41%%EndComments
42%%Page: 1 1
43save`s 9 dict begin
44{`r setrgbcolor
45/T currentfile`T def
46/F T`F def
47`w `h false[1 0 0 -1 0 `h]F imagemask
48`t}
49%%BeginData:;
50exec
51`S
52%%EndData
53end restore showpage
54%%Trailer
55%%EOF\n)
56
57% _l23_
58/l23ind1 (%!PS-Adobe-3.0`E
59%%Pages: 1
60`X%%DocumentData: `B
61%%LanguageLevel: `0
62%%EndComments
63%%Page: 1 1
64save`s 9 dict begin
65{`R/T currentfile`T def
66/F T`F def
67`w `h true[1 0 0 -1 0 `h]F imagemask
68`t}
69%%BeginData:;
70exec
71`S
72%%EndData
73end restore showpage
74%%Trailer
75%%EOF\n)
76
77% Dat: vvv last color not necessarily transparent
78%   T `P string readstring pop dup length 0 exch 3 sub getinterval
79% Used by /Transparent2, /Transparent4 and /Transparent8.
80% This implemetation does:
81%   rgb-palette imagemask-newcompress-transfer
82% Alternative implementation (not this one!):
83%   ( rgb-transfer imagemask-newcompress-transfer )*
84%   It would be tedious to flush buffers etc.
85% Doesn't work with JPEG compressions, because JPEG requires a bit depth of
86% 8. Works with any other /Compression and any /Predictor.
87% _l23_
88/l23tran2 (%!PS-Adobe-3.0`E
89%%Pages: 1
90`X%%DocumentData: `B
91%%LanguageLevel: `0
92%%EndComments
93%%Page: 1 1
94save`s 9 dict begin
95{/T currentfile`T def
96T `P string readstring pop 0 `p getinterval
97/F T`F def
98/m 0 def
99{255 div m 1 add dup 3 eq{pop setrgbcolor
100`w `h false[1 0 0 -1 0 `h]F imagemask
1010}if/m exch def}forall
102`t}
103%%BeginData:;
104exec
105`S
106%%EndData
107end restore showpage
108%%Trailer
109%%EOF\n)
110
111% _l23_
112% With old (pre-Wed Feb  5 17:46:59 CET 2003) PDF code, /Length was one less,
113% because it hasn't counted the last \n newline in the content stream. This
114% made a problem with pdfTeX 0.12 shipped with Debian Slink.
115% Old code (focus on the \n's)
116%[ (3 0 obj\n<</Length ) ] %1
117%-4 %2: length of chunk 4
118%(>>\nstream\n) %3
119%[ (q`s\n`w 0 0 `h 0 0 cm /S Do Q) ] %4.0
120%(\nendstream\nendobj\n) %5
121%   At Fri Feb  7 11:56:14 CET 2003 modified all /MediaBox specifications to
122% precede the image data, and be in a separate line, to ease parsing.
123% vvv tested at Sat Jan  8 12:31:00 CET 2005
124/p02 [%sam2p-ttm; by pts@fazekas.hu at Sat Apr 20 18:33:30 CEST 2002
125(%PDF-1.`0\n`B) %0
126[ (2 0 obj\n<</Type/Pages/Kids[5 0 R]/Count 1>>\nendobj\n) ] %1
127[ (3 0 obj\n<</Length ) ] %2
128-5 %3: length of chunk 5
129(>>\nstream\n) %4
130[ (q`s\n`w 0 0 `h 0 0 cm /S Do Q\n) ] %5.0
131(endstream\nendobj\n) %6
132[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
133[ (4 0 obj\n<</Length ) ] %8.0
134-11 %9
135(/Interpolate false/Type/XObject/Name/S/Subtype/Image/ColorSpace`1/Width
136`w/Height `h/BitsPerComponent `b`F>>stream\n) %10
137[ (`S) ] %11
138(\nendstream\nendobj\n) %12
139[ (5 0 obj\n<</Type/Page/MediaBox[`X]
140/CropBox[`X]/Parent 2 0 R/Resources<</XObject<</S
1414 0 R>>/ProcSet[/PDF`C]>>/Contents 3 0 R>>\n endobj\n) ] % 13
142(xref\n0 6\n0000000000 65535 f \n) %14
1437 %15
144( 00000 n \n) %16
1451 %17
146( 00000 n \n) %18
1472 %19
148( 00000 n \n) %20
1498 %21
150( 00000 n \n) %22
15113 %23
152( 00000 n \ntrailer\n<</Size 6/Root 1 0 R>>\nstartxref\n) %24
15314 %25
154(\n%%EOF\n) %26
155]
156
157% _l23_
158% vvv tested at Sat Jan  8 12:31:00 CET 2005
159/p02mask [%sam2p-ttm; by pts@fazekas.hu at Sat Apr 20 20:34:35 CEST 2002
160(%PDF-1.`0\n`B) %0
161[ (2 0 obj\n<</Type/Pages/Kids[5 0 R]/Count 1>>\nendobj\n) ] %1
162[ (3 0 obj\n<</Length ) ] %2
163-5 %3: length of chunk 5
164(>>\nstream\n) %4
165[ (q`s\n`g rg `w 0 0 `h 0 0 cm /S Do Q\n) ] %5.0
166(endstream\nendobj\n) %6
167[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
168[ (4 0 obj\n<</Length ) ] %8.0
169-11 %9
170(/Interpolate false/Type/XObject/Name/S/Subtype/Image/ImageMask
171true/BitsPerComponent 1/Width `w/Height `h`F>>stream\n) %10
172[ (`S) ] %11
173(\nendstream\nendobj\n) %12
174[ (5 0 obj\n<</Type/Page
175/MediaBox[`X]
176/CropBox[`X]/Parent 2 0 R/Resources<</XObject<</S
1774 0 R>>/ProcSet[/PDF`C]>>/Contents
1783 0 R>>\nendobj\n) ] %14
179(xref\n0 6\n0000000000 65535 f \n) %15
1807 %16
181( 00000 n \n) %17
1821 %18
183( 00000 n \n) %19
1842 %20
185( 00000 n \n) %21
1868 %22
187( 00000 n \n) %21
18813 %22
189( 00000 n \ntrailer\n<</Size 6/Root 1 0 R>>\nstartxref\n) %23
19014 %24
191(\n%%EOF\n) %25
192]
193
194% _l23_
195% vvv tested at Sat Jan  8 12:31:00 CET 2005
196/p02maskbb [%sam2p-ttm; by pts@fazekas.hu at Sat Apr 20 18:36:35 CEST 2002
197(%PDF-1.`0\n`B) %0
198[ (2 0 obj\n<</Type/Pages/Kids[4 0 R]/Count 1>>\nendobj\n) ] %1
199[ (3 0 obj\n<</Length ) ] %2
200-5 %3: length of chunk 5
201(>>\nstream\n) %4
202[ (q`s\n`g rg `w 0 0 `h 0 0 cm\nBI/W `w/H `h/ImageMask true/BPC 1`F ID
203`S
204EI\nQ\n) ] %5.0
205(endstream\nendobj\n) %6
206[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
207[ (4 0 obj\n<</Type/Page/MediaBox[`X]
208/CropBox[`X]/Parent 2 0 R/Resources<</ProcSet[/PDF`C]>>/Contents
2093 0 R>>\nendobj\n) ] %8
210(xref\n0 5\n0000000000 65535 f \n) %9
2117 %10: offset of chunk 7, printf("%010u")
212( 00000 n \n) %11
2131 %12
214( 00000 n \n) %13
2152 %14
216( 00000 n \n) %15
2178 %16
218( 00000 n \ntrailer\n<</Size 5/Root 1 0 R>>\nstartxref\n) %17
2199 %18
220(\n%%EOF\n) %19
221]
222
223% _l23_
224/p02ind1 [%sam2p-ttm; by pts@fazekas.hu at Sat Apr 20 20:34:35 CEST 2002
225% vvv tested at Sat Jan  8 12:31:00 CET 2005
226(%PDF-1.`0\n`B) %0
227[ (2 0 obj\n<</Type/Pages/Kids[5 0 R]/Count 1>>\nendobj\n) ] %1
228[ (3 0 obj\n<</Length ) ] %2
229-5 %3: length of chunk 5
230(>>\nstream\n) %4
231% `G rg 0 0 `w `h re B
232[ (q`s
233`G rg 0 0 m `w 0 l `w `h l 0 `h l F
234`g rg
235`w 0 0 `h 0 0 cm /S Do Q\n) ] %5.0
236(endstream\nendobj\n) %6
237[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
238[ (4 0 obj\n<</Length ) ] %8.0
239-11 %9
240(/Interpolate false/Type/XObject/Name/S/Subtype/Image/ImageMask
241true/BitsPerComponent 1/Width `w/Height `h`F>>stream\n) %10
242[ (`S) ] %11
243(\nendstream\nendobj\n) %12
244[ (5 0 obj\n<</Type/Page
245/MediaBox[`X]
246/CropBox[`X]/Parent 2 0 R/Resources<</XObject<</S
2474 0 R>>/ProcSet[/PDF`C]>>/Contents
2483 0 R>>\nendobj\n) ] %13
249(xref\n0 6\n0000000000 65535 f \n) %14
2507 %15
251( 00000 n \n) %16
2521 %16
253( 00000 n \n) %17
2542 %18
255( 00000 n \n) %18
2568 %19
257( 00000 n \n) %20
25813 %21
259( 00000 n \ntrailer\n<</Size 6/Root 1 0 R>>\nstartxref\n) %22
26014 %23
261(\n%%EOF\n) %24
262]
263
264% _l23_
265% vvv tested at Sat Jan  8 12:31:00 CET 2005
266/p02ind1bb [%sam2p-ttm; by pts@fazekas.hu at Sat Apr 20 18:36:35 CEST 2002
267(%PDF-1.`0\n`B) %0
268[ (2 0 obj\n<</Type/Pages/Kids[4 0 R]/Count 1>>\nendobj\n) ] %1
269[ (3 0 obj\n<</Length ) ] %2
270-5 %3: length of chunk 5
271(>>\nstream\n) %4
272% `G rg 0 0 `w `h re B
273[ (q`s
274`G rg 0 0 m `w 0 l `w `h l 0 `h l F
275`g rg `w 0 0 `h 0 0 cm\nBI/W `w/H `h/ImageMask true/BPC 1`F ID
276`S
277EI\nQ\n) ] %5.0
278(endstream\nendobj\n) %6
279[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
280[ (4 0 obj\n<</Type/Page
281/MediaBox[`X]
282/CropBox[`X]/Parent 2 0 R/Resources<</ProcSet[/PDF`C]>>/Contents
2833 0 R>>\nendobj\n) ] %8
284(xref\n0 5\n0000000000 65535 f \n) %9
2857 %10: offset of chunk 7, printf("%010u")
286( 00000 n \n) %11
2871 %12
288( 00000 n \n) %13
2892 %14
290( 00000 n \n) %15
2918 %16
292( 00000 n \ntrailer\n<</Size 5/Root 1 0 R>>\nstartxref\n) %17
2939 %18
294(\n%%EOF\n) %19
295]
296
297% _l23_
298% vvv tested at Sat Jan  8 12:31:00 CET 2005
299/p02bb [%sam2p-ttm; by pts@fazekas.hu at Sat Apr 20 18:36:35 CEST 2002
300(%PDF-1.`0\n`B) %0
301[ (2 0 obj\n<</Type/Pages/Kids[4 0 R]/Count 1>>\nendobj\n) ] %1
302[ (3 0 obj\n<</Length ) ] %2
303-5 %3: length of chunk 5
304(>>\nstream\n) %4
305[ (q`s\n`w 0 0 `h 0 0 cm\nBI/Interpolate false/W `w/H `h/CS`1/BPC `b`F ID
306`S
307EI\nQ\n) ] %5.0
308(endstream\nendobj\n) %6
309[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
310[ (4 0 obj\n<</Type/Page/MediaBox[`X]
311/CropBox[`X]/Parent 2 0 R/Resources<</ProcSet[/PDF`C]>>/Contents
3123 0 R>>\nendobj\n) ] %8
313(xref\n0 5\n0000000000 65535 f \n) %9
3147 %10: offset of chunk 7, printf("%010u")
315( 00000 n \n) %11
3161 %12
317( 00000 n \n) %13
3182 %14
319( 00000 n \n) %15
3208 %16
321( 00000 n \ntrailer\n<</Size 5/Root 1 0 R>>\nstartxref\n) %17
3229 %18
323(\n%%EOF\n) %19
324]
325
326% Dat: /Kids with direct objects are not valid PDF
327%      (reported by Sid Steward)
328%      The PDF Reference 1.5 (and 1.3) actually describes the page Kids array
329%      as: "An array of indirect references to the immediate children of this
330%      node. The children may be page objects or other page tree nodes."
331%/pd02bb [%sam2p-ttm; by pts@fazekas.hu at Sat Apr 20 18:36:35 CEST 2002
332%(%PDF-1.`0\n`B) %0
333%[ (2 0 obj\n<</Type/Pages/Kids[<</Type/Page
334%/MediaBox[`X]
335%/CropBox[`X]/Parent 2 0 R/Resources<</ProcSet[/PDF`C]>>/Contents
336%3 0 R>>]/Count 1>>\nendobj\n) ] %1
337%[ (3 0 obj\n<</Length ) ] %2
338%-5 %3: length of chunk 5
339%(>>\nstream\n) %4
340%[ (q`s\n`w 0 0 `h 0 0 cm\nBI/Interpolate false/W `w/H `h/CS`1/BPC `b`F ID
341%`S
342%EI\nQ\n) ] %5.0
343%(endstream\nendobj\n) %6
344%[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
345%(xref\n0 4\n0000000000 65535 f \n) %8
346%7 %9: offset of chunk 7, printf("%010u")
347%( 00000 n \n) %10
348%1 %11
349%( 00000 n \n) %12
350%2 %13
351%( 00000 n \ntrailer\n<</Size 4/Root 1 0 R>>\nstartxref\n) %14
352%8 %15
353%(\n%%EOF\n) %16
354%]
355
356% ---
357
358% _l2jbin_
359/l2jbin (%!PS-Adobe-3.0`E
360%%Pages: 1
361`X%%DocumentData: `B
362%%LanguageLevel: 2
363%%EndComments
364%%Page: 1 1
365save`s 2 dict begin
366{/Device`d setcolorspace
367/T currentfile`T def
368/F T/DCTDecode filter def
369<</ImageType 1/Width `w/Height `h/BitsPerComponent
370`b/ImageMatrix[1 0 0 -1 0 `h]/Decode
371[`D]/DataSource F>> image`t}
372%%BeginData:;
373exec
374`S
375%%EndData
376end restore showpage
377%%Trailer
378%%EOF\n)
379
380% _l2jbin_
381/p0jbin [%sam2p-ttm; by pts@fazekas.hu at Mon Apr 15 21:58:26 CEST 2002
382(%PDF-1.`0\n`B) %0
383[ (2 0 obj\n<</Type/Pages/Kids[5 0 R]/Count 1>>\nendobj\n) ] %1
384[ (3 0 obj\n<</Length ) ] %2
385-5 %3: length of chunk 5
386(>>\nstream\n) %4
387[ (q`s\n`w 0 0 `h 0 0 cm /S Do Q\n) ] %5.0
388(endstream\nendobj\n) %6
389[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
390[ (4 0 obj\n<</Length ) ] %8.0
391-11 %9
392(/Type/XObject/Name/S/Subtype/Image/ColorSpace/Device`d/Width
393`w/Height `h/BitsPerComponent `b`F>>stream\n) %10
394[ (`S) ] %11
395(\nendstream\nendobj\n) %12
396[ (5 0 obj\n<</Type/Page
397/MediaBox[`X]
398/CropBox[`X]/Parent 2 0 R/Resources<</XObject<</S
3994 0 R>>/ProcSet[/PDF`C]>>/Contents
4003 0 R>>\nendobj\n) ] %13
401(xref\n0 6\n0000000000 65535 f \n) %14
4027 %15
403( 00000 n \n) %16
4041 %17
405( 00000 n \n) %18
4062 %19
407( 00000 n \n) %20
4088 %21
409( 00000 n \n) %22
41013 %23
411( 00000 n \ntrailer\n<</Size 6/Root 1 0 R>>\nstartxref\n) %24
41214 %25
413(\n%%EOF\n) %26
414]
415
416% _l2jbin_
417/p0jbb [%sam2p-ttm; by pts@fazekas.hu at Mon Apr 15 21:58:26 CEST 2002
418% Dat: CropBox is required by buggy gs/gv viewer code
419(%PDF-1.`0\n`B) %0
420[ (2 0 obj\n<</Type/Pages/Kids[4 0 R]/Count 1>>\nendobj\n) ] %1
421[ (3 0 obj\n<</Length ) ] %2
422-5 %3: length of chunk 5
423(>>\nstream\n) %4
424[ (q`s\n`w 0 0 `h 0 0 cm\nBI/W `w/H `h/CS/Device`d/BPC `b`F ID
425`S
426EI\nQ\n) ] %5.0
427(endstream\nendobj\n) %6
428[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
429[ (4 0 obj\n<</Type/Page/MediaBox[`X]
430/CropBox[`X]/Parent 2 0 R/Resources<</ProcSet[/PDF`C]>>/Contents
4313 0 R>>\nendobj\n) ] %8
432(xref\n0 5\n0000000000 65535 f \n) %9
4337 %10: offset of chunk 7, printf("%010u")
434( 00000 n \n) %11
4351 %12
436( 00000 n \n) %13
4372 %14
438( 00000 n \n) %15
4398 %16
440( 00000 n \ntrailer\n<</Size 5/Root 1 0 R>>\nstartxref\n) %17
4419 %18
442(\n%%EOF\n) %19
443]
444
445% ---
446
447% _l1tr_
448/l1tr (%!PS-Adobe-3.0`E
449%%Pages: 1
450`X%%DocumentData: `B
451%%LanguageLevel: 1
452%%EndComments
453%%Page: 1 1
454showpage
455%%Trailer
456%%EOF\n)
457
458% _l1tr_
459/l1op (%!PS-Adobe-3.0`E
460%%Pages: 1
461`X%%DocumentData: `B
462%%LanguageLevel: 1
463%%EndComments
464%%Page: 1 1
465save`s
466`r setrgbcolor
4670 0 moveto
468`w 0 lineto
4690 `h rlineto
470-`w 0 rlineto
471closepath fill
472restore showpage
473%%Trailer
474%%EOF\n)
475
476% by pts@fazekas.hu at Sat Jun 15 16:09:25 CEST 2002
477% _l1tr_
478/l1bb (%!PS-Adobe-3.0`E
479%%Pages: 1
480`X%%DocumentData: `B
481%%LanguageLevel: 1
482%%EndComments
483%%Page: 1 1
484save`s
4850 0 moveto
486`w 0 lineto
4870 `h rlineto
488-`w 0 rlineto
489closepath stroke
490restore showpage
491%%Trailer
492%%EOF\n)
493
494% _l1tr_
495/p0op [%sam2p-ttm; by pts@fazekas.hu at Wed Apr 17 10:34:36 CEST 2002
496(%PDF-1.0\n) %0
497[ (2 0 obj\n<</Type/Pages/Kids[4 0 R]/Count 1>>\nendobj\n) ] %1
498[ (3 0 obj\n<</Length ) ] %2
499-5 %3: length of chunk 5
500(>>\nstream\n) %4
501% [ (q `g rg 0 0 `w `h re B Q) ] %4.0
502% ^^^ SUXX `re' draws a rectangle with black border in acroread :-(
503[ (q `g rg 0 0 m `w 0 l `w `h l 0 `h l F Q\n) ] %5.0
504(endstream\nendobj\n) %6
505[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
506[ (4 0 obj\n<</Type/Page/MediaBox[`X]
507/CropBox[`X]/Parent 2 0 R/Resources<</ProcSet[/PDF`C]>>/Contents
5083 0 R>>\nendobj\n) ] %8
509(xref\n0 5\n0000000000 65535 f \n) %9
5107 %10: offset of chunk 7, printf("%010u")
511( 00000 n \n) %11
5121 %12
513( 00000 n \n) %13
5142 %14
515( 00000 n \n) %15
5168 %16
517( 00000 n \ntrailer\n<</Size 5/Root 1 0 R>>\nstartxref\n) %17
5189 %18
519(\n%%EOF\n) %19
520]
521
522% /p0bb: draws the bounding box (./sam2p -s:bbox examples/yellow.gif test.pdf),
523% see also /l1bb. Half of the linewidth is cropped by /MediaBox
524/p0bb [%sam2p-ttm; by pts@fazekas.hu at Sat Jun 15 16:08:38 CEST 2002
525(%PDF-1.0\n) %0
526[ (2 0 obj\n<</Type/Pages/Kids[4 0 R]/Count 1>>\nendobj\n) ] %1
527[ (3 0 obj\n<</Length ) ] %2
528-5 %3: length of chunk 5
529(>>\nstream\n) %4
530[ (q`s `g rg 0 0 m `w 0 l `w `h l 0 `h l S Q\n) ] %5.0
531(endstream\nendobj\n) %6
532[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
533[ (4 0 obj\n<</Type/Page/MediaBox[`X]
534/CropBox[`X]/Parent 2 0 R/Resources<</ProcSet[/PDF`C]>>/Contents
5353 0 R>>\nendobj\n) ] %8
536(xref\n0 5\n0000000000 65535 f \n) %9
5377 %10: offset of chunk 7, printf("%010u")
538( 00000 n \n) %11
5391 %12
540( 00000 n \n) %13
5412 %14
542( 00000 n \n) %15
5438 %16
544( 00000 n \ntrailer\n<</Size 5/Root 1 0 R>>\nstartxref\n) %17
5459 %18
546(\n%%EOF\n) %19
547]
548
549% _l1tr_
550/p0tr [%sam2p-ttm; by pts@fazekas.hu at Wed Apr 17 10:34:36 CEST 2002
551(%PDF-1.0\n) %0
552[ (2 0 obj\n<</Type/Pages/Kids[4 0 R]/Count 1>>\nendobj\n) ] %1
553[ (3 0 obj\n<</Length ) ] %2
554-5 %3: length of chunk 5
555(>>\nstream\n) %4
556[ ] %5.0
557(endstream\nendobj\n) %6
558[ (1 0 obj\n<</Type/Catalog/Pages 2 0 R>>\nendobj\n) ] %7.0
559[ (4 0 obj\n<</Type/Page
560/MediaBox[`X]
561/CropBox[`X]/Parent 2 0 R/Resources<</ProcSet[/PDF`C]>>/Contents
5623 0 R>>\nendobj\n) ] %8
563(xref\n0 5\n0000000000 65535 f \n) %9
5647 %10: offset of chunk 7, printf("%010u")
565( 00000 n \n) %11
5661 %12
567( 00000 n \n) %13
5682 %14
569( 00000 n \n) %14
5708 %15
571( 00000 n \ntrailer\n<</Size 5/Root 1 0 R>>\nstartxref\n) %17
5729 %18
573(\n%%EOF\n) %19
574]
575
576% ---
577
578% at Sun Jun  2 15:49:39 CEST 2002
579% derived from /l1m8r
580% _l1c_
581/l1t8r (%!PS-Adobe-3.0`E
582%%Pages: 1
583`X%%DocumentData: `B
584%%LanguageLevel: 1
585%%EndComments
586%%Page: 1 1
587save`s 36 dict begin
588`r setrgbcolor
589/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E
590/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
591/-/sub x/"/string x/?/length x/y/copy x{
592{mark A/ASCII85Decode filter/T exch def}stopped
593/B exch def cleartomark B{{
594/d{{27 S ge{exit}if A read not{511}if u 122 eq{/S 27 E/D 0 E/C 0 E}{u 117 gt{
595A read{O}if/S 54 S - E}{u 33 ge{S 32 eq{u/C c E/D -1670420001 E}{u 117 -{1 85
5967225 614125}S 28 - get * D +/D c E}i/S S 1 - E}if}i}i O}loop S 22 eq{511}{C
5971868977 * D + S 24 and neg b 23 S lt{C 3 * +}if 255 and/S S 3 eq{32}{S 7 mod 3
598eq{22}{S 8 -}i}i E}i}E
599/B `? " E/L 128 " E/Ex()E
600`P " u ? 1 - 0 c 1 c{d 3 y put O O}for 0 `p ;/m
6010 E{255 div m 1 + u 3 eq{O setrgbcolor
602`w `h false[1 0 0 -1 0 `h]{B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c
603? c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ; u ?
6041 - 0 c 1 c{d 3 y put O O}for}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O
605c O 0 c ;}i}loop B}imagemask 0}if/m c E}forall d O d O}bind exec}{
606T `P " readstring O 0 `p ;/m 0 E/F T/RunLengthDecode filter E
607{255 div m 1 + u 3 eq{O setrgbcolor
608`w `h false[1 0 0 -1 0 `h]F imagemask 0}if/m c E}forall
609F closefile T closefile}i}
610%%BeginData:;
611exec
612`S
613%%EndData
614end restore showpage
615%%Trailer
616%%EOF\n)
617
618% at Sun Jun  2 15:49:46 CEST 2002
619% derived from /l1mhr
620% _l1c_
621/l1thr (%!PS-Adobe-3.0`E
622%%Pages: 1
623`X%%DocumentData: `B
624%%LanguageLevel: 1
625%%EndComments
626%%Page: 1 1
627save`s 36 dict begin
628`r setrgbcolor
629/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readhexstring x
630/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
631/-/sub x/"/string x/?/length x/y/copy x{
632{mark A/ASCIIHexDecode filter/T exch def}stopped
633/B exch def cleartomark B{{
634/C(.)E/d{A C S O 0 get}E
635/B `? " E/L 128 " E/Ex()E
636A `P " S O 0 `p ;/m 0 E{255 div m 1 + u 3 eq{O setrgbcolor
637`w `h false[1 0 0 -1 0 `h]{B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c
638? c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ;
639A c S O}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O
640c O 0 c ;}i}loop B}imagemask 0}if/m c E}forall
641d O A read O O}bind exec}{
642T `P " readstring O 0 `p ;/m 0 E/F T/RunLengthDecode filter E
643{255 div m 1 + u 3 eq{O setrgbcolor
644`w `h false[1 0 0 -1 0 `h]F imagemask 0}if/m c E}forall
645F closefile T closefile}i}
646%%BeginData:;
647exec
648`S
649%%EndData
650end restore showpage
651%%Trailer
652%%EOF\n)
653
654% at Sun Jun  2 15:49:59 CEST 2002
655% derived from /l1mbr
656% _l1c_
657/l1tbr (%!PS-Adobe-3.0`E
658%%Pages: 1
659`X%%DocumentData: `B
660%%LanguageLevel: 1
661%%EndComments
662%%Page: 1 1
663save`s 36 dict begin
664`r setrgbcolor
665/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readstring x
666/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
667/-/sub x/"/string x/?/length x/y/copy x{
668/filter where not{{
669/B `? " E/L 128 " E/Ex()E
670A `P " S O 0 `p ;/m 0 E{255 div m 1 + u 3 eq{O setrgbcolor
671`w `h false[1 0 0 -1 0 `h]{B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
672c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i A read O u 128 le{L c 0 c 1 +
673; A c S O}{L c A read O c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
674O 0 c ;}i}loop B}imagemask 0}if/m c E}forall A read O O}bind exec}{
675O/F A/RunLengthDecode filter E
676A `P " S O 0 `p ;/m 0 E{255 div m 1 + u 3 eq{O setrgbcolor
677`w `h false[1 0 0 -1 0 `h]F imagemask 0}if/m c E}forall F closefile}i}
678%%BeginData:;
679exec
680`S
681%%EndData
682end restore showpage
683%%Trailer
684%%EOF\n)
685
686% PSL1 implementation of /l23tran2 /A85
687% _l1c_
688/l1t8n (%!PS-Adobe-3.0`E
689%%Pages: 1
690`X%%DocumentData: `B
691%%LanguageLevel: 1
692%%EndComments
693%%Page: 1 1
694save`s 16 dict begin
695/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E
696/d{{27 S ge{exit}if A read not{511}if dup 122 eq{/S 27 E/D 0 E/C 0 E}{dup 117
697gt{A read{pop}if/S 54 S sub E}{dup 33 ge{S 32 eq{dup/C c E/D -1670420001 E}{dup
698117 sub{1 85 7225 614125}S 28 sub get mul D add/D c E}i/S S 1 sub E}if}i}i pop}
699loop S 22 eq{511}{C 1868977 mul D add S 24 and neg bitshift 23 S lt{C 3 mul add
700}if 255 and/S S 3 eq{32}{S 7 mod 3 eq{22}{S 8 sub}i}i E}i}bind E
701/s `? string E
702{`P string dup length 1 sub 0 c 1 c{d 3 copy put pop pop}for
7030 `p getinterval
704/m 0 E
705{255 div m 1 add dup 3 eq{pop setrgbcolor
706`w `h false[1 0 0 -1 0 `h]
707{s dup length 1 sub 0 c 1 c{d 3 copy put pop pop}for}imagemask
7080}if/m exch def}forall
709d pop}bind
710%%BeginData:;
711exec
712`S
713%%EndData
714end restore showpage
715%%Trailer
716%%EOF\n)
717
718% PSL1 implementation of /l23tran2 /Hex
719% _l1c_
720/l1thn (%!PS-Adobe-3.0`E
721%%Pages: 1
722`X%%DocumentData: `B
723%%LanguageLevel: 1
724%%EndComments
725%%Page: 1 1
726save`s 2 dict begin
727/s `? string def
728{currentfile `P string readhexstring pop
7290 `p getinterval
730/m 0 def
731{255 div m 1 add dup 3 eq{pop setrgbcolor
732`w `h false[1 0 0 -1 0 `h]
733{currentfile s readhexstring pop}imagemask
7340}if/m exch def}forall
735currentfile read pop pop}bind
736%%BeginData:;
737exec
738`S
739%%EndData
740end restore showpage
741%%Trailer
742%%EOF\n)
743
744% PSL1 implementation of /l23tran2 /Binary
745% Used by /Transparent2, /Transparent4 and /Transparent8.
746% This implemetation does:
747%   rgb-palette imagemask-newcompress-transfer
748% _l1c_
749/l1tbn (%!PS-Adobe-3.0`E
750%%Pages: 1
751`X%%DocumentData: `B
752%%LanguageLevel: 1
753%%EndComments
754%%Page: 1 1
755save`s 2 dict begin
756/s `? string def
757{currentfile `P string readstring pop
7580 `p getinterval
759/m 0 def
760{255 div m 1 add dup 3 eq{pop setrgbcolor
761`w `h false[1 0 0 -1 0 `h]
762{currentfile s readstring pop}imagemask
7630}if/m exch def}forall}bind
764%%BeginData:;
765exec
766`S
767%%EndData
768end restore showpage
769%%Trailer
770%%EOF\n)
771
772
773% at Sun Jun  2 15:21:53 CEST 2002
774% derived from /l118r
775% l1g8r: /Compression/RLE /TransferEncoding/A85 /SampleFormat/Gray* /FileFormat/PSL1
776% _l1c_
777/l1g8r (%!PS-Adobe-3.0`E
778%%Pages: 1
779`X%%DocumentData: `B
780%%LanguageLevel: 1
781`I%%EndComments
782%%Page: 1 1
783save`s `R26 dict begin
784/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E
785/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
786/-/sub x/"/string x/?/length x/y/copy x{
787{mark A/ASCII85Decode filter/T exch def}stopped
788/B exch def cleartomark B{{
789/d{{27 S ge{exit}if A read not{511}if u 122 eq{/S 27 E/D 0 E/C 0 E}{u 117 gt{
790A read{O}if/S 54 S - E}{u 33 ge{S 32 eq{u/C c E/D -1670420001 E}{u 117 -{1 85
7917225 614125}S 28 - get * D +/D c E}i/S S 1 - E}if}i}i O}loop S 22 eq{511}{C
7921868977 * D + S 24 and neg b 23 S lt{C 3 * +}if 255 and/S S 3 eq{32}{S 7 mod 3
793eq{22}{S 8 -}i}i E}i}E
794/B `? " E/L 128 " E/Ex()E
795`w `h `b[1 0 0 -1 0 `h]{B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c
796? c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ; u ?
7971 - 0 c 1 c{d 3 y put O O}for}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O
798c O 0 c ;}i}loop B}`i
799d O d O}bind exec}{
800/F T/RunLengthDecode filter def
801`w `h `b[1 0 0 -1 0 `h]F `i F closefile T closefile}i}
802%%BeginData:;
803exec
804`S
805%%EndData
806end restore showpage
807%%Trailer
808%%EOF\n)
809
810% at Sun Jun  2 15:22:10 CEST 2002
811% derived from /l1ghr
812% _l1c_
813/l1ghr (%!PS-Adobe-3.0`E
814%%Pages: 1
815`X%%DocumentData: `B
816%%LanguageLevel: 1
817`I%%EndComments
818%%Page: 1 1
819save`s `R26 dict begin
820/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readhexstring x
821/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
822/-/sub x/"/string x/?/length x/y/copy x{
823{mark A/ASCIIHexDecode filter/T exch def}stopped
824/B exch def cleartomark B{{
825/C(.)E/d{A C S O 0 get}E
826/B `? " E/L 128 " E/Ex()E
827`w `h `b[1 0 0 -1 0 `h]{B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c
828? c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ;
829A c S O}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O
830c O 0 c ;}i}loop B}`i
831d O A read O O}bind exec}{
832/F T/RunLengthDecode filter def
833`w `h `b[1 0 0 -1 0 `h]F `i F closefile T closefile}i}
834%%BeginData:;
835exec
836`S
837%%EndData
838end restore showpage
839%%Trailer
840%%EOF\n)
841
842% at Sun Jun  2 15:22:21 CEST 2002
843% derived from /l11br
844% _l1c_
845/l1gbr (%!PS-Adobe-3.0`E
846%%Pages: 1
847`X%%DocumentData: `B
848%%LanguageLevel: 1
849`I%%EndComments
850%%Page: 1 1
851save`s `R26 dict begin
852/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readstring x
853/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
854/-/sub x/"/string x/?/length x/y/copy x{
855{mark A/RunLengthDecode filter/F exch def}stopped
856/B exch def cleartomark B{{
857/B `? " E/L 128 " E/Ex()E
858`w `h `b[1 0 0 -1 0 `h]{B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
859c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i A read O u 128 le{L c 0 c 1 +
860; A c S O}{L c A read O c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
861O 0 c ;}i}loop B}`i A read O O}bind exec}{
862`w `h `b[1 0 0 -1 0 `h]F `i F closefile}i}
863%%BeginData:;
864exec
865`S
866%%EndData
867end restore showpage
868%%Trailer
869%%EOF\n)
870
871% l1g8n: /Compression/None /TransferEncoding/A85 /SampleFormat/Gray* /FileFormat/PSL1
872% _l1c_
873/l1g8n (%!PS-Adobe-3.0`E
874%%Pages: 1
875`X%%DocumentData: `B
876%%LanguageLevel: 1
877`I%%EndComments
878%%Page: 1 1
879save`s `R16 dict begin
880/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E{
881{mark A/ASCII85Decode filter/F exch def}stopped
882/B exch def cleartomark B{{
883/d{{27 S ge{exit}if A read not{511}if dup 122 eq{/S 27 E/D 0 E/C 0 E}{dup 117
884gt{A read{pop}if/S 54 S sub E}{dup 33 ge{S 32 eq{dup/C c E/D -1670420001 E}{dup
885117 sub{1 85 7225 614125}S 28 sub get mul D add/D c E}i/S S 1 sub E}if}i}i pop}
886loop S 22 eq{511}{C 1868977 mul D add S 24 and neg bitshift 23 S lt{C 3 mul add
887}if 255 and/S S 3 eq{32}{S 7 mod 3 eq{22}{S 8 sub}i}i E}i}bind E
888/s `? string E
889`w `h `b[1 0 0 -1 0 `h]
890{s dup length 1 sub 0 c 1 c{d 3 copy put pop pop}for}`i
891d pop}bind exec}{
892`w `h `b[1 0 0 -1 0 `h]F `i F closefile}i}
893%%BeginData:;
894exec
895`S
896%%EndData
897end restore showpage
898%%Trailer
899%%EOF\n)
900
901% _l1c_
902/l1ghn (%!PS-Adobe-3.0`E
903%%Pages: 1
904`X%%DocumentData: `B
905%%LanguageLevel: 1
906`I%%EndComments
907%%Page: 1 1
908save`s `R1 dict begin
909/s `? string def
910{`w `h `b[1 0 0 -1 0 `h]{currentfile s readhexstring pop}`i
911currentfile read pop pop}bind
912%%BeginData:;
913exec
914`S
915%%EndData
916end restore showpage
917%%Trailer
918%%EOF\n)
919
920% _l1c_
921/l1gbn (%!PS-Adobe-3.0`E
922%%Pages: 1
923`X%%DocumentData: `B
924%%LanguageLevel: 1
925`I%%EndComments
926%%Page: 1 1
927save`s `R1 dict begin
928/s `? string def
929{`w `h `b[1 0 0 -1 0 `h]{currentfile s readstring pop}`i}bind
930%%BeginData:;
931exec
932`S
933%%EndData
934end restore showpage
935%%Trailer
936%%EOF\n)
937
938
939% at Sat Jun  1 21:19:30 CEST 2002
940% _l1c_
941/l128r (%!PS-Adobe-3.0`E
942%%Pages: 1
943`X%%DocumentData: `B
944%%LanguageLevel: 1
945`I%%EndComments
946%%Page: 1 1
947save`s 36 dict begin
948/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E
949/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
950/-/sub x/"/string x/?/length x/y/copy x{
951{mark A/ASCII85Decode filter/T exch def}stopped
952/B exch def cleartomark B{{
953/d{{27 S ge{exit}if A read not{511}if u 122 eq{/S 27 E/D 0 E/C 0 E}{u 117 gt{
954A read{O}if/S 54 S - E}{u 33 ge{S 32 eq{u/C c E/D -1670420001 E}{u 117 -{1 85
9557225 614125}S 28 - get * D +/D c E}i/S S 1 - E}if}i}i O}loop S 22 eq{511}{C
9561868977 * D + S 24 and neg b 23 S lt{C 3 * +}if 255 and/S S 3 eq{32}{S 7 mod 3
957eq{22}{S 8 -}i}i E}i}E
95812 " u/B c E 0 `p ; u ? 1 - 0 c 1 c{d 3 y put O O}for O/H 3072 " E/R 0 E
9590 1 255{u -6 b B c 3 * 3 ; H c R c p/R R 3 + E
960u -4 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
961u -2 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
9623 and B c 3 * 3 ; H c R c p/R R 3 + E
963}for/B `w 3 + -2 b " E/B3 B ? 2 b 3 * " E/R B3 0 `w 3 * ; E/L 128 " E/Ex()E
964`w `h 8[1 0 0 -1 0 `h]{B3 0 B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
965c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ; u ? 1
966- 0 c 1 c{d 3 y put O O}for}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
967O 0 c ;}i}loop B{12 * H c 12 ; 3 y p O 12 +}forall O O R}false 3 colorimage
968d O d O}bind exec}{
969[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
970/F T/RunLengthDecode filter def<</ImageType 1/Width `w/Height `h
971/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0 `h]/Decode[`D]/DataSource F>>
972image F closefile T closefile
973}ifelse}
974%%BeginData:;
975exec
976`S
977%%EndData
978end restore showpage
979%%Trailer
980%%EOF\n)
981
982% at Sun Jun  2 14:19:02 CEST 2002
983% derived from /l128r
984% _l1c_
985/l12hr (%!PS-Adobe-3.0`E
986%%Pages: 1
987`X%%DocumentData: `B
988%%LanguageLevel: 1
989`I%%EndComments
990%%Page: 1 1
991save`s 36 dict begin
992/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readhexstring x
993/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
994/-/sub x/"/string x/?/length x/y/copy x{
995{mark A/ASCIIHexDecode filter/T exch def}stopped
996/B exch def cleartomark B{{
997/C(.)E/d{A C S O 0 get}E
998A 12 " u/B c E 0 `p ; S O O/H 3072 " E/R 0 E
9990 1 255{u -6 b B c 3 * 3 ; H c R c p/R R 3 + E
1000u -4 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
1001u -2 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
10023 and B c 3 * 3 ; H c R c p/R R 3 + E
1003}for/B `w 3 + -2 b " E/B3 B ? 2 b 3 * " E/R B3 0 `w 3 * ; E/L 128 " E/Ex()E
1004`w `h 8[1 0 0 -1 0 `h]{B3 0 B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
1005c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ;
1006A c S O}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
1007O 0 c ;}i}loop B{12 * H c 12 ; 3 y p O 12 +}forall O O R}false 3 colorimage
1008d O A read O O}bind exec}{
1009[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1010/F T/RunLengthDecode filter def<</ImageType 1/Width `w/Height `h
1011/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0 `h]/Decode[`D]/DataSource F>>
1012image F closefile T closefile
1013}ifelse}
1014%%BeginData:;
1015exec
1016`S
1017%%EndData
1018end restore showpage
1019%%Trailer
1020%%EOF\n)
1021
1022% at Sun Jun  2 14:41:59 CEST 2002
1023% derived from /l12hr
1024% _l1c_
1025/l12br (%!PS-Adobe-3.0`E
1026%%Pages: 1
1027`X%%DocumentData: `B
1028%%LanguageLevel: 1
1029`I%%EndComments
1030%%Page: 1 1
1031save`s 36 dict begin
1032/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readstring x
1033/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1034/-/sub x/"/string x/?/length x/y/copy x{
1035{mark A/ASCII85Decode filter}stopped
1036/B exch def cleartomark B{{
1037A 12 " u/B c E 0 `p ; S O O/H 3072 " E/R 0 E
10380 1 255{u -6 b B c 3 * 3 ; H c R c p/R R 3 + E
1039u -4 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
1040u -2 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
10413 and B c 3 * 3 ; H c R c p/R R 3 + E
1042}for/B `w 3 + -2 b " E/B3 B ? 2 b 3 * " E/R B3 0 `w 3 * ; E/L 128 " E/Ex()E
1043`w `h 8[1 0 0 -1 0 `h]{B3 0 B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
1044c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i A read O u 128 le{L c 0 c 1 +
1045; A c S O}{L c A read O c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
1046O 0 c ;}i}loop B{12 * H c 12 ; 3 y p O 12 +}forall O O R}false 3 colorimage
1047A read O O}bind exec}{
1048[/Indexed/DeviceRGB `# 1 - A `p " S O]setcolorspace
1049/F A/RunLengthDecode filter def<</ImageType 1/Width `w/Height `h
1050/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0 `h]/Decode[`D]/DataSource F>>
1051image F closefile}ifelse}
1052%%BeginData:;
1053exec
1054`S
1055%%EndData
1056end restore showpage
1057%%Trailer
1058%%EOF\n)
1059
1060% at Sun Jun  2 12:00:13 CEST 2002
1061% _l1c_
1062/l128n (%!PS-Adobe-3.0`E
1063%%Pages: 1
1064`X%%DocumentData: `B
1065%%LanguageLevel: 1
1066`I%%EndComments
1067%%Page: 1 1
1068save`s 36 dict begin
1069/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E
1070/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1071/-/sub x/"/string x/?/length x/y/copy x{
1072{mark A/ASCII85Decode filter/T exch def}stopped
1073/B exch def cleartomark B{{
1074/d{{27 S ge{exit}if A read not{511}if u 122 eq{/S 27 E/D 0 E/C 0 E}{u 117 gt{
1075A read{O}if/S 54 S - E}{u 33 ge{S 32 eq{u/C c E/D -1670420001 E}{u 117 -{1 85
10767225 614125}S 28 - get * D +/D c E}i/S S 1 - E}if}i}i O}loop S 22 eq{511}{C
10771868977 * D + S 24 and neg b 23 S lt{C 3 * +}if 255 and/S S 3 eq{32}{S 7 mod 3
1078eq{22}{S 8 -}i}i E}i}E
107912 " u/B c E 0 `p ; u ? 1 - 0 c 1 c{d 3 y put O O}for O/H 3072 " E/R 0 E
10800 1 255{u -6 b B c 3 * 3 ; H c R c p/R R 3 + E
1081u -4 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
1082u -2 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
10833 and B c 3 * 3 ; H c R c p/R R 3 + E
1084}for/B `w 3 + -2 b " E/B3 B ? 2 b 3 * " E/R B3 0 `w 3 * ; E
1085`w `h 8[1 0 0 -1 0 `h]{B3 0 B u ? 1 - 0 c 1 c{d 3 y put O O}for
1086{12 * H c 12 ; 3 y p O 12 +}forall O O R}false 3 colorimage
1087d O}bind exec}{
1088[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1089<</ImageType 1/Width `w/Height `h/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0
1090`h]/Decode[`D]/DataSource T>>image T closefile}ifelse}
1091%%BeginData:;
1092exec
1093`S
1094%%EndData
1095end restore showpage
1096%%Trailer
1097%%EOF\n)
1098
1099% at Sun Jun  2 14:31:07 CEST 2002
1100% derived from /l128n
1101% _l1c_
1102/l12hn (%!PS-Adobe-3.0`E
1103%%Pages: 1
1104`X%%DocumentData: `B
1105%%LanguageLevel: 1
1106`I%%EndComments
1107%%Page: 1 1
1108save`s 36 dict begin
1109/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readhexstring x
1110/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1111/-/sub x/"/string x/?/length x/y/copy x{
1112{mark A/ASCIIHexDecode filter/T exch def}stopped
1113/B exch def cleartomark B{{
1114A 12 " u/B c E 0 `p ; S O O/H 3072 " E/R 0 E
11150 1 255{u -6 b B c 3 * 3 ; H c R c p/R R 3 + E
1116u -4 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
1117u -2 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
11183 and B c 3 * 3 ; H c R c p/R R 3 + E
1119}for/B `w 3 + -2 b " E/B3 B ? 2 b 3 * " E/R B3 0 `w 3 * ; E
1120`w `h 8[1 0 0 -1 0 `h]{B3 0 A B S O
1121{12 * H c 12 ; 3 y p O 12 +}forall O O R}false 3 colorimage
1122A read O O}bind exec}{
1123[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1124<</ImageType 1/Width `w/Height `h/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0
1125`h]/Decode[`D]/DataSource T>>image T closefile}ifelse}
1126%%BeginData:;
1127exec
1128`S
1129%%EndData
1130end restore showpage
1131%%Trailer
1132%%EOF\n)
1133
1134
1135% at Sun Jun  2 00:05:36 CEST 2002
1136% _l1c_
1137/l148r (%!PS-Adobe-3.0`E
1138%%Pages: 1
1139`X%%DocumentData: `B
1140%%LanguageLevel: 1
1141`I%%EndComments
1142%%Page: 1 1
1143save`s 36 dict begin
1144/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E
1145/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1146/-/sub x/"/string x/?/length x/y/copy x{
1147{mark A/ASCII85Decode filter/T exch def}stopped
1148/B exch def cleartomark B{{
1149/d{{27 S ge{exit}if A read not{511}if u 122 eq{/S 27 E/D 0 E/C 0 E}{u 117 gt{
1150A read{O}if/S 54 S - E}{u 33 ge{S 32 eq{u/C c E/D -1670420001 E}{u 117 -{1 85
11517225 614125}S 28 - get * D +/D c E}i/S S 1 - E}if}i}i O}loop S 22 eq{511}{C
11521868977 * D + S 24 and neg b 23 S lt{C 3 * +}if 255 and/S S 3 eq{32}{S 7 mod 3
1153eq{22}{S 8 -}i}i E}i}E
115448 " u/B c E 0 `p ; u ? 1 - 0 c 1 c{d 3 y put O O}for O/H 1536 " E/R 0 E
11550 1 255{u -4 b B c 3 * 3 ; H c R c p/R R 3 + E
115615 and B c 3 * 3 ; H c R c p/R R 3 + E
1157}for/B `w 1 + -1 b " E/B3 B ? 1 b 3 * " E/R B3 0 `w 3 * ; E/L 128 " E/Ex()E
1158`w `h 8[1 0 0 -1 0 `h]{B3 0 B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
1159c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ; u ? 1
1160- 0 c 1 c{d 3 y put O O}for}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
1161O 0 c ;}i}loop B{6 * H c 6 ; 3 y p O 6 +}forall O O R}false 3 colorimage
1162d O d O}bind exec}{
1163[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1164/F T/RunLengthDecode filter def<</ImageType 1/Width `w/Height `h
1165/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0 `h]/Decode[`D]/DataSource F>>
1166image F closefile T closefile
1167}ifelse}
1168%%BeginData:;
1169exec
1170`S
1171%%EndData
1172end restore showpage
1173%%Trailer
1174%%EOF\n)
1175
1176% at Sun Jun  2 14:26:37 CEST 2002
1177% derived from /l148r
1178% _l1c_
1179/l14hr (%!PS-Adobe-3.0`E
1180%%Pages: 1
1181`X%%DocumentData: `B
1182%%LanguageLevel: 1
1183`I%%EndComments
1184%%Page: 1 1
1185save`s 36 dict begin
1186/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readhexstring x
1187/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1188/-/sub x/"/string x/?/length x/y/copy x{
1189{mark A/ASCIIHexDecode filter/T exch def}stopped
1190/B exch def cleartomark B{{
1191/C(.)E/d{A C S O 0 get}E
1192A 48 " u/B c E 0 `p ; S O O/H 1536 " E/R 0 E
11930 1 255{u -4 b B c 3 * 3 ; H c R c p/R R 3 + E
119415 and B c 3 * 3 ; H c R c p/R R 3 + E
1195}for/B `w 1 + -1 b " E/B3 B ? 1 b 3 * " E/R B3 0 `w 3 * ; E/L 128 " E/Ex()E
1196`w `h 8[1 0 0 -1 0 `h]{B3 0 B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
1197c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ;
1198A c S O}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
1199O 0 c ;}i}loop B{6 * H c 6 ; 3 y p O 6 +}forall O O R}false 3 colorimage
1200d O A read O O}bind exec}{
1201[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1202/F T/RunLengthDecode filter def<</ImageType 1/Width `w/Height `h
1203/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0 `h]/Decode[`D]/DataSource F>>
1204image F closefile T closefile
1205}ifelse}
1206%%BeginData:;
1207exec
1208`S
1209%%EndData
1210end restore showpage
1211%%Trailer
1212%%EOF\n)
1213
1214% at Sun Jun  2 14:49:40 CEST 2002
1215% derived from /l14hr
1216% _l1c_
1217/l14br (%!PS-Adobe-3.0`E
1218%%Pages: 1
1219`X%%DocumentData: `B
1220%%LanguageLevel: 1
1221`I%%EndComments
1222%%Page: 1 1
1223save`s 36 dict begin
1224/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readstring x
1225/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1226/-/sub x/"/string x/?/length x/y/copy x{
1227/filter where not{{
1228A 48 " u/B c E 0 `p ; S O O/H 1536 " E/R 0 E
12290 1 255{u -4 b B c 3 * 3 ; H c R c p/R R 3 + E
123015 and B c 3 * 3 ; H c R c p/R R 3 + E
1231}for/B `w 1 + -1 b " E/B3 B ? 1 b 3 * " E/R B3 0 `w 3 * ; E/L 128 " E/Ex()E
1232`w `h 8[1 0 0 -1 0 `h]{B3 0 B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
1233c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i A read O u 128 le{L c 0 c 1 +
1234; A c S O}{L c A read O c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
1235O 0 c ;}i}loop B{6 * H c 6 ; 3 y p O 6 +}forall O O R}false 3 colorimage
1236A read O O}bind exec}{
1237O[/Indexed/DeviceRGB `# 1 - A `p " S O]setcolorspace
1238/F A/RunLengthDecode filter def<</ImageType 1/Width `w/Height `h
1239/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0 `h]/Decode[`D]/DataSource F>>
1240image F closefile}ifelse}
1241%%BeginData:;
1242exec
1243`S
1244%%EndData
1245end restore showpage
1246%%Trailer
1247%%EOF\n)
1248
1249% at Sun Jun  2 12:13:50 CEST 2002
1250% _l1c_
1251/l148n (%!PS-Adobe-3.0`E
1252%%Pages: 1
1253`X%%DocumentData: `B
1254%%LanguageLevel: 1
1255`I%%EndComments
1256%%Page: 1 1
1257save`s 36 dict begin
1258/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E
1259/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1260/-/sub x/"/string x/?/length x/y/copy x{
1261{mark A/ASCII85Decode filter/T exch def}stopped
1262/B exch def cleartomark B{{
1263/d{{27 S ge{exit}if A read not{511}if u 122 eq{/S 27 E/D 0 E/C 0 E}{u 117 gt{
1264A read{O}if/S 54 S - E}{u 33 ge{S 32 eq{u/C c E/D -1670420001 E}{u 117 -{1 85
12657225 614125}S 28 - get * D +/D c E}i/S S 1 - E}if}i}i O}loop S 22 eq{511}{C
12661868977 * D + S 24 and neg b 23 S lt{C 3 * +}if 255 and/S S 3 eq{32}{S 7 mod 3
1267eq{22}{S 8 -}i}i E}i}E
126848 " u/B c E 0 `p ; u ? 1 - 0 c 1 c{d 3 y put O O}for O/H 1536 " E/R 0 E
12690 1 255{u -4 b B c 3 * 3 ; H c R c p/R R 3 + E
127015 and B c 3 * 3 ; H c R c p/R R 3 + E
1271}for/B `w 1 + -1 b " E/B3 B ? 1 b 3 * " E/R B3 0 `w 3 * ; E
1272`w `h 8[1 0 0 -1 0 `h]{B3 0 B u ? 1 - 0 c 1 c{d 3 y put O O}for
1273{6 * H c 6 ; 3 y p O 6 +}forall O O R}false 3 colorimage
1274d O}bind exec}{
1275[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1276<</ImageType 1/Width `w/Height `h/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0
1277`h]/Decode[`D]/DataSource T>>image T closefile}ifelse}
1278%%BeginData:;
1279exec
1280`S
1281%%EndData
1282end restore showpage
1283%%Trailer
1284%%EOF\n)
1285
1286% at Sun Jun  2 14:34:26 CEST 2002
1287% derived from /l148n
1288% _l1c_
1289/l14hn (%!PS-Adobe-3.0`E
1290%%Pages: 1
1291`X%%DocumentData: `B
1292%%LanguageLevel: 1
1293`I%%EndComments
1294%%Page: 1 1
1295save`s 36 dict begin
1296/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readhexstring x
1297/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1298/-/sub x/"/string x/?/length x/y/copy x{
1299{mark A/ASCIIHexDecode filter/T exch def}stopped
1300/B exch def cleartomark B{{
1301A 48 " u/B c E 0 `p ; S O O/H 1536 " E/R 0 E
13020 1 255{u -4 b B c 3 * 3 ; H c R c p/R R 3 + E
130315 and B c 3 * 3 ; H c R c p/R R 3 + E
1304}for/B `w 1 + -1 b " E/B3 B ? 1 b 3 * " E/R B3 0 `w 3 * ; E
1305`w `h 8[1 0 0 -1 0 `h]{B3 0 A B S O
1306{6 * H c 6 ; 3 y p O 6 +}forall O O R}false 3 colorimage
1307A read O O}bind exec}{
1308[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1309<</ImageType 1/Width `w/Height `h/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0
1310`h]/Decode[`D]/DataSource T>>image T closefile}ifelse}
1311%%BeginData:;
1312exec
1313`S
1314%%EndData
1315end restore showpage
1316%%Trailer
1317%%EOF\n)
1318
1319
1320
1321% at Sun Jun  2 00:05:36 CEST 2002
1322% _l1c_
1323/l188r (%!PS-Adobe-3.0`E
1324%%Pages: 1
1325`X%%DocumentData: `B
1326%%LanguageLevel: 1
1327`I%%EndComments
1328%%Page: 1 1
1329save`s 36 dict begin
1330/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E
1331/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1332/-/sub x/"/string x/?/length x/y/copy x{
1333{mark A/ASCII85Decode filter/T exch def}stopped
1334/B exch def cleartomark B{{
1335/d{{27 S ge{exit}if A read not{511}if u 122 eq{/S 27 E/D 0 E/C 0 E}{u 117 gt{
1336A read{O}if/S 54 S - E}{u 33 ge{S 32 eq{u/C c E/D -1670420001 E}{u 117 -{1 85
13377225 614125}S 28 - get * D +/D c E}i/S S 1 - E}if}i}i O}loop S 22 eq{511}{C
13381868977 * D + S 24 and neg b 23 S lt{C 3 * +}if 255 and/S S 3 eq{32}{S 7 mod 3
1339eq{22}{S 8 -}i}i E}i}E
1340768 " u/H c E 0 `p ; u ? 1 - 0 c 1 c{d 3 y put O O}for O
1341/B `w " E/R `w 3 * " E/L 128 " E/Ex()E
1342`w `h 8[1 0 0 -1 0 `h]{R 0 B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
1343c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ; u ? 1
1344- 0 c 1 c{d 3 y put O O}for}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
1345O 0 c ;}i}loop B{3 * H c 3 ; 3 y p O 3 +}forall O O R}false 3 colorimage
1346d O d O}bind exec}{
1347[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1348/F T/RunLengthDecode filter def<</ImageType 1/Width `w/Height `h
1349/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0 `h]/Decode[`D]/DataSource F>>
1350image F closefile T closefile
1351}ifelse}
1352%%BeginData:;
1353exec
1354`S
1355%%EndData
1356end restore showpage
1357%%Trailer
1358%%EOF\n)
1359
1360% at Sun Jun  2 00:05:36 CEST 2002
1361% derived from /l188r
1362% _l1c_
1363/l18hr (%!PS-Adobe-3.0`E
1364%%Pages: 1
1365`X%%DocumentData: `B
1366%%LanguageLevel: 1
1367`I%%EndComments
1368%%Page: 1 1
1369save`s 36 dict begin
1370/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readhexstring x
1371/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1372/-/sub x/"/string x/?/length x/y/copy x{
1373{mark A/ASCIIHexDecode filter/T exch def}stopped
1374/B exch def cleartomark B{{
1375/C(.)E/d{A C S O 0 get}E
1376A 768 " u/H c E 0 `p ; S O O/B `w " E/R `w 3 * " E/L 128 " E/Ex()E
1377`w `h 8[1 0 0 -1 0 `h]{R 0 B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
1378c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i d u 128 le{L c 0 c 1 + ;
1379A c S O}{L c d c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
1380O 0 c ;}i}loop B{3 * H c 3 ; 3 y p O 3 +}forall O O R}false 3 colorimage
1381d O A read O O}bind exec}{
1382[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1383/F T/RunLengthDecode filter def<</ImageType 1/Width `w/Height `h
1384/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0 `h]/Decode[`D]/DataSource F>>
1385image F closefile T closefile
1386}ifelse}
1387%%BeginData:;
1388exec
1389`S
1390%%EndData
1391end restore showpage
1392%%Trailer
1393%%EOF\n)
1394
1395% at Sun Jun  2 00:05:36 CEST 2002
1396% derived from /l18hr
1397% _l1c_
1398/l18br (%!PS-Adobe-3.0`E
1399%%Pages: 1
1400`X%%DocumentData: `B
1401%%LanguageLevel: 1
1402`I%%EndComments
1403%%Page: 1 1
1404save`s 36 dict begin
1405/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readstring x
1406/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1407/-/sub x/"/string x/?/length x/y/copy x{
1408/filter where not{{
1409A 768 " u/H c E 0 `p ; S O O/B `w " E/R `w 3 * " E/L 128 " E/Ex()E
1410`w `h 8[1 0 0 -1 0 `h]{R 0 B Ex{2 y ? c ? ge{2 y c ? 0 c ; 2 index y ? 2 y c ?
1411c - ;/Ex c E O exit}{2 y c y O ? 2 y c ? c - ;}i A read O u 128 le{L c 0 c 1 +
1412; A c S O}{L c A read O c 257 c - 3 y 1 - -1 0{3 y c put O}for O O c
1413O 0 c ;}i}loop B{3 * H c 3 ; 3 y p O 3 +}forall O O R}false 3 colorimage
1414A read O O}bind exec}{
1415O[/Indexed/DeviceRGB `# 1 - A `p " S O]setcolorspace
1416/F A/RunLengthDecode filter def<</ImageType 1/Width `w/Height `h
1417/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0 `h]/Decode[`D]/DataSource F>>
1418image F closefile}ifelse}
1419%%BeginData:;
1420exec
1421`S
1422%%EndData
1423end restore showpage
1424%%Trailer
1425%%EOF\n)
1426
1427% at Sun Jun  2 12:14:04 CEST 2002
1428% derived from /l188r
1429% _l1c_
1430/l188n (%!PS-Adobe-3.0`E
1431%%Pages: 1
1432`X%%DocumentData: `B
1433%%LanguageLevel: 1
1434`I%%EndComments
1435%%Page: 1 1
1436save`s 36 dict begin
1437/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S 32 E/D 0 E/C 0 E
1438/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1439/-/sub x/"/string x/?/length x/y/copy x{
1440{mark A/ASCII85Decode filter/T exch def}stopped
1441/B exch def cleartomark B{{
1442/d{{27 S ge{exit}if A read not{511}if u 122 eq{/S 27 E/D 0 E/C 0 E}{u 117 gt{
1443A read{O}if/S 54 S - E}{u 33 ge{S 32 eq{u/C c E/D -1670420001 E}{u 117 -{1 85
14447225 614125}S 28 - get * D +/D c E}i/S S 1 - E}if}i}i O}loop S 22 eq{511}{C
14451868977 * D + S 24 and neg b 23 S lt{C 3 * +}if 255 and/S S 3 eq{32}{S 7 mod 3
1446eq{22}{S 8 -}i}i E}i}E
1447768 " u/H c E 0 `p ; u ? 1 - 0 c 1 c{d 3 y put O O}for O/B `w " E/R `w 3 *
1448" E `w `h 8[1 0 0 -1 0 `h]{R 0 B u ? 1 - 0 c 1 c{d 3 y put O O}for
1449{3 * H c 3 ; 3 y p O 3 +}forall O O R}false 3 colorimage
1450d O}bind exec}{
1451[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1452<</ImageType 1/Width `w/Height `h/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0
1453`h]/Decode[`D]/DataSource T>>image T closefile}ifelse}
1454%%BeginData:;
1455exec
1456`S
1457%%EndData
1458end restore showpage
1459%%Trailer
1460%%EOF\n)
1461
1462% at Sun Jun  2 12:25:13 CEST 2002
1463% derived from l188n
1464% _l1c_
1465/l18hn (%!PS-Adobe-3.0`E
1466%%Pages: 1
1467`X%%DocumentData: `B
1468%%LanguageLevel: 1
1469`I%%EndComments
1470%%Page: 1 1
1471save`s 36 dict begin
1472/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/d/readhexstring x
1473/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1474/-/sub x/"/string x/?/length x/y/copy x{
1475{mark A/ASCIIHexDecode filter/T exch def}stopped
1476/B exch def cleartomark B{{
1477A 768 " u/H c E 0 `p ; d O O/B `w " E/R `w 3 *
1478" E `w `h 8[1 0 0 -1 0 `h]{R 0 A B d O
1479{3 * H c 3 ; 3 y p O 3 +}forall O O R}false 3 colorimage
1480A read O O}bind exec}{
1481[/Indexed/DeviceRGB `# 1 - T `p " readstring O]setcolorspace
1482<</ImageType 1/Width `w/Height `h/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0
1483`h]/Decode[`D]/DataSource T>>image T closefile}ifelse}
1484%%BeginData:;
1485exec
1486`S
1487%%EndData
1488end restore showpage
1489%%Trailer
1490%%EOF\n)
1491
1492% at Sun Jun  2 14:45:14 CEST 2002
1493% derived from /l12hn
1494% _l1c_
1495/l12bn (%!PS-Adobe-3.0`E
1496%%Pages: 1
1497`X%%DocumentData: `B
1498%%LanguageLevel: 1
1499`I%%EndComments
1500%%Page: 1 1
1501save`s 36 dict begin
1502/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readstring x
1503/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1504/-/sub x/"/string x/?/length x/y/copy x{
1505/filter where not{{
1506A 12 " u/B c E 0 `p ; S O O/H 3072 " E/R 0 E
15070 1 255{u -6 b B c 3 * 3 ; H c R c p/R R 3 + E
1508u -4 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
1509u -2 b 3 and B c 3 * 3 ; H c R c p/R R 3 + E
15103 and B c 3 * 3 ; H c R c p/R R 3 + E
1511}for/B `w 3 + -2 b " E/B3 B ? 2 b 3 * " E/R B3 0 `w 3 * ; E
1512`w `h 8[1 0 0 -1 0 `h]{B3 0 A B S O
1513{12 * H c 12 ; 3 y p O 12 +}forall O O R}false 3 colorimage}bind exec}{
1514O[/Indexed/DeviceRGB `# 1 - A `p " S O]setcolorspace
1515<</ImageType 1/Width `w/Height `h/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0
1516`h]/Decode[`D]/DataSource A>>image}ifelse}
1517%%BeginData:;
1518exec
1519`S
1520%%EndData
1521end restore showpage
1522%%Trailer
1523%%EOF\n)
1524
1525% at Sun Jun  2 14:47:31 CEST 2002
1526% derived from /l14hn
1527% _l1c_
1528/l14bn (%!PS-Adobe-3.0`E
1529%%Pages: 1
1530`X%%DocumentData: `B
1531%%LanguageLevel: 1
1532`I%%EndComments
1533%%Page: 1 1
1534save`s 36 dict begin
1535/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/S/readstring x
1536/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1537/-/sub x/"/string x/?/length x/y/copy x{
1538/filter where not{{
1539A 48 " u/B c E 0 `p ; S O O/H 1536 " E/R 0 E
15400 1 255{u -4 b B c 3 * 3 ; H c R c p/R R 3 + E
154115 and B c 3 * 3 ; H c R c p/R R 3 + E
1542}for/B `w 1 + -1 b " E/B3 B ? 1 b 3 * " E/R B3 0 `w 3 * ; E
1543`w `h 8[1 0 0 -1 0 `h]{B3 0 A B S O
1544{6 * H c 6 ; 3 y p O 6 +}forall O O R}false 3 colorimage}bind exec}{
1545O[/Indexed/DeviceRGB `# 1 - A `p " S O]setcolorspace
1546<</ImageType 1/Width `w/Height `h/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0
1547`h]/Decode[`D]/DataSource A>>image}ifelse}
1548%%BeginData:;
1549exec
1550`S
1551%%EndData
1552end restore showpage
1553%%Trailer
1554%%EOF\n)
1555
1556% at Sun Jun  2 12:25:13 CEST 2002
1557% BUGFIX at Sun Sep 22 20:02:47 CEST 2002
1558% derived from l18hn
1559% _l1c_
1560/l18bn (%!PS-Adobe-3.0`E
1561%%Pages: 1
1562`X%%DocumentData: `B
1563%%LanguageLevel: 1
1564`I%%EndComments
1565%%Page: 1 1
1566save`s 36 dict begin
1567/x{load def}def/E/def x/A/currentfile x/c/exch x/i/ifelse x/d/readstring x
1568/;/getinterval x/p/putinterval x/b/bitshift x/+/add x/O/pop x/*/mul x/u/dup x
1569/-/sub x/"/string x/?/length x/y/copy x{
1570/filter where not{{
1571A 768 " u/H c E 0 `p ; d O O/B `w " E/R `w 3 *
1572" E `w `h 8[1 0 0 -1 0 `h]{R 0 A B d O
1573{3 * H c 3 ; 3 y p O 3 +}forall O O R}false 3 colorimage}bind exec}{
1574O[/Indexed/DeviceRGB `# 1 - A `p " d O]setcolorspace
1575<</ImageType 1/Width `w/Height `h/BitsPerComponent `b/ImageMatrix[1 0 0 -1 0
1576`h]/Decode[`D]/DataSource A>>image}ifelse}
1577%%BeginData:;
1578exec
1579`S
1580%%EndData
1581end restore showpage
1582%%Trailer
1583%%EOF\n)
1584
1585% long before Sun Sep 22 13:57:08 CEST 2002
1586% /lcrb -> l1gbn
1587% /lcr8 -> l1g8n
1588% /lcrh -> l1ghn
1589
1590% ---
1591
1592% Templates missing from this file:
1593% l1g8z: /Compression/ZIP /TransferEncoding/A85 /SampleFormat/Gray* /FileFormat/PSL1
1594%        (formerly l1fa85g.tte, now: l1zip.psm)
1595% l1ghz: /Compression/ZIP /TransferEncoding/Hex /SampleFormat/Gray* /FileFormat/PSL1
1596% l1gbz: /Compression/ZIP /TransferEncoding/Binary /SampleFormat/Gray* /FileFormat/PSL1
1597% l1g8l: /Compression/LZW /TransferEncoding/A85 /SampleFormat/Gray* /FileFormat/PSL1
1598%        (formerly l1fa85g.tte, now: l1lzw.psm)
1599% l1ghl: /Compression/LZW /TransferEncoding/Hex /SampleFormat/Gray* /FileFormat/PSL1
1600% l1gbl: /Compression/LZW /TransferEncoding/Binary /SampleFormat/Gray* /FileFormat/PSL1
1601
1602%%EOF
1603