%!PS-Adobe-3.0 %%Title: fort.31 %%For: %%Creator: a2ps version 4.13 %%CreationDate: Mon Jan 28 11:37:59 2013 %%BoundingBox: 24 24 571 818 %%DocumentData: Clean7Bit %%Orientation: Landscape %%Pages: 3 %%PageOrder: Ascend %%DocumentMedia: A4 595 842 0 () () %%DocumentNeededResources: font Courier %%+ font Courier-Bold %%+ font Courier-BoldOblique %%+ font Courier-Oblique %%+ font Helvetica %%+ font Helvetica-Bold %%+ font Symbol %%+ font Times-Bold %%+ font Times-Roman %%DocumentProcessColors: Black %%DocumentSuppliedResources: procset a2ps-a2ps-hdr %%+ procset a2ps-black+white-Prolog %%+ encoding ISO-8859-1Encoding %%EndComments /a2psdict 200 dict def a2psdict begin %%BeginProlog %%Copyright: (c) 1988, 89, 90, 91, 92, 93 Miguel Santana %%Copyright: (c) 1995, 96, 97, 98 Akim Demaille, Miguel Santana % Check PostScript language level. /languagelevel where { pop /gs_languagelevel languagelevel def } { /gs_languagelevel 1 def } ifelse % EPSF import as in the Red Book /BeginInclude { /b4_Inc_state save def % Save state for cleanup /dict_count countdictstack def % Count objects on dict stack /op_count count 1 sub def % Count objects on operand stack userdict begin 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [ ] 0 setdash newpath gs_languagelevel 1 ne { false setstrokeadjust false setoverprint } if } bind def /EndInclude { count op_count sub { pos } repeat % Clean up stacks countdictstack dict_count sub { end } repeat b4_Inc_state restore } bind def /BeginEPSF { BeginInclude /showpage { } def } bind def /EndEPSF { EndInclude } bind def % Page prefeed /page_prefeed { % bool -> - statusdict /prefeed known { statusdict exch /prefeed exch put } { pop } ifelse } bind def /deffont { findfont exch scalefont def } bind def /reencode_font { findfont reencode 2 copy definefont pop def } bind def % Function c-show (str => -) % centers text only according to x axis. /c-show { dup stringwidth pop 2 div neg 0 rmoveto show } bind def % Function l-show (str => -) % prints texts so that it ends at currentpoint /l-show { dup stringwidth pop neg 0 rmoveto show } bind def % center-fit show (str w => -) % show centered, and scale currentfont so that the width is less than w /cfshow { exch dup stringwidth pop % If the title is too big, try to make it smaller 3 2 roll 2 copy gt { % if, i.e. too big exch div currentfont exch scalefont setfont } { % ifelse pop pop } ifelse c-show % center title } bind def % Return the y size of the current font % - => fontsize /currentfontsize { currentfont /FontType get 0 eq { currentfont /FontMatrix get 3 get }{ currentfont /FontMatrix get 3 get 1000 mul } ifelse } bind def % reencode the font % -> /reencode { %def dup length 5 add dict begin { %forall 1 index /FID ne { def }{ pop pop } ifelse } forall /Encoding exch def % Use the font's bounding box to determine the ascent, descent, % and overall height; don't forget that these values have to be % transformed using the font's matrix. % We use `load' because sometimes BBox is executable, sometimes not. % Since we need 4 numbers an not an array avoid BBox from being executed /FontBBox load aload pop FontMatrix transform /Ascent exch def pop FontMatrix transform /Descent exch def pop /FontHeight Ascent Descent sub def % Define these in case they're not in the FontInfo (also, here % they're easier to get to. /UnderlinePosition 1 def /UnderlineThickness 1 def % Get the underline position and thickness if they're defined. currentdict /FontInfo known { FontInfo dup /UnderlinePosition known { dup /UnderlinePosition get 0 exch FontMatrix transform exch pop /UnderlinePosition exch def } if dup /UnderlineThickness known { /UnderlineThickness get 0 exch FontMatrix transform exch pop /UnderlineThickness exch def } if } if currentdict end } bind def % composite fonts for ASCII-EUC mixed string % Version 1.2 1/31/1990 % Orignal Ken'ichi HANDA (handa@etl.go.jp) % Modified Norio Katayama (katayama@rd.nacsis.ac.jp),1998 % Extend & Fix Koji Nakamaru (maru@on.cs.keio.ac.jp), 1999 % Anyone can freely copy, modify, distribute this program. /copyfont { % font-dic extra-entry-count copyfont font-dic 1 index maxlength add dict begin { 1 index /FID ne 2 index /UniqueID ne and {def} {pop pop} ifelse } forall currentdict end } bind def /compositefont { % ASCIIFontName EUCFontName RomanScale RomanOffset Rot(T/F) compositefont font /RomanRotation exch def /RomanOffset exch def /RomanScale exch def userdict /fixeucfont_dict known not { userdict begin /fixeucfont_dict 2 dict begin /UpperByteEncoding [ 16#00 1 16#20 { pop 0 } for 16#21 1 16#28 { 16#20 sub } for 16#29 1 16#2F { pop 0 } for 16#30 1 16#74 { 16#27 sub } for 16#75 1 16#FF { pop 0 } for ] def /LowerByteEncoding [ 16#00 1 16#A0 { pop /.notdef } for 16#A1 1 16#FE { 16#80 sub 16 2 string cvrs (cXX) dup 1 4 -1 roll putinterval cvn } for /.notdef ] def currentdict end def end } if findfont dup /FontType get 0 eq { 14 dict begin % % 7+8 bit EUC font % 12 dict begin /EUCFont exch def /FontInfo (7+8 bit EUC font) readonly def /PaintType 0 def /FontType 0 def /FontMatrix matrix def % /FontName /Encoding fixeucfont_dict /UpperByteEncoding get def /FMapType 2 def EUCFont /WMode known { EUCFont /WMode get /WMode exch def } { /WMode 0 def } ifelse /FDepVector [ EUCFont /FDepVector get 0 get [ 16#21 1 16#28 {} for 16#30 1 16#74 {} for ] { 13 dict begin /EUCFont EUCFont def /UpperByte exch 16#80 add def % /FontName /FontInfo (EUC lower byte font) readonly def /PaintType 0 def /FontType 3 def /FontMatrix matrix def /FontBBox {0 0 0 0} def /Encoding fixeucfont_dict /LowerByteEncoding get def % /UniqueID % /WMode /BuildChar { gsave exch dup /EUCFont get setfont /UpperByte get 2 string dup 0 4 -1 roll put dup 1 4 -1 roll put dup stringwidth setcharwidth 0 0 moveto show grestore } bind def currentdict end /lowerbytefont exch definefont } forall ] def currentdict end /eucfont exch definefont exch findfont 1 copyfont dup begin RomanRotation { /FontMatrix FontMatrix [ 0 RomanScale neg RomanScale 0 RomanOffset neg 0 ] matrix concatmatrix def }{ /FontMatrix FontMatrix [ RomanScale 0 0 RomanScale 0 RomanOffset ] matrix concatmatrix def /CDevProc {pop pop pop pop 0 exch -1000 exch 2 div 880} def } ifelse end /asciifont exch definefont exch /FDepVector [ 4 2 roll ] def /FontType 0 def /WMode 0 def /FMapType 4 def /FontMatrix matrix def /Encoding [0 1] def /FontBBox {0 0 0 0} def % /FontHeight 1.0 def % XXXX /FontHeight RomanScale 1.0 ge { RomanScale }{ 1.0 } ifelse def /Descent -0.3 def % XXXX currentdict end /tmpfont exch definefont pop /tmpfont findfont }{ pop findfont 0 copyfont } ifelse } def /slantfont { % FontName slant-degree slantfont font' exch findfont 1 copyfont begin [ 1 0 4 -1 roll 1 0 0 ] FontMatrix exch matrix concatmatrix /FontMatrix exch def currentdict end } def % Function print line number ( # -) /# { gsave sx cw mul neg 2 div 0 rmoveto f# setfont c-show grestore } bind def % -------- Some routines to enlight plain b/w printings --------- % Underline % width -- /dounderline { currentpoint gsave moveto 0 currentfont /Descent get currentfontsize mul rmoveto 0 rlineto stroke grestore } bind def % Underline a string % string -- /dounderlinestring { stringwidth pop dounderline } bind def /UL { /ul exch store } bind def % Draw a box of WIDTH wrt current font % width -- /dobox { currentpoint gsave newpath moveto 0 currentfont /Descent get currentfontsize mul rmoveto dup 0 rlineto 0 currentfont /FontHeight get currentfontsize mul rlineto neg 0 rlineto closepath stroke grestore } bind def /BX { /bx exch store } bind def % Box a string % string -- /doboxstring { stringwidth pop dobox } bind def % % ------------- Color routines --------------- % /FG /setrgbcolor load def % Draw the background % width -- /dobackground { currentpoint gsave newpath moveto 0 currentfont /Descent get currentfontsize mul rmoveto dup 0 rlineto 0 currentfont /FontHeight get currentfontsize mul rlineto neg 0 rlineto closepath bgcolor aload pop setrgbcolor fill grestore } bind def % Draw bg for a string % string -- /dobackgroundstring { stringwidth pop dobackground } bind def /BG { dup /bg exch store { mark 4 1 roll ] /bgcolor exch store } if } bind def /Show { bg { dup dobackgroundstring } if ul { dup dounderlinestring } if bx { dup doboxstring } if show } bind def % Function T(ab), jumps to the n-th tabulation in the current line /T { cw mul x0 add bg { dup currentpoint pop sub dobackground } if ul { dup currentpoint pop sub dounderline } if bx { dup currentpoint pop sub dobox } if y0 moveto } bind def % Function n: move to the next line /n { /y0 y0 bfs sub store x0 y0 moveto } bind def % Function N: show and move to the next line /N { Show /y0 y0 bfs sub store x0 y0 moveto } bind def /S { Show } bind def %%BeginResource: procset a2ps-a2ps-hdr 2.0 2 %%Copyright: (c) 1988, 89, 90, 91, 92, 93 Miguel Santana %%Copyright: (c) 1995, 96, 97, 98 Akim Demaille, Miguel Santana % Function title: prints page header. % are passed as argument /title { % 1. Draw the background x v get y v get moveto gsave 0 th 2 div neg rmoveto th setlinewidth 0.95 setgray pw 0 rlineto stroke grestore % 2. Border it gsave 0.7 setlinewidth pw 0 rlineto 0 th neg rlineto pw neg 0 rlineto closepath stroke grestore % stk: ct rt lt x v get y v get th sub 1 add moveto %%IncludeResource: font Helvetica fHelvetica fnfs 0.8 mul scalefont setfont % 3. The left title gsave dup stringwidth pop fnfs 0.8 mul add exch % leave space took on stack fnfs 0.8 mul hm rmoveto show % left title grestore exch % stk: ct ltw rt % 4. the right title gsave dup stringwidth pop fnfs 0.8 mul add exch % leave space took on stack dup pw exch stringwidth pop fnfs 0.8 mul add sub hm rmoveto show % right title grestore % stk: ct ltw rtw % 5. the center title gsave pw 3 1 roll % stk: ct pw ltw rtw 3 copy % Move to the center of the left room sub add 2 div hm rmoveto % What is the available space in here? add sub fnfs 0.8 mul sub fnfs 0.8 mul sub % stk: ct space_left %%IncludeResource: font Helvetica-Bold fHelvetica-Bold fnfs scalefont setfont cfshow grestore } bind def % Function border: prints virtual page border /border { %def gsave % print four sides 0 setgray x v get y v get moveto 0.7 setlinewidth % of the square pw 0 rlineto 0 ph neg rlineto pw neg 0 rlineto closepath stroke grestore } bind def % Function water: prints a water mark in background /water { %def gsave scx scy moveto rotate %%IncludeResource: font Times-Bold fTimes-Bold 100 scalefont setfont .97 setgray dup stringwidth pop 2 div neg -50 rmoveto show grestore } bind def % Function rhead: prints the right header /rhead { %def lx ly moveto fHelvetica fnfs 0.8 mul scalefont setfont l-show } bind def % Function footer (cf rf lf -> -) /footer { fHelvetica fnfs 0.8 mul scalefont setfont dx dy moveto show snx sny moveto l-show fnx fny moveto c-show } bind def %%EndResource %%BeginResource: procset a2ps-black+white-Prolog 2.0 1 % Function T(ab), jumps to the n-th tabulation in the current line /T { cw mul x0 add y0 moveto } bind def % Function n: move to the next line /n { %def /y0 y0 bfs sub store x0 y0 moveto } bind def % Function N: show and move to the next line /N { Show /y0 y0 bfs sub store x0 y0 moveto } bind def /S { Show } bind def /p { false UL false BX fCourier bfs scalefont setfont Show } bind def /sy { false UL false BX fSymbol bfs scalefont setfont Show } bind def /k { false UL false BX fCourier-Oblique bfs scalefont setfont Show } bind def /K { false UL false BX fCourier-Bold bfs scalefont setfont Show } bind def /c { false UL false BX fCourier-Oblique bfs scalefont setfont Show } bind def /C { false UL false BX fCourier-BoldOblique bfs scalefont setfont Show } bind def /l { false UL false BX fHelvetica bfs scalefont setfont Show } bind def /L { false UL false BX fHelvetica-Bold bfs scalefont setfont Show } bind def /str{ false UL false BX fTimes-Roman bfs scalefont setfont Show } bind def /e{ false UL true BX fHelvetica-Bold bfs scalefont setfont Show } bind def %%EndResource %%EndProlog %%BeginSetup %%IncludeResource: font Courier %%IncludeResource: font Courier-Oblique %%IncludeResource: font Courier-Bold %%IncludeResource: font Times-Roman %%IncludeResource: font Symbol %%IncludeResource: font Courier-BoldOblique %%BeginResource: encoding ISO-8859-1Encoding /ISO-8859-1Encoding [ /.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 /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 /bullet /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 ] def %%EndResource % Initialize page description variables. /sh 595 def /sw 842 def /llx 24 def /urx 818 def /ury 571 def /lly 24 def /#copies 1 def /th 15.000000 def /fnfs 11 def /bfs 8.005733 def /cw 4.803440 def % Dictionary for ISO-8859-1 support /iso1dict 8 dict begin /fCourier ISO-8859-1Encoding /Courier reencode_font /fCourier-Bold ISO-8859-1Encoding /Courier-Bold reencode_font /fCourier-BoldOblique ISO-8859-1Encoding /Courier-BoldOblique reencode_font /fCourier-Oblique ISO-8859-1Encoding /Courier-Oblique reencode_font /fHelvetica ISO-8859-1Encoding /Helvetica reencode_font /fHelvetica-Bold ISO-8859-1Encoding /Helvetica-Bold reencode_font /fTimes-Bold ISO-8859-1Encoding /Times-Bold reencode_font /fTimes-Roman ISO-8859-1Encoding /Times-Roman reencode_font currentdict end def /bgcolor [ 0 0 0 ] def /bg false def /ul false def /bx false def % The font for line numbering /f# /Helvetica findfont bfs .6 mul scalefont def /fSymbol /Symbol findfont def /hm fnfs 0.25 mul def /pw cw 81.400000 mul def /ph 501.959430 th add def /pmw urx llx sub pw 2 mul sub 1 div def /pmh 0 def /v 0 def /x [ 0 dup pmw add pw add ] def /y [ pmh ph add 0 mul ph add dup ] def /scx sw 2 div def /scy sh 2 div def /snx urx def /sny lly 2 add def /dx llx def /dy sny def /fnx scx def /fny dy def /lx snx def /ly ury fnfs 0.8 mul sub def /sx 0 def /tab 8 def /x0 0 def /y0 0 def %%EndSetup %%Page: (1-2) 1 %%BeginPageSetup /pagesave save def sh 0 translate 90 rotate %%EndPageSetup iso1dict begin gsave llx lly 12 add translate /v 0 store /x0 x v get 3.362408 add sx cw mul add store /y0 y v get bfs th add sub store x0 y0 moveto (100030004) p 16 T (47) S 24 T (39) S 32 T (36) S 40 T (60) S 48 T (22) S 56 T (42) S 64 T (31) S 72 T (0.0) S 80 T () N (32.8) N (100030016) S 16 T (86) S 24 T (95) S 32 T (70) S 40 T (88) S 48 T (69) S 56 T (72) S 64 T (79) S 72 T (41) S 80 T () N (72.3) N (100031248) S 16 T (70) S 24 T (90) S 32 T (77) S 40 T (98) S 48 T (71) S 56 T (68) S 64 T (59) S 72 T (57) S 80 T () N (70.4) N (101000014) S 16 T (38) S 24 T (44) S 32 T (55) S 40 T (77) S 48 T (65) S 56 T (40) S 64 T (69) S 72 T (71) S 80 T () N (60.1) N (101000017) S 16 T (10) S 24 T (30) S 32 T (55) S 40 T (80) S 48 T (56) S 56 T (33) S 64 T (45) S 72 T (81) S 80 T () N (53.9) N (101000019) S 16 T (37) S 24 T (12) S 32 T (55) S 40 T (8) S 48 T (0) S 56 T (60) S 64 T (5) S 72 T (38) S 80 T () N (31.8) N (101000021) S 16 T (35) S 24 T (45) S 32 T (59) S 40 T (73) S 48 T (95) S 56 T (44) S 64 T (51) S 72 T (66) S 80 T () N (59.4) N (101000022) S 16 T (7) S 24 T (7) S 32 T (0.0) S 40 T (0.0) S 48 T (29) S 56 T (20) S 64 T (25) S 72 T (29) S 80 T () N (22) N (101030001) S 16 T (76) S 24 T (55) S 32 T (69) S 40 T (80) S 48 T (77) S 56 T (48) S 64 T (56) S 72 T (65) S 80 T () N (64) N (101030002) S 16 T (31) S 24 T (65) S 32 T (58) S 40 T (80) S 48 T (62) S 56 T (50) S 64 T (68) S 72 T (71) S 80 T () N (64.3) N (101030003) S 16 T (34) S 24 T (12) S 32 T (25) S 40 T (62) S 48 T (30) S 56 T (8) S 64 T (27) S 72 T (0.0) S 80 T () N (22.1) N (101030004) S 16 T (33) S 24 T (32) S 32 T (53) S 40 T (65) S 48 T (49) S 56 T (61) S 64 T (35) S 72 T (14) S 80 T () N (42) N (101030005) S 16 T (66) S 24 T (74) S 32 T (40) S 40 T (78) S 48 T (48) S 56 T (58) S 64 T (49) S 72 T (42) S 80 T () N (56.4) N (101030006) S 16 T (30) S 24 T (58) S 32 T (20) S 40 T (75) S 48 T (70) S 56 T (55) S 64 T (36) S 72 T (42) S 80 T () N (49.9) N (101030007) S 16 T (47) S 24 T (42) S 32 T (49) S 40 T (85) S 48 T (100) S 56 T (75) S 64 T (77) S 72 T (61) S 80 T () N (70.7) N (101030008) S 16 T (10) S 24 T (68) S 32 T (34) S 40 T (86) S 48 T (55) S 56 T (30) S 64 T (68) S 72 T (67) S 80 T () N (57.3) N (101030009) S 16 T (45) S 24 T (72) S 32 T (65) S 40 T (100) S 48 T (100) S 56 T (65) S 64 T (85) S 72 T (89) S 80 T () N (81.5) N (101030012) S 16 T (39) S 24 T (27) S 32 T (40) S 40 T (12) S 48 T (2) S 56 T (28) S 64 T (21) S 72 T (32) S 80 T () N (28) N (101030014) S 16 T (85) S 24 T (90) S 32 T (95) S 40 T (87) S 48 T (90) S 56 T (48) S 64 T (79) S 72 T (63) S 80 T () N (74.2) N (101030015) S 16 T (86) S 24 T (99) S 32 T (92) S 40 T (94) S 48 T (98) S 56 T (90) S 64 T (101) S 72 T (97) S 80 T () N (95.9) N (101030016) S 16 T (82) S 24 T (70) S 32 T (62) S 40 T (60) S 48 T (98) S 56 T (61) S 64 T (93) S 72 T (54) S 80 T () N (72.8) N (101030017) S 16 T (36) S 24 T (50) S 32 T (66) S 40 T (72) S 48 T (85) S 56 T (31) S 64 T (45) S 72 T (81) S 80 T () N (58.7) N (101030018) S 16 T (48) S 24 T (50) S 32 T (55) S 40 T (62) S 48 T (22) S 56 T (49) S 64 T (60) S 72 T (80) S 80 T () N (59.3) N (101030019) S 16 T (64) S 24 T (51) S 32 T (81) S 40 T (82) S 48 T (90) S 56 T (46) S 64 T (62) S 72 T (66) S 80 T () N (66.5) N (101030020) S 16 T (88) S 24 T (80) S 32 T (66) S 40 T (100) S 48 T (98) S 56 T (95) S 64 T (108) S 72 T (62) S 80 T () N (89.6) N (101030021) S 16 T (27) S 24 T (70) S 32 T (20) S 40 T (20) S 48 T (34) S 56 T (52) S 64 T (56) S 72 T (31) S 80 T () N (42.9) N (101030022) S 16 T (60) S 24 T (61) S 32 T (48) S 40 T (100) S 48 T (90) S 56 T (55) S 64 T (83) S 72 T (43) S 80 T () N (67.3) N (101030023) S 16 T (69) S 24 T (80) S 32 T (64) S 40 T (68) S 48 T (35) S 56 T (60) S 64 T (62) S 72 T (49) S 80 T () N (62.3) N (101030024) S 16 T (72) S 24 T (80) S 32 T (94) S 40 T (84) S 48 T (53) S 56 T (76) S 64 T (86) S 72 T (61) S 80 T () N (77.6) N (101030025) S 16 T (67) S 24 T (75) S 32 T (43) S 40 T (60) S 48 T (93) S 56 T (64) S 64 T (61) S 72 T (74) S 80 T () N (69.3) N (101030026) S 16 T (79) S 24 T (0.0) S 32 T (54) S 40 T (72) S 48 T (52) S 56 T (35) S 64 T (88) S 72 T (53) S 80 T () N (60.9) N (fort.31) (Page 1/5) ( 1\346M-^\\M-^H 28, 13 10:43) title border /v 1 store /x0 x v get 3.362408 add sx cw mul add store /y0 y v get bfs th add sub store x0 y0 moveto (101030027) p 16 T (38) S 24 T (5) S 32 T (54) S 40 T (50) S 48 T (51) S 56 T (40) S 64 T (37) S 72 T (19) S 80 T () N (38.5) N (101030028) S 16 T (35) S 24 T (55) S 32 T (60) S 40 T (73) S 48 T (77) S 56 T (51) S 64 T (76) S 72 T (55) S 80 T () N (62.9) N (101030029) S 16 T (85) S 24 T (98) S 32 T (75) S 40 T (100) S 48 T (100) S 56 T (51) S 64 T (87) S 72 T (85) S 80 T () N (82.9) N (101030030) S 16 T (80) S 24 T (100) S 32 T (71) S 40 T (100) S 48 T (90) S 56 T (81) S 64 T (88) S 72 T (82) S 80 T () N (87.2) N (101030031) S 16 T (43) S 24 T (55) S 32 T (40) S 40 T (50) S 48 T (0.0) S 56 T (36) S 64 T (38) S 72 T (48) S 80 T () N (43.2) N (101031101) S 16 T (48) S 24 T (70) S 32 T (56) S 40 T (60) S 48 T (40) S 56 T (42) S 64 T (70) S 72 T (56) S 80 T () N (57) N (101031102) S 16 T (46) S 24 T (67) S 32 T (70) S 40 T (80) S 48 T (75) S 56 T (34) S 64 T (77) S 72 T (73) S 80 T () N (66) N (101031103) S 16 T (5) S 24 T (60) S 32 T (60) S 40 T (75) S 48 T (88) S 56 T (57) S 64 T (56) S 72 T (63) S 80 T () N (63.5) N (101031104) S 16 T (64) S 24 T (52) S 32 T (83) S 40 T (80) S 48 T (95) S 56 T (46) S 64 T (82) S 72 T (49) S 80 T () N (67.6) N (101031105) S 16 T (100) S 24 T (70) S 32 T (95) S 40 T (100) S 48 T (100) S 56 T (89) S 64 T (100) S 72 T (98) S 80 T () N (96.9) N (101031106) S 16 T (91) S 24 T (45) S 32 T (13) S 40 T (82) S 48 T (59) S 56 T (75) S 64 T (82) S 72 T (54) S 80 T () N (69.9) N (101031108) S 16 T (48) S 24 T (57) S 32 T (62) S 40 T (90) S 48 T (80) S 56 T (65) S 64 T (74) S 72 T (50) S 80 T () N (66.7) N (101031109) S 16 T (35) S 24 T (45) S 32 T (70) S 40 T (80) S 48 T (70) S 56 T (34) S 64 T (65) S 72 T (52) S 80 T () N (56.7) N (101031110) S 16 T (63) S 24 T (65) S 32 T (87) S 40 T (100) S 48 T (77) S 56 T (70) S 64 T (101) S 72 T (63) S 80 T () N (79.7) N (101031111) S 16 T (68) S 24 T (80) S 32 T (91) S 40 T (50) S 48 T (100) S 56 T (56) S 64 T (82) S 72 T (69) S 80 T () N (75.3) N (101031112) S 16 T (54) S 24 T (77) S 32 T (88) S 40 T (100) S 48 T (100) S 56 T (51) S 64 T (91) S 72 T (90) S 80 T () N (82.9) N (101031113) S 16 T (55) S 24 T (59) S 32 T (62) S 40 T (80) S 48 T (85) S 56 T (61) S 64 T (88) S 72 T (68) S 80 T () N (72) N (101031114) S 16 T (43) S 24 T (55) S 32 T (90) S 40 T (73) S 48 T (100) S 56 T (86) S 64 T (92) S 72 T (65) S 80 T () N (80.4) N (101031116) S 16 T (89) S 24 T (75) S 32 T (61) S 40 T (94) S 48 T (93) S 56 T (54) S 64 T (98) S 72 T (89) S 80 T () N (83.3) N (101031117) S 16 T (76) S 24 T (88) S 32 T (90) S 40 T (100) S 48 T (70) S 56 T (92) S 64 T (102) S 72 T (86) S 80 T () N (91.4) N (101031118) S 16 T (99) S 24 T (42) S 32 T (85) S 40 T (99) S 48 T (100) S 56 T (88) S 64 T (103) S 72 T (96) S 80 T () N (95.7) N (101031120) S 16 T (95) S 24 T (83) S 32 T (74) S 40 T (90) S 48 T (98) S 56 T (59) S 64 T (54) S 72 T (83) S 80 T () N (75.8) N (101031121) S 16 T (57) S 24 T (90) S 32 T (0.0) S 40 T (86) S 48 T (90) S 56 T (61) S 64 T (93) S 72 T (74) S 80 T () N (81.1) N (101031122) S 16 T (46) S 24 T (22) S 32 T (63) S 40 T (90) S 48 T (93) S 56 T (22) S 64 T (74) S 72 T (65) S 80 T () N (61.4) N (101031123) S 16 T (60) S 24 T (41) S 32 T (67) S 40 T (85) S 48 T (87) S 56 T (66) S 64 T (47) S 72 T (49) S 80 T () N (62.3) N (101031124) S 16 T (21) S 24 T (55) S 32 T (48) S 40 T (92) S 48 T (74) S 56 T (39) S 64 T (81) S 72 T (52) S 80 T () N (61.3) N (101031125) S 16 T (88) S 24 T (78) S 32 T (69) S 40 T (100) S 48 T (75) S 56 T (82) S 64 T (86) S 72 T (60) S 80 T () N (79.7) N (101031126) S 16 T (36) S 24 T (70) S 32 T (97) S 40 T (98) S 48 T (100) S 56 T (67) S 64 T (105) S 72 T (99) S 80 T () N (90.7) N (101031127) S 16 T (75) S 24 T (70) S 32 T (87) S 40 T (80) S 48 T (100) S 56 T (75) S 64 T (86) S 72 T (74) S 80 T () N (81.2) N (101031128) S 16 T (83) S 24 T (54) S 32 T (77) S 40 T (90) S 48 T (65) S 56 T (56) S 64 T (99) S 72 T (72) S 80 T () N (76.9) N (101031129) S 16 T (67) S 24 T (74) S 32 T (50) S 40 T (72) S 48 T (95) S 56 T (50) S 64 T (39) S 72 T (59) S 80 T () N (60.4) N (fort.31) (Page 2/5) ( 1\346M-^\\M-^H 28, 13 10:43) title border grestore (Printed by ) rhead (fort.31) (1/3) (\351M-^@\261\344\270M-^@ \344\270M-^@\346M-^\\M-^H 28, 2013) footer end % of iso1dict pagesave restore showpage %%Page: (3-4) 2 %%BeginPageSetup /pagesave save def sh 0 translate 90 rotate %%EndPageSetup iso1dict begin gsave llx lly 12 add translate /v 0 store /x0 x v get 3.362408 add sx cw mul add store /y0 y v get bfs th add sub store x0 y0 moveto (101031131) p 16 T (97) S 24 T (100) S 32 T (83) S 40 T (98) S 48 T (100) S 56 T (88) S 64 T (105) S 72 T (96) S 80 T () N (97.3) N (101031132) S 16 T (82) S 24 T (88) S 32 T (79) S 40 T (100) S 48 T (100) S 56 T (63) S 64 T (90) S 72 T (75) S 80 T () N (82.6) N (101031133) S 16 T (68) S 24 T (62) S 32 T (39) S 40 T (57) S 48 T (63) S 56 T (60) S 64 T (72) S 72 T (42) S 80 T () N (59.8) N (101031134) S 16 T (79) S 24 T (85) S 32 T (59) S 40 T (85) S 48 T (51) S 56 T (54) S 64 T (89) S 72 T (65) S 80 T () N (72.4) N (101031135) S 16 T (80) S 24 T (76) S 32 T (93) S 40 T (72) S 48 T (72) S 56 T (57) S 64 T (82) S 72 T (50) S 80 T () N (69.9) N (101031136) S 16 T (62) S 24 T (78) S 32 T (91) S 40 T (80) S 48 T (67) S 56 T (54) S 64 T (76) S 72 T (60) S 80 T () N (69.6) N (101031137) S 16 T (58) S 24 T (52) S 32 T (65) S 40 T (98) S 48 T (87) S 56 T (51) S 64 T (69) S 72 T (36) S 80 T () N (62) N (101031139) S 16 T (48) S 24 T (35) S 32 T (73) S 40 T (52) S 48 T (52) S 56 T (62) S 64 T (73) S 72 T (62) S 80 T () N (61.9) N (101031140) S 16 T (6) S 24 T (52) S 32 T (64) S 40 T (80) S 48 T (90) S 56 T (78) S 64 T (82) S 72 T (49) S 80 T () N (70.4) N (101031141) S 16 T (100) S 24 T (78) S 32 T (68) S 40 T (96) S 48 T (95) S 56 T (76) S 64 T (108) S 72 T (86) S 80 T () N (90.9) N (101031142) S 16 T (76) S 24 T (71) S 32 T (94) S 40 T (100) S 48 T (90) S 56 T (89) S 64 T (105) S 72 T (100) S 80 T () N (94.8) N (101031144) S 16 T (50) S 24 T (70) S 32 T (44) S 40 T (40) S 48 T (87) S 56 T (41) S 64 T (49) S 72 T (74) S 80 T () N (57.9) N (101031145) S 16 T (48) S 24 T (71) S 32 T (83) S 40 T (78) S 48 T (92) S 56 T (57) S 64 T (78) S 72 T (39) S 80 T () N (67.2) N (101031146) S 16 T (48) S 24 T (51) S 32 T (20) S 40 T (20) S 48 T (55) S 56 T (78) S 64 T (23) S 72 T (22) S 80 T () N (42) N (101031147) S 16 T (65) S 24 T (34) S 32 T (62) S 40 T (40) S 48 T (38) S 56 T (49) S 64 T (33) S 72 T (42) S 80 T () N (45.3) N (101031148) S 16 T (17) S 24 T (60) S 32 T (73) S 40 T (73) S 48 T (98) S 56 T (64) S 64 T (81) S 72 T (81) S 80 T () N (75.6) N (101031149) S 16 T (84) S 24 T (100) S 32 T (100) S 40 T (90) S 48 T (87) S 56 T (71) S 64 T (55) S 72 T (53) S 80 T () N (73.5) N (101031151) S 16 T (75) S 24 T (80) S 32 T (73) S 40 T (80) S 48 T (90) S 56 T (67) S 64 T (94) S 72 T (93) S 80 T () N (83.3) N (101031152) S 16 T (78) S 24 T (33) S 32 T (41) S 40 T (82) S 48 T (53) S 56 T (65) S 64 T (83) S 72 T (74) S 80 T () N (69.8) N (101031153) S 16 T (40) S 24 T (80) S 32 T (77) S 40 T (100) S 48 T (92) S 56 T (53) S 64 T (93) S 72 T (57) S 80 T () N (75.5) N (101031154) S 16 T (80) S 24 T (81) S 32 T (68) S 40 T (99) S 48 T (95) S 56 T (89) S 64 T (96) S 72 T (79) S 80 T () N (88.3) N (101031186) S 16 T (19) S 24 T (40) S 32 T (60) S 40 T (40) S 48 T (8) S 56 T (29) S 64 T (24) S 72 T (8) S 80 T () N (28.1) N (101031201) S 16 T (64) S 24 T (80) S 32 T (89) S 40 T (96) S 48 T (100) S 56 T (77) S 64 T (96) S 72 T (71) S 80 T () N (85.3) N (101031202) S 16 T (49) S 24 T (40) S 32 T (33) S 40 T (85) S 48 T (67) S 56 T (57) S 64 T (61) S 72 T (41) S 80 T () N (55.9) N (101031203) S 16 T (49) S 24 T (55) S 32 T (68) S 40 T (75) S 48 T (72) S 56 T (51) S 64 T (79) S 72 T (31) S 80 T () N (59.2) N (101031204) S 16 T (64) S 24 T (72) S 32 T (74) S 40 T (100) S 48 T (100) S 56 T (71) S 64 T (84) S 72 T (60) S 80 T () N (77.6) N (101031205) S 16 T (60) S 24 T (35) S 32 T (78) S 40 T (76) S 48 T (100) S 56 T (57) S 64 T (82) S 72 T (62) S 80 T () N (71.6) N (101031207) S 16 T (79) S 24 T (62) S 32 T (85) S 40 T (97) S 48 T (88) S 56 T (51) S 64 T (77) S 72 T (53) S 80 T () N (71.1) N (101031208) S 16 T (91) S 24 T (63) S 32 T (53) S 40 T (45) S 48 T (80) S 56 T (77) S 64 T (62) S 72 T (75) S 80 T () N (71.5) N (101031209) S 16 T (87) S 24 T (60) S 32 T (75) S 40 T (90) S 48 T (95) S 56 T (38) S 64 T (74) S 72 T (96) S 80 T () N (76.3) N (101031210) S 16 T (22) S 24 T (63) S 32 T (61) S 40 T (60) S 48 T (90) S 56 T (41) S 64 T (83) S 72 T (69) S 80 T () N (66) N (fort.31) (Page 3/5) ( 1\346M-^\\M-^H 28, 13 10:43) title border /v 1 store /x0 x v get 3.362408 add sx cw mul add store /y0 y v get bfs th add sub store x0 y0 moveto (101031211) p 16 T (58) S 24 T (67) S 32 T (38) S 40 T (25) S 48 T (85) S 56 T (47) S 64 T (35) S 72 T (53) S 80 T () N (51.8) N (101031212) S 16 T (47) S 24 T (70) S 32 T (80) S 40 T (82) S 48 T (98) S 56 T (67) S 64 T (73) S 72 T (57) S 80 T () N (72.4) N (101031213) S 16 T (57) S 24 T (100) S 32 T (88) S 40 T (70) S 48 T (86) S 56 T (49) S 64 T (76) S 72 T (75) S 80 T () N (74.4) N (101031215) S 16 T (97) S 24 T (69) S 32 T (94) S 40 T (100) S 48 T (100) S 56 T (80) S 64 T (112) S 72 T (85) S 80 T () N (94.5) N (101031216) S 16 T (78) S 24 T (93) S 32 T (91) S 40 T (94) S 48 T (92) S 56 T (70) S 64 T (93) S 72 T (87) S 80 T () N (87) N (101031217) S 16 T (96) S 24 T (69) S 32 T (90) S 40 T (98) S 48 T (98) S 56 T (76) S 64 T (110) S 72 T (89) S 80 T () N (93.2) N (101031218) S 16 T (70) S 24 T (90) S 32 T (100) S 40 T (100) S 48 T (98) S 56 T (65) S 64 T (108) S 72 T (88) S 80 T () N (91) N (101031219) S 16 T (100) S 24 T (90) S 32 T (60) S 40 T (100) S 48 T (100) S 56 T (68) S 64 T (84) S 72 T (83) S 80 T () N (86) N (101031220) S 16 T (75) S 24 T (70) S 32 T (0.0) S 40 T (0.0) S 48 T (0.0) S 56 T (41) S 64 T (0.0) S 72 T (0.0) S 80 T () N (22.7) N (101031221) S 16 T (33) S 24 T (87) S 32 T (69) S 40 T (22) S 48 T (77) S 56 T (44) S 64 T (63) S 72 T (50) S 80 T () N (58) N (101031222) S 16 T (110) S 24 T (90) S 32 T (64) S 40 T (98) S 48 T (85) S 56 T (67) S 64 T (88) S 72 T (63) S 80 T () N (81.9) N (101031223) S 16 T (51) S 24 T (50) S 32 T (46) S 40 T (73) S 48 T (40) S 56 T (60) S 64 T (77) S 72 T (33) S 80 T () N (56) N (101031224) S 16 T (88) S 24 T (77) S 32 T (97) S 40 T (92) S 48 T (100) S 56 T (81) S 64 T (78) S 72 T (99) S 80 T () N (89.3) N (101031225) S 16 T (65) S 24 T (33) S 32 T (67) S 40 T (95) S 48 T (93) S 56 T (53) S 64 T (66) S 72 T (46) S 80 T () N (65) N (101031226) S 16 T (46) S 24 T (38) S 32 T (79) S 40 T (95) S 48 T (95) S 56 T (41) S 64 T (79) S 72 T (60) S 80 T () N (67.5) N (101031227) S 16 T (58) S 24 T (78) S 32 T (74) S 40 T (85) S 48 T (100) S 56 T (93) S 64 T (95) S 72 T (66) S 80 T () N (84.5) N (101031228) S 16 T (78) S 24 T (53) S 32 T (88) S 40 T (80) S 48 T (75) S 56 T (70) S 64 T (86) S 72 T (61) S 80 T () N (75.5) N (101031229) S 16 T (80) S 24 T (90) S 32 T (0.0) S 40 T (0.0) S 48 T (0.0) S 56 T (0.0) S 64 T (0.0) S 72 T (0.0) S 80 T () N (17) N (101031230) S 16 T (47) S 24 T (75) S 32 T (41) S 40 T (60) S 48 T (67) S 56 T (61) S 64 T (77) S 72 T (69) S 80 T () N (66.3) N (101031231) S 16 T (100) S 24 T (75) S 32 T (\244\275) S 40 T (100) S 48 T (100) S 56 T (75) S 64 T (99) S 72 T (78) S 80 T () N (90.4) N (101031232) S 16 T (24) S 24 T (34) S 32 T (65) S 40 T (42) S 48 T (54) S 56 T (22) S 64 T (36) S 72 T (52) S 80 T () N (41.5) N (101031233) S 16 T (46) S 24 T (65) S 32 T (68) S 40 T (74) S 48 T (69) S 56 T (40) S 64 T (70) S 72 T (44) S 80 T () N (58.4) N (101031235) S 16 T (85) S 24 T (42) S 32 T (64) S 40 T (60) S 48 T (88) S 56 T (66) S 64 T (49) S 72 T (51) S 80 T () N (62.9) N (101031236) S 16 T (81) S 24 T (88) S 32 T (68) S 40 T (90) S 48 T (62) S 56 T (74) S 64 T (71) S 72 T (84) S 80 T () N (78.5) N (101031238) S 16 T (49) S 24 T (90) S 32 T (70) S 40 T (78) S 48 T (88) S 56 T (55) S 64 T (92) S 72 T (65) S 80 T () N (75) N (101031239) S 16 T (67) S 24 T (57) S 32 T (65) S 40 T (78) S 48 T (93) S 56 T (51) S 64 T (100) S 72 T (47) S 80 T () N (69.9) N (101031240) S 16 T (60) S 24 T (42) S 32 T (64) S 40 T (41) S 48 T (85) S 56 T (26) S 64 T (76) S 72 T (56) S 80 T () N (56.7) N (101031241) S 16 T (96) S 24 T (90) S 32 T (75) S 40 T (70) S 48 T (85) S 56 T (79) S 64 T (94) S 72 T (60) S 80 T () N (81.2) N (101031242) S 16 T (45) S 24 T (62) S 32 T (62) S 40 T (0.0) S 48 T (60) S 56 T (49) S 64 T (35) S 72 T (38) S 80 T () N (47.3) N (101031244) S 16 T (21) S 24 T (78) S 32 T (65) S 40 T (86) S 48 T (73) S 56 T (69) S 64 T (94) S 72 T (75) S 80 T () N (77.8) N (101031246) S 16 T (23) S 24 T (69) S 32 T (84) S 40 T (70) S 48 T (87) S 56 T (34) S 64 T (69) S 72 T (42) S 80 T () N (60) N (fort.31) (Page 4/5) ( 1\346M-^\\M-^H 28, 13 10:43) title border grestore (Printed by ) rhead (fort.31) (2/3) (\351M-^@\261\344\270M-^@ \344\270M-^@\346M-^\\M-^H 28, 2013) footer end % of iso1dict pagesave restore showpage %%Page: (5) 3 %%BeginPageSetup /pagesave save def sh 0 translate 90 rotate %%EndPageSetup iso1dict begin gsave llx lly 12 add translate /v 0 store /x0 x v get 3.362408 add sx cw mul add store /y0 y v get bfs th add sub store x0 y0 moveto (101031247) p 16 T (58) S 24 T (69) S 32 T (58) S 40 T (62) S 48 T (85) S 56 T (58) S 64 T (41) S 72 T (72) S 80 T () N (61.6) N (101031248) S 16 T (62) S 24 T (52) S 32 T (67) S 40 T (60) S 48 T (75) S 56 T (56) S 64 T (41) S 72 T (79) S 80 T () N (61.6) N (101031251) S 16 T (35) S 24 T (80) S 32 T (52) S 40 T (60) S 48 T (100) S 56 T (60) S 64 T (62) S 72 T (57) S 80 T () N (65) N (101031252) S 16 T (66) S 24 T (100) S 32 T (38) S 40 T (100) S 48 T (100) S 56 T (81) S 64 T (96) S 72 T (58) S 80 T () N (83.6) N (101031253) S 16 T (40) S 24 T (72) S 32 T (72) S 40 T (92) S 48 T (95) S 56 T (66) S 64 T (67) S 72 T (70) S 80 T () N (73.7) N (101031254) S 16 T (36) S 24 T (52) S 32 T (58) S 40 T (85) S 48 T (55) S 56 T (50) S 64 T (68) S 72 T (51) S 80 T () N (58.8) N (101031261) S 16 T (45) S 24 T (62) S 32 T (52) S 40 T (92) S 48 T (93) S 56 T (54) S 64 T (45) S 72 T (72) S 80 T () N (64.1) N (9931235) S 8 T () S 16 T (0.0) S 24 T (0.0) S 32 T (0.0) S 40 T (0.0) S 48 T (0.0) S 56 T (0.0) S 64 T (0.0) S 72 T (0.0) S 80 T () N (0.0) N (fort.31) (Page 5/5) ( 1\346M-^\\M-^H 28, 13 10:43) title border grestore (Printed by ) rhead (fort.31) (3/3) (\351M-^@\261\344\270M-^@ \344\270M-^@\346M-^\\M-^H 28, 2013) footer end % of iso1dict pagesave restore showpage %%Trailer end %%EOF