doc-src/gfx/typedef.ps
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 12 Aug 2010 15:03:34 +0200
branchisac-from-Isabelle2009-2
changeset 37913 20e3616b2d9c
parent 12676 99e7b2045d8f
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
     1 %!PS-Adobe-3.0
     2 %%Title: (new.pdf)
     3 %%Version: 1 3
     4 %%DocumentData: Clean7Bit
     5 %%LanguageLevel: 2
     6 %%BoundingBox: 155 328 457 464
     7 %%Pages: 1
     8 %%DocumentProcessColors: (atend)
     9 %%DocumentSuppliedResources: (atend)
    10 %%EndComments
    11 %%BeginDefaults
    12 %%EndDefaults
    13 %%BeginProlog
    14 %%EndProlog
    15 %%BeginSetup
    16 %%BeginResource: l2check
    17 %%Copyright: Copyright 1993 Adobe Systems Incorporated. All Rights Reserved.
    18 systemdict /languagelevel known
    19 { systemdict /languagelevel get 1 eq }
    20 { true }
    21 ifelse
    22 {
    23 initgraphics /Helvetica findfont 18 scalefont setfont
    24 72 600 moveto (Error: Your printer driver needs to be configured) dup show
    25 72 580 moveto (for printing to a PostScript Language Level 1 printer.) dup show
    26 exch = =
    27 /Helvetica-Bold findfont 16 scalefont setfont
    28 72 520 moveto (Windows and Unix) show
    29 /Times-Roman findfont 16 scalefont setfont
    30 72 500 moveto (Select ªLanguage Level 1º in the PostScript options section) show
    31 72 480 moveto (of the Acrobat print dialog.) show
    32 /Helvetica-Bold findfont 16 scalefont setfont
    33 72 440 moveto (Macintosh) show
    34 /Times-Roman findfont 16 scalefont setfont
    35 72 420 moveto (In the Chooser, select your printer driver.) show
    36 72 400 moveto (Then select your printer and click the Setup button.) show
    37 72 380 moveto (Follow any on-screen dialogs that may appear.) show
    38 showpage
    39 quit
    40 }
    41 if
    42 %%EndResource
    43 /currentpacking where{pop currentpacking true setpacking}if
    44 %%BeginResource: procset pdfvars
    45 %%Copyright: Copyright 1987-1999 Adobe Systems Incorporated. All Rights Reserved.
    46 %%Version: 4.0 2
    47 %%Title: definition of dictionary of variables used by PDF & PDFText procsets
    48 userdict /PDF 160 dict put
    49 userdict /PDFVars 86 dict dup begin put
    50 /_save 0 def
    51 /_cshow 0 def
    52 /InitAll 0 def
    53 /TermAll 0 def
    54 /DocInitAll 0 def
    55 /DocTermAll 0 def
    56 /_lp /none def
    57 /_doClip 0 def
    58 /sfc 0 def
    59 /_sfcs 0 def
    60 /_sfc 0 def
    61 /ssc 0 def
    62 /_sscs 0 def
    63 /_ssc 0 def
    64 /_fcs 0 def
    65 /_scs 0 def
    66 /_fp 0 def
    67 /_sp 0 def
    68 /AGM_MAX_CS_COMPONENTS 10 def
    69 /_fillColors [ 0 1 AGM_MAX_CS_COMPONENTS { array } for ] def
    70 /_strokeColors [ 0 1 AGM_MAX_CS_COMPONENTS { array } for ] def
    71 /_fc null def
    72 /_sc null def
    73 /DefaultGray [/DeviceGray] def
    74 /DefaultRGB [/DeviceRGB] def
    75 /DefaultCMYK [/DeviceCMYK] def
    76 /_inT false def
    77 /_tr -1 def
    78 /_rise 0 def
    79 /_ax 0 def
    80 /_cx 0 def
    81 /_ld 0 def
    82 /_tm matrix def
    83 /_ctm matrix def
    84 /_mtx matrix def
    85 /_hy (-) def
    86 /_fScl 0 def
    87 /_hs 1 def
    88 /_pdfEncodings 2 array def
    89 /_baselineadj 0 def
    90 /_fTzero false def
    91 /_Tj 0 def
    92 /_italMtx [1 0 .212557 1 0 0] def
    93 /_italMtx_WMode1 [1 -.212557 0 1 0 0] def
    94 /_italMtxType0 [1 0 .1062785 1 0 0] def
    95 /_italMtx_WMode1Type0 [1 -.1062785 0 1 0 0] def
    96 /_basefont 0 def
    97 /_basefonto 0 def
    98 /_pdf_oldCIDInit null def
    99 /_pdf_FontDirectory 30 dict def
   100 /_categories 10 dict def
   101 /_sa? true def
   102 /_op? false def
   103 /_OP? false def
   104 /_opmode 0 def
   105 /_ColorSep5044? false def
   106 /_tmpcolr? [] def
   107 /_tmpop? {} def
   108 /_processColors 0 def
   109 /_defaulttransfer currenttransfer def
   110 /_defaultflatness currentflat def
   111 /_defaulthalftone null def
   112 /_defaultcolortransfer null def
   113 /_defaultblackgeneration null def
   114 /_defaultundercolorremoval null def
   115 /_defaultcolortransfer null def
   116 end
   117 %%EndResource
   118 PDFVars begin PDF begin
   119 %%BeginResource: procset pdfutil
   120 %%Copyright: Copyright 1993-1999 Adobe Systems Incorporated. All Rights Reserved.
   121 %%Version: 4.0 2
   122 %%Title: Basic utilities used by other PDF procsets
   123 /bd {bind def} bind def
   124 /ld {load def} bd
   125 /bld {
   126 dup length dict begin
   127 { null def } forall
   128 bind
   129 end
   130 def
   131 } bd
   132 /dd { PDFVars 3 1 roll put } bd
   133 /xdd { exch dd } bd
   134 /Level2?
   135 systemdict /languagelevel known
   136 { systemdict /languagelevel get 2 ge } { false } ifelse
   137 def
   138 /Level3?
   139 systemdict /languagelevel known
   140 {systemdict /languagelevel get 3 eq } { false } ifelse
   141 def
   142 /getifknown {
   143 2 copy known { get true } { pop pop false } ifelse
   144 } bd
   145 /here {
   146 currentdict exch getifknown
   147 } bd
   148 /isdefined? { where { pop true } { false } ifelse } bd
   149 /StartLoad { dup dup not { /_save save dd } if } bd
   150 /EndLoad { if not { _save restore } if } bd
   151 %%EndResource
   152 %%BeginResource: procset pdf
   153 %%Version: 4.0 3
   154 %%Copyright: Copyright 1998-1999 Adobe Systems Incorporated. All Rights Reserved.
   155 %%Title: General operators for PDF, common to all Language Levels.
   156 [/b/B/b*/B*/BDC/BI/BMC/BT/BX/c/cm/cs/CS/d/d0/d1/Do/DP/EI/EMC/ET/EX/f/f*/g/G/gs
   157 /h/i/j/J/k/K/l/m/M/MP/n/q/Q/re/rg/RG/ri/s/S/sc/SC/scn/SCN/sg/Tc/Td/TD/Tf/Tj/TJ
   158 /TL/Tm/Tr/Ts/Tw/Tz/T*/v/w/W/W*/y/'/"
   159 /applyInterpFunc/applystitchFunc/domainClip/EF/encodeInput/gsDI/ilp/icl
   160 /initgs/int/limit/PS/rangeClip/RC/rf/makePat/csfamily 
   161 /? /! /| /: /+ /GetGlyphDirectory
   162 ] {null def} bind forall
   163 /v { currentpoint 6 2 roll c } bd
   164 /y { 2 copy c } bd
   165 /h/closepath ld
   166 /d/setdash ld
   167 /j/setlinejoin ld
   168 /J/setlinecap ld
   169 /M/setmiterlimit ld
   170 /w/setlinewidth ld
   171 /i {
   172 dup 0 eq { pop _defaultflatness } if
   173 setflat
   174 } bd
   175 /gsDI {
   176 begin
   177 /OP here { /_OP? xdd } if
   178 /op here { /_op? xdd }
   179 { /OP here { /_op? xdd } if }
   180 ifelse
   181 /OPM here { /_opmode xdd } if
   182 /Font here { aload pop Tf } if
   183 /LW here { w } if
   184 /LC here { J } if
   185 /LJ here { j } if
   186 /ML here { M } if
   187 /D here { aload pop d } if
   188 end
   189 } bd
   190 /ilp { /_lp /none dd } bd
   191 /icl { /_doClip 0 dd } bd
   192 /W { /_doClip 1 dd } bd
   193 /W* { /_doClip 2 dd } bd
   194 /n {
   195 {{} {clip} {eoclip}} _doClip get exec
   196 icl
   197 newpath
   198 } bd
   199 /s { h S } bd
   200 /B { q f Q S } bd
   201 /B* { q f* Q S } bd
   202 /b { h B } bd
   203 /b* { h B* } bd
   204 /q/save ld
   205 /Q { restore ilp } bd
   206 /GetCSFamily {
   207 dup type /arraytype eq {0 get} if
   208 } bd
   209 /GetCompsDict
   210 11 dict begin
   211 /DeviceGray { pop 1 } bd
   212 /DeviceRGB { pop 3 } bd
   213 /DeviceCMYK { pop 4 } bd
   214 /CIEBasedA { pop 1 } bd
   215 /CIEBasedABC { pop 3 } bd
   216 /CIEBasedDEF { pop 3 } bd
   217 /CIEBasedDEFG { pop 4 } bd
   218 /DeviceN { 1 get length } bd
   219 /Separation { pop 1 } bd
   220 /Indexed { pop 1 } bd
   221 /Pattern { pop 0 } bd
   222 currentdict
   223 end
   224 def
   225 /GetComps {
   226 GetCompsDict
   227 1 index GetCSFamily
   228 get exec
   229 } bd
   230 /cs
   231 {
   232 dup _fcs eq
   233 { pop }
   234 { dup /_fcs xdd
   235 GetComps
   236 _fillColors exch get
   237 /_fc xdd
   238 /_fp null dd
   239 } ifelse
   240 } bd
   241 /CS
   242 {
   243 dup _scs eq
   244 { pop }
   245 { dup /_scs xdd GetComps _strokeColors exch get /_sc xdd /_sp null dd }
   246 ifelse
   247 } bd
   248 /sc {
   249 _fc astore pop
   250 ilp
   251 } bd
   252 /SC {
   253 _sc astore pop
   254 ilp
   255 } bd
   256 /g { DefaultGray cs sc } bd
   257 /rg { DefaultRGB cs sc } bd
   258 /k { DefaultCMYK cs sc } bd
   259 /G { DefaultGray CS SC } bd
   260 /RG { DefaultRGB CS SC } bd
   261 /K { DefaultCMYK CS SC } bd
   262 /cm { _mtx astore concat } bd
   263 /re {
   264 4 2 roll m
   265 1 index 0 rlineto
   266 0 exch rlineto
   267 neg 0 rlineto
   268 h
   269 } bd
   270 /RC/rectclip ld
   271 /EF/execform ld
   272 /PS { cvx exec } bd
   273 /initgs {
   274 /DefaultGray [/DeviceGray] dd
   275 /DefaultRGB [/DeviceRGB] dd
   276 /DefaultCMYK [/DeviceCMYK] dd
   277 0 g 0 G
   278 [] 0 d
   279 0 j
   280 0 J
   281 10 M
   282 1 w
   283 true setSA
   284 /_op? false dd
   285 /_OP? false dd
   286 /_opmode 0 dd
   287 /_defaulttransfer load settransfer
   288 0 i
   289 /RelativeColorimetric ri
   290 newpath
   291 } bd
   292 /int {
   293 dup 2 index sub 3 index 5 index sub div 6 -2 roll sub mul
   294 exch pop add exch pop
   295 } bd
   296 /limit {
   297 dup 2 index le { exch } if pop
   298 dup 2 index ge { exch } if pop
   299 } bd
   300 /domainClip {
   301 Domain aload pop 3 2 roll
   302 limit
   303 } [/Domain] bld
   304 /applyInterpFunc {
   305 0 1 DimOut 1 sub
   306 {
   307 dup C0 exch get exch
   308 dup C1 exch get exch
   309 3 1 roll
   310 1 index sub
   311 3 index
   312 N exp mul add
   313 exch
   314 currentdict /Range_lo known
   315 {
   316 dup Range_lo exch get exch
   317 Range_hi exch get
   318 3 2 roll limit
   319 }
   320 {
   321 pop
   322 }
   323 ifelse
   324 exch
   325 } for
   326 pop
   327 } [/DimOut /C0 /C1 /N /Range_lo /Range_hi] bld
   328 /encodeInput {
   329 NumParts 1 sub
   330 0 1 2 index
   331 {
   332 dup Bounds exch get
   333 2 index gt
   334 { exit }
   335 { dup
   336 3 index eq
   337 { exit }
   338 { pop } ifelse
   339 } ifelse
   340 } for
   341 3 2 roll pop
   342 dup Bounds exch get exch
   343 dup 1 add Bounds exch get exch
   344 2 mul
   345 dup Encode exch get exch
   346 1 add Encode exch get
   347 int
   348 } [/NumParts /Bounds /Encode] bld
   349 /rangeClip {
   350 exch dup Range_lo exch get
   351 exch Range_hi exch get
   352 3 2 roll
   353 limit
   354 } [/Range_lo /Range_hi] bld
   355 /applyStitchFunc {
   356 Functions exch get exec
   357 currentdict /Range_lo known {
   358 0 1 DimOut 1 sub {
   359 DimOut 1 add -1 roll
   360 rangeClip
   361 } for
   362 } if
   363 } [/Functions /Range_lo /DimOut] bld
   364 %%EndResource
   365 %%BeginResource: procset pdflev2
   366 %%Version: 4.0 5
   367 %%Copyright: Copyright 1987-1999 Adobe Systems Incorporated. All Rights Reserved.
   368 %%LanguageLevel: 2
   369 %%Title: PDF operators, with code specific for Level 2
   370 /_defaulthalftone currenthalftone dd
   371 /_defaultblackgeneration currentblackgeneration dd
   372 /_defaultundercolorremoval currentundercolorremoval dd
   373 /_defaultcolortransfer [currentcolortransfer] dd
   374 /initialize {
   375 _defaulthalftone sethalftone
   376 /_defaultblackgeneration load setblackgeneration
   377 /_defaultundercolorremoval load setundercolorremoval
   378 _defaultcolortransfer aload pop setcolortransfer
   379 false setoverprint
   380 <</MaxFormItem 0>> setuserparams
   381 } bd
   382 /terminate { } bd
   383 /m/moveto ld
   384 /l/lineto ld
   385 /c/curveto ld
   386 /setSA/setstrokeadjust ld
   387 /defineRes/defineresource ld
   388 /findRes/findresource ld
   389 currentglobal
   390 true systemdict /setglobal get exec
   391 [/Function /ExtGState /Form /Shading /FunctionDictionary /MadePattern /PatternPrototype /DataSource]
   392 { /Generic /Category findresource dup length dict copy /Category defineresource pop }
   393 forall
   394 systemdict /setglobal get exec
   395 /ri
   396 {
   397 /findcolorrendering isdefined?
   398 {
   399 mark exch
   400 findcolorrendering
   401 counttomark 2 eq
   402 { type /booleantype eq
   403 { dup type /nametype eq
   404 { dup /ColorRendering resourcestatus
   405 { pop pop
   406 dup /DefaultColorRendering ne
   407 {
   408 /ColorRendering findresource
   409 setcolorrendering
   410 } if
   411 } if
   412 } if
   413 } if
   414 } if
   415 cleartomark
   416 }
   417 { pop
   418 } ifelse
   419 } bd
   420 /_sfcs {_fcs setcolorspace} bind dd
   421 /_sscs {_scs setcolorspace} bind dd
   422 /_sfc
   423 {
   424 _fc aload pop
   425 _fp null eq
   426 { setcolor }
   427 { _fp setpattern }
   428 ifelse
   429 } bind dd
   430 /_ssc
   431 {
   432 _sc aload pop
   433 _sp null eq { setcolor} { _sp setpattern } ifelse
   434 } bind dd
   435 /scn {
   436 dup type /dicttype eq
   437 { dup /_fp xdd
   438 /PaintType get 1 eq
   439 { /_fc _fillColors 0 get dd ilp }
   440 { /_fc _fillColors
   441 _fcs 1 get
   442 GetComps get dd
   443 sc
   444 }
   445 ifelse
   446 }
   447 { sc }
   448 ifelse
   449 } bd
   450 /SCN {
   451 dup type /dicttype eq
   452 { dup /_sp xdd
   453 /PaintType get 1 eq
   454 { /_sc _strokeColors 0 get dd ilp }
   455 { /_sc _strokeColors _scs 1 get GetComps get dd
   456 SC
   457 }
   458 ifelse
   459 }
   460 { SC }
   461 ifelse
   462 } bd
   463 /gs
   464 {
   465 begin
   466 /SA here { setstrokeadjust } if
   467 /BG here { setblackgeneration } if
   468 /UCR here { setundercolorremoval } if
   469 /FL here { i } if
   470 /RI here { ri } if
   471 /TR here
   472 {
   473 dup xcheck
   474 { settransfer }
   475 { aload pop setcolortransfer }
   476 ifelse
   477 } if
   478 /sethalftonephase isdefined? { /HTP here { sethalftonephase } if } if
   479 /HT here { sethalftone } if
   480 currentdict gsDI
   481 end
   482 } bd
   483 /sfc {
   484 _op? setoverprint
   485 _lp /fill ne {
   486 _sfcs
   487 _sfc
   488 /_lp /fill dd
   489 } if
   490 } dd
   491 /ssc {
   492 _OP? setoverprint
   493 _lp /stroke ne {
   494 _sscs
   495 _ssc
   496 /_lp /stroke dd
   497 } if
   498 } dd
   499 /f {
   500 { { sfc fill }
   501 {gsave sfc fill grestore clip newpath icl ilp}
   502 {gsave sfc fill grestore eoclip newpath icl ilp}
   503 } _doClip get exec
   504 } bd
   505 /f* {
   506 { { sfc eofill }
   507 {gsave sfc eofill grestore clip newpath icl ilp}
   508 {gsave sfc eofill grestore eoclip newpath icl ilp}
   509 } _doClip get exec
   510 } bd
   511 /S {
   512 { { ssc stroke }
   513 {gsave ssc stroke grestore clip newpath icl ilp}
   514 {gsave ssc stroke grestore eoclip newpath icl ilp}
   515 } _doClip get exec
   516 } bd
   517 /rf {
   518 { { sfc rectfill }
   519 {gsave sfc rectfill grestore clip newpath icl ilp}
   520 {gsave sfc rectfill grestore eoclip newpath icl ilp}
   521 } _doClip get exec
   522 } bd
   523 /knownColorants? {
   524 pop false
   525 } bd
   526 /makePat {
   527 gsave
   528 dup /Matrix get concat
   529 matrix makepattern
   530 grestore
   531 /MadePattern defineRes pop
   532 } bd
   533 %%EndResource
   534 %%BeginResource: procset spots
   535 %%Version: 4.0 1
   536 %%Copyright: Copyright 1987-1999 Adobe Systems Incorporated. All Rights Reserved.
   537 %%Title: Predefined (named) spot functions for PDF
   538 21 dict dup begin
   539 /CosineDot
   540 { 180 mul cos exch 180 mul cos add 2 div } bd
   541 /Cross
   542 { abs exch abs 2 copy gt { exch } if pop neg } bd
   543 /Diamond
   544 { abs exch abs 2 copy add .75 le
   545 { dup mul exch dup mul add 1 exch sub }
   546 { 2 copy add 1.23 le
   547 { .85 mul add 1 exch sub }
   548 { 1 sub dup mul exch 1 sub dup mul add 1 sub }
   549 ifelse }
   550 ifelse } bd
   551 /Double
   552 { exch 2 div exch 2 { 360 mul sin 2 div exch } repeat add } bd
   553 /DoubleDot
   554 { 2 { 360 mul sin 2 div exch } repeat add } bd
   555 /Ellipse
   556 { abs exch abs 2 copy 3 mul exch 4 mul add 3 sub dup 0 lt
   557 { pop dup mul exch .75 div dup mul add 4 div
   558 1 exch sub }
   559 { dup 1 gt
   560 {pop 1 exch sub dup mul exch 1 exch sub
   561 .75 div dup mul add 4 div 1 sub }
   562 { .5 exch sub exch pop exch pop }
   563 ifelse }
   564 ifelse } bd
   565 /EllipseA
   566 { dup mul .9 mul exch dup mul add 1 exch sub } bd
   567 /EllipseB
   568 { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub } bd
   569 /EllipseC
   570 { dup mul exch dup mul .9 mul add 1 exch sub } bd
   571 /InvertedDouble
   572 { exch 2 div exch 2 { 360 mul sin 2 div exch } repeat add neg } bd
   573 /InvertedDoubleDot
   574 { 2 { 360 mul sin 2 div exch } repeat add neg } bd
   575 /InvertedEllipseA
   576 { dup mul .9 mul exch dup mul add 1 sub } bd
   577 /InvertedEllipseC
   578 { dup mul exch dup mul .9 mul add 1 sub } bd
   579 /InvertedSimpleDot
   580 { dup mul exch dup mul add 1 sub } bd
   581 /Line
   582 { exch pop abs neg } bd
   583 /LineX
   584 { pop } bd
   585 /LineY
   586 { exch pop } bd
   587 /Rhomboid
   588 { abs exch abs 0.9 mul add 2 div } bd
   589 /Round
   590 { abs exch abs 2 copy add 1 le
   591 { dup mul exch dup mul add 1 exch sub }
   592 { 1 sub dup mul exch 1 sub dup mul add 1 sub }
   593 ifelse } bd
   594 /SimpleDot
   595 { dup mul exch dup mul add 1 exch sub } bd
   596 /Square
   597 { abs exch abs 2 copy lt { exch } if pop neg } bd
   598 end
   599 { /Function defineRes pop } forall
   600 %%EndResource
   601 %%BeginResource: procset pdftext
   602 %%Version: 4.0 2
   603 %%Copyright: Copyright 1987-1998 Adobe Systems Incorporated. All Rights Reserved.
   604 %%Title: Text operators for PDF
   605 PDF /PDFText 75 dict dup begin put
   606 /docinitialize
   607 {
   608 /resourcestatus where {
   609 pop
   610 /CIDParams /ProcSet resourcestatus {
   611 pop pop
   612 false /CIDParams /ProcSet findresource /SetBuildCompatible get exec
   613 } if
   614 } if
   615 PDF begin
   616 PDFText /_pdfDefineIdentity-H known
   617 { PDFText /_pdfDefineIdentity-H get exec}
   618 if
   619 end
   620 } bd
   621 /initialize {
   622 PDFText begin
   623 /_intT false dd
   624 0 Tr
   625 } bd
   626 /terminate { end } bd
   627 /_safeput
   628 {
   629 Level2? not
   630 {
   631 2 index load dup dup length exch maxlength ge
   632 { dup length 5 add dict copy
   633 3 index xdd
   634 }
   635 { pop }
   636 ifelse
   637 }
   638 if
   639 3 -1 roll load 3 1 roll put
   640 }
   641 bd
   642 /pdf_has_composefont? systemdict /composefont known def
   643 /CopyFont {
   644 {
   645 1 index /FID ne 2 index /UniqueID ne and
   646 { def } { pop pop } ifelse
   647 } forall
   648 } bd
   649 /Type0CopyFont
   650 {
   651 exch
   652 dup length dict
   653 begin
   654 CopyFont
   655 [
   656 exch
   657 FDepVector
   658 {
   659 dup /FontType get 0 eq
   660 {
   661 1 index Type0CopyFont
   662 /_pdfType0 exch definefont
   663 }
   664 {
   665 /_pdfBaseFont exch
   666 2 index exec
   667 }
   668 ifelse
   669 exch
   670 }
   671 forall
   672 pop
   673 ]
   674 /FDepVector exch def
   675 currentdict
   676 end
   677 } bd
   678 /cHexEncoding
   679 [/c00/c01/c02/c03/c04/c05/c06/c07/c08/c09/c0A/c0B/c0C/c0D/c0E/c0F/c10/c11/c12
   680 /c13/c14/c15/c16/c17/c18/c19/c1A/c1B/c1C/c1D/c1E/c1F/c20/c21/c22/c23/c24/c25
   681 /c26/c27/c28/c29/c2A/c2B/c2C/c2D/c2E/c2F/c30/c31/c32/c33/c34/c35/c36/c37/c38
   682 /c39/c3A/c3B/c3C/c3D/c3E/c3F/c40/c41/c42/c43/c44/c45/c46/c47/c48/c49/c4A/c4B
   683 /c4C/c4D/c4E/c4F/c50/c51/c52/c53/c54/c55/c56/c57/c58/c59/c5A/c5B/c5C/c5D/c5E
   684 /c5F/c60/c61/c62/c63/c64/c65/c66/c67/c68/c69/c6A/c6B/c6C/c6D/c6E/c6F/c70/c71
   685 /c72/c73/c74/c75/c76/c77/c78/c79/c7A/c7B/c7C/c7D/c7E/c7F/c80/c81/c82/c83/c84
   686 /c85/c86/c87/c88/c89/c8A/c8B/c8C/c8D/c8E/c8F/c90/c91/c92/c93/c94/c95/c96/c97
   687 /c98/c99/c9A/c9B/c9C/c9D/c9E/c9F/cA0/cA1/cA2/cA3/cA4/cA5/cA6/cA7/cA8/cA9/cAA
   688 /cAB/cAC/cAD/cAE/cAF/cB0/cB1/cB2/cB3/cB4/cB5/cB6/cB7/cB8/cB9/cBA/cBB/cBC/cBD
   689 /cBE/cBF/cC0/cC1/cC2/cC3/cC4/cC5/cC6/cC7/cC8/cC9/cCA/cCB/cCC/cCD/cCE/cCF/cD0
   690 /cD1/cD2/cD3/cD4/cD5/cD6/cD7/cD8/cD9/cDA/cDB/cDC/cDD/cDE/cDF/cE0/cE1/cE2/cE3
   691 /cE4/cE5/cE6/cE7/cE8/cE9/cEA/cEB/cEC/cED/cEE/cEF/cF0/cF1/cF2/cF3/cF4/cF5/cF6
   692 /cF7/cF8/cF9/cFA/cFB/cFC/cFD/cFE/cFF] def
   693 /modEnc {
   694 /_enc xdd
   695 /_icode 0 dd
   696 counttomark 1 sub -1 0
   697 {
   698 index
   699 dup type /nametype eq
   700 {
   701 _enc _icode 3 -1 roll put
   702 _icode 1 add
   703 }
   704 if
   705 /_icode xdd
   706 } for
   707 cleartomark
   708 _enc
   709 } bd
   710 /trEnc {
   711 /_enc xdd
   712 255 -1 0 {
   713 exch dup -1 eq
   714 { pop /.notdef }
   715 { Encoding exch get }
   716 ifelse
   717 _enc 3 1 roll put
   718 } for
   719 pop
   720 _enc
   721 } bd
   722 /TE {
   723 /_i xdd
   724 StandardEncoding 256 array copy modEnc
   725 _pdfEncodings exch _i exch put
   726 } bd
   727 /TZ
   728 {
   729 /_usePDFEncoding xdd
   730 findfont
   731 dup length 6 add dict
   732 begin
   733 {
   734 1 index /FID ne { def } { pop pop } ifelse
   735 } forall
   736 /pdf_origFontName FontName def
   737 /FontName exch def
   738 _usePDFEncoding 0 ge
   739 {
   740 /Encoding _pdfEncodings _usePDFEncoding get def
   741 pop
   742 }
   743 {
   744 _usePDFEncoding -1 eq
   745 {
   746 counttomark 0 eq
   747 { pop }
   748 {
   749 Encoding 256 array copy
   750 modEnc /Encoding exch def
   751 }
   752 ifelse
   753 }
   754 {
   755 256 array
   756 trEnc /Encoding exch def
   757 }
   758 ifelse
   759 }
   760 ifelse
   761 pdf_EuroProcSet pdf_origFontName known
   762 {
   763 pdf_origFontName pdf_AddEuroGlyphProc
   764 } if
   765 FontName currentdict
   766 end
   767 definefont pop
   768 }
   769 bd
   770 /Level2?
   771 systemdict /languagelevel known
   772 {systemdict /languagelevel get 2 ge}
   773 {false}
   774 ifelse
   775 def
   776 Level2?
   777 {
   778 /_pdfFontStatus
   779 {
   780 currentglobal exch
   781 /Font resourcestatus
   782 {pop pop true}
   783 {false}
   784 ifelse
   785 exch setglobal
   786 } bd
   787 }
   788 {
   789 /_pdfFontStatusString 50 string def
   790 _pdfFontStatusString 0 (fonts/) putinterval
   791 /_pdfFontStatus
   792 {
   793 FontDirectory 1 index known
   794 { pop true }
   795 {
   796 _pdfFontStatusString 6 42 getinterval
   797 cvs length 6 add
   798 _pdfFontStatusString exch 0 exch getinterval
   799 { status } stopped
   800 {pop false}
   801 {
   802 { pop pop pop pop true}
   803 { false }
   804 ifelse
   805 }
   806 ifelse
   807 }
   808 ifelse
   809 } bd
   810 }
   811 ifelse
   812 Level2?
   813 {
   814 /_pdfCIDFontStatus
   815 {
   816 /CIDFont /Category resourcestatus
   817 {
   818 pop pop
   819 /CIDFont resourcestatus
   820 {pop pop true}
   821 {false}
   822 ifelse
   823 }
   824 { pop false }
   825 ifelse
   826 } bd
   827 }
   828 if
   829 /_pdfString100 100 string def
   830 /_pdfComposeFontName
   831 {
   832 dup length 1 eq
   833 {
   834 0 get
   835 1 index
   836 type /nametype eq
   837 {
   838 _pdfString100 cvs
   839 length dup dup _pdfString100 exch (-) putinterval
   840 _pdfString100 exch 1 add dup _pdfString100 length exch sub getinterval
   841 2 index exch cvs length
   842 add 1 add _pdfString100 exch 0 exch getinterval
   843 exch pop
   844 true
   845 }
   846 {
   847 pop pop
   848 false
   849 }
   850 ifelse
   851 }
   852 {
   853 false
   854 }
   855 ifelse
   856 dup {exch cvn exch} if
   857 } bd
   858 /_pdfConcatNames
   859 {
   860 exch
   861 _pdfString100 cvs
   862 length dup dup _pdfString100 exch (-) putinterval
   863 _pdfString100 exch 1 add dup _pdfString100 length exch sub getinterval
   864 3 -1 roll exch cvs length
   865 add 1 add _pdfString100 exch 0 exch getinterval
   866 cvn
   867 } bind def
   868 /_pdfTextTempString 50 string def
   869 /_pdfRegOrderingArray [(Adobe-Japan1) (Adobe-CNS1) (Adobe-Korea1) (Adobe-GB1)] def
   870 /_pdf_CheckSupplements
   871 {
   872 1 index _pdfTextTempString cvs
   873 false
   874 _pdfRegOrderingArray
   875 {
   876 2 index exch
   877 anchorsearch
   878 { pop pop pop true exit}
   879 { pop }
   880 ifelse
   881 }
   882 forall
   883 exch pop
   884 {
   885 /CIDFont findresource
   886 /CIDSystemInfo get /Supplement get
   887 exch /CMap findresource
   888 /CIDSystemInfo get
   889 dup type /dicttype eq
   890 {/Supplement get}
   891 {pop 0 }
   892 ifelse
   893 ge
   894 }
   895 { pop pop true }
   896 ifelse
   897 } bind def
   898 pdf_has_composefont?
   899 {
   900 /_pdfComposeFont
   901 {
   902 2 copy _pdfComposeFontName not
   903 {
   904 2 index
   905 }
   906 if
   907 (pdf) exch _pdfConcatNames
   908 dup _pdfFontStatus
   909 { dup findfont 5 2 roll pop pop pop true}
   910 {
   911 4 1 roll
   912 1 index /CMap resourcestatus
   913 {
   914 pop pop
   915 true
   916 }
   917 {false}
   918 ifelse
   919 1 index true exch
   920 {
   921 _pdfCIDFontStatus not
   922 {pop false exit}
   923 if
   924 }
   925 forall
   926 and
   927 {
   928 1 index 1 index 0 get _pdf_CheckSupplements
   929 {
   930 3 -1 roll pop
   931 2 index 3 1 roll
   932 composefont true
   933 }
   934 {
   935 pop pop exch pop false
   936 }
   937 ifelse
   938 }
   939 {
   940 _pdfComposeFontName
   941 {
   942 dup _pdfFontStatus
   943 {
   944 exch pop
   945 1 index exch
   946 findfont definefont true
   947 }
   948 {
   949 pop exch pop
   950 false
   951 }
   952 ifelse
   953 }
   954 {
   955 exch pop
   956 false
   957 }
   958 ifelse
   959 }
   960 ifelse
   961 { true }
   962 {
   963 dup _pdfFontStatus
   964 { dup findfont true }
   965 { pop false }
   966 ifelse
   967 }
   968 ifelse
   969 }
   970 ifelse
   971 } bd
   972 }
   973 {
   974 /_pdfComposeFont
   975 {
   976 _pdfComposeFontName not
   977 {
   978 dup
   979 }
   980 if
   981 dup
   982 _pdfFontStatus
   983 {exch pop dup findfont true}
   984 {
   985 1 index
   986 dup type /nametype eq
   987 {pop}
   988 {cvn}
   989 ifelse
   990 eq
   991 {pop false}
   992 {
   993 dup _pdfFontStatus
   994 {dup findfont true}
   995 {pop false}
   996 ifelse
   997 }
   998 ifelse
   999 }
  1000 ifelse
  1001 } bd
  1002 }
  1003 ifelse
  1004 /_pdfStyleDicts 4 dict dup begin
  1005 /Adobe-Japan1 4 dict dup begin
  1006 Level2?
  1007 {
  1008 /Serif
  1009 /HeiseiMin-W3-83pv-RKSJ-H _pdfFontStatus
  1010 {/HeiseiMin-W3}
  1011 {
  1012 /HeiseiMin-W3 _pdfCIDFontStatus
  1013 {/HeiseiMin-W3}
  1014 {/Ryumin-Light}
  1015 ifelse
  1016 }
  1017 ifelse
  1018 def
  1019 /SansSerif
  1020 /HeiseiKakuGo-W5-83pv-RKSJ-H _pdfFontStatus
  1021 {/HeiseiKakuGo-W5}
  1022 {
  1023 /HeiseiKakuGo-W5 _pdfCIDFontStatus
  1024 {/HeiseiKakuGo-W5}
  1025 {/GothicBBB-Medium}
  1026 ifelse
  1027 }
  1028 ifelse
  1029 def
  1030 /HeiseiMaruGo-W4-83pv-RKSJ-H _pdfFontStatus
  1031 {/HeiseiMaruGo-W4}
  1032 {
  1033 /HeiseiMaruGo-W4 _pdfCIDFontStatus
  1034 {/HeiseiMaruGo-W4}
  1035 {
  1036 /Jun101-Light-RKSJ-H _pdfFontStatus
  1037 { /Jun101-Light }
  1038 { SansSerif }
  1039 ifelse
  1040 }
  1041 ifelse
  1042 }
  1043 ifelse
  1044 /RoundSansSerif exch def
  1045 /Default Serif def
  1046 }
  1047 {
  1048 /Serif /Ryumin-Light def
  1049 /SansSerif /GothicBBB-Medium def
  1050 {
  1051 (fonts/Jun101-Light-83pv-RKSJ-H) status
  1052 }stopped
  1053 {pop}{
  1054 { pop pop pop pop /Jun101-Light }
  1055 { SansSerif }
  1056 ifelse
  1057 /RoundSansSerif exch def
  1058 }ifelse
  1059 /Default Serif def
  1060 }
  1061 ifelse
  1062 end
  1063 def
  1064 /Adobe-Korea1 4 dict dup begin
  1065 /Serif /HYSMyeongJo-Medium def
  1066 /SansSerif /HYGoThic-Medium def
  1067 /RoundSansSerif SansSerif def
  1068 /Default Serif def
  1069 end
  1070 def
  1071 /Adobe-GB1 4 dict dup begin
  1072 /Serif /STSong-Light def
  1073 /SansSerif /STHeiti-Regular def
  1074 /RoundSansSerif SansSerif def
  1075 /Default Serif def
  1076 end
  1077 def
  1078 /Adobe-CNS1 4 dict dup begin
  1079 /Serif /MKai-Medium def
  1080 /SansSerif /MHei-Medium def
  1081 /RoundSansSerif SansSerif def
  1082 /Default Serif def
  1083 end
  1084 def
  1085 end
  1086 def
  1087 /TZzero
  1088 {
  1089 /_fyAdj xdd
  1090 /_wmode xdd
  1091 /_styleArr xdd
  1092 /_regOrdering xdd
  1093 3 copy
  1094 _pdfComposeFont
  1095 {
  1096 5 2 roll pop pop pop
  1097 }
  1098 {
  1099 [
  1100 0 1 _styleArr length 1 sub
  1101 {
  1102 _styleArr exch get
  1103 _pdfStyleDicts _regOrdering 2 copy known
  1104 {
  1105 get
  1106 exch 2 copy known not
  1107 { pop /Default }
  1108 if
  1109 get
  1110 }
  1111 {
  1112 pop pop pop /Unknown
  1113 }
  1114 ifelse
  1115 }
  1116 for
  1117 ]
  1118 exch pop
  1119 2 index 3 1 roll
  1120 _pdfComposeFont
  1121 {3 -1 roll pop}
  1122 {
  1123 findfont dup /FontName get exch
  1124 }
  1125 ifelse
  1126 }
  1127 ifelse
  1128 dup /WMode 2 copy known
  1129 { get _wmode ne }
  1130 { pop pop _wmode 1 eq}
  1131 ifelse
  1132 _fyAdj 0 ne or
  1133 {
  1134 exch _wmode _pdfConcatNames _fyAdj _pdfConcatNames
  1135 dup _pdfFontStatus
  1136 { exch pop dup findfont false}
  1137 { exch true }
  1138 ifelse
  1139 }
  1140 {
  1141 dup /FontType get 0 ne
  1142 }
  1143 ifelse
  1144 {
  1145 dup /FontType get 3 eq _wmode 1 eq and
  1146 {
  1147 _pdfVerticalRomanT3Font dup length 10 add dict copy
  1148 begin
  1149 /_basefont exch
  1150 dup length 3 add dict
  1151 begin
  1152 {1 index /FID ne {def}{pop pop} ifelse }
  1153 forall
  1154 /Encoding Encoding dup length array copy
  1155 dup 16#27 /quotesingle put
  1156 dup 16#60 /grave put
  1157 _regOrdering /Adobe-Japan1 eq
  1158 {dup 16#5c /yen put dup 16#a5 /yen put dup 16#b4 /yen put}
  1159 if
  1160 def
  1161 FontName
  1162 currentdict
  1163 end
  1164 definefont
  1165 def
  1166 /Encoding _basefont /Encoding get def
  1167 /_fauxfont true def
  1168 }
  1169 {
  1170 dup length 3 add dict
  1171 begin
  1172 {1 index /FID ne {def}{pop pop} ifelse }
  1173 forall
  1174 FontType 0 ne
  1175 {
  1176 /Encoding Encoding dup length array copy
  1177 dup 16#27 /quotesingle put
  1178 dup 16#60 /grave put
  1179 _regOrdering /Adobe-Japan1 eq
  1180 {dup 16#5c /yen put}
  1181 if
  1182 def
  1183 /_fauxfont true def
  1184 } if
  1185 } ifelse
  1186 /WMode _wmode def
  1187 /BaseLineAdj _fyAdj def
  1188 dup dup /FontName exch def
  1189 currentdict
  1190 end
  1191 definefont pop
  1192 }
  1193 {
  1194 pop
  1195 }
  1196 ifelse
  1197 /_pdf_FontDirectory 3 1 roll _safeput
  1198 }
  1199 bd
  1200 /swj {
  1201 dup 4 1 roll
  1202 dup length exch stringwidth
  1203 exch 5 -1 roll 3 index mul add
  1204 4 1 roll 3 1 roll mul add
  1205 6 2 roll /_cnt 0 dd
  1206 {1 index eq {/_cnt _cnt 1 add dd} if} forall pop
  1207 exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
  1208 } bd
  1209 /jss {
  1210 4 1 roll
  1211 {
  1212 pop pop
  1213 (0) exch 2 copy 0 exch put
  1214 gsave
  1215 exch false charpath currentpoint
  1216 5 index setmatrix stroke
  1217 3 -1 roll
  1218 32 eq
  1219 {
  1220 moveto
  1221 5 index 5 index rmoveto currentpoint
  1222 }
  1223 if
  1224 grestore
  1225 moveto
  1226 2 copy rmoveto
  1227 } exch cshow
  1228 6 {pop} repeat
  1229 } def
  1230 /jsfTzero {
  1231 {
  1232 pop pop
  1233 (0) exch 2 copy 0 exch put
  1234 exch show
  1235 32 eq
  1236 {
  1237 4 index 4 index rmoveto
  1238 }
  1239 if
  1240 2 copy rmoveto
  1241 } exch cshow
  1242 5 {pop} repeat
  1243 } def
  1244 /jsp
  1245 {
  1246 {
  1247 pop pop
  1248 (0) exch 2 copy 0 exch put
  1249 32 eq
  1250 dup {currentfont /Encoding get dup length 33 ge 
  1251 {32 get /space eq and}{pop}ifelse
  1252 }if
  1253 { exch 5 index 5 index 5 index 5 -1 roll widthshow }
  1254 { false charpath }
  1255 ifelse
  1256 2 copy rmoveto
  1257 } exch cshow
  1258 5 {pop} repeat
  1259 } bd
  1260 /trj { _cx 0 fWModeProc 32 _ax 0 fWModeProc 6 5 roll } bd
  1261 /pjsf { trj sfc fawidthshowProc } bd
  1262 /pjss { trj _ctm ssc jss } bd
  1263 /pjsc { trj jsp } bd
  1264 /_Tjdef [
  1265 /pjsf load
  1266 /pjss load
  1267 {
  1268 dup
  1269 currentpoint 3 2 roll
  1270 pjsf
  1271 newpath moveto
  1272 pjss
  1273 } bind
  1274 {
  1275 trj swj rmoveto
  1276 } bind
  1277 {
  1278 dup currentpoint 4 2 roll gsave
  1279 pjsf
  1280 grestore 3 1 roll moveto
  1281 pjsc
  1282 } bind
  1283 {
  1284 dup currentpoint 4 2 roll
  1285 currentpoint gsave newpath moveto
  1286 pjss
  1287 grestore 3 1 roll moveto
  1288 pjsc
  1289 } bind
  1290 {
  1291 dup currentpoint 4 2 roll gsave
  1292 dup currentpoint 3 2 roll
  1293 pjsf
  1294 newpath moveto
  1295 pjss
  1296 grestore 3 1 roll moveto
  1297 pjsc
  1298 } bind
  1299 /pjsc load
  1300 ] def
  1301 /BT
  1302 {
  1303 /_inT true dd
  1304 _ctm currentmatrix pop matrix _tm copy pop
  1305 0 _rise _baselineadj add translate _hs 1 scale
  1306 0 0 moveto
  1307 } bd
  1308 /ET
  1309 {
  1310 /_inT false dd
  1311 _tr 3 gt {clip} if
  1312 _ctm setmatrix newpath
  1313 } bd
  1314 /Tr {
  1315 _inT { _tr 3 le {currentpoint newpath moveto} if } if
  1316 dup /_tr xdd
  1317 _Tjdef exch get /_Tj xdd
  1318 } bd
  1319 /Tj {
  1320 userdict /$$copystring 2 index put
  1321 _Tj
  1322 } bd
  1323 /iTm { _ctm setmatrix _tm concat 0 _rise _baselineadj add translate _hs 1 scale } bd
  1324 /Tm { _tm astore pop iTm 0 0 moveto } bd
  1325 /Td { _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto } bd
  1326 /TD { dup /_ld xdd Td } bd
  1327 /_nullProc {} bd
  1328 /Tf {
  1329 dup 1000 div /_fScl xdd
  1330 _pdf_FontDirectory 2 index 2 copy known
  1331 {get exch 3 -1 roll pop}
  1332 {pop pop}
  1333 ifelse
  1334 Level2?
  1335 { selectfont }
  1336 { exch findfont exch scalefont setfont}
  1337 ifelse
  1338 currentfont dup
  1339 /_nullProc exch
  1340 /WMode known
  1341 {
  1342 1 index /WMode get 1 eq
  1343 {pop /exch}
  1344 if
  1345 }
  1346 if
  1347 load /fWModeProc xdd
  1348 dup
  1349 /FontType get 0 eq dup _cx 0 ne and
  1350 { /jsfTzero }
  1351 { /awidthshow }
  1352 ifelse
  1353 load /fawidthshowProc xdd
  1354 /_fTzero xdd
  1355 dup /BaseLineAdj known
  1356 { dup /BaseLineAdj get _fScl mul }
  1357 { 0 }
  1358 ifelse
  1359 /_baselineadj xdd
  1360 dup /_pdfT3Font known
  1361 { 0 }
  1362 {_tr}
  1363 ifelse
  1364 _Tjdef exch get /_Tj xdd
  1365 _intT
  1366 {currentpoint iTm moveto}
  1367 if
  1368 pop
  1369 } bd
  1370 /TL { neg /_ld xdd } bd
  1371 /Tw {
  1372 /_cx xdd
  1373 _cx 0 ne _fTzero and
  1374 { /jsfTzero }
  1375 { /awidthshow }
  1376 ifelse
  1377 load /fawidthshowProc xdd
  1378 } bd
  1379 /Tc { /_ax xdd } bd
  1380 /Ts { /_rise xdd currentpoint iTm moveto } bd
  1381 /Tz { 100 div /_hs xdd iTm } bd
  1382 /Tk { exch pop _fScl mul neg 0 fWModeProc rmoveto } bd
  1383 /T* { 0 _ld Td } bd
  1384 /' { T* Tj } bd
  1385 /" { exch Tc exch Tw ' } bd
  1386 /TJ {
  1387 {
  1388 dup type /stringtype eq
  1389 { Tj }
  1390 { 0 exch Tk }
  1391 ifelse
  1392 } forall
  1393 } bd
  1394 /T- { _hy Tj } bd
  1395 /d0/setcharwidth ld
  1396 /d1 { setcachedevice /sfc{}dd /ssc{}dd } bd
  1397 /nND {{/.notdef} repeat} bd
  1398 /T3Defs {
  1399 /BuildChar
  1400 {
  1401 1 index /Encoding get exch get
  1402 1 index /BuildGlyph get exec
  1403 }
  1404 def
  1405 /BuildGlyph {
  1406 exch begin
  1407 GlyphProcs exch get exec
  1408 end
  1409 } def
  1410 /_pdfT3Font true def
  1411 } bd
  1412 /_pdfBoldRomanWidthProc
  1413 {
  1414 stringwidth 1 index 0 ne { exch .03 add exch }if setcharwidth
  1415 0 0
  1416 } bd
  1417 /_pdfType0WidthProc
  1418 {
  1419 dup stringwidth 0 0 moveto
  1420 2 index true charpath pathbbox
  1421 0 -1
  1422 7 index 2 div .88
  1423 setcachedevice2
  1424 pop
  1425 0 0
  1426 } bd
  1427 /_pdfType0WMode1WidthProc
  1428 {
  1429 dup stringwidth
  1430 pop 2 div neg -0.88
  1431 2 copy
  1432 moveto
  1433 0 -1
  1434 5 -1 roll true charpath pathbbox
  1435 setcachedevice
  1436 } bd
  1437 /_pdfBoldBaseFont
  1438 11 dict begin
  1439 /FontType 3 def
  1440 /FontMatrix[1 0 0 1 0 0]def
  1441 /FontBBox[0 0 1 1]def
  1442 /Encoding cHexEncoding def
  1443 /_setwidthProc /_pdfBoldRomanWidthProc load def
  1444 /_bcstr1 1 string def
  1445 /BuildChar
  1446 {
  1447 exch begin
  1448 _basefont setfont
  1449 _bcstr1 dup 0 4 -1 roll put
  1450 dup
  1451 _setwidthProc
  1452 3 copy
  1453 moveto
  1454 show
  1455 _basefonto setfont
  1456 moveto
  1457 show
  1458 end
  1459 }bd
  1460 currentdict
  1461 end
  1462 def
  1463 pdf_has_composefont?
  1464 {
  1465 /_pdfBoldBaseCIDFont
  1466 11 dict begin
  1467 /CIDFontType 1 def
  1468 /CIDFontName /_pdfBoldBaseCIDFont def
  1469 /FontMatrix[1 0 0 1 0 0]def
  1470 /FontBBox[0 0 1 1]def
  1471 /_setwidthProc /_pdfType0WidthProc load def
  1472 /_bcstr2 2 string def
  1473 /BuildGlyph
  1474 {
  1475 exch begin
  1476 _basefont setfont
  1477 _bcstr2 1 2 index 256 mod put
  1478 _bcstr2 0 3 -1 roll 256 idiv put
  1479 _bcstr2 dup _setwidthProc
  1480 3 copy
  1481 moveto
  1482 show
  1483 _basefonto setfont
  1484 moveto
  1485 show
  1486 end
  1487 }bd
  1488 currentdict
  1489 end
  1490 def
  1491 /_pdfDefineIdentity-H
  1492 {
  1493 /Identity-H /CMap resourcestatus
  1494 {
  1495 pop pop
  1496 }
  1497 {
  1498 /CIDInit/ProcSet findresource begin 12 dict begin
  1499 begincmap
  1500 /CIDSystemInfo
  1501 3 dict begin
  1502 /Registry (Adobe) def
  1503 /Ordering (Identity) def
  1504 /Supplement 0 def
  1505 currentdict
  1506 end
  1507 def
  1508 /CMapName /Identity-H def
  1509 /CMapVersion 1 def
  1510 /CMapType 1 def
  1511 1 begincodespacerange
  1512 <0000> <ffff>
  1513 endcodespacerange
  1514 1 begincidrange
  1515 <0000> <ffff> 0
  1516 endcidrange
  1517 endcmap
  1518 CMapName currentdict/CMap defineresource pop
  1519 end
  1520 end
  1521 } ifelse
  1522 } def
  1523 } if
  1524 /_pdfVerticalRomanT3Font
  1525 10 dict begin
  1526 /FontType 3 def
  1527 /FontMatrix[1 0 0 1 0 0]def
  1528 /FontBBox[0 0 1 1]def
  1529 /_bcstr1 1 string def
  1530 /BuildChar
  1531 {
  1532 exch begin
  1533 _basefont setfont
  1534 _bcstr1 dup 0 4 -1 roll put
  1535 dup
  1536 _pdfType0WidthProc
  1537 moveto
  1538 show
  1539 end
  1540 }bd
  1541 currentdict
  1542 end
  1543 def
  1544 /MakeBoldFont
  1545 {
  1546 dup /ct_SyntheticBold known
  1547 {
  1548 dup length 3 add dict begin
  1549 CopyFont
  1550 /ct_StrokeWidth .03 0 FontMatrix idtransform pop def
  1551 /ct_SyntheticBold true def
  1552 currentdict
  1553 end
  1554 definefont
  1555 }
  1556 {
  1557 dup dup length 3 add dict
  1558 begin
  1559 CopyFont
  1560 /PaintType 2 def
  1561 /StrokeWidth .03 0 FontMatrix idtransform pop def
  1562 /dummybold currentdict
  1563 end
  1564 definefont
  1565 dup /FontType get dup 9 ge exch 11 le and
  1566 {
  1567 _pdfBoldBaseCIDFont
  1568 dup length 3 add dict copy begin
  1569 dup /CIDSystemInfo get /CIDSystemInfo exch def
  1570 /_Type0Identity /Identity-H 3 -1 roll [ exch ] composefont
  1571 /_basefont exch def
  1572 /_Type0Identity /Identity-H 3 -1 roll [ exch ] composefont
  1573 /_basefonto exch def
  1574 currentdict
  1575 end
  1576 /CIDFont defineresource
  1577 }
  1578 {
  1579 _pdfBoldBaseFont
  1580 dup length 3 add dict copy begin
  1581 /_basefont exch def
  1582 /_basefonto exch def
  1583 currentdict
  1584 end
  1585 definefont
  1586 }
  1587 ifelse
  1588 }
  1589 ifelse
  1590 } bd
  1591 /MakeBold {
  1592 1 index
  1593 _pdf_FontDirectory 2 index 2 copy known
  1594 {get}
  1595 {exch pop}
  1596 ifelse
  1597 findfont
  1598 dup
  1599 /FontType get 0 eq
  1600 {
  1601 dup /WMode known {dup /WMode get 1 eq }{false} ifelse
  1602 version length 4 ge
  1603 and
  1604 {version 0 4 getinterval cvi 2015 ge }
  1605 {true}
  1606 ifelse
  1607 {/_pdfType0WidthProc}
  1608 {/_pdfType0WMode1WidthProc}
  1609 ifelse
  1610 _pdfBoldBaseFont /_setwidthProc 3 -1 roll load put
  1611 {MakeBoldFont} Type0CopyFont definefont
  1612 }
  1613 {
  1614 dup /_fauxfont known not 1 index /SubstMaster known not and
  1615 {
  1616 _pdfBoldBaseFont /_setwidthProc /_pdfBoldRomanWidthProc load put
  1617 MakeBoldFont
  1618 }
  1619 {
  1620 2 index 2 index eq
  1621 { exch pop }
  1622 {
  1623 dup length dict begin
  1624 CopyFont
  1625 currentdict
  1626 end
  1627 definefont
  1628 }
  1629 ifelse
  1630 }
  1631 ifelse
  1632 }
  1633 ifelse
  1634 pop pop
  1635 dup /dummybold ne
  1636 {/_pdf_FontDirectory exch dup _safeput }
  1637 { pop }
  1638 ifelse
  1639 }bd
  1640 /MakeItalic {
  1641 _pdf_FontDirectory exch 2 copy known
  1642 {get}
  1643 {exch pop}
  1644 ifelse
  1645 dup findfont
  1646 dup /FontInfo 2 copy known
  1647 {
  1648 get
  1649 /ItalicAngle 2 copy known
  1650 {get 0 eq }
  1651 { pop pop true}
  1652 ifelse
  1653 }
  1654 { pop pop true}
  1655 ifelse
  1656 {
  1657 exch pop
  1658 dup /FontType get 0 eq Level2? not and
  1659 { dup /FMapType get 6 eq }
  1660 { false }
  1661 ifelse
  1662 {
  1663 dup /WMode 2 copy known
  1664 {
  1665 get 1 eq
  1666 { _italMtx_WMode1Type0 }
  1667 { _italMtxType0 }
  1668 ifelse
  1669 }
  1670 { pop pop _italMtxType0 }
  1671 ifelse
  1672 }
  1673 {
  1674 dup /WMode 2 copy known
  1675 {
  1676 get 1 eq
  1677 { _italMtx_WMode1 }
  1678 { _italMtx }
  1679 ifelse
  1680 }
  1681 { pop pop _italMtx }
  1682 ifelse
  1683 }
  1684 ifelse
  1685 makefont
  1686 dup /FontType get 42 eq Level2? not or
  1687 {
  1688 dup length dict begin
  1689 CopyFont
  1690 currentdict
  1691 end
  1692 }
  1693 if
  1694 1 index exch
  1695 definefont pop
  1696 /_pdf_FontDirectory exch dup _safeput
  1697 }
  1698 {
  1699 pop
  1700 2 copy ne
  1701 {
  1702 /_pdf_FontDirectory 3 1 roll _safeput
  1703 }
  1704 { pop pop }
  1705 ifelse
  1706 }
  1707 ifelse
  1708 }bd
  1709 /MakeBoldItalic {
  1710 /dummybold exch
  1711 MakeBold
  1712 /dummybold
  1713 MakeItalic
  1714 }bd
  1715 Level2?
  1716 {
  1717 /pdf_CopyDict
  1718 {1 index length add dict copy}
  1719 def
  1720 }
  1721 {
  1722 /pdf_CopyDict
  1723 {
  1724 1 index length add dict
  1725 1 index wcheck
  1726 { copy }
  1727 { begin
  1728 {def} forall
  1729 currentdict
  1730 end
  1731 }
  1732 ifelse
  1733 }
  1734 def
  1735 }
  1736 ifelse
  1737 /pdf_AddEuroGlyphProc
  1738 {
  1739 currentdict /CharStrings known
  1740 {
  1741 CharStrings /Euro known not
  1742 {
  1743 dup
  1744 /CharStrings
  1745 CharStrings 1 pdf_CopyDict
  1746 begin
  1747 /Euro pdf_EuroProcSet 4 -1 roll get def
  1748 currentdict
  1749 end
  1750 def
  1751 /pdf_PSBuildGlyph /pdf_PSBuildGlyph load def
  1752 /pdf_PathOps /pdf_PathOps load def
  1753 /Symbol eq
  1754 {
  1755 /Encoding Encoding dup length array copy
  1756 dup 160 /Euro put def
  1757 }
  1758 if
  1759 }
  1760 { pop
  1761 }
  1762 ifelse
  1763 }
  1764 { pop
  1765 }
  1766 ifelse
  1767 }
  1768 def
  1769 /pdf_PathOps 4 dict dup begin
  1770 /m {moveto} def
  1771 /l {lineto} def
  1772 /c {curveto} def
  1773 /cp {closepath} def
  1774 end
  1775 def
  1776 /pdf_PSBuildGlyph
  1777 {
  1778 gsave
  1779 8 -1 roll pop
  1780 7 1 roll
  1781 currentdict /PaintType 2 copy known {get 2 eq}{pop pop false} ifelse
  1782 dup 9 1 roll
  1783 {
  1784 currentdict /StrokeWidth 2 copy known
  1785 {
  1786 get 2 div
  1787 5 1 roll
  1788 4 -1 roll 4 index sub
  1789 4 1 roll
  1790 3 -1 roll 4 index sub
  1791 3 1 roll
  1792 exch 4 index add exch
  1793 4 index add
  1794 5 -1 roll pop
  1795 }
  1796 {
  1797 pop pop
  1798 }
  1799 ifelse
  1800 }
  1801 if
  1802 setcachedevice
  1803 pdf_PathOps begin
  1804 exec
  1805 end
  1806 {
  1807 currentdict /StrokeWidth 2 copy known
  1808 { get }
  1809 { pop pop 0 }
  1810 ifelse
  1811 setlinewidth stroke
  1812 }
  1813 {
  1814 fill
  1815 }
  1816 ifelse
  1817 grestore
  1818 } def
  1819 /pdf_EuroProcSet 13 dict def
  1820 pdf_EuroProcSet
  1821 begin
  1822 /Courier-Bold
  1823 {
  1824 600 0 6 -12 585 612
  1825 {
  1826 385 274 m
  1827 180 274 l
  1828 179 283 179 293 179 303 c
  1829 179 310 179 316 180 323 c
  1830 398 323 l
  1831 423 404 l
  1832 197 404 l
  1833 219 477 273 520 357 520 c
  1834 409 520 466 490 487 454 c
  1835 487 389 l
  1836 579 389 l
  1837 579 612 l
  1838 487 612 l
  1839 487 560 l
  1840 449 595 394 612 349 612 c
  1841 222 612 130 529 98 404 c
  1842 31 404 l
  1843 6 323 l
  1844 86 323 l
  1845 86 304 l
  1846 86 294 86 284 87 274 c
  1847 31 274 l
  1848 6 193 l
  1849 99 193 l
  1850 129 77 211 -12 359 -12 c
  1851 398 -12 509 8 585 77 c
  1852 529 145 l
  1853 497 123 436 80 356 80 c
  1854 285 80 227 122 198 193 c
  1855 360 193 l
  1856 cp
  1857 600 0 m
  1858 }
  1859 pdf_PSBuildGlyph
  1860 } def
  1861 /Courier-BoldOblique /Courier-Bold load def
  1862 /Courier
  1863 {
  1864 600 0 17 -12 578 584
  1865 {
  1866 17 204 m
  1867 97 204 l
  1868 126 81 214 -12 361 -12 c
  1869 440 -12 517 17 578 62 c
  1870 554 109 l
  1871 501 70 434 43 366 43 c
  1872 266 43 184 101 154 204 c
  1873 380 204 l
  1874 400 259 l
  1875 144 259 l
  1876 144 270 143 281 143 292 c
  1877 143 299 143 307 144 314 c
  1878 418 314 l
  1879 438 369 l
  1880 153 369 l
  1881 177 464 249 529 345 529 c
  1882 415 529 484 503 522 463 c
  1883 522 391 l
  1884 576 391 l
  1885 576 584 l
  1886 522 584 l
  1887 522 531 l
  1888 473 566 420 584 348 584 c
  1889 216 584 122 490 95 369 c
  1890 37 369 l
  1891 17 314 l
  1892 87 314 l
  1893 87 297 l
  1894 87 284 88 272 89 259 c
  1895 37 259 l
  1896 cp
  1897 600 0 m
  1898 }
  1899 pdf_PSBuildGlyph
  1900 } def
  1901 /Courier-Oblique /Courier load def
  1902 /Helvetica
  1903 {
  1904 556 0 24 -19 541 703
  1905 {
  1906 541 628 m
  1907 510 669 442 703 354 703 c
  1908 201 703 117 607 101 444 c
  1909 50 444 l
  1910 25 372 l
  1911 97 372 l
  1912 97 301 l
  1913 49 301 l
  1914 24 229 l
  1915 103 229 l
  1916 124 67 209 -19 350 -19 c
  1917 435 -19 501 25 509 32 c
  1918 509 131 l
  1919 492 105 417 60 343 60 c
  1920 267 60 204 127 197 229 c
  1921 406 229 l
  1922 430 301 l
  1923 191 301 l
  1924 191 372 l
  1925 455 372 l
  1926 479 444 l
  1927 194 444 l
  1928 201 531 245 624 348 624 c
  1929 433 624 484 583 509 534 c
  1930 cp
  1931 556 0 m
  1932 }
  1933 pdf_PSBuildGlyph
  1934 } def
  1935 /Helvetica-Oblique /Helvetica load def
  1936 /Helvetica-Bold
  1937 {
  1938 556 0 12 -19 563 710
  1939 {
  1940 563 621 m
  1941 537 659 463 710 363 710 c
  1942 216 710 125 620 101 462 c
  1943 51 462 l
  1944 12 367 l
  1945 92 367 l
  1946 92 346 l
  1947 92 337 93 328 93 319 c
  1948 52 319 l
  1949 12 224 l
  1950 102 224 l
  1951 131 58 228 -19 363 -19 c
  1952 417 -19 471 -12 517 18 c
  1953 517 146 l
  1954 481 115 426 93 363 93 c
  1955 283 93 254 166 246 224 c
  1956 398 224 l
  1957 438 319 l
  1958 236 319 l
  1959 236 367 l
  1960 457 367 l
  1961 497 462 l
  1962 244 462 l
  1963 259 552 298 598 363 598 c
  1964 425 598 464 570 486 547 c
  1965 507 526 513 517 517 509 c
  1966 cp
  1967 556 0 m
  1968 }
  1969 pdf_PSBuildGlyph
  1970 } def
  1971 /Helvetica-BoldOblique /Helvetica-Bold load def
  1972 /Symbol
  1973 {
  1974 750 0 20 -12 714 685
  1975 {
  1976 714 581 m
  1977 650 645 560 685 465 685 c
  1978 304 685 165 580 128 432 c
  1979 50 432 l
  1980 20 369 l
  1981 116 369 l
  1982 115 356 115 347 115 337 c
  1983 115 328 115 319 116 306 c
  1984 50 306 l
  1985 20 243 l
  1986 128 243 l
  1987 165 97 300 -12 465 -12 c
  1988 560 -12 635 25 685 65 c
  1989 685 155 l
  1990 633 91 551 51 465 51 c
  1991 340 51 238 131 199 243 c
  1992 555 243 l
  1993 585 306 l
  1994 184 306 l
  1995 183 317 182 326 182 336 c
  1996 182 346 183 356 184 369 c
  1997 614 369 l 644 432 l
  1998 199 432 l
  1999 233 540 340 622 465 622 c
  2000 555 622 636 580 685 520 c
  2001 cp
  2002 750 0 m
  2003 }
  2004 pdf_PSBuildGlyph
  2005 } def
  2006 /Times-Bold
  2007 {
  2008 500 0 16 -14 478 700
  2009 {
  2010 367 308 m
  2011 224 308 l
  2012 224 368 l
  2013 375 368 l
  2014 380 414 l
  2015 225 414 l
  2016 230 589 257 653 315 653 c
  2017 402 653 431 521 444 457 c
  2018 473 457 l
  2019 473 698 l
  2020 444 697 l
  2021 441 679 437 662 418 662 c
  2022 393 662 365 700 310 700 c
  2023 211 700 97 597 73 414 c
  2024 21 414 l
  2025 16 368 l
  2026 69 368 l
  2027 69 359 68 350 68 341 c
  2028 68 330 68 319 69 308 c
  2029 21 308 l
  2030 16 262 l
  2031 73 262 l
  2032 91 119 161 -14 301 -14 c
  2033 380 -14 443 50 478 116 c
  2034 448 136 l
  2035 415 84 382 40 323 40 c
  2036 262 40 231 77 225 262 c
  2037 362 262 l
  2038 cp
  2039 500 0 m
  2040 }
  2041 pdf_PSBuildGlyph
  2042 } def
  2043 /Times-BoldItalic
  2044 {
  2045 500 0 9 -20 542 686
  2046 {
  2047 542 686 m
  2048 518 686 l
  2049 513 673 507 660 495 660 c
  2050 475 660 457 683 384 683 c
  2051 285 683 170 584 122 430 c
  2052 58 430 l
  2053 34 369 l
  2054 105 369 l
  2055 101 354 92 328 90 312 c
  2056 34 312 l
  2057 9 251 l
  2058 86 251 l
  2059 85 238 84 223 84 207 c
  2060 84 112 117 -14 272 -14 c
  2061 326 -14 349 9 381 9 c
  2062 393 9 393 -10 394 -20 c
  2063 420 -20 l
  2064 461 148 l
  2065 429 148 l
  2066 416 109 362 15 292 15 c
  2067 227 15 197 55 197 128 c
  2068 197 162 204 203 216 251 c
  2069 378 251 l
  2070 402 312 l
  2071 227 312 l
  2072 229 325 236 356 241 369 c
  2073 425 369 l
  2074 450 430 l
  2075 255 430 l
  2076 257 435 264 458 274 488 c
  2077 298 561 337 654 394 654 c
  2078 437 654 484 621 484 530 c
  2079 484 516 l
  2080 516 516 l
  2081 cp
  2082 500 0 m
  2083 }
  2084 pdf_PSBuildGlyph
  2085 } def
  2086 /Times-Italic
  2087 {
  2088 500 0 23 -10 595 692
  2089 {
  2090 399 317 m
  2091 196 317 l
  2092 199 340 203 363 209 386 c
  2093 429 386 l
  2094 444 424 l
  2095 219 424 l
  2096 246 514 307 648 418 648 c
  2097 448 648 471 638 492 616 c
  2098 529 576 524 529 527 479 c
  2099 549 475 l
  2100 595 687 l
  2101 570 687 l
  2102 562 674 558 664 542 664 c
  2103 518 664 474 692 423 692 c
  2104 275 692 162 551 116 424 c
  2105 67 424 l
  2106 53 386 l
  2107 104 386 l
  2108 98 363 93 340 90 317 c
  2109 37 317 l
  2110 23 279 l
  2111 86 279 l
  2112 85 266 85 253 85 240 c
  2113 85 118 137 -10 277 -10 c
  2114 370 -10 436 58 488 128 c
  2115 466 149 l
  2116 424 101 375 48 307 48 c
  2117 212 48 190 160 190 234 c
  2118 190 249 191 264 192 279 c
  2119 384 279 l
  2120 cp
  2121 500 0 m
  2122 }
  2123 pdf_PSBuildGlyph
  2124 } def
  2125 /Times-Roman
  2126 {
  2127 500 0 10 -12 484 692
  2128 {
  2129 347 298 m
  2130 171 298 l
  2131 170 310 170 322 170 335 c
  2132 170 362 l
  2133 362 362 l
  2134 374 403 l
  2135 172 403 l
  2136 184 580 244 642 308 642 c
  2137 380 642 434 574 457 457 c
  2138 481 462 l
  2139 474 691 l
  2140 449 691 l
  2141 433 670 429 657 410 657 c
  2142 394 657 360 692 299 692 c
  2143 204 692 94 604 73 403 c
  2144 22 403 l
  2145 10 362 l
  2146 70 362 l
  2147 69 352 69 341 69 330 c
  2148 69 319 69 308 70 298 c
  2149 22 298 l
  2150 10 257 l
  2151 73 257 l
  2152 97 57 216 -12 295 -12 c
  2153 364 -12 427 25 484 123 c
  2154 458 142 l
  2155 425 101 384 37 316 37 c
  2156 256 37 189 84 173 257 c
  2157 335 257 l
  2158 cp
  2159 500 0 m
  2160 }
  2161 pdf_PSBuildGlyph
  2162 } def
  2163 end
  2164 currentdict readonly pop end
  2165 %%EndResource
  2166 PDFText begin
  2167 [39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis
  2168 /Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute
  2169 /egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde
  2170 /oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex
  2171 /udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
  2172 /registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash
  2173 /.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef
  2174 /.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash
  2175 /questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef
  2176 /guillemotleft/guillemotright/ellipsis/space/Agrave/Atilde/Otilde/OE/oe
  2177 /endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide
  2178 /.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright
  2179 /fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand
  2180 /Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex
  2181 /Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex
  2182 /Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla
  2183 /hungarumlaut/ogonek/caron
  2184 0 TE
  2185 [1/dotlessi/caron 39/quotesingle 96/grave 
  2186 127/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis
  2187 /dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE
  2188 /bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft
  2189 /quotedblright/bullet/endash/emdash/tilde/trademark/scaron
  2190 /guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling
  2191 /currency/yen/brokenbar/section/dieresis/copyright/ordfeminine
  2192 /guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus
  2193 /twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla
  2194 /onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters
  2195 /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
  2196 /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  2197 /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash
  2198 /Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave
  2199 /aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute
  2200 /ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde
  2201 /ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute
  2202 /ucircumflex/udieresis/yacute/thorn/ydieresis
  2203 1 TE
  2204 end
  2205 currentdict readonly pop
  2206 end end
  2207 /currentpacking where {pop setpacking}if
  2208 PDFVars/DocInitAll{[ PDFText]{/docinitialize get exec}forall }put
  2209 PDFVars/InitAll{[PDF PDFText]{/initialize get exec}forall initgs}put
  2210 PDFVars/TermAll{[PDFText PDF]{/terminate get exec}forall}put
  2211 PDFVars begin PDF begin
  2212 PDFVars/DocInitAll get exec PDFVars/InitAll get exec
  2213 PDFVars/TermAll get exec end end
  2214 
  2215 %%EndSetup
  2216 %%Page: 1 1
  2217 %%BeginPageSetup
  2218 userdict /pgsave save put
  2219 PDFVars begin PDF begin PDFVars/InitAll get exec
  2220 156 331 translate
  2221 %%BeginResource: font N34
  2222 %!FontType1-1.0: N34
  2223 11 dict begin
  2224 /FontInfo 5 dict dup begin
  2225 /Notice (Copyright \(C\) 1997 American Mathematical Society. All Rights Reserved) def
  2226 /FamilyName (Computer Modern) def
  2227 /FullName (CMTT10) def
  2228 end readonly def
  2229 /FontName /N34 def
  2230 /Encoding 256 array
  2231 0 1 255 {1 index exch /.notdef put} for
  2232 dup 44 /comma put
  2233 dup 48 /zero put
  2234 dup 49 /one put
  2235 dup 50 /two put
  2236 dup 97 /a put
  2237 dup 101 /e put
  2238 dup 104 /h put
  2239 dup 110 /n put
  2240 dup 114 /r put
  2241 dup 116 /t put
  2242 dup 123 /braceleft put
  2243 dup 125 /braceright put
  2244 readonly def
  2245 /FontMatrix [0.001 0 0 0.001 0 0] readonly def
  2246 /FontBBox {-4 -235 731 800} readonly def
  2247 /FontType 1 def
  2248 /PaintType 0 def
  2249 /StrokeWidth 0 def
  2250 currentdict end
  2251 currentfile eexec
  2252 f3e7f93fe0b3c7a88086f982b4b55bdb0f2f559321725d901e33615b89ebc3ed
  2253 b644cbe16c663d6859274d0ce2e86ecfea9f7e1b5970a122f75e9b050df4480e
  2254 56172e8b6a9a7322d8372244fb30b64ec966496b08baae35096817082b1ee90a
  2255 634d662a40353df3516c1402378432ab41d28040059334248c54fc26fbf5fc94
  2256 879f85cd5bfa2b3d6d059c93f11fe5780c1fcf8d5dc00e950018df83ec4928de
  2257 7cec20207ab2cf39abc85a9caa0b0e2c323f501f5962617e99a333fe9738b872
  2258 fcc9a8251b532781309174dc760f25d7636c27db2792bd40f540cb897c86c8fe
  2259 0eda9639093664059ed48c227060d40f39eabac85c47e505de850379e1267e79
  2260 2d6e82c3d67cb2e9f84a7ff7a61df53239fe2625ac170163bf19e528676f0853
  2261 e7abcece7107203958dc0b5bb270a0de82161699a18d4d5b8da383e6c4937d39
  2262 9c20cfb315dd9c8a08d93ee76257cd6a52b6a8800735be153582e40f2f85a432
  2263 7c5527b7e085f60031b66fad2baca496b105ff4cb56629346f3fe9d596a90cd0
  2264 6c125fa5e27179c9b7d4980f2c2d0969fd3f87796a05c1c030bc94ceacdb95fd
  2265 fe11d180104266be31ea0837366a9001d0f54ce82d78e992228606798a6ed75e
  2266 9ad79061031e325d884aa3747b7a4d4e398888c2eb0fd2a7e9c9a88999859ebf
  2267 d10290b74c3dcba000519bd2e4cc03e4f466007d60731bfba66e92bd0e6a367d
  2268 8e706e0b1c606425d4c7ff696440cf4f0a231961f0b9d5636cfb4a5abf263408
  2269 b80f06166d9c533b3b13112cd9cedbc2e9197a4675125022e28d23047a93e6e7
  2270 f3255e2fe972045499c7527fb9f32e1363a60cb2254abf34ab918f5d08f181ce
  2271 c85dbd3408edc656c0bb2dbc47b854aedb2acd8d9fc0d5f7cce1724eb4c93133
  2272 3e496ba69350daeeed903ee17260db986f11afaf68b53d894dd3d679ebe7f703
  2273 b4ae32683591d34ce4137f9abc8dedb065d06ca3470afce541a9b0fe1f4de178
  2274 db038a0a5b0c30a5ac304c5ea38686389f8fdfc9790296ba65b6ea7450659e46
  2275 e17173f120846258b315eed9142ac66063205167a553e47d24547ad2c4a8f702
  2276 fb9bec6b138ac48c5f5465e345d40f455cae3ef6838c2cb147344ecf7da3302d
  2277 e1f8ca2a49e6d6c25d64d76a0007d91183a500f4db07b7232ae944051ec6db95
  2278 c83956967f6e8cc3eb79ba8f6f7f9d9588e0790aa4ef2c8bb1af4bbe40c3e6e9
  2279 c4c2abb5b8955d7f7db4744779ce92f484438d836457bd63a15762120b30d264
  2280 064049f0b4e3f543f275f27d1490e4ec3ab8744cb0d07dd31166f744f9099dba
  2281 9d4c7532182bfe249b19166e5a9c793ad26dfe0a4f6eb4f1f81c7daebfbb4f41
  2282 900682d3f98e1d12d5d2cedf7d5d81f5294253cd05392a6c1b08faf2c937c587
  2283 acb67c282079d5381342090e8f6bc758b6aafa1987e4025a38e0b007b5e734fb
  2284 f7653c6d09bb30c736ed42f6faa6c8be715ee08edeb32e32716e161de47fa740
  2285 2c7520f6a147a3a1ac4008ac7ac47e68ac95dd0e40def0262d7f19420ec9d836
  2286 a83b0a6e8864bc93fb0246b910bd00506ac7e91476ac4f4ea8030c570d74d3c7
  2287 f50ae3960629442be51c34d3d5064d144e4d5882e454f1f70b5db71acb0851ee
  2288 ea8472b8bbf439406e33f3967b4e44371843616eb00bb0bbb2d7b50e64275eb7
  2289 b0bf39d87aeef439b352c5d5549063adaca1807abb74c6d4b369bccf032a3a07
  2290 e38165eb254cf180cb4b4e686f361ced5579846482cc428c7e317c7d35136f92
  2291 2cfc13f1d489c450b84f26bb7ff8bf1751a1fe52be5b11ed2c9b21620b22b7e3
  2292 da6b3bb7f97b07e6e53022f1e8fe751308247716fd05d7b925b7e019962c5ae8
  2293 6f011dd826d13f3f797453ad0250bfb8ff3835b952b3f86d2a84fb4b646d2013
  2294 39841e22dc6111dc48b71ddc930224f2a2cd65518f44c58fc4d0c703ac11aaf5
  2295 e98a735db48973639a28b97b5181afc5129c2521df2369f4091bcad9ec2ecc57
  2296 39a0c3fbc77b7293125db00eed1d7b6075f390b5f9aa84fe48cca11b71e92559
  2297 2d81a03384d3fdfe7d782bc2bbd96e50af51259cd4c1d063629c41d932bf8d39
  2298 aaf0a55979fbe4245b867b23f965abfc16c5fe1ae6dc46fb4341922cdf1e4466
  2299 11c7c9f9c73001469081ced3169c7d55631800b59b5ef77405b3814bff9fd90c
  2300 8a01addc3c525ddfc00f3579cd0e9effe77f4d8f27b6e55a5d18b0c66dfed09b
  2301 ee81795632d12b202f606300f6aad5201cb07634500bba045aef4c198a8b640e
  2302 1f974e4cb6eb54790a3e412b485888ec8931a028bf92647e874c5f69142e61b6
  2303 8cce581e6d79c80eb947fe6eb9cd7c68ed8051c618acca8d0d094105154c891f
  2304 545ddfe32e786f9fb516189571ad8aeb643658c5e7c4d19226166d6b5696ba0b
  2305 d215d3020d2549971e15e2057fb25e27e3ebb8182440a32a8df73bb5a60b48c0
  2306 d1ab1ec93b54b49e3277f0b177d2bbcbb4245dfc78032f7b0aa304ed83b67b2d
  2307 8dba0f9d0d3771a8f89b2255c83248ef3d00600f2a486fff6658539aed4a9f00
  2308 c3c42b10d0f4c244b6469ff45ec83926d3ac4ca1012e8ff7a761db98cd899eea
  2309 80fee257ce8dafa44415d6ff106fc6f387dd1767f1afac6170e732784da4ba20
  2310 5aaa275b9272df543410fc8f8289a6b49f86991912f0d5d087c0d72a43df98a4
  2311 b6d3551660fa557b867f62a22d6bf7956f9c0c929fec10a91c871366a7b22a18
  2312 87d91ac067f1bb24cc26ae2a614235ddaef02c0ce47ec6ea3d625d007ab9b0e3
  2313 f329f0cbc2ff80c1c5338dfa4d46cfb7982b71ba740a2f67171562d81a226906
  2314 ecfd0fffeb67fde9f741a911c33dfecbfb5e6c115948ac90d76bdc3bf1474d9a
  2315 39b6a931f4a6a0b5650f878eefdb8c222f66816e57e4f50c25a30d36ea28
  2316 9e8d92f7230d739034c81f27adc4a9e48b852faf5299636d6d51fabbc0358857
  2317 892f306e6f760c780ee75ccc2e2d976dfc836c7f086fe12970e997dff6ecea59
  2318 9f629f24ed853d4ec5a9872527b8d26bb25bb7c3f612d212447a96f6dc098bae
  2319 c16e6726dd90f6742422e953650c83fd020902f7b460a6de1248c38826fc538b
  2320 e49bab3522d3bca7cd6558fe0cb4f8e488e7bce25eb53d9b498c78180099b809
  2321 0e8bef2f7a97189a65a448895aea28b96e68f2c311db2caadf85281a4ac31723
  2322 1667348978e47ab73d3e23e366ce99481972f7fd6882aaaac15727e6dd93afb3
  2323 89bab7af45d82b56bed628443e6d079e19ede69edbe920538b104a7f062c42a4
  2324 2b793f867529594f9b5d625b5afb30b2ea70e59075808899d3f95b4f68e1ba72
  2325 4082aafb0c1278e4e0b0759e2beaa53d17de4f86
  2326 0000000000000000000000000000000000000000000000000000000000000000
  2327 0000000000000000000000000000000000000000000000000000000000000000
  2328 0000000000000000000000000000000000000000000000000000000000000000
  2329 0000000000000000000000000000000000000000000000000000000000000000
  2330 0000000000000000000000000000000000000000000000000000000000000000
  2331 0000000000000000000000000000000000000000000000000000000000000000
  2332 0000000000000000000000000000000000000000000000000000000000000000
  2333 0000000000000000000000000000000000000000000000000000000000000000
  2334 cleartomark
  2335 %%EndResource
  2336 [/N9/N34 -1 TZ
  2337 %%EndPageSetup
  2338 0 0 300 130 RC
  2339 0.09999 0 0 0.09999 0 0 cm
  2340 
  2341 q
  2342 Q
  2343 q
  2344 0 0 m
  2345 0 1300 l
  2346 3000 1300 l
  2347 3000 0 l
  2348 h
  2349 W n 
  2350 1 i
  2351 10 w
  2352 4 M
  2353 46.25 377.25 554 554 re
  2354 S 
  2355 q
  2356 10 0 0 10 0 0 cm
  2357 
  2358 BT
  2359 /N9 12 Tf
  2360 1 0 0 1 16.60778 62.02688 Tm
  2361 (t)Tj 
  2362 6.29998 0 Td
  2363 (h)Tj 
  2364 6.29998 0 Td
  2365 (r)Tj 
  2366 6.29998 0 Td
  2367 (e)Tj 
  2368 6.29998 0 Td
  2369 (e)Tj 
  2370 ET
  2371 Q
  2372 1 g
  2373 1707.25 30.25 1244 1243 rf
  2374 1707.25 30.25 1244 1243 re
  2375 S 
  2376 0 g
  2377 q
  2378 10 0 0 10 0 0 cm
  2379 
  2380 BT
  2381 /N9 12 Tf
  2382 1 0 0 1 223.47399 106.70199 Tm
  2383 (n)Tj 
  2384 6.29998 0 Td
  2385 (a)Tj 
  2386 6.29998 0 Td
  2387 (t)Tj 
  2388 ET
  2389 Q
  2390 0.85089 g
  2391 2304.25 931.25 m
  2392 2040.67999 931.16799 1898.80999 647.12399 1888.25 476.25 c
  2393 1878.53999 306.24499 1858.27999 90.37599 2061.25 238.25 c
  2394 2263.64999 385.78599 2294.05999 442.61299 2476.25 329.25 c
  2395 2658.89999 215.35699 3023.76998 238.08099 2770.25 601.25 c
  2396 2517.01998 965.24899 2304.19999 931.16799 2304.25 931.25 c
  2397 f 
  2398 2304.25 931.25 m
  2399 2040.67999 931.16799 1898.80999 647.12399 1888.25 476.25 c
  2400 1878.53999 306.24499 1858.27999 90.37599 2061.25 238.25 c
  2401 2263.64999 385.78599 2294.05999 442.61299 2476.25 329.25 c
  2402 2658.89999 215.35699 3023.76998 238.08099 2770.25 601.25 c
  2403 2517.01998 965.24899 2304.19999 931.16799 2304.25 931.25 c
  2404 h
  2405 S 
  2406 0 g
  2407 q
  2408 10 0 0 10 0 0 cm
  2409 
  2410 BT
  2411 /N9 12 Tf
  2412 1 0 0 1 209.33399 61.78269 Tm
  2413 ({)Tj 
  2414 6.29998 0 Td
  2415 (0)Tj 
  2416 6.29998 0 Td
  2417 (,)Tj 
  2418 6.29998 0 Td
  2419 (1)Tj 
  2420 6.29998 0 Td
  2421 (,)Tj 
  2422 6.29998 0 Td
  2423 (2)Tj 
  2424 6.29998 0 Td
  2425 (})Tj 
  2426 ET
  2427 Q
  2428 2373.25 821.25 m
  2429 386.25 821.25 l
  2430 S 
  2431 356.25 821.25 m
  2432 370.69799 826.43598 388.31399 835.42498 399.25 845.25 c
  2433 390.25 821.25 l
  2434 399.25 797.25 l
  2435 388.31399 806.90899 370.69799 815.89898 356.25 821.25 c
  2436 f 
  2437 326.25 821.25 m
  2438 354.72099 831.70498 389.95498 849.68399 412.25 868.25 c
  2439 394.25 821.25 l
  2440 412.25 773.25 l
  2441 389.95498 792.65199 354.72099 810.63499 326.25 821.25 c
  2442 f 
  2443 326.25 481.25 m
  2444 2313.25 481.25 l
  2445 S 
  2446 2343.25 481.25 m
  2447 2328.95999 486.44099 2311.34999 495.42498 2300.25 505.25 c
  2448 2309.25 481.25 l
  2449 2300.25 457.25 l
  2450 2311.34999 466.90899 2328.95999 475.89399 2343.25 481.25 c
  2451 f 
  2452 2373.25 481.25 m
  2453 2344.93998 491.70498 2309.70999 509.68399 2288.25 528.25 c
  2454 2305.25 481.25 l
  2455 2288.25 433.25 l
  2456 2309.70999 452.65199 2344.93998 470.63999 2373.25 481.25 c
  2457 f 
  2458 Q
  2459 PDFVars/TermAll get exec end end
  2460 userdict /pgsave get restore
  2461 showpage
  2462 %%PageTrailer
  2463 %%EndPage
  2464 %%Trailer
  2465 %%DocumentProcessColors: Black
  2466 %%DocumentSuppliedResources:
  2467 %%+ font N34
  2468 %%+ procset (Adobe Acrobat - PDF operators) 1.2 0
  2469 %%+ procset (Adobe Acrobat - type operators) 1.2 0
  2470 %%EOF