| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/usr/share/doc/groff-1.23.0/examples/hdtbl/ |
Upload File : |
%!PS-Adobe-3.0
%%Creator: groff version 1.23.0
%%CreationDate: Sun Jul 16 18:34:53 2023
%%DocumentNeededResources: font Times-Bold
%%+ font Times-Roman
%%DocumentSuppliedResources: procset grops 1.23 0
%%Pages: 1
%%PageOrder: Ascend
%%DocumentMedia: Default 612 792 0 () ()
%%Orientation: Portrait
%%EndComments
%%BeginDefaults
%%PageMedia: Default
%%EndDefaults
%%BeginProlog
%%BeginResource: procset grops 1.23 0
%!PS-Adobe-3.0 Resource-ProcSet
/setpacking where{
pop
currentpacking
true setpacking
}if
/grops 120 dict dup begin
% The ASCII code of the space character.
/SC 32 def
/A/show load def
/B{0 SC 3 -1 roll widthshow}bind def
/C{0 exch ashow}bind def
/D{0 exch 0 SC 5 2 roll awidthshow}bind def
/E{0 rmoveto show}bind def
/F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
/G{0 rmoveto 0 exch ashow}bind def
/H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
/I{0 exch rmoveto show}bind def
/J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
/K{0 exch rmoveto 0 exch ashow}bind def
/L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
/M{rmoveto show}bind def
/N{rmoveto 0 SC 3 -1 roll widthshow}bind def
/O{rmoveto 0 exch ashow}bind def
/P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
/Q{moveto show}bind def
/R{moveto 0 SC 3 -1 roll widthshow}bind def
/S{moveto 0 exch ashow}bind def
/T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
% name size font SF -
/SF{
findfont exch
[exch dup 0 exch 0 exch neg 0 0]makefont
dup setfont
[exch/setfont cvx]cvx bind def
}bind def
% name a c d font MF -
/MF{
findfont
[5 2 roll
0 3 1 roll % b
neg 0 0]makefont
dup setfont
[exch/setfont cvx]cvx bind def
}bind def
/level0 0 def
/RES 0 def
/PL 0 def
/LS 0 def
% Enable manual feed.
% MANUAL -
/MANUAL{
statusdict begin/manualfeed true store end
}bind def
% Guess the page length.
% This assumes that the imageable area is vertically centered on the page.
% PLG - length
/PLG{
gsave newpath clippath pathbbox grestore
exch pop add exch pop
}bind def
% BP -
/BP{
/level0 save def
1 setlinecap
1 setlinejoin
DEFS/BPhook known{DEFS begin BPhook end}if
72 RES div dup scale
LS{
90 rotate
}{
0 PL translate
}ifelse
1 -1 scale
}bind def
/EP{
level0 restore
showpage
}def
% centerx centery radius startangle endangle DA -
/DA{
newpath arcn stroke
}bind def
% x y SN - x' y'
% round a position to nearest (pixel + (.25,.25))
/SN{
transform
.25 sub exch .25 sub exch
round .25 add exch round .25 add exch
itransform
}bind def
% endx endy startx starty DL -
% we round the endpoints of the line, so that parallel horizontal
% and vertical lines will appear even
/DL{
SN
moveto
SN
lineto stroke
}bind def
% centerx centery radius DC -
/DC{
newpath 0 360 arc closepath
}bind def
/TM matrix def
% width height centerx centery DE -
/DE{
TM currentmatrix pop
translate scale newpath 0 0 .5 0 360 arc closepath
TM setmatrix
}bind def
% these are for splines
/RC/rcurveto load def
/RL/rlineto load def
/ST/stroke load def
/MT/moveto load def
/CL/closepath load def
% fill the last path
% r g b Fr -
/Fr{
setrgbcolor fill
}bind def
% c m y k Fk -
/setcmykcolor where{
pop
/Fk{
setcmykcolor fill
}bind def
}if
% g Fg -
/Fg{
setgray fill
}bind def
% fill with the "current color"
/FL/fill load def
/LW/setlinewidth load def
/Cr/setrgbcolor load def
/setcmykcolor where{
pop
/Ck/setcmykcolor load def
}if
/Cg/setgray load def
% new_font_name encoding_vector old_font_name RE -
/RE{
findfont
dup maxlength 1 index/FontName known not{1 add}if dict begin
{
1 index/FID ne
2 index/UniqueID ne
and
{def}{pop pop}ifelse
}forall
/Encoding exch def
dup/FontName exch def
currentdict end definefont pop
}bind def
/DEFS 0 def
% hpos vpos EBEGIN -
/EBEGIN{
moveto
DEFS begin
}bind def
/EEND/end load def
/CNT 0 def
/level1 0 def
% llx lly newwid wid newht ht newllx newlly PBEGIN -
/PBEGIN{
/level1 save def
translate
div 3 1 roll div exch scale
neg exch neg exch translate
% set the graphics state to default values
0 setgray
0 setlinecap
1 setlinewidth
0 setlinejoin
10 setmiterlimit
[]0 setdash
/setstrokeadjust where{
pop
false setstrokeadjust
}if
/setoverprint where{
pop
false setoverprint
}if
newpath
/CNT countdictstack def
userdict begin
/showpage{}def
%
% Any included setpagedevice should be ignored.
% See: http://www.w-beer.de/doc/ps/.
%
/setpagedevice{}def
mark
}bind def
/PEND{
cleartomark
countdictstack CNT sub{end}repeat
level1 restore
}bind def
end def
/setpacking where{
pop
setpacking
}if
%%EndResource
%%EndProlog
%%BeginSetup
%%BeginFeature: *PageSize Default
<< /PageSize [ 612 792 ] /ImagingBBox null >> setpagedevice
%%EndFeature
%%IncludeResource: font Times-Bold
%%IncludeResource: font Times-Roman
grops begin/DEFS 52 dict def DEFS begin/u{.001 mul}bind def end/RES 72
def/PL 792 def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
/scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
/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/tilde/.notdef/quotesinglbase/guillemotleft
/guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
/endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
/dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
/quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
/brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
/logicalnot/minus/registered/macron/degree/plusminus/twosuperior
/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
/ordmasculine/guilsinglright/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
/Times-Roman@0 ENC0/Times-Roman RE/Times-Bold@0 ENC0/Times-Bold RE
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
BP
%%EndPageSetup
95.993 87.74 MT 389.397 0 RL 0 23 RL -389.397 0 RL CL 0.545 0 0 Fr 1 1 0
Cr/F0 17/Times-Bold@0 SF(Horizontal Rules and Randomly Color)99.892
102.3 Q(ed T)-.306 E(able Cells)-1.564 E 90.993 97.3 EBEGIN
0 setlinejoin 2 setlinecap
EEND 5 LW 487.89 85.24 93.493 85.24 DL 487.89 113.24 487.89 85.24 DL
93.493 113.24 487.89 113.24 DL 93.493 85.24 93.493 113.24 DL 0 Cg/F0 10
/Times-Roman@0 SF -1.25 -.7(Te x)56.692 142.8 T 2.817(tb).7 G .317
(efore HR.)-2.817 F -1.25 -.7(Te x)5.317 H 2.817(tb).7 G .317(efore HR.)
-2.817 F -1.25 -.7(Te x)5.317 H 2.817(tb).7 G .317(efore HR.)-2.817 F
-1.25 -.7(Te x)5.317 H 2.817(tb).7 G .317(efore HR.)-2.817 F -1.25 -.7
(Te x)5.317 H 2.817(tb).7 G .317(efore HR.)-2.817 F -1.25 -.7(Te x)5.317
H 2.817(tb).7 G .316(efore HR.)-2.817 F -1.25 -.7(Te x)5.316 H 2.816(tb)
.7 G(efore)-2.816 E 3.166(HR. T)56.692 154.8 R -.15(ex)-.7 G 3.166(tb)
.15 G .666(efore HR.)-3.166 F -1.25 -.7(Te x)5.667 H 3.167(tb).7 G .667
(efore HR.)-3.167 F -1.25 -.7(Te x)5.667 H 3.167(tb).7 G .667(efore HR.)
-3.167 F -1.25 -.7(Te x)5.667 H 3.167(tb).7 G .667(efore HR.)-3.167 F
-1.25 -.7(Te x)5.667 H 3.167(tb).7 G .667(efore HR.)-3.167 F -1.25 -.7
(Te x)5.667 H 3.167(tb).7 G .667(efore HR.)-3.167 F -1.25 -.7(Te x)5.667
H(t).7 E 194.979 167.06 MT 191.425 0 RL 0 3 RL -191.425 0 RL CL 1 0 0 Fr
0.545 0 0 Cr 191.479 172.85 EBEGIN
0 setlinejoin 2 setlinecap
EEND 2.5 LW 0 1 0 Cr 388.654 164.81 192.729 164.81 DL 388.654 172.31
388.654 164.81 DL 192.729 172.31 388.654 172.31 DL 192.729 164.81
192.729 172.31 DL 0 Cg/F0 10/Times-Roman@0 SF .713(before HR.)56.692
187.6 R -1.25 -.7(Te x)5.713 H 3.213(tb).7 G .713(efore HR.)-3.213 F
-1.25 -.7(Te x)5.713 H 3.213(ta).7 G .713(fter HR and before T)-3.213 F
3.212(able. T)-.8 F -.15(ex)-.7 G 3.212(ta).15 G .712
(fter HR and before T)-3.212 F 3.212(able. T)-.8 F -.15(ex)-.7 G 3.212
(ta).15 G .712(fter HR and)-3.212 F 1.082(before T)56.692 199.6 R 3.582
(able. T)-.8 F -.15(ex)-.7 G 3.582(ta).15 G 1.082(fter HR and before T)
-3.582 F 3.583(able. T)-.8 F -.15(ex)-.7 G 3.583(ta).15 G 1.083
(fter HR and before T)-3.583 F 3.583(able. T)-.8 F -.15(ex)-.7 G 3.583
(ta).15 G 1.083(fter HR and before T)-3.583 F(able.)-.8 E -1.25 -.7
(Te x)56.692 211.6 T 2.57(ta).7 G .069(fter HR and before T)-2.57 F
2.569(able. T)-.8 F -.15(ex)-.7 G 2.569(ta).15 G .069
(fter HR and before T)-2.569 F 2.569(able. T)-.8 F -.15(ex)-.7 G 2.569
(ta).15 G .069(fter HR and before T)-2.569 F 2.569(able. T)-.8 F -.15
(ex)-.7 G 2.569(ta).15 G .069(fter HR and)-2.569 F 100.612 220.36 MT
47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.235 0.635 0.396 Fr 148.132 220.36
MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.969 0.776 0.788 Fr 195.652
220.36 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.514 0.22 0.945 Fr
243.172 220.36 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.396 0.835 0.949
Fr 290.692 220.36 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.843 0.639
0.62 Fr 338.212 220.36 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.424
0.827 0.671 Fr 385.732 220.36 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL
0.475 0.624 0.137 Fr 433.252 220.36 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL
CL 1 0.502 0.482 Fr 100.612 267.88 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL
CL 0.2 0 0.161 Fr 148.132 267.88 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL
0.396 0.698 0.0745 Fr 195.652 267.88 MT 47.52 0 RL 0 47.52 RL -47.52 0
RL CL 0.173 0.341 0.373 Fr 243.172 267.88 MT 47.52 0 RL 0 47.52 RL
-47.52 0 RL CL 0.369 0.992 0.686 Fr 290.692 267.88 MT 47.52 0 RL 0 47.52
RL -47.52 0 RL CL 0.0941 0.965 0.216 Fr 338.212 267.88 MT 47.52 0 RL 0
47.52 RL -47.52 0 RL CL 0.263 0.0431 0.49 Fr 385.732 267.88 MT 47.52 0
RL 0 47.52 RL -47.52 0 RL CL 0.129 0.576 0.369 Fr 433.252 267.88 MT
47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.0863 0.561 0.122 Fr 100.612 315.4
MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.976 0.965 0.867 Fr 148.132
315.4 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.98 0.0745 0.875 Fr
195.652 315.4 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.478 0.698 0.0706
Fr 243.172 315.4 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.31 0.965
0.169 Fr 290.692 315.4 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.843
0.749 0.482 Fr 338.212 315.4 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL
0.0745 0.561 0.467 Fr 385.732 315.4 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL
CL 0.278 0.78 0.859 Fr 433.252 315.4 MT 47.52 0 RL 0 47.52 RL -47.52 0
RL CL 0.188 0.878 0.953 Fr 100.612 362.92 MT 47.52 0 RL 0 47.52 RL
-47.52 0 RL CL 0.969 0.294 0.576 Fr 148.132 362.92 MT 47.52 0 RL 0 47.52
RL -47.52 0 RL CL 0.357 0.682 0.384 Fr 195.652 362.92 MT 47.52 0 RL 0
47.52 RL -47.52 0 RL CL 0.565 0.455 0.404 Fr 243.172 362.92 MT 47.52 0
RL 0 47.52 RL -47.52 0 RL CL 0.749 0.255 0.604 Fr 290.692 362.92 MT
47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.502 0.384 0.667 Fr 338.212 362.92
MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.549 0.549 0.125 Fr 385.732
362.92 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.816 0.973 0.373 Fr
433.252 362.92 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.769 0.937 0.718
Fr 100.612 410.44 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.851 0.663
0.0902 Fr 148.132 410.44 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.863
0.29 0.357 Fr 195.652 410.44 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL
0.0314 0.651 0.608 Fr 243.172 410.44 MT 47.52 0 RL 0 47.52 RL -47.52 0
RL CL 0.392 0.745 0.784 Fr 290.692 410.44 MT 47.52 0 RL 0 47.52 RL
-47.52 0 RL CL 0.376 0.612 0.259 Fr 338.212 410.44 MT 47.52 0 RL 0 47.52
RL -47.52 0 RL CL 0.498 0.439 0.733 Fr 385.732 410.44 MT 47.52 0 RL 0
47.52 RL -47.52 0 RL CL 0.706 0.941 0.106 Fr 433.252 410.44 MT 47.52 0
RL 0 47.52 RL -47.52 0 RL CL 0.0157 0.933 0.737 Fr 100.612 457.96 MT
47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.733 0.0392 0.204 Fr 148.132
457.96 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.349 0.584 0.71 Fr
195.652 457.96 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.761 0.937
0.0706 Fr 243.172 457.96 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.161
0.31 0.8 Fr 290.692 457.96 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.976
0.733 0.0902 Fr 338.212 457.96 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL
0.8 0.937 0.157 Fr 385.732 457.96 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL
CL 0.984 0.647 0.0667 Fr 433.252 457.96 MT 47.52 0 RL 0 47.52 RL -47.52
0 RL CL 0.643 0.184 0.145 Fr 100.612 505.48 MT 47.52 0 RL 0 47.52 RL
-47.52 0 RL CL 0.608 0.282 0.545 Fr 148.132 505.48 MT 47.52 0 RL 0 47.52
RL -47.52 0 RL CL 0.565 0.153 0.729 Fr 195.652 505.48 MT 47.52 0 RL 0
47.52 RL -47.52 0 RL CL 0.0902 0.341 0.318 Fr 243.172 505.48 MT 47.52 0
RL 0 47.52 RL -47.52 0 RL CL 0.769 0.486 0.0118 Fr 290.692 505.48 MT
47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.933 0.373 0.871 Fr 338.212 505.48
MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.78 0.259 0.529 Fr 385.732
505.48 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.373 0.671 0.643 Fr
433.252 505.48 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.824 0.451 0.463
Fr 100.612 553 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.514 0.051 0.682
Fr 148.132 553 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.459 0.694 0.867
Fr 195.652 553 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.906 0.102 0.388
Fr 243.172 553 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.0706 0.773
0.306 Fr 290.692 553 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.38 0.137
0.525 Fr 338.212 553 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.933 0.369
0.929 Fr 385.732 553 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.835 0.22
0.565 Fr 433.252 553 MT 47.52 0 RL 0 47.52 RL -47.52 0 RL CL 0.153 0.761
0.773 Fr 0 Cg .476(before T)56.692 614.56 R 2.976(able. T)-.8 F -.15(ex)
-.7 G 2.976(ta).15 G .476(fter table.)-2.976 F -1.25 -.7(Te x)5.476 H
2.976(ta).7 G .476(fter table.)-2.976 F -1.25 -.7(Te x)5.476 H 2.976(ta)
.7 G .476(fter table.)-2.976 F -1.25 -.7(Te x)5.476 H 2.976(ta).7 G .476
(fter table.)-2.976 F -1.25 -.7(Te x)5.477 H 2.977(ta).7 G .477
(fter table.)-2.977 F -1.25 -.7(Te x)5.477 H 2.977(ta).7 G .477
(fter table.)-2.977 F 81.594 626.82 MT 418.196 0 RL 0 3 RL -418.196 0 RL
CL 0.969 0.776 0.788 Fr 0.545 0 0 Cr 78.094 632.61 EBEGIN
0 setlinejoin 2 setlinecap
EEND 2.5 LW 0.235 0.635 0.396 Cr 502.04 624.57 79.344 624.57 DL 502.04
632.07 502.04 624.57 DL 79.344 632.07 502.04 632.07 DL 79.344 624.57
79.344 632.07 DL 0 Cg/F0 10/Times-Roman@0 SF -1.25 -.7(Te x)56.692
647.36 T 3.274(ta).7 G .774(fter table.)-3.274 F -1.25 -.7(Te x)5.774 H
3.274(ta).7 G .774(fter table.)-3.274 F -1.25 -.7(Te x)5.774 H 3.274(ta)
.7 G .774(fter table.)-3.274 F -1.25 -.7(Te x)5.774 H 3.274(ta).7 G .773
(fter table.)-3.274 F -1.25 -.7(Te x)5.773 H 3.273(ta).7 G .773
(fter HR.)-3.273 F -1.25 -.7(Te x)5.773 H 3.273(ta).7 G .773(fter HR.)
-3.273 F -1.25 -.7(Te x)5.773 H 3.273(ta).7 G .773(fter HR.)-3.273 F
-1.25 -.7(Te x)56.692 659.36 T 2.572(ta).7 G .072(fter HR.)-2.572 F
-1.25 -.7(Te x)5.072 H 2.572(ta).7 G .072(fter HR.)-2.572 F -1.25 -.7
(Te x)5.072 H 2.572(ta).7 G .072(fter HR.)-2.572 F -1.25 -.7(Te x)5.072
H 2.572(ta).7 G .072(fter HR.)-2.572 F -1.25 -.7(Te x)5.072 H 2.572(ta)
.7 G .072(fter HR.)-2.572 F -1.25 -.7(Te x)5.072 H 2.572(ta).7 G .073
(fter HR.)-2.572 F -1.25 -.7(Te x)5.073 H 2.573(ta).7 G .073(fter HR.)
-2.573 F -1.25 -.7(Te x)5.073 H 2.573(ta).7 G(f-)-2.573 E(ter HR.)56.692
671.36 Q -1.25 -.7(Te x)5 H 2.5(ta).7 G(fter HR.)-2.5 E -1.25 -.7(Te x)5
H 2.5(ta).7 G(fter HR.)-2.5 E -1.25 -.7(Te x)5 H 2.5(ta).7 G(fter HR.)
-2.5 E -1.25 -.7(Te x)5 H 2.5(ta).7 G(fter HR.)-2.5 E 0 Cg EP
%%Trailer
end
%%EOF