%!PS-Adobe-2.0 %%Title: /root/root/dia/test.dia %%Creator: Dia v0.81 %%CreationDate: Thu Dec 2 01:06:42 1999 %%For: root %%DocumentPaperSizes: A4 %%Orientation: Portrait %%BeginSetup %%EndSetup %%EndComments %%BeginProlog %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: encoding ISOLatin2Encoding /ISOLatin2Encoding [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /minus /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question % 100 /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef % 200 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /Aogonek /breve /Lslash /currency /Lcaron /Sacute /section /dieresis /Scaron /Scedilla /Tcaron /Zacute /hyphen /Zcaron /Zdotaccent /degree /aogonek /ogonek /lslash /acute /lcaron /sacute /caron /cedilla /scaron /scedilla /tcaron /zacute /hungarumlaut /zcaron /zdotaccent % 300 /Racute /Aacute /Acircumflex /Abreve /Adieresis /Lacute /Cacute /Ccedilla /Ccaron /Eacute /Eogonek /Edieresis /Ecaron /Iacute /Icircumflex /Dcaron /Dbar /Nacute /Ncaron /Oacute /Ocircumflex /Ohungarumlaut /Odieresis /multiply /Rcaron /Uring /Uacute /Uhungarumlaut /Udieresis /Yacute /Tcedilla /germandbls /racute /aacute /acircumflex /abreve /adieresis /lacute /cacute /ccedilla /ccaron /eacute /eogonek /edieresis /ecaron /iacute /icircumflex /dcaron /dbar /nacute /ncaron /oacute /ocircumflex /ohungarumlaut /odieresis /divide /rcaron /uring /uacute /uhungarumlaut /udieresis /yacute /tcedilla /dotaccent ] def %%EndResource %! % Add composite (i.e. accented) characters to any font % By J. Chroboczek % % -- code follows this line -- %%BeginResource: procset compose 0.8 1 % Copyright (c) 1996-1999 by J. Chroboczek % This code may be distributed under the terms of the % GNU Public License, either version 2 of the license, or (at your % option) any later version. /makeCompositeDict 20 dict def makeCompositeDict begin /nameUnique { % name nameUnique namexxxxxx dup length exch 1 index string cvs % length (name) 1 index 12 add string dup % length (name) (...) (...) 3 2 roll 0 exch putinterval % length (name...) dup 3 2 roll rand 12 string cvs putinterval } bind def /doMakeComposite { /compositeChars exch def /targetEncoding exch def /baseEncoding exch def /newfontname exch def /oldfontname exch def /oldfont oldfontname findfont def /newfont 20 dict def /oldFontMatrix oldfont /FontMatrix get def /oldFontBBox oldfont /FontBBox get cvlit def /oldfontcopy oldfont length dict def newfont begin /FontType 3 def /PaintType 0 def % not used /FontMatrix [0.001 0 0 0.001 0 0] def /FontBBox [ oldFontBBox 0 get oldFontBBox 1 get oldFontMatrix transform [1000 0 0 1000 0 0] transform oldFontBBox 2 get oldFontBBox 3 get oldFontMatrix transform [1000 0 0 1000 0 0] transform ] cvx def /StrokeWidth 0 def % not used /Encoding targetEncoding def /Decoding 256 dict def % invert base encoding vector Decoding begin 0 1 255 { dup baseEncoding exch get exch def } bind for end newfont /compositeChars compositeChars put /FontName newfontname def % make a copy of the original font, reencoding it oldfont oldfontcopy begin {1 index /FID ne {def} {pop pop} ifelse } bind forall end oldfontcopy /Encoding baseEncoding put oldfontname nameUnique oldfontcopy definefont 1000 scalefont /OriginalFont exch def /BuildChar % newfont n BuildChar - { exch begin % n /OriginalFont load setfont /Encoding load exch get % glyphName /compositeChars load dup 2 index known % glyphName compositeChars known-p { 1 index get % glyphName [ 65 x y 129 ] dup 0 get ( ) dup % glyphName [...] 65 ( ) ( ) 0 3 index put % glyphName [...] 65 (A) dup stringwidth setcharwidth 0 0 moveto show pop % glyphName [...] dup 1 get 1 index 2 get % glyphName [...] x y moveto % glyphName [...] 3 get ( ) dup 3 2 roll % glyphName ( ) ( ) 129 0 exch put % glyphName (') show % glyphName } { pop /Decoding load % glyphName Decoding dup 2 index known % glyphName Decoding known-p { exch get } { pop pop 0 } ifelse % n' ( ) dup 0 3 index put dup % n' (A) (A) stringwidth setcharwidth 0 0 moveto show % n' } ifelse pop end } bind def end % newfont newfontname newfont definefont pop } def % doMakeComposite /fillEuro { % w h -- gsave exch 1000 div exch 1000 div scale 955.852 232.172 moveto 904.495 180.815 lineto 829.454 117.848 734.626 83.333 636.667 83.333 curveto 406.667 83.333 220 270 220 500 curveto 220 730 406.667 916.667 636.667 916.667 curveto 759.831 916.667 876.684 862.177 955.852 767.828 curveto 988.474 855.291 lineto 894.851 947.996 768.422 1000 636.667 1000 curveto 360.667 1000 136.667 776 136.667 500 curveto 136.667 224 360.667 0 636.667 0 curveto 753.23 0 866.13 40.725 955.852 115.135 curveto closepath fill 869.037 541.667 moveto 901.025 625 lineto 31.989 625 lineto 0 541.667 lineto closepath fill 805.059 375 moveto 837.048 458.333 lineto 31.989 458.333 lineto 0 375 lineto closepath fill grestore } bind def /makeEuroCharstring { % w h -- charstring [ /pop cvx % w h mark pop 3 index 0 0 0 % w h mark pop w 0 0 0 7 index 7 index /setcachedevice cvx % w h mark pop w 0 0 0 w h setcachedevice 10 index 10 index /fillEuro load /exec cvx ] cvx bind 3 1 roll pop pop } def /doEurifyFont { % oldname newname -- exch findfont dup dup % newname dict dict dict /FontMatrix get matrix invertmatrix % newname dict dict m {} forall pop pop [ 5 1 roll 0 0] makefont setfont % newnamedict 0 0 moveto (5) stringwidth pop % newname dict w (M) false charpath pathbbox newpath 4 1 roll pop pop pop % newnamedict w h 3 2 roll % newname w h dict dup length dict dup 3 1 roll begin % newname w h newdict {1 index /FID ne {def} {pop pop} ifelse} forall CharStrings dup length 1 add dict dup 3 1 roll begin % newnamew h newdict newdict' {def} forall /Euro % newname w h newdict newdict' /Euro 4 index 4 index makeEuroCharstring def end % newname w h newdict newdict' /CharStrings exch def end 3 1 roll pop pop % newname dict definefont pop } bind def end % makeCompositeDict % oldfontname newfontname baseEncoding targetEncoding compositeChars -- /makeComposite { makeCompositeDict begin doMakeComposite end } bind def % oldfontname newfontname /eurifyFont { makeCompositeDict begin doEurifyFont end } bind def %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: encoding OgonkiEncoding /OgonkiEncoding [ /.notdef /exclamdown /cent /sterling /fraction /yen /florin /quotesingle /quotedblleft /guillemotleft /guilsinglleft /guilsinglright /fi /fl /endash /dagger /daggerdbl /periodcentered /paragraph /bullet /quotesinglbase /quotedblbase /quotedblright /guillemotright /ellipsis /perthousand /questiondown /grave /circumflex /tilde /macron /ring /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /minus /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question % 100 /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef % 200 /.notdef /emdash /AE /ordfeminine /Oslash /OE /ordmasculine /ae /dotlessi /oslash /oe /threesuperior /thorn /twosuperior /threequarters /Eth /trademark /registered /onequarter /Thorn /logicalnot /plusminus /minus /onesuperior /copyright /mu /eth /brokenbar /onehalf /dotlessj /Euro /.notdef /space /Aogonek /breve /Lslash /currency /Lcaron /Sacute /section /dieresis /Scaron /Scedilla /Tcaron /Zacute /hyphen /Zcaron /Zdotaccent /degree /aogonek /ogonek /lslash /acute /lcaron /sacute /caron /cedilla /scaron /scedilla /tcaron /zacute /hungarumlaut /zcaron /zdotaccent % 300 /Racute /Aacute /Acircumflex /Abreve /Adieresis /Lacute /Cacute /Ccedilla /Ccaron /Eacute /Eogonek /Edieresis /Ecaron /Iacute /Icircumflex /Dcaron /Eth /Nacute /Ncaron /Oacute /Ocircumflex /Ohungarumlaut /Odieresis /multiply /Rcaron /Uring /Uacute /Uhungarumlaut /Udieresis /Yacute /Tcedilla /germandbls /racute /aacute /acircumflex /abreve /adieresis /lacute /cacute /ccedilla /ccaron /eacute /eogonek /edieresis /ecaron /iacute /icircumflex /dcaron /dbar /nacute /ncaron /oacute /ocircumflex /ohungarumlaut /odieresis /divide /rcaron /uring /uacute /uhungarumlaut /udieresis /yacute /tcedilla /dotaccent ] def %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Courier-Ogonki /Courier /Courier-Ogonki OgonkiEncoding StandardEncoding 111 dict dup /Agrave [65 -30 121 27] put dup /Aring [65 -15 126 31] put dup /Atilde [65 0 126 29] put dup /Ecircumflex [69 0 121 28] put dup /Egrave [69 0 121 27] put dup /Gcaron [71 0 136 183] put dup /Idieresis [73 0 136 168] put dup /Igrave [73 0 121 27] put dup /Ntilde [78 0 126 29] put dup /Ograve [79 0 121 27] put dup /Otilde [79 0 126 29] put dup /Ucircumflex [85 0 121 28] put dup /Ugrave [85 -30 121 27] put dup /Ydieresis [89 0 136 168] put dup /agrave [97 0 0 27] put dup /aring [97 0 0 31] put dup /atilde [97 0 0 29] put dup /ecircumflex [101 0 0 28] put dup /egrave [101 0 0 27] put dup /gcaron [103 -30 0 183] put dup /idieresis [136 -30 0 168] put dup /igrave [136 -30 0 27] put dup /ntilde [110 0 0 29] put dup /ograve [111 0 0 27] put dup /otilde [111 0 0 29] put dup /ucircumflex [117 -10 0 28] put dup /ugrave [117 -30 0 27] put dup /ydieresis [121 -10 0 168] put dup /abreve [97 0 0 162] put dup /Abreve [65 0 133 162] put dup /amacron [97 0 0 30] put dup /Amacron [65 0 133 30] put dup /Aogonek [65 200 0 178] put dup /aogonek [97 200 0 178] put dup /cacute [99 17 0 180] put dup /Cacute [67 30 133 180] put dup /ccaron [99 17 0 183] put dup /Ccaron [67 30 133 183] put dup /ccircumflex [99 17 2 28] put dup /Ccircumflex [67 30 133 28] put dup /cdotaccent [99 0 0 255] put dup /Cdotaccent [67 30 133 255] put dup /dbar [100 200 250 173] put dup /Dbar [208 0 0 160] put dup /Dcaron [68 0 133 183] put dup /dcaron [100 17 156 183] put dup /ecaron [101 0 0 183] put dup /Ecaron [69 0 133 183] put dup /edotaccent [101 0 0 255] put dup /Edotaccent [69 0 133 255] put dup /Emacron [69 0 133 30] put dup /emacron [101 17 0 30] put dup /Eogonek [69 100 0 178] put dup /eogonek [101 100 0 178] put dup /gacute [103 0 0 180] put dup /gbreve [103 0 0 162] put dup /Gbreve [71 30 133 162] put dup /gcircumflex [103 0 0 28] put dup /Gcircumflex [71 30 133 28] put dup /gdotaccent [103 0 0 255] put dup /Gdotaccent [71 0 133 255] put dup /Hcircumflex [72 0 133 28] put dup /hcircumflex [104 0 164 28] put dup /Idotaccent [73 0 133 255] put dup /imacron [136 0 0 30] put dup /Imacron [73 0 133 30] put dup /iogonek [105 20 0 178] put dup /Iogonek [73 20 0 178] put dup /itilde [136 0 0 29] put dup /Itilde [73 0 133 29] put dup /Jcircumflex [74 100 133 28] put dup /Lacute [76 -100 133 180] put dup /lacute [108 -12 147 180] put dup /Lcaron [76 -100 133 183] put dup /lcaron [108 -12 144 183] put dup /nacute [110 0 0 180] put dup /Nacute [78 0 133 180] put dup /ncaron [110 0 0 183] put dup /Ncaron [78 0 133 183] put dup /ohungarumlaut [111 0 0 189] put dup /Ohungarumlaut [79 0 133 189] put dup /omacron [111 0 0 30] put dup /Omacron [79 0 133 30] put dup /racute [114 0 0 180] put dup /Racute [82 0 133 180] put dup /rcaron [114 0 0 183] put dup /Rcaron [82 0 133 183] put dup /sacute [115 0 0 180] put dup /Sacute [83 0 133 180] put dup /scircumflex [115 0 0 28] put dup /Scircumflex [83 0 133 28] put dup /tcaron [116 -77 92 183] put dup /Tcaron [84 0 133 183] put dup /Tcedilla [84 0 0 184] put dup /tcedilla [116 0 0 184] put dup /ubreve [117 0 0 162] put dup /Ubreve [85 0 133 162] put dup /uhungarumlaut [117 0 0 189] put dup /Uhungarumlaut [85 0 133 189] put dup /umacron [117 0 0 30] put dup /Umacron [85 0 133 30] put dup /uogonek [117 120 0 178] put dup /Uogonek [85 5 20 178] put dup /uring [117 0 0 31] put dup /Uring [85 0 133 31] put dup /utilde [117 0 0 29] put dup /Utilde [85 0 133 29] put dup /zacute [122 0 0 180] put dup /Zacute [90 0 133 180] put dup /zdotaccent [122 0 0 255] put dup /Zdotaccent [90 0 133 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Courier-Oblique-Ogonki /Courier-Oblique /Courier-Oblique-Ogonki OgonkiEncoding StandardEncoding 111 dict dup /Agrave [65 -4 121 27] put dup /Aring [65 12 126 31] put dup /Atilde [65 27 126 29] put dup /Ecircumflex [69 26 121 28] put dup /Egrave [69 26 121 27] put dup /Gcaron [71 29 136 183] put dup /Idieresis [73 29 136 168] put dup /Igrave [73 26 121 27] put dup /Ntilde [78 27 126 29] put dup /Ograve [79 26 121 27] put dup /Otilde [79 27 126 29] put dup /Ucircumflex [85 26 121 28] put dup /Ugrave [85 -4 121 27] put dup /Ydieresis [89 29 136 168] put dup /agrave [97 0 0 27] put dup /aring [97 0 0 31] put dup /atilde [97 0 0 29] put dup /ecircumflex [101 0 0 28] put dup /egrave [101 0 0 27] put dup /gcaron [103 -30 0 183] put dup /idieresis [136 -30 0 168] put dup /igrave [136 -30 0 27] put dup /ntilde [110 0 0 29] put dup /ograve [111 0 0 27] put dup /otilde [111 0 0 29] put dup /ucircumflex [117 -10 0 28] put dup /ugrave [117 -30 0 27] put dup /ydieresis [121 -10 0 168] put dup /abreve [97 0 0 162] put dup /Abreve [65 0 133 162] put dup /amacron [97 0 0 30] put dup /Amacron [65 0 133 30] put dup /Aogonek [65 200 0 178] put dup /aogonek [97 200 0 178] put dup /cacute [99 0 0 180] put dup /Cacute [67 53 133 180] put dup /ccaron [99 0 0 183] put dup /Ccaron [67 53 133 183] put dup /ccircumflex [99 0 2 28] put dup /Ccircumflex [67 53 133 28] put dup /cdotaccent [99 0 0 255] put dup /Cdotaccent [67 53 133 255] put dup /dbar [100 200 250 173] put dup /Dbar [208 0 0 160] put dup /dcaron [100 20 182 183] put dup /Dcaron [68 33 133 183] put dup /ecaron [101 0 0 183] put dup /Ecaron [69 53 133 183] put dup /edotaccent [101 0 0 255] put dup /Edotaccent [69 53 133 255] put dup /emacron [101 0 0 30] put dup /Emacron [69 53 133 30] put dup /Eogonek [69 0 0 178] put dup /eogonek [101 0 0 178] put dup /gacute [103 -10 0 180] put dup /gbreve [103 -10 0 162] put dup /Gbreve [71 53 133 162] put dup /gcircumflex [103 -10 0 28] put dup /Gcircumflex [71 53 133 28] put dup /gdotaccent [103 0 0 255] put dup /Gdotaccent [71 53 186 255] put dup /hcircumflex [104 0 182 28] put dup /Hcircumflex [72 30 133 28] put dup /Idotaccent [73 30 133 255] put dup /imacron [136 0 0 30] put dup /Imacron [73 30 133 30] put dup /iogonek [105 20 0 178] put dup /Iogonek [73 20 0 178] put dup /itilde [136 0 0 29] put dup /Itilde [73 30 133 29] put dup /Jcircumflex [74 98 133 28] put dup /Lacute [76 -83 133 180] put dup /lacute [108 0 182 180] put dup /Lcaron [76 -83 133 183] put dup /lcaron [108 0 182 183] put dup /nacute [110 0 0 180] put dup /Nacute [78 53 133 180] put dup /ncaron [110 0 0 183] put dup /Ncaron [78 53 133 183] put dup /ohungarumlaut [111 0 0 189] put dup /Ohungarumlaut [79 53 133 189] put dup /omacron [111 0 0 30] put dup /Omacron [79 53 133 30] put dup /racute [114 0 0 180] put dup /Racute [82 53 133 180] put dup /rcaron [114 0 0 183] put dup /Rcaron [82 40 133 183] put dup /sacute [115 0 0 180] put dup /Sacute [83 53 133 180] put dup /scircumflex [115 0 0 28] put dup /Scircumflex [83 53 133 28] put dup /tcaron [116 -65 118 183] put dup /Tcaron [84 40 133 183] put dup /Tcedilla [84 0 0 184] put dup /tcedilla [116 0 0 184] put dup /ubreve [117 0 0 162] put dup /Ubreve [85 53 133 162] put dup /uhungarumlaut [117 0 0 189] put dup /Uhungarumlaut [85 53 133 189] put dup /umacron [117 0 0 30] put dup /Umacron [85 53 133 30] put dup /uogonek [117 120 0 178] put dup /Uogonek [85 5 15 178] put dup /uring [117 -30 0 31] put dup /Uring [85 53 133 31] put dup /utilde [117 0 0 29] put dup /Utilde [85 53 133 29] put dup /zacute [122 0 0 180] put dup /Zacute [90 40 133 180] put dup /zdotaccent [122 0 0 255] put dup /Zdotaccent [90 40 133 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Courier-Bold-Ogonki /Courier-Bold /Courier-Bold-Ogonki OgonkiEncoding StandardEncoding 111 dict dup /Agrave [65 -50 123 27] put dup /Aring [65 -10 123 31] put dup /Atilde [65 -30 123 29] put dup /Ecircumflex [69 0 123 28] put dup /Egrave [69 0 123 27] put dup /Gcaron [71 10 123 183] put dup /Idieresis [73 0 123 168] put dup /Igrave [73 0 123 27] put dup /Ntilde [78 0 123 29] put dup /Ograve [79 0 123 27] put dup /Otilde [79 0 123 29] put dup /Ucircumflex [85 0 123 28] put dup /Ugrave [85 -30 123 27] put dup /Ydieresis [89 0 123 168] put dup /agrave [97 -30 0 27] put dup /aring [97 0 0 31] put dup /atilde [97 0 0 29] put dup /ecircumflex [101 0 0 28] put dup /egrave [101 0 0 27] put dup /gcaron [103 -40 0 183] put dup /idieresis [136 -40 0 168] put dup /igrave [136 0 0 27] put dup /ntilde [110 0 0 29] put dup /ograve [111 0 0 27] put dup /otilde [111 0 0 29] put dup /ucircumflex [117 -20 0 28] put dup /ugrave [117 -30 0 27] put dup /ydieresis [121 10 0 168] put dup /abreve [97 0 0 162] put dup /Abreve [65 0 130 162] put dup /amacron [97 0 0 30] put dup /Amacron [65 0 130 30] put dup /Aogonek [65 200 0 178] put dup /aogonek [97 200 0 178] put dup /cacute [99 0 0 180] put dup /Cacute [67 0 130 180] put dup /ccaron [99 18 0 183] put dup /Ccaron [67 18 130 183] put dup /ccircumflex [99 18 0 28] put dup /Ccircumflex [67 18 130 28] put dup /cdotaccent [99 0 0 255] put dup /Cdotaccent [67 0 130 255] put dup /dbar [100 200 250 173] put dup /Dbar [208 0 0 160] put dup /Dcaron [68 0 130 183] put dup /dcaron [100 30 195 183] put dup /ecaron [101 0 0 183] put dup /Ecaron [69 0 130 183] put dup /edotaccent [101 0 0 255] put dup /Edotaccent [69 0 130 255] put dup /emacron [101 0 0 30] put dup /Emacron [69 0 130 30] put dup /Eogonek [69 0 0 178] put dup /eogonek [101 0 0 178] put dup /gacute [103 0 0 180] put dup /gbreve [103 0 0 162] put dup /Gbreve [71 18 130 162] put dup /gcircumflex [103 0 0 28] put dup /Gcircumflex [71 18 130 28] put dup /gdotaccent [103 0 0 255] put dup /Gdotaccent [71 18 130 255] put dup /hcircumflex [104 -20 195 28] put dup /Hcircumflex [72 0 130 28] put dup /Iogonek [73 20 0 178] put dup /iogonek [105 20 0 178] put dup /Idotaccent [73 0 130 255] put dup /imacron [136 0 0 30] put dup /Imacron [73 0 130 30] put dup /itilde [136 0 0 29] put dup /Itilde [73 0 130 29] put dup /Jcircumflex [74 85 130 28] put dup /Lacute [76 -100 130 180] put dup /lacute [108 -20 195 180] put dup /Lcaron [76 -100 130 183] put dup /lcaron [108 0 195 183] put dup /nacute [110 0 0 180] put dup /Nacute [78 0 130 180] put dup /ncaron [110 0 0 183] put dup /Ncaron [78 0 130 183] put dup /ohungarumlaut [111 0 0 189] put dup /Ohungarumlaut [79 0 130 189] put dup /omacron [111 0 0 30] put dup /Omacron [79 0 130 30] put dup /racute [114 0 0 180] put dup /Racute [82 0 130 180] put dup /rcaron [114 0 0 183] put dup /Rcaron [82 0 130 183] put dup /sacute [115 0 0 180] put dup /Sacute [83 0 130 180] put dup /scircumflex [115 0 0 28] put dup /Scircumflex [83 0 130 28] put dup /tcaron [116 0 107 183] put dup /Tcaron [84 0 130 183] put dup /Tcedilla [84 0 0 184] put dup /tcedilla [116 0 0 184] put dup /ubreve [117 0 0 162] put dup /Ubreve [85 0 130 162] put dup /uhungarumlaut [117 0 0 189] put dup /Uhungarumlaut [85 0 130 189] put dup /umacron [117 0 0 30] put dup /Umacron [85 0 130 30] put dup /uogonek [117 109 0 178] put dup /Uogonek [85 5 23 178] put dup /uring [117 0 0 31] put dup /Uring [85 0 130 31] put dup /utilde [117 0 0 29] put dup /Utilde [85 0 130 29] put dup /zacute [122 0 0 180] put dup /Zacute [90 0 130 180] put dup /zdotaccent [122 0 0 255] put dup /Zdotaccent [90 0 130 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Courier-BoldOblique-Ogonki /Courier-BoldOblique /Courier-BoldOblique-Ogonki OgonkiEncoding StandardEncoding 111 dict dup /Agrave [65 -24 123 27] put dup /Aring [65 16 123 31] put dup /Atilde [65 -4 123 29] put dup /Ecircumflex [69 26 123 28] put dup /Egrave [69 26 123 27] put dup /Gcaron [71 36 123 183] put dup /Idieresis [73 26 123 168] put dup /Igrave [73 26 123 27] put dup /Ntilde [78 26 123 29] put dup /Ograve [79 26 123 27] put dup /Otilde [79 26 123 29] put dup /Ucircumflex [85 26 123 28] put dup /Ugrave [85 -4 123 27] put dup /Ydieresis [89 26 123 168] put dup /agrave [97 -30 0 27] put dup /aring [97 0 0 31] put dup /atilde [97 0 0 29] put dup /ecircumflex [101 0 0 28] put dup /egrave [101 0 0 27] put dup /gcaron [103 -40 0 183] put dup /idieresis [136 -40 0 168] put dup /igrave [136 0 0 27] put dup /ntilde [110 0 0 29] put dup /ograve [111 0 0 27] put dup /otilde [111 0 0 29] put dup /ucircumflex [117 -20 0 28] put dup /ugrave [117 -30 0 27] put dup /ydieresis [121 10 0 168] put dup /Abreve [65 -18 130 162] put dup /abreve [97 0 0 162] put dup /Amacron [65 -15 130 30] put dup /amacron [97 0 0 30] put dup /Aogonek [65 200 0 178] put dup /aogonek [97 200 0 178] put dup /cacute [99 0 0 180] put dup /Cacute [67 30 130 180] put dup /ccaron [99 0 0 183] put dup /Ccaron [67 30 130 183] put dup /ccircumflex [99 0 0 28] put dup /Ccircumflex [67 30 130 28] put dup /cdotaccent [99 0 0 255] put dup /Cdotaccent [67 30 130 255] put dup /dbar [100 200 250 173] put dup /Dbar [208 0 0 160] put dup /Dcaron [68 -12 130 183] put dup /dcaron [100 35 178 183] put dup /ecaron [101 0 0 183] put dup /Ecaron [69 30 130 183] put dup /edotaccent [101 0 0 255] put dup /Edotaccent [69 30 130 255] put dup /emacron [101 0 0 30] put dup /Emacron [69 30 130 30] put dup /Eogonek [69 0 0 178] put dup /eogonek [101 0 0 178] put dup /gacute [103 0 0 180] put dup /gbreve [103 0 0 162] put dup /Gbreve [71 30 130 162] put dup /gcircumflex [103 0 0 28] put dup /Gcircumflex [71 30 130 28] put dup /gdotaccent [103 0 0 255] put dup /Gdotaccent [71 30 130 255] put dup /hcircumflex [104 0 178 28] put dup /Hcircumflex [72 30 130 28] put dup /Idotaccent [73 30 130 255] put dup /imacron [136 0 0 30] put dup /Imacron [73 30 130 30] put dup /Iogonek [73 20 0 178] put dup /iogonek [105 20 0 178] put dup /itilde [136 0 0 29] put dup /Itilde [73 30 130 29] put dup /Jcircumflex [74 95 130 28] put dup /Lacute [76 -88 130 180] put dup /lacute [108 0 178 180] put dup /Lcaron [76 -88 130 183] put dup /lcaron [108 0 178 183] put dup /nacute [110 0 0 180] put dup /Nacute [78 30 130 180] put dup /ncaron [110 0 0 183] put dup /Ncaron [78 30 130 183] put dup /ohungarumlaut [111 0 0 189] put dup /Ohungarumlaut [79 30 130 189] put dup /omacron [111 0 0 30] put dup /Omacron [79 30 130 30] put dup /racute [114 0 0 180] put dup /Racute [82 30 130 180] put dup /rcaron [114 0 0 183] put dup /Rcaron [82 30 130 183] put dup /sacute [115 0 0 180] put dup /Sacute [83 30 130 180] put dup /scircumflex [115 0 0 28] put dup /Scircumflex [83 30 130 28] put dup /tcaron [116 -59 106 183] put dup /Tcaron [84 30 130 183] put dup /Tcedilla [84 0 0 184] put dup /tcedilla [116 0 0 184] put dup /ubreve [117 0 0 162] put dup /Ubreve [85 30 130 162] put dup /uhungarumlaut [117 0 0 189] put dup /Uhungarumlaut [85 30 130 189] put dup /umacron [117 0 0 30] put dup /Umacron [85 30 130 30] put dup /Uogonek [85 0 7 178] put dup /uogonek [117 108 0 178] put dup /uring [117 0 0 31] put dup /Uring [85 30 130 31] put dup /utilde [117 0 0 29] put dup /Utilde [85 30 130 29] put dup /zacute [122 0 0 180] put dup /Zacute [90 30 130 180] put dup /zdotaccent [122 0 0 255] put dup /Zdotaccent [90 30 130 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Times-Roman-Ogonki /Times-Roman /Times-Roman-Ogonki OgonkiEncoding StandardEncoding 83 dict dup /Agrave [65 195 212 27] put dup /Aring [65 185 187 31] put dup /Atilde [65 195 212 29] put dup /Ecircumflex [69 139 212 28] put dup /Egrave [69 139 212 27] put dup /Idieresis [73 0 212 168] put dup /Igrave [73 0 212 27] put dup /Ntilde [78 195 212 29] put dup /Ograve [79 195 212 27] put dup /Otilde [79 195 212 29] put dup /Ucircumflex [85 195 212 28] put dup /Ugrave [85 195 212 27] put dup /Ydieresis [89 195 212 168] put dup /agrave [97 56 0 27] put dup /aring [97 56 0 31] put dup /atilde [97 56 0 29] put dup /ecircumflex [101 56 0 28] put dup /egrave [101 56 0 27] put dup /idieresis [136 -27 0 168] put dup /igrave [136 -27 0 27] put dup /ntilde [110 84 0 29] put dup /ograve [111 84 0 27] put dup /otilde [111 84 0 29] put dup /ucircumflex [117 84 0 28] put dup /ugrave [117 84 0 27] put dup /ydieresis [121 84 0 168] put dup /abreve [97 55 0 162] put dup /Abreve [65 194 223 162] put dup /aogonek [97 209 0 178] put dup /Aogonek [65 465 0 178] put dup /cacute [99 70 0 180] put dup /Cacute [67 212 212 180] put dup /ccaron [99 69 0 183] put dup /Ccaron [67 196 212 183] put dup /dbar [100 200 300 173] put dup /Dbar [208 0 0 160] put dup /dcaron [100 426 75 39] put dup /Dcaron [68 194 216 183] put dup /ecaron [101 55 0 183] put dup /Ecaron [69 139 214 183] put dup /edotaccent [101 61 0 255] put dup /Edotaccent [69 154 212 255] put dup /eogonek [101 142 9 178] put dup /Eogonek [69 320 0 178] put dup /gbreve [103 84 0 162] put dup /Gbreve [71 195 212 162] put dup /Idotaccent [73 0 212 255] put dup /iogonek [105 12 0 178] put dup /Iogonek [73 67 0 178] put dup /lacute [108 -5 216 180] put dup /Lacute [76 139 216 180] put dup /lcaron [108 192 75 39] put dup /Lcaron [76 250 52 39] put dup /nacute [110 90 0 180] put dup /Nacute [78 190 212 180] put dup /ncaron [110 83 0 183] put dup /Ncaron [78 194 214 183] put dup /ohungarumlaut [111 83 0 189] put dup /Ohungarumlaut [79 194 214 189] put dup /racute [114 22 0 180] put dup /Racute [82 210 216 180] put dup /rcaron [114 0 0 183] put dup /Rcaron [82 167 216 183] put dup /sacute [115 20 0 180] put dup /Sacute [83 100 212 180] put dup /scedilla [115 28 0 184] put dup /Scedilla [83 112 0 184] put dup /tcedilla [116 53 0 184] put dup /Tcedilla [84 197 0 184] put dup /tcaron [116 214 0 39] put dup /Tcaron [84 139 216 183] put dup /uhungarumlaut [117 83 0 189] put dup /Uhungarumlaut [85 194 214 189] put dup /umacron [117 81 0 30] put dup /Umacron [85 205 212 30] put dup /uogonek [117 236 5 178] put dup /Uogonek [85 287 5 178] put dup /uring [117 83 0 31] put dup /Uring [85 194 179 31] put dup /zacute [122 60 0 180] put dup /Zacute [90 120 212 180] put dup /zdotaccent [122 50 0 255] put dup /Zdotaccent [90 140 212 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Times-Italic-Ogonki /Times-Italic /Times-Italic-Ogonki OgonkiEncoding StandardEncoding 83 dict dup /Agrave [65 149 212 27] put dup /Aring [65 129 192 31] put dup /Atilde [65 139 212 29] put dup /Ecircumflex [69 169 212 28] put dup /Egrave [69 149 212 27] put dup /Idieresis [73 30 212 168] put dup /Igrave [73 10 212 27] put dup /Ntilde [78 177 212 29] put dup /Ograve [79 205 212 27] put dup /Otilde [79 215 212 29] put dup /Ucircumflex [85 215 212 28] put dup /Ugrave [85 215 212 27] put dup /Ydieresis [89 142 212 168] put dup /agrave [97 84 0 27] put dup /aring [97 84 0 31] put dup /atilde [97 84 0 29] put dup /ecircumflex [101 56 0 28] put dup /egrave [101 56 0 27] put dup /idieresis [136 -52 0 168] put dup /igrave [136 -27 0 27] put dup /ntilde [110 49 0 29] put dup /ograve [111 84 0 27] put dup /otilde [111 69 0 29] put dup /ucircumflex [117 74 0 28] put dup /ugrave [117 84 0 27] put dup /ydieresis [121 36 0 168] put dup /abreve [97 83 0 162] put dup /Abreve [65 199 226 162] put dup /aogonek [97 240 -40 178] put dup /Aogonek [65 360 -40 178] put dup /cacute [99 30 0 180] put dup /Cacute [67 210 212 180] put dup /ccaron [99 80 0 183] put dup /Ccaron [67 248 214 183] put dup /dbar [100 240 320 173] put dup /Dbar [208 0 0 160] put dup /dcaron [100 390 85 39] put dup /Dcaron [68 253 221 183] put dup /ecaron [101 68 0 183] put dup /Ecaron [69 160 214 183] put dup /edotaccent [101 92 0 255] put dup /Edotaccent [69 197 212 255] put dup /eogonek [101 150 -40 178] put dup /Eogonek [69 312 -40 178] put dup /gbreve [103 84 0 162] put dup /Gbreve [71 205 212 162] put dup /Idotaccent [73 45 212 255] put dup /iogonek [105 12 -40 178] put dup /Iogonek [73 33 -40 178] put dup /lacute [108 53 219 180] put dup /Lacute [76 169 219 180] put dup /lcaron [108 142 85 39] put dup /Lcaron [76 247 52 39] put dup /nacute [110 60 0 180] put dup /Nacute [78 190 212 180] put dup /ncaron [110 83 0 183] put dup /Ncaron [78 226 221 183] put dup /ohungarumlaut [111 89 0 189] put dup /Ohungarumlaut [79 221 227 189] put dup /racute [114 50 0 180] put dup /Racute [82 239 219 180] put dup /rcaron [114 28 0 183] put dup /Rcaron [82 198 221 183] put dup /sacute [115 -20 0 180] put dup /Sacute [83 30 210 180] put dup /scedilla [115 28 0 184] put dup /Scedilla [83 94 0 184] put dup /tcaron [116 159 0 39] put dup /Tcaron [84 170 221 183] put dup /tcedilla [116 51 0 184] put dup /Tcedilla [84 168 0 184] put dup /uhungarumlaut [117 83 0 189] put dup /Uhungarumlaut [85 228 227 189] put dup /umacron [117 81 0 30] put dup /Umacron [85 240 212 30] put dup /uogonek [117 236 -40 178] put dup /Uogonek [85 287 -40 178] put dup /uring [117 83 0 31] put dup /Uring [85 245 191 31] put dup /zacute [122 30 0 180] put dup /Zacute [90 100 212 180] put dup /zdotaccent [122 -20 0 255] put dup /Zdotaccent [90 100 212 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Times-Bold-Ogonki /Times-Bold /Times-Bold-Ogonki OgonkiEncoding StandardEncoding 83 dict dup /Ydieresis [89 194 219 168] put dup /ydieresis [121 83 0 168] put dup /Ucircumflex [85 221 219 28] put dup /Ugrave [85 221 219 27] put dup /ucircumflex [117 104 0 28] put dup /ugrave [117 104 0 27] put dup /Idieresis [73 28 219 168] put dup /Igrave [73 28 219 27] put dup /idieresis [136 -34 0 168] put dup /igrave [136 -34 0 27] put dup /Ecircumflex [69 174 219 28] put dup /Egrave [69 174 219 27] put dup /ecircumflex [101 61 0 28] put dup /egrave [101 61 0 27] put dup /Agrave [65 187 219 27] put dup /agrave [97 76 0 27] put dup /Ograve [79 222 219 27] put dup /ograve [111 83 0 27] put dup /Atilde [65 187 219 29] put dup /atilde [97 76 0 29] put dup /Ntilde [78 194 219 29] put dup /ntilde [110 111 0 29] put dup /Otilde [79 222 219 29] put dup /otilde [111 83 0 29] put dup /Aring [65 187 219 31] put dup /aring [97 76 0 31] put dup /abreve [97 83 0 162] put dup /Abreve [65 194 240 162] put dup /aogonek [97 175 -30 178] put dup /Aogonek [65 384 -30 178] put dup /cacute [99 70 0 180] put dup /Cacute [67 210 219 180] put dup /ccaron [99 84 0 183] put dup /Ccaron [67 232 219 183] put dup /dbar [100 240 300 173] put dup /Dbar [208 0 0 160] put dup /dcaron [100 473 53 39] put dup /Dcaron [68 194 210 183] put dup /ecaron [101 61 0 183] put dup /Ecaron [69 174 219 183] put dup /edotaccent [101 61 0 255] put dup /Edotaccent [69 187 219 255] put dup /eogonek [101 114 -30 178] put dup /Eogonek [69 295 -30 178] put dup /gbreve [103 83 0 162] put dup /Gbreve [71 222 219 162] put dup /Idotaccent [73 28 219 255] put dup /iogonek [105 -50 -30 178] put dup /Iogonek [73 63 -30 178] put dup /lacute [108 -3 210 180] put dup /Lacute [76 167 210 180] put dup /lcaron [108 194 53 39] put dup /Lcaron [76 309 53 39] put dup /nacute [110 90 0 180] put dup /Nacute [78 190 219 180] put dup /ncaron [110 111 0 183] put dup /Ncaron [78 194 210 183] put dup /ohungarumlaut [111 83 0 189] put dup /Ohungarumlaut [79 222 219 189] put dup /racute [114 79 0 180] put dup /Racute [82 239 210 180] put dup /rcaron [114 55 0 183] put dup /Rcaron [82 194 210 183] put dup /sacute [115 20 0 180] put dup /Sacute [83 100 219 180] put dup /scedilla [115 12 0 184] put dup /Scedilla [83 94 0 184] put dup /tcaron [116 271 0 39] put dup /Tcaron [84 167 210 183] put dup /tcedilla [116 89 0 184] put dup /Tcedilla [84 227 0 184] put dup /umacron [117 104 0 30] put dup /Umacron [85 215 219 30] put dup /uhungarumlaut [117 104 0 189] put dup /Uhungarumlaut [85 221 219 189] put dup /uogonek [117 236 -25 178] put dup /Uogonek [85 299 -25 178] put dup /uring [117 111 0 31] put dup /Uring [85 194 174 31] put dup /zacute [122 80 0 180] put dup /Zacute [90 160 219 180] put dup /zdotaccent [122 70 0 255] put dup /Zdotaccent [90 200 219 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Times-BoldItalic-Ogonki /Times-BoldItalic /Times-BoldItalic-Ogonki OgonkiEncoding StandardEncoding 83 dict dup /Ydieresis [89 139 204 168] put dup /ydieresis [121 55 0 168] put dup /Ucircumflex [85 194 204 28] put dup /Ugrave [85 194 204 27] put dup /ucircumflex [117 111 0 28] put dup /ugrave [117 111 0 27] put dup /Idieresis [73 28 204 168] put dup /Igrave [73 28 204 27] put dup /idieresis [136 -27 0 168] put dup /igrave [136 -27 0 27] put dup /Ecircumflex [69 167 204 28] put dup /Egrave [69 167 204 27] put dup /ecircumflex [101 55 0 28] put dup /egrave [101 55 0 27] put dup /Agrave [65 167 204 27] put dup /agrave [97 83 0 27] put dup /Ograve [79 194 204 27] put dup /ograve [111 83 0 27] put dup /Atilde [65 167 204 29] put dup /atilde [97 83 0 29] put dup /Ntilde [78 194 204 29] put dup /ntilde [110 111 0 29] put dup /Otilde [79 194 204 29] put dup /otilde [111 83 0 29] put dup /Aring [65 167 204 31] put dup /aring [97 83 0 31] put dup /abreve [97 83 0 162] put dup /Abreve [65 227 224 162] put dup /aogonek [97 255 -30 178] put dup /Aogonek [65 410 -30 178] put dup /cacute [99 30 0 180] put dup /Cacute [67 190 212 180] put dup /ccaron [99 84 0 183] put dup /Ccaron [67 248 212 183] put dup /dbar [100 240 320 173] put dup /Dbar [208 0 0 160] put dup /dcaron [100 439 84 39] put dup /Dcaron [68 251 214 183] put dup /ecaron [101 55 0 183] put dup /Ecaron [69 167 204 183] put dup /edotaccent [101 84 0 255] put dup /Edotaccent [69 220 212 255] put dup /eogonek [101 145 -30 178] put dup /Eogonek [69 358 -30 178] put dup /gbreve [103 83 0 162] put dup /Gbreve [71 204 212 162] put dup /Idotaccent [73 44 212 255] put dup /iogonek [105 12 -30 178] put dup /Iogonek [73 33 -30 178] put dup /lacute [108 54 214 180] put dup /Lacute [76 196 214 180] put dup /lcaron [108 212 84 39] put dup /Lcaron [76 328 51 39] put dup /nacute [110 60 0 180] put dup /Nacute [78 190 212 180] put dup /ncaron [110 111 0 183] put dup /Ncaron [78 251 214 183] put dup /ohungarumlaut [111 83 0 189] put dup /Ohungarumlaut [79 194 204 189] put dup /racute [114 52 0 180] put dup /Racute [82 270 214 180] put dup /rcaron [114 28 0 183] put dup /Rcaron [82 224 214 183] put dup /sacute [115 -50 0 180] put dup /Sacute [83 70 212 180] put dup /scedilla [115 28 0 184] put dup /Scedilla [83 111 0 184] put dup /tcaron [116 203 0 39] put dup /Tcaron [84 196 214 183] put dup /tcedilla [116 60 0 184] put dup /Tcedilla [84 198 0 184] put dup /uhungarumlaut [117 111 0 189] put dup /Uhungarumlaut [85 194 204 189] put dup /umacron [117 108 0 30] put dup /Umacron [85 253 212 30] put dup /uring [117 111 0 31] put dup /Uring [85 240 175 31] put dup /uogonek [117 242 -30 178] put dup /Uogonek [85 287 -30 178] put dup /zacute [122 30 0 180] put dup /Zacute [90 130 212 180] put dup /zdotaccent [122 -20 0 255] put dup /Zdotaccent [90 130 212 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Helvetica-Ogonki /Helvetica /Helvetica-Ogonki OgonkiEncoding StandardEncoding 83 dict dup /Ydieresis [89 167 199 168] put dup /ydieresis [121 83 0 168] put dup /Ucircumflex [85 194 199 28] put dup /Ugrave [85 194 199 27] put dup /ucircumflex [117 111 0 28] put dup /ugrave [117 111 0 27] put dup /Idieresis [73 -21 199 168] put dup /Igrave [73 -21 199 27] put dup /idieresis [136 -27 0 168] put dup /igrave [136 -27 0 27] put dup /Ecircumflex [69 188 199 28] put dup /Egrave [69 188 199 27] put dup /ecircumflex [101 117 0 28] put dup /egrave [101 117 0 27] put dup /Agrave [65 167 199 27] put dup /agrave [97 111 0 27] put dup /Ograve [79 222 199 27] put dup /ograve [111 111 0 27] put dup /Atilde [65 167 199 29] put dup /atilde [97 111 0 29] put dup /Ntilde [78 200 199 29] put dup /ntilde [110 117 0 29] put dup /Otilde [79 222 199 29] put dup /otilde [111 111 0 29] put dup /Aring [65 167 199 31] put dup /aring [97 111 0 31] put dup /abreve [97 96 0 162] put dup /Abreve [65 174 195 162] put dup /aogonek [97 270 0 178] put dup /Aogonek [65 424 0 178] put dup /cacute [99 84 0 180] put dup /Cacute [67 196 195 180] put dup /ccaron [99 84 0 183] put dup /Ccaron [67 196 195 183] put dup /dbar [100 270 330 173] put dup /Dbar [208 0 0 160] put dup /dcaron [100 523 0 39] put dup /Dcaron [68 102 195 183] put dup /ecaron [101 93 0 183] put dup /Ecaron [69 102 195 183] put dup /edotaccent [101 111 0 255] put dup /Edotaccent [69 188 199 255] put dup /eogonek [101 150 0 178] put dup /Eogonek [69 290 0 178] put dup /gbreve [103 111 0 162] put dup /Gbreve [71 222 199 162] put dup /Idotaccent [73 -21 199 255] put dup /iogonek [105 -75 0 178] put dup /Iogonek [73 -30 0 178] put dup /lacute [108 -27 195 180] put dup /Lacute [76 -27 195 180] put dup /lcaron [108 169 0 39] put dup /Lcaron [76 276 0 39] put dup /nacute [110 160 0 180] put dup /Nacute [78 220 195 180] put dup /ncaron [110 70 0 183] put dup /Ncaron [78 160 195 183] put dup /ohungarumlaut [111 112 0 189] put dup /Ohungarumlaut [79 223 195 189] put dup /racute [114 25 0 180] put dup /Racute [82 200 195 180] put dup /rcaron [114 0 0 183] put dup /Rcaron [82 100 195 183] put dup /sacute [115 84 0 180] put dup /Sacute [83 167 195 180] put dup /scedilla [115 83 0 184] put dup /Scedilla [83 167 0 184] put dup /tcaron [116 291 0 39] put dup /Tcaron [84 165 195 183] put dup /tcedilla [116 84 0 184] put dup /Tcedilla [84 185 0 184] put dup /uhungarumlaut [117 112 0 189] put dup /Uhungarumlaut [85 195 195 189] put dup /umacron [117 111 0 30] put dup /Umacron [85 194 199 30] put dup /uogonek [117 255 0 178] put dup /Uogonek [85 288 5 178] put dup /uring [117 112 0 31] put dup /Uring [85 195 195 31] put dup /zacute [122 84 0 180] put dup /Zacute [90 139 195 180] put dup /zdotaccent [122 84 0 255] put dup /Zdotaccent [90 139 195 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Helvetica-Oblique-Ogonki /Helvetica-Oblique /Helvetica-Oblique-Ogonki OgonkiEncoding StandardEncoding 83 dict dup /Ydieresis [89 167 204 168] put dup /ydieresis [121 83 0 168] put dup /Ucircumflex [85 194 204 28] put dup /Ugrave [85 194 204 27] put dup /ucircumflex [117 111 0 28] put dup /ugrave [117 111 0 27] put dup /Idieresis [73 -27 204 168] put dup /Igrave [73 -27 204 27] put dup /idieresis [136 -27 0 168] put dup /igrave [136 -27 0 27] put dup /Ecircumflex [69 167 204 28] put dup /Egrave [69 167 204 27] put dup /ecircumflex [101 111 0 28] put dup /egrave [101 111 0 27] put dup /Agrave [65 167 204 27] put dup /agrave [97 111 0 27] put dup /Ograve [79 222 204 27] put dup /ograve [111 111 0 27] put dup /Atilde [65 167 204 29] put dup /atilde [97 111 0 29] put dup /Ntilde [78 194 204 29] put dup /ntilde [110 111 0 29] put dup /Otilde [79 222 204 29] put dup /otilde [111 111 0 29] put dup /Aring [65 167 204 31] put dup /aring [97 111 0 31] put dup /abreve [97 111 0 162] put dup /Abreve [65 210 207 162] put dup /aogonek [97 270 0 178] put dup /Aogonek [65 424 0 178] put dup /cacute [99 83 0 180] put dup /Cacute [67 235 196 180] put dup /ccaron [99 111 0 183] put dup /Ccaron [67 257 204 183] put dup /dbar [100 332 329 173] put dup /Dbar [208 0 0 160] put dup /dcaron [100 499 94 39] put dup /Dcaron [68 236 198 183] put dup /ecaron [101 111 0 183] put dup /Ecaron [69 209 198 183] put dup /edotaccent [101 111 0 255] put dup /Edotaccent [69 215 204 255] put dup /eogonek [101 150 0 178] put dup /Eogonek [69 290 0 178] put dup /gbreve [103 111 0 162] put dup /Gbreve [71 222 204 162] put dup /Idotaccent [73 27 204 255] put dup /Iogonek [73 -35 0 178] put dup /iogonek [105 -75 0 178] put dup /lacute [108 10 196 180] put dup /Lacute [76 152 196 180] put dup /lcaron [108 156 94 39] put dup /Lcaron [76 198 94 39] put dup /nacute [110 135 0 180] put dup /Nacute [78 281 196 180] put dup /ncaron [110 111 0 183] put dup /Ncaron [78 236 198 183] put dup /ohungarumlaut [111 111 0 189] put dup /Ohungarumlaut [79 222 204 189] put dup /racute [114 24 0 180] put dup /Racute [82 281 196 180] put dup /rcaron [114 0 0 183] put dup /Rcaron [82 236 198 183] put dup /sacute [115 83 0 180] put dup /Sacute [83 208 196 180] put dup /scedilla [115 83 0 184] put dup /Scedilla [83 167 0 184] put dup /tcaron [116 215 0 39] put dup /Tcaron [84 181 198 183] put dup /tcedilla [116 54 0 184] put dup /Tcedilla [84 198 0 184] put dup /uhungarumlaut [117 111 0 189] put dup /Uhungarumlaut [85 194 204 189] put dup /umacron [117 111 0 30] put dup /Umacron [85 242 204 30] put dup /uring [117 111 0 31] put dup /Uring [85 235 197 31] put dup /uogonek [117 255 0 178] put dup /Uogonek [85 250 0 178] put dup /zacute [122 107 0 180] put dup /Zacute [90 180 196 180] put dup /zdotaccent [122 83 0 255] put dup /Zdotaccent [90 187 229 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Helvetica-Bold-Ogonki /Helvetica-Bold /Helvetica-Bold-Ogonki OgonkiEncoding StandardEncoding 83 dict dup /Ydieresis [89 167 191 168] put dup /ydieresis [121 111 0 168] put dup /Ucircumflex [85 197 191 28] put dup /Ugrave [85 197 191 27] put dup /ucircumflex [117 139 0 28] put dup /ugrave [117 139 0 27] put dup /Idieresis [73 -27 191 168] put dup /Igrave [73 -27 191 27] put dup /idieresis [136 -27 0 168] put dup /igrave [136 -27 0 27] put dup /Ecircumflex [69 188 191 28] put dup /Egrave [69 188 191 27] put dup /ecircumflex [101 111 0 28] put dup /egrave [101 111 0 27] put dup /Agrave [65 197 191 27] put dup /agrave [97 111 0 27] put dup /Ograve [79 222 191 27] put dup /ograve [111 139 0 27] put dup /Atilde [65 197 191 29] put dup /atilde [97 111 0 29] put dup /Ntilde [78 200 191 29] put dup /ntilde [110 146 0 29] put dup /Otilde [79 222 191 29] put dup /otilde [111 139 0 29] put dup /Aring [65 197 191 31] put dup /aring [97 111 0 31] put dup /abreve [97 111 0 162] put dup /Abreve [65 194 202 162] put dup /aogonek [97 270 0 178] put dup /Aogonek [65 444 0 178] put dup /cacute [99 111 0 180] put dup /Cacute [67 194 193 180] put dup /ccaron [99 122 0 183] put dup /Ccaron [67 210 191 183] put dup /dbar [100 302 298 173] put dup /Dbar [208 0 0 160] put dup /dcaron [100 493 73 39] put dup /Dcaron [68 194 190 183] put dup /ecaron [101 111 0 183] put dup /Ecaron [69 167 190 183] put dup /edotaccent [101 103 0 255] put dup /Edotaccent [69 188 191 255] put dup /eogonek [101 150 0 178] put dup /Eogonek [69 290 0 178] put dup /gbreve [103 139 0 162] put dup /Gbreve [71 222 191 162] put dup /Idotaccent [73 -27 191 255] put dup /iogonek [105 -39 0 178] put dup /Iogonek [73 -30 0 178] put dup /lacute [108 -7 193 180] put dup /Lacute [76 139 193 180] put dup /lcaron [108 155 73 39] put dup /Lcaron [76 161 73 39] put dup /nacute [110 159 0 180] put dup /Nacute [78 231 193 180] put dup /ncaron [110 111 0 183] put dup /Ncaron [78 194 215 183] put dup /ohungarumlaut [111 139 0 189] put dup /Ohungarumlaut [79 222 191 189] put dup /racute [114 48 0 180] put dup /Racute [82 231 193 180] put dup /rcaron [114 28 0 183] put dup /Rcaron [82 194 190 183] put dup /sacute [115 111 0 180] put dup /Sacute [83 167 193 180] put dup /scedilla [115 111 0 184] put dup /Scedilla [83 167 0 184] put dup /tcaron [116 249 0 39] put dup /Tcaron [84 139 190 183] put dup /tcedilla [116 86 0 184] put dup /Tcedilla [84 197 0 184] put dup /uhungarumlaut [117 139 0 189] put dup /Uhungarumlaut [85 197 191 189] put dup /uring [117 139 0 31] put dup /Uring [85 194 190 31] put dup /umacron [117 139 0 30] put dup /Umacron [85 199 191 30] put dup /uogonek [117 286 0 178] put dup /Uogonek [85 260 0 178] put dup /zacute [122 103 0 180] put dup /Zacute [90 139 193 180] put dup /zdotaccent [122 83 0 255] put dup /Zdotaccent [90 139 206 255] put makeComposite %%EndResource %%EndResource %! % Automatically generated by the Ogonkify package % Do not modify % -- code follows this line -- %%BeginResource: font Helvetica-BoldOblique-Ogonki /Helvetica-BoldOblique /Helvetica-BoldOblique-Ogonki OgonkiEncoding StandardEncoding 83 dict dup /Ydieresis [89 167 187 168] put dup /ydieresis [121 111 0 168] put dup /Ucircumflex [85 194 187 28] put dup /Ugrave [85 194 187 27] put dup /ucircumflex [117 139 0 28] put dup /ugrave [117 139 0 27] put dup /Idieresis [73 -27 187 168] put dup /Igrave [73 -27 187 27] put dup /idieresis [136 -27 0 168] put dup /igrave [136 -27 0 27] put dup /Ecircumflex [69 167 187 28] put dup /Egrave [69 167 187 27] put dup /ecircumflex [101 111 0 28] put dup /egrave [101 111 0 27] put dup /Agrave [65 194 187 27] put dup /agrave [97 111 0 27] put dup /Ograve [79 222 187 27] put dup /ograve [111 139 0 27] put dup /Atilde [65 194 187 29] put dup /atilde [97 111 0 29] put dup /Ntilde [78 194 187 29] put dup /ntilde [110 139 0 29] put dup /Otilde [79 222 187 29] put dup /otilde [111 139 0 29] put dup /Aring [65 194 187 31] put dup /aring [97 111 0 31] put dup /abreve [97 111 0 162] put dup /Abreve [65 236 202 162] put dup /aogonek [97 270 0 178] put dup /Aogonek [65 440 0 178] put dup /cacute [99 111 0 180] put dup /Cacute [67 235 193 180] put dup /ccaron [99 122 0 183] put dup /Ccaron [67 257 187 183] put dup /dbar [100 383 298 173] put dup /Dbar [208 0 0 160] put dup /dcaron [100 553 73 39] put dup /Dcaron [68 234 190 183] put dup /ecaron [101 111 0 183] put dup /Ecaron [69 207 190 183] put dup /edotaccent [101 102 0 255] put dup /Edotaccent [69 215 187 255] put dup /eogonek [101 150 0 178] put dup /Eogonek [69 290 0 178] put dup /gbreve [103 139 0 162] put dup /Gbreve [71 222 187 162] put dup /Idotaccent [73 27 187 255] put dup /Iogonek [73 -35 0 178] put dup /iogonek [105 -48 0 178] put dup /lacute [108 37 193 180] put dup /Lacute [76 180 193 180] put dup /lcaron [108 215 73 39] put dup /Lcaron [76 221 73 39] put dup /nacute [110 162 0 180] put dup /Nacute [78 278 193 180] put dup /ncaron [110 139 0 183] put dup /Ncaron [78 234 190 183] put dup /ohungarumlaut [111 139 0 189] put dup /Ohungarumlaut [79 222 187 189] put dup /racute [114 51 0 180] put dup /Racute [82 278 193 180] put dup /rcaron [114 28 0 183] put dup /Rcaron [82 234 190 183] put dup /sacute [115 111 0 180] put dup /Sacute [83 208 193 180] put dup /scedilla [115 111 0 184] put dup /Scedilla [83 167 0 184] put dup /tcaron [116 267 0 39] put dup /Tcaron [84 179 190 183] put dup /tcedilla [116 94 0 184] put dup /Tcedilla [84 200 0 184] put dup /uhungarumlaut [117 139 0 189] put dup /Uhungarumlaut [85 194 187 189] put dup /umacron [117 135 0 30] put dup /Umacron [85 242 187 30] put dup /uring [117 139 0 31] put dup /Uring [85 234 190 31] put dup /uogonek [117 283 0 178] put dup /Uogonek [85 257 0 178] put dup /zacute [122 106 0 180] put dup /Zacute [90 180 193 180] put dup /zdotaccent [122 83 0 255] put dup /Zdotaccent [90 182 206 255] put makeComposite %%EndResource %%EndResource /Times-Bold-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Times-Bold exch definefont pop /Helvetica-Oblique-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Helvetica-Oblique exch definefont pop /Helvetica-Bold-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Helvetica-Bold exch definefont pop /Helvetica-BoldOblique-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Helvetica-BoldOblique exch definefont pop /Helvetica-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Helvetica exch definefont pop /Times-Italic-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Times-Italic exch definefont pop /Times-BoldItalic-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Times-BoldItalic exch definefont pop /Courier-Oblique-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Courier-Oblique exch definefont pop /Courier-Bold-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Courier-Bold exch definefont pop /Courier-BoldOblique-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Courier-BoldOblique exch definefont pop /Courier-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Courier exch definefont pop /Times-Roman-Ogonki findfont dup length 1 add dict begin {1 index /FID ne {def} {pop pop} ifelse} forall currentdict end /Times-Roman exch definefont pop [ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash /zero /one /two /three /four /five /six /seven /eight /nine /colon /semicolon /less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright /asciitilde /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space /exclamdown /cent /sterling /currency /yen /brokenbar /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /hyphen /registered /macron /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis] /isolatin1encoding exch def /Times-Roman-latin1 /Times-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Times-Italic-latin1 /Times-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Times-Bold-latin1 /Times-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Times-BoldItalic-latin1 /Times-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /AvantGarde-Book-latin1 /AvantGarde-Book findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /AvantGarde-BookOblique-latin1 /AvantGarde-BookOblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /AvantGarde-Demi-latin1 /AvantGarde-Demi findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /AvantGarde-DemiOblique-latin1 /AvantGarde-DemiOblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Bookman-Light-latin1 /Bookman-Light findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Bookman-LightItalic-latin1 /Bookman-LightItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Bookman-Demi-latin1 /Bookman-Demi findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Bookman-DemiItalic-latin1 /Bookman-DemiItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Courier-latin1 /Courier findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Courier-Oblique-latin1 /Courier-Oblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Courier-Bold-latin1 /Courier-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Courier-BoldOblique-latin1 /Courier-BoldOblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Helvetica-latin1 /Helvetica findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Helvetica-Oblique-latin1 /Helvetica-Oblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Helvetica-Bold-latin1 /Helvetica-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Helvetica-BoldOblique-latin1 /Helvetica-BoldOblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Helvetica-Narrow-latin1 /Helvetica-Narrow findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Helvetica-Narrow-Oblique-latin1 /Helvetica-Narrow-Oblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Helvetica-Narrow-Bold-latin1 /Helvetica-Narrow-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Helvetica-Narrow-BoldOblique-latin1 /Helvetica-Narrow-BoldOblique findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /NewCenturySchoolbook-Roman-latin1 /NewCenturySchoolbook-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /NewCenturySchoolbook-Italic-latin1 /NewCenturySchoolbook-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /NewCenturySchoolbook-Bold-latin1 /NewCenturySchoolbook-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /NewCenturySchoolbook-BoldItalic-latin1 /NewCenturySchoolbook-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Palatino-Roman-latin1 /Palatino-Roman findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Palatino-Italic-latin1 /Palatino-Italic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Palatino-Bold-latin1 /Palatino-Bold findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Palatino-BoldItalic-latin1 /Palatino-BoldItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /Symbol-latin1 /Symbol findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /ZapfChancery-MediumItalic-latin1 /ZapfChancery-MediumItalic findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /ZapfDingbats-latin1 /ZapfDingbats findfont dup length dict begin {1 index /FID ne {def} {pop pop} ifelse} forall /Encoding ISOLatin2Encoding def currentdict end definefont pop /cp {closepath} bind def /c {curveto} bind def /f {fill} bind def /a {arc} bind def /ef {eofill} bind def /ex {exch} bind def /gr {grestore} bind def /gs {gsave} bind def /sa {save} bind def /rs {restore} bind def /l {lineto} bind def /m {moveto} bind def /rm {rmoveto} bind def /n {newpath} bind def /s {stroke} bind def /sh {show} bind def /slc {setlinecap} bind def /slj {setlinejoin} bind def /slw {setlinewidth} bind def /srgb {setrgbcolor} bind def /rot {rotate} bind def /sc {scale} bind def /sd {setdash} bind def /ff {findfont} bind def /sf {setfont} bind def /scf {scalefont} bind def /sw {stringwidth pop} bind def /tr {translate} bind def /ellipsedict 8 dict def ellipsedict /mtrx matrix put /ellipse { ellipsedict begin /endangle exch def /startangle exch def /yrad exch def /xrad exch def /y exch def /x exch def /savematrix mtrx currentmatrix def x y tr xrad yrad sc 0 0 1 startangle endangle arc savematrix setmatrix end } def /colortogray { /rgbdata exch store rgbdata length 3 idiv /npixls exch store /rgbindx 0 store 0 1 npixls 1 sub { grays exch rgbdata rgbindx get 20 mul rgbdata rgbindx 1 add get 32 mul rgbdata rgbindx 2 add get 12 mul add add 64 idiv put /rgbindx rgbindx 3 add store } for grays 0 npixls getinterval } bind def /mergeprocs { dup length 3 -1 roll dup length dup 5 1 roll 3 -1 roll add array cvx dup 3 -1 roll 0 exch putinterval dup 4 2 roll putinterval } bind def /colorimage { pop pop {colortogray} mergeprocs image } bind def %%EndProlog %%Page: 1 1 gs 20.247470 -20.247470 scale -0.450000 -40.602224 translate n 0.450000 -0.977778 m 29.850000 -0.977778 l 29.850000 40.602224 l 0.450000 40.602224 l 0.450000 -0.977778 l clip 1.000000 1.000000 1.000000 srgb n 14.500000 1.000000 m 18.500000 3.500320 l 14.500000 6.000640 l 10.500000 3.500320 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 14.500000 1.000000 m 18.500000 3.500320 l 14.500000 6.000640 l 10.500000 3.500320 l cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Funguje ten) dup sw 2 div 14.500000 ex sub 3.370690 m gs 1 -1 sc sh gr 0.000000 0.000000 0.000000 srgb (krám?) dup sw 2 div 14.500000 ex sub 4.070690 m gs 1 -1 sc sh gr 1.000000 1.000000 1.000000 srgb n 3.500000 7.035110 3.000000 1.535110 0 360 ellipse f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 3.500000 7.035110 3.000000 1.535110 0 360 ellipse cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Nešťourejte) dup sw 2 div 3.500000 ex sub 6.905480 m gs 1 -1 sc sh gr 0.000000 0.000000 0.000000 srgb (se v něm) dup sw 2 div 3.500000 ex sub 7.605480 m gs 1 -1 sc sh gr 1.000000 1.000000 1.000000 srgb n 21.500000 5.500000 m 21.500000 8.500000 l 27.500000 8.500000 l 27.500000 5.500000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 21.500000 5.500000 m 21.500000 8.500000 l 27.500000 8.500000 l 27.500000 5.500000 l cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Šťoural jste) dup sw 2 div 24.500000 ex sub 6.870370 m gs 1 -1 sc sh gr 0.000000 0.000000 0.000000 srgb (se v něm?) dup sw 2 div 24.500000 ex sub 7.570370 m gs 1 -1 sc sh gr 1.000000 1.000000 1.000000 srgb n 24.500000 12.025133 2.500000 1.525133 0 360 ellipse f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 24.500000 12.025133 2.500000 1.525133 0 360 ellipse cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Jste) dup sw 2 div 24.500000 ex sub 11.895503 m gs 1 -1 sc sh gr 0.000000 0.000000 0.000000 srgb (nemehlo) dup sw 2 div 24.500000 ex sub 12.595503 m gs 1 -1 sc sh gr 1.000000 1.000000 1.000000 srgb n 10.500000 10.500000 m 10.500000 13.500000 l 18.500000 13.500000 l 18.500000 10.500000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 10.500000 10.500000 m 10.500000 13.500000 l 18.500000 13.500000 l 18.500000 10.500000 l cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Viděl vás) dup sw 2 div 14.500000 ex sub 11.870370 m gs 1 -1 sc sh gr 0.000000 0.000000 0.000000 srgb (někdo?) dup sw 2 div 14.500000 ex sub 12.570370 m gs 1 -1 sc sh gr 1.000000 1.000000 1.000000 srgb n 7.000000 15.750000 2.500000 1.250000 0 360 ellipse f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 7.000000 15.750000 2.500000 1.250000 0 360 ellipse cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Ututlejte to) dup sw 2 div 7.000000 ex sub 15.970370 m gs 1 -1 sc sh gr 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 0.000000 0.000000 0.000000 srgb n 10.500000 3.500320 m 10.500000 3.499680 l 3.500000 3.499680 l 3.500000 5.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 3.200000 4.700000 m 3.500000 5.500000 l 3.800000 4.700000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 3.200000 4.700000 m 3.500000 5.500000 l 3.800000 4.700000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 0.000000 0.000000 0.000000 srgb n 18.500000 3.500320 m 18.500000 3.500000 l 24.500000 3.500000 l 24.500000 5.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 24.200000 4.700000 m 24.500000 5.500000 l 24.800000 4.700000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 24.200000 4.700000 m 24.500000 5.500000 l 24.800000 4.700000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc 0.000000 0.000000 0.000000 srgb n 24.500000 8.500000 m 24.500000 10.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 24.200000 9.700000 m 24.500000 10.500000 l 24.800000 9.700000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 24.200000 9.700000 m 24.500000 10.500000 l 24.800000 9.700000 l cp s 0.150000 slw [] 0 sd [] 0 sd 0 slc 0 slj 0 slc 0 slj [] 0 sd 1.000000 1.000000 1.000000 srgb n 11.500000 18.500000 m 17.500000 18.500000 l 17.500000 22.500000 l 14.500000 23.500000 l 11.500000 22.500000 l 11.500000 18.500000 l f 0.000000 0.000000 0.000000 srgb n 11.500000 18.500000 m 17.500000 18.500000 l 17.500000 22.500000 l 14.500000 23.500000 l 11.500000 22.500000 l 11.500000 18.500000 l s /Helvetica-Bold-latin1 ff 0.800000 scf sf 0.000000 0.000000 0.000000 srgb (JSTE BLB) dup sw 2 div 14.500000 ex sub 20.751852 m gs 1 -1 sc sh gr 0.100000 slw [] 0 sd [] 0 sd 0 slc 0.000000 0.000000 0.000000 srgb n 22.000000 12.025133 m 18.500000 12.000000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 19.302134 11.705752 m 18.500000 12.000000 l 19.297825 12.305737 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 19.302134 11.705752 m 18.500000 12.000000 l 19.297825 12.305737 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 0.000000 0.000000 0.000000 srgb n 10.500000 12.000000 m 10.500000 12.000000 l 7.000000 12.000000 l 7.000000 14.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 6.700000 13.700000 m 7.000000 14.500000 l 7.300000 13.700000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 6.700000 13.700000 m 7.000000 14.500000 l 7.300000 13.700000 l cp s 1.000000 1.000000 1.000000 srgb n 21.500000 15.500000 m 21.500000 17.500000 l 27.500000 17.500000 l 27.500000 15.500000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 21.500000 15.500000 m 21.500000 17.500000 l 27.500000 17.500000 l 27.500000 15.500000 l cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Schytáte to?) dup sw 2 div 24.500000 ex sub 16.720370 m gs 1 -1 sc sh gr 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 0.000000 0.000000 0.000000 srgb n 21.500000 16.500000 m 21.500000 16.500000 l 16.000000 16.500000 l 16.000000 18.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 15.700000 17.700000 m 16.000000 18.500000 l 16.300000 17.700000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 15.700000 17.700000 m 16.000000 18.500000 l 16.300000 17.700000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc 0.000000 0.000000 0.000000 srgb n 14.500000 13.500000 m 14.500000 18.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 14.200000 17.700000 m 14.500000 18.500000 l 14.800000 17.700000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 14.200000 17.700000 m 14.500000 18.500000 l 14.800000 17.700000 l cp s 1.000000 1.000000 1.000000 srgb n 4.500000 18.500000 m 4.500000 20.500000 l 9.500000 20.500000 l 9.500000 18.500000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 4.500000 18.500000 m 4.500000 20.500000 l 9.500000 20.500000 l 9.500000 18.500000 l cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Povedlo se?) dup sw 2 div 7.000000 ex sub 19.720370 m gs 1 -1 sc sh gr 0.100000 slw [] 0 sd [] 0 sd 0 slc 0.000000 0.000000 0.000000 srgb n 7.000000 17.000000 m 7.000000 18.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 6.700000 17.700000 m 7.000000 18.500000 l 7.300000 17.700000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 6.700000 17.700000 m 7.000000 18.500000 l 7.300000 17.700000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc 0.000000 0.000000 0.000000 srgb n 9.500000 19.500000 m 11.500000 19.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 10.700000 19.800000 m 11.500000 19.500000 l 10.700000 19.200000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 10.700000 19.800000 m 11.500000 19.500000 l 10.700000 19.200000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 0.000000 0.000000 0.000000 srgb n 3.500000 8.570220 m 3.500000 33.500000 l 11.000000 33.500000 l 11.000000 33.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 10.200000 33.800000 m 11.000000 33.500000 l 10.200000 33.200000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 10.200000 33.800000 m 11.000000 33.500000 l 10.200000 33.200000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc 0.000000 0.000000 0.000000 srgb n 24.500000 17.500000 m 24.500000 24.000000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 24.200000 23.200000 m 24.500000 24.000000 l 24.800000 23.200000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 24.200000 23.200000 m 24.500000 24.000000 l 24.800000 23.200000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 0.000000 0.000000 0.000000 srgb n 27.500000 7.000000 m 29.000000 7.000000 l 29.000000 16.500000 l 27.500000 16.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 28.300000 16.200000 m 27.500000 16.500000 l 28.300000 16.800000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 28.300000 16.200000 m 27.500000 16.500000 l 28.300000 16.800000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 0.000000 0.000000 0.000000 srgb n 24.500000 26.535957 m 24.500000 32.500000 l 18.000000 32.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 18.800000 32.200000 m 18.000000 32.500000 l 18.800000 32.800000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 18.800000 32.200000 m 18.000000 32.500000 l 18.800000 32.800000 l cp s 1.000000 1.000000 1.000000 srgb n 11.000000 25.000000 m 11.000000 28.000000 l 18.000000 28.000000 l 18.000000 25.000000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 11.000000 25.000000 m 11.000000 28.000000 l 18.000000 28.000000 l 18.000000 25.000000 l cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Máte to na koho) dup sw 2 div 14.500000 ex sub 26.370370 m gs 1 -1 sc sh gr 0.000000 0.000000 0.000000 srgb (svést?) dup sw 2 div 14.500000 ex sub 27.070370 m gs 1 -1 sc sh gr 0.100000 slw [] 0 sd [] 0 sd 0 slc 0.000000 0.000000 0.000000 srgb n 14.500000 23.500000 m 14.500000 25.000000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 14.200000 24.200000 m 14.500000 25.000000 l 14.800000 24.200000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 14.200000 24.200000 m 14.500000 25.000000 l 14.800000 24.200000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slc 0.000000 0.000000 0.000000 srgb n 14.500000 28.000000 m 14.500000 30.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 14.200000 29.700000 m 14.500000 30.500000 l 14.800000 29.700000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 14.200000 29.700000 m 14.500000 30.500000 l 14.800000 29.700000 l cp s 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 0.000000 0.000000 0.000000 srgb n 11.000000 26.500000 m 11.000000 26.500000 l 9.000000 26.500000 l 9.000000 21.500000 l 11.500000 21.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 10.700000 21.800000 m 11.500000 21.500000 l 10.700000 21.200000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 10.700000 21.800000 m 11.500000 21.500000 l 10.700000 21.200000 l cp s /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (ANO) dup sw 2 div 9.000000 ex sub 3.000000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (NE) dup sw 2 div 20.000000 ex sub 3.000000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (ANO) dup sw 2 div 13.500000 ex sub 14.500000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (NE) dup sw 2 div 9.500000 ex sub 11.500000 m gs 1 -1 sc sh gr 0.100000 slw [] 0 sd [] 0 sd 0 slj 0 slc 0.000000 0.000000 0.000000 srgb n 7.000000 20.500000 m 7.000000 31.500000 l 11.000000 31.500000 l 11.000000 31.500000 l s 0 slj 1.000000 1.000000 1.000000 srgb n 10.200000 31.800000 m 11.000000 31.500000 l 10.200000 31.200000 l f 0.100000 slw [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 10.200000 31.800000 m 11.000000 31.500000 l 10.200000 31.200000 l cp s /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (ANO) dup sw 2 div 6.000000 ex sub 21.500000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (NE) dup sw 2 div 10.500000 ex sub 19.000000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (NE) dup sw 2 div 28.500000 ex sub 6.500000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (ANO) dup sw 2 div 23.500000 ex sub 9.500000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (ANO) dup sw 2 div 13.500000 ex sub 29.000000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (ANO) dup sw 2 div 20.500000 ex sub 16.000000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (NE) dup sw 2 div 24.000000 ex sub 18.500000 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 0.600000 scf sf 0.000000 0.000000 0.000000 srgb (NE) dup sw 2 div 10.000000 ex sub 26.000000 m gs 1 -1 sc sh gr 1.000000 1.000000 1.000000 srgb n 24.500000 25.267978 3.000000 1.267978 0 360 ellipse f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 24.500000 25.267978 3.000000 1.267978 0 360 ellipse cp s /Helvetica-Bold-latin1 ff 0.700000 scf sf 0.000000 0.000000 0.000000 srgb (Nechte to) dup sw 2 div 24.500000 ex sub 25.138349 m gs 1 -1 sc sh gr 0.000000 0.000000 0.000000 srgb (plavat) dup sw 2 div 24.500000 ex sub 25.838349 m gs 1 -1 sc sh gr /Helvetica-Bold-latin1 ff 1.200000 scf sf 0.000000 0.000000 0.000000 srgb (Technologické schéma řešení problému) dup sw 2 div 14.500000 ex sub 0.000000 m gs 1 -1 sc sh gr 1.000000 1.000000 1.000000 srgb n 11.000000 30.500000 m 18.000000 30.500000 l 18.000000 34.500000 l 11.000000 34.500000 l f 0.100000 slw [] 0 sd [] 0 sd 0 slj 0.000000 0.000000 0.000000 srgb n 11.000000 30.500000 m 18.000000 30.500000 l 18.000000 34.500000 l 11.000000 34.500000 l cp s /Helvetica-Bold-latin1 ff 0.800000 scf sf 0.000000 0.000000 0.000000 srgb (NENÍ CO) dup sw 2 div 14.500000 ex sub 32.351852 m gs 1 -1 sc sh gr 0.000000 0.000000 0.000000 srgb (ŘEŠIT!) dup sw 2 div 14.500000 ex sub 33.151852 m gs 1 -1 sc sh gr gr showpage