groff (1.23.0)

(root)/
share/
doc/
groff-1.23.0/
examples/
webpage.ps
%!PS-Adobe-3.0
%%Creator: groff version 1.23.0
%%CreationDate: Mon Jan 29 00:25:44 2024
%%DocumentNeededResources: font Times-Roman
%%+ font Symbol
%%+ font Courier
%%+ font Times-Italic
%%+ font Times-Bold
%%DocumentSuppliedResources: file gnu.eps
%%+ procset grops 1.23 0
%%LanguageLevel: 2
%%Pages: 21
%%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-Roman
%%IncludeResource: font Symbol
%%IncludeResource: font Courier
%%IncludeResource: font Times-Italic
%%IncludeResource: font Times-Bold
grops begin/DEFS 1 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-Bold@0 ENC0/Times-Bold RE/Times-Italic@0 ENC0/Times-Italic RE
/Courier@0 ENC0/Courier RE/Times-Roman@0 ENC0/Times-Roman RE
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
BP
%%EndPageSetup
203 311 144 205 -119.415 170 72 203.415 PBEGIN
%%BeginDocument: gnu.eps
%!PS-Adobe-3.0 EPSF-3.0
%%LanguageLevel: 2
%%Creator: pnmtops
%%Title: noname.ps
%%Pages: 1
%%BoundingBox: 203 311 408 481
%%EndComments
%%BeginSetup
/rlestr1 1 string def
/readrlestring {
  /rlestr exch def
  currentfile rlestr1 readhexstring pop
  0 get
  dup 127 le {
    currentfile rlestr 0
    4 3 roll
    1 add  getinterval
    readhexstring pop
    length
  } {
    257 exch sub dup
    currentfile rlestr1 readhexstring pop
    0 get
    exch 0 exch 1 exch 1 sub {
      rlestr exch 2 index put
    } for
    pop
  } ifelse
} bind def
/readstring {
  dup length 0 {
    3 copy exch
    1 index sub
    getinterval
    readrlestring
    add
    2 copy le { exit } if
  } loop
  pop pop
} bind def
/rpicstr 107 string def
/gpicstr 107 string def
/bpicstr 107 string def
%%EndSetup
%%Page: 1 1
gsave
203.76 311.04 translate
204.48 169.92 scale
213 177 4
[ 213 0 0 -177 0 177 ]
{ rpicstr readstring }
{ gpicstr readstring }
{ bpicstr readstring }
true 3
colorimage
97ff00f097ff00f097ff00f097ff00f097ff00f097ff00f0ecff04eddcaabddeb1ff00f0ecff04ed
dcaabddeb1ff00f0ecff04eddcaabddeb1ff00f0eeff0ad988777478864555678adfb5ff00f0eeff
0ad988777478864555678adfb5ff00f0eeff0ad988777478864555678adfb5ff00f0f0ff0dfdbba9
4afcb867b544777675447cb6ff00f0f0ff0dfdbba94afcb867b544777675447cb6ff00f0f0ff0dfd
bba94afcb867b544777675447cb6ff00f0f1ff10faab6985449d5d649543484465675558bdd3ff01
ecdfe8ff00f0f1ff10faab6985449d5d649543484465675558bdd3ff01ecdfe8ff00f0f1ff10faab
6985449d5d649543484465675558bdd3ff01ecdfe8ff00f0f2ff12fb9de89476454897d54a443974
43575554339fd7ff06d978778998889ceaff00f0f2ff12fb9de89476454897d54a44397443575554
339fd7ff06d978778998889ceaff00f0f2ff12fb9de89476454897d54a44397443575554339fd7ff
06d978778998889ceaff00f0f3ff14fc9cfff834455554669b487434a5444755555346cfdaff0afc
869cfdcfa9fedaa988dfecff00f0f3ff14fc9cfff834455554669b487434a5444755555346cfdaff
0afc869cfdcfa9fedaa988dfecff00f0f3ff14fc9cfff834455554669b487434a5444755555346cf
daff0afc869cfdcfa9fedaa988dfecff00f0f3ff159bffd5ae84534554454c74b444474444944566
5549effdff00fee2ff0ce8977adb8874764564444aee99ecff00f0f3ff159bffd5ae84534554454c
74b4444744449445665549effdff00fee2ff0ce8977adb8874764564444aee99ecff00f0f3ff159b
ffd5ae84534554454c74b4444744449445665549effdff00fee2ff0ce8977adb8874764564444aee
99ecff00f0f5ff18fee8defd9975ca4535454445c47844455444554456444558bffeff0176afe4ff
05e8448baa5665fe44054535797efc8bedff00f0f5ff18fee8defd9975ca4535454445c478444554
44554456444558bffeff0176afe4ff05e8448baa5665fe44054535797efc8bedff00f0f5ff18fee8
defd9975ca4535454445c47844455444554456444558bffeff0176afe4ff05e8448baa5665fe4405
4535797efc8bedff00f0f5ff07e7cef97cd76758a4fe540356754b44fe540b46455463855caaacdd
a7bdafedff01fdbefbff07fd77a86754454445fe4405896446effc9eeeff00f0f5ff07e7cef97cd7
6758a4fe540356754b44fe540b46455463855caaacdda7bdafedff01fdbefbff07fd77a867544544
45fe4405896446effc9eeeff00f0f5ff07e7cef97cd76758a4fe540356754b44fe540b4645546385
5caaacdda7bdafedff01fdbefbff07fd77a86754454445fe4405896446effc9eeeff00f0f6ff11fe
8e758a849ec65488444467c86467945646fe440954555757efca78bffaefedff02d675affeff13fe
ed976666844443444343444455677898affbaeefff00f0f6ff11fe8e758a849ec65488444467c864
67945646fe440954555757efca78bffaefedff02d675affeff13feed976666844443444343444455
677898affbaeefff00f0f6ff11fe8e758a849ec65488444467c86467945646fe440954555757efca
78bffaefedff02d675affeff13feed976666844443444343444455677898affbaeefff00f0f6ff1d
c79889555655afc64664457efd75b594485445455445494674eefddeefdaecff039efb6466fd4412
466558444334563454434555434459cfffe9eff0ff00f0f6ff1dc79889555655afc64664457efd75
b594485445455445494674eefddeefdaecff039efb6466fd44124665584443345634544345554344
59cfffe9eff0ff00f0f6ff1dc79889555655afc64664457efd75b594485445455445494674eefdde
efdaecff039efb6466fd4412466558444334563454434555434459cfffe9eff0ff00f0f7ff1ef9ac
796686455447eea64589dffffffddc669557656856684494cecba66c8eecff1aa8fefecb985677b6
5554844434345346433456457899998effffadf0ff00f0f7ff1ef9ac796686455447eea64589dfff
fffddc669557656856684494cecba66c8eecff1aa8fefecb985677b6555484443434534643345645
7899998effffadf0ff00f0f7ff1ef9ac796686455447eea64589dffffffddc669557656856684494
cecba66c8eecff1aa8fefecb985677b65554844434345346433456457899998effffadf0ff00f0f7
ff1dc7ffeffb557555465bfe77ccfffecccbba568c9dfe8aefbed8dbfeeffd99ebff1bf57deef855
4454555556534333453453345434644454444579fffbdff1ff00f0f7ff1dc7ffeffb557555465bfe
77ccfffecccbba568c9dfe8aefbed8dbfeeffd99ebff1bf57deef855445455555653433345345334
5434644454444579fffbdff1ff00f0f7ff1dc7ffeffb557555465bfe77ccfffecccbba568c9dfe8a
efbed8dbfeeffd99ebff1bf57deef8554454555556534333453453345434644454444579fffbdff1
ff00f0f8ff1efe9ffdedffe7445465959ffbefe967abbbcdcb97778999aaacceefffeb89dfeaff10
94679d9964454555569a65664345334443fb44034568ffbef1ff00f0f8ff1efe9ffdedffe7445465
959ffbefe967abbbcdcb97778999aaacceefffeb89dfeaff1094679d9964454555569a6566434533
4443fb44034568ffbef1ff00f0f8ff1efe9ffdedffe7445465959ffbefe967abbbcdcb97778999aa
acceefffeb89dfeaff1094679d9964454555569a65664345334443fb44034568ffbef1ff00f0f8ff
0ef9ffc5457bff944545bd78ffe97aeffbff07edddccbccccccedee8ff1bfe96434689d556686887
75874765675444443333344455789cfffaeff2ff00f0f8ff0ef9ffc5457bff944545bd78ffe97aef
fbff07edddccbccccccedee8ff1bfe96434689d55668688775874765675444443333344455789cff
faeff2ff00f0f8ff0ef9ffc5457bff944545bd78ffe97aeffbff07edddccbccccccedee8ff1bfe96
434689d55668688775874765675444443333344455789cfffaeff2ff00f0f8ff0c9ddea6544469e8
56567efceb9dd6ff05fda754445bdefdff04c65dfe5444fb33043446effebff2ff00f0f8ff0c9dde
a6544469e856567efceb9dd6ff05fda754445bdefdff04c65dfe5444fb33043446effebff2ff00f0
f8ff0c9ddea6544469e856567efceb9dd6ff05fda754445bdefdff04c65dfe5444fb33043446effe
bff2ff00f0f9ff0cf8bc7559bb853459679aa9fe9dcbff03fea68ed6fd3307344456765467dfaff2
ff00f0f9ff0cf8bc7559bb853459679aa9fe9dcbff03fea68ed6fd3307344456765467dfaff2ff00
f0f9ff0cf8bc7559bb853459679aa9fe9dcbff03fea68ed6fd3307344456765467dfaff2ff00f0fa
ff0dfd74469cb646bdb63459eeffd8efc9ff0dc7cd33334444588754334457dfccf2ff00f0faff0d
fd74469cb646bdb63459eeffd8efc9ff0dc7cd33334444588754334457dfccf2ff00f0faff0dfd74
469cb646bdb63459eeffd8efc9ff0dc7cd33334444588754334457dfccf2ff00f0faff0cf8964444
5885457dc436cefb8ec7ff028ab445fd3305345676654debf2ff00f0faff0cf89644445885457dc4
36cefb8ec7ff028ab445fd3305345676654debf2ff00f0faff0cf89644445885457dc436cefb8ec7
ff028ab445fd3305345676654debf2ff00f0faff0bc8ffeb7444455444895befb9c6ff05fb8c9543
3334fe4403577769faf2ff00f0faff0bc8ffeb7444455444895befb9c6ff05fb8c95433334fe4403
577769faf2ff00f0faff0bc8ffeb7444455444895befb9c6ff05fb8c95433334fe4403577769faf2
ff00f0fbff0cfe7cbbcacdb6444455666ffb9fc5ff02b8fc43fd330444455568caf2ff00f0fbff0c
fe7cbbcacdb6444455666ffb9fc5ff02b8fc43fd330444455568caf2ff00f0fbff0cfe7cbbcacdb6
444455666ffb9fc5ff02b8fc43fd330444455568caf2ff00f0fbff0be7e555444569a7444558dfd8
c4ff0cfa7fb53334433333457abbebeff3ff00f0fbff0be7e555444569a7444558dfd8c4ff0cfa7f
b53334433333457abbebeff3ff00f0fbff0be7e555444569a7444558dfd8c4ff0cfa7fb533344333
33457abbebeff3ff00f0fbff0b9bfc9cea7544568855da8b8eedff05edbbaaaabcefddff0197e6fe
330634578865569dcff3ff00f0fbff0b9bfc9cea7544568855da8b8eedff05edbbaaaabcefddff01
97e6fe330634578865569dcff3ff00f0fbff0b9bfc9cea7544568855da8b8eedff05edbbaaaabcef
ddff0197e6fe330634578865569dcff3ff00f0fcff0cfe7ffffeefffd9445776eff7dfefff09eb86
7789998778778adff7ff02cbcdefecff0bfaa5333433433469dfffffbff3ff00f0fcff0cfe7ffffe
efffd9445776eff7dfefff09eb867789998778778adff7ff02cbcdefecff0bfaa5333433433469df
ffffbff3ff00f0fcff0cfe7ffffeefffd9445776eff7dfefff09eb867789998778778adff7ff02cb
cdefecff0bfaa5333433433469dfffffbff3ff00f0fcff0bf9dfffcbaaabceeb556cffabefff0be7
69cedbb9988aa9abba88cffaff05fea8998889adecff0a77344555455444467cffaff3ff00f0fcff
0bf9dfffcbaaabceeb556cffabefff0be769cedbb9988aa9abba88cffaff05fea8998889adecff0a
77344555455444467cffaff3ff00f0fcff0bf9dfffcbaaabceeb556cffabefff0be769cedbb9988a
a9abba88cffaff05fea8998889adecff0a77344555455444467cffaff3ff00f0fcff0be8ff944433
44446afb9efc8ff0ff0dfc69a899abdefeecba8668aa78cffcff07fb9aba988abdfcbdedff0ac874
55544433344458ffbff3ff00f0fcff0be8ff94443344446afb9efc8ff0ff0dfc69a899abdefeecba
8668aa78cffcff07fb9aba988abdfcbdedff0ac87455544433344458ffbff3ff00f0fcff0be8ff94
443344446afb9efc8ff0ff0dfc69a899abdefeecba8668aa78cffcff07fb9aba988abdfcbdedff0a
c87455544433344458ffbff3ff00f0fcff0a9dc856789a987544dfffe7f0ff03fd747adffaff04ec
877667dffeff09e978879bcedba98aecbfeeff02f7da53fe3304344456efbff3ff00f0fcff0a9dc8
56789a987544dfffe7f0ff03fd747adffaff04ec877667dffeff09e978879bcedba98aecbfeeff02
f7da53fe3304344456efbff3ff00f0fcff0a9dc856789a987544dfffe7f0ff03fd747adffaff04ec
877667dffeff09e978879bcedba98aecbfeeff02f7da53fe3304344456efbff3ff00f0fcff0a8f99
8887765567977bffadf0ff01a58efeff04fdcfefffcefeff0feb8549ffffd9968ceffb5becfffc89
efeeff0af9c85333333443344679cef3ff00f0fcff0a8f998887765567977bffadf0ff01a58efeff
04fdcfefffcefeff0feb8549ffffd9968ceffb5becfffc89efeeff0af9c85333333443344679cef3
ff00f0fcff0a8f998887765567977bffadf0ff01a58efeff04fdcfefffcefeff0feb8549ffffd996
8ceffb5becfffc89efeeff0af9c85333333443344679cef3ff00f0fdff01faadfe4406568aa86576
df9ff1ff1dfa8efffffeffff9c885de67cffec9bfd848ddab98effffe754547ffffe89eeff0afd9f
645aa6434696445ecef3ff00f0fdff01faadfe4406568aa86576df9ff1ff1dfa8efffffeffff9c88
5de67cffec9bfd848ddab98effffe754547ffffe89eeff0afd9f645aa6434696445ecef3ff00f0fd
ff01faadfe4406568aa86576df9ff1ff1dfa8efffffeffff9c885de67cffec9bfd848ddab98effff
e754547ffffe89eeff0afd9f645aa6434696445ecef3ff00f0fdff0bf666544565654458dec9bf9f
f1ff009bfeff1af9c8d99aa9485967ee6766cf9c65be88befdca8d4447349aeffd8ceeff097d4433
47984348684eddf3ff00f0fdff0bf666544565654458dec9bf9ff1ff009bfeff1af9c8d99aa94859
67ee6766cf9c65be88befdca8d4447349aeffd8ceeff097d443347984348684eddf3ff00f0fdff0b
f666544565654458dec9bf9ff1ff009bfeff1af9c8d99aa9485967ee6766cf9c65be88befdca8d44
47349aeffd8ceeff097d443347984348684eddf3ff00f0fdff0bb888aaa8877655554ceffdbff2ff
20e8cfffffc9b9aaab69b74b69586865565ba6d786b7559c5d644945a3465da9ea8eefff09786443
3434685345bfbcf3ff00f0fdff0bb888aaa8877655554ceffdbff2ff20e8cfffffc9b9aaab69b74b
69586865565ba6d786b7559c5d644945a3465da9ea8eefff097864433434685345bfbcf3ff00f0fd
ff0bb888aaa8877655554ceffdbff2ff20e8cfffffc9b9aaab69b74b69586865565ba6d786b7559c
5d644945a3465da9ea8eefff097864433434685345bfbcf3ff00f0fdff0b6efddb9865554445569f
faeff2ff008efeff17887b8a8c57c668874758754764655a869e644566d548a394fe33025bd7dff0
ff099a44333344447944bfbaf3ff00f0fdff0b6efddb9865554445569ffaeff2ff008efeff17887b
8a8c57c668874758754764655a869e644566d548a394fe33025bd7dff0ff099a44333344447944bf
baf3ff00f0fdff0b6efddb9865554445569ffaeff2ff008efeff17887b8a8c57c668874758754764
655a869e644566d548a394fe33025bd7dff0ff099a44333344447944bfbaf3ff00f0feff0bfe7ffc
544444555556666df8f2ff22f8cfbea86ea55d697e56d575a546458546554355a64ba454439b34c4
54334333345a7bf0ff099d544555433445b65dbaf3ff00f0feff0bfe7ffc544444555556666df8f2
ff22f8cfbea86ea55d697e56d575a546458546554355a64ba454439b34c454334333345a7bf0ff09
9d544555433445b65dbaf3ff00f0feff0bfe7ffc544444555556666df8f2ff22f8cfbea86ea55d69
7e56d575a546458546554355a64ba454439b34c454334333345a7bf0ff099d544555433445b65dba
f3ff00f0feff02fbae95fc44034547eee9f2ff239cdd9bc65bd55d677f56e574c454459645544345
6855d555654d7386453344533334b99ff1ff09ab4444345543454885a9f3ff00f0feff02fbae95fc
44034547eee9f2ff239cdd9bc65bd55d677f56e574c4544596455443456855d555654d7386453344
533334b99ff1ff09ab4444345543454885a9f3ff00f0feff02fbae95fc44034547eee9f2ff239cdd
9bc65bd55d677f56e574c4544596455443456855d555654d7386453344533334b99ff1ff09ab4444
345543454885a9f3ff00f0feff0bf8d9444578b9bcba75356e9cf3ff24f9aff768f549e55a857f55
d463b4444595476454455655ab584844a3784643637443335bb8f1ff09baa443444345544448e9f3
ff00f0feff0bf8d9444578b9bcba75356e9cf3ff24f9aff768f549e55a857f55d463b44445954764
54455655ab584844a3784643637443335bb8f1ff09baa443444345544448e9f3ff00f0feff0bf8d9
444578b9bcba75356e9cf3ff24f9aff768f549e55a857f55d463b4444595476454455655ab584844
a3784643637443335bb8f1ff09baa443444345544448e9f3ff00f0feff0bf7fb59bba8754444458d
ef8ff3ff25bce9fa56f648f659956f55d474944444a65784563455945b6594b4546c354363854333
349b9ff2ff09aba433345533344346e9f3ff00f0feff0bf7fb59bba8754444458def8ff3ff25bce9
fa56f648f659956f55d474944444a65784563455945b6594b4546c354363854333349b9ff2ff09ab
a433345533344346e9f3ff00f0feff0bf7fb59bba8754444458def8ff3ff25bce9fa56f648f65995
6f55d474944444a65784563455945b6594b4546c354363854333349b9ff2ff09aba4333455333443
46e9f3ff00f0feff0bf7ffb854346788787569ce9ff4ff21fe8ff77655f645f756a46e55a4747445
44b566a4754554a446846479864a45435375fe4301499cf2ff098d7643333568634446daf3ff00f0
feff0bf7ffb854346788787569ce9ff4ff21fe8ff77655f645f756a46e55a474744544b566a47545
54a446846479864a45435375fe4301499cf2ff098d7643333568634446daf3ff00f0feff0bf7ffb8
54346788787569ce9ff4ff21fe8ff77655f645f756a46e55a474744544b566a4754554a446846479
864a45435375fe4301499cf2ff098d7643333568634446daf3ff00f0feff0bf8ff84589876555676
6acd9ff4ff21e7ee99b445e754e945945f54c584654544b577c46454548566458a5d5c3864446545
fe43024486eff3ff0a7f8ac7333334774446faeff4ff00f0feff0bf8ff845898765556766acd9ff4
ff21e7ee99b445e754e945945f54c584654544b577c46454548566458a5d5c3864446545fe430244
86eff3ff0a7f8ac7333334774446faeff4ff00f0feff0bf8ff845898765556766acd9ff4ff21e7ee
99b445e754e945945f54c584654544b577c46454548566458a5d5c3864446545fe43024486eff3ff
0a7f8ac7333334774446faeff4ff00f0feff0bf8fe576544455666567ace9ff4ff278dbb6a9544d8
54da45a46f64d584554644c576c4858554655788fe8b84478445464444534344467df4ff0bfe8e55
44333334557554cbdff4ff00f0feff0bf8fe576544455666567ace9ff4ff278dbb6a9544d854da45
a46f64d584554644c576c4858554655788fe8b84478445464444534344467df4ff0bfe8e55443333
34557554cbdff4ff00f0feff0bf8fe576544455666567ace9ff4ff278dbb6a9544d854da45a46f64
d584554644c576c4858554655788fe8b84478445464444534344467df4ff0bfe8e55443333345575
54cbdff4ff00f0feff0bfafc57555666655654448d8ff5ff29f8cff6489735c854bc55c56e54d584
454844c578d485a6755433a47cf96445b4454735446444344456dff5ff02faae57fd3304355854eb
dff4ff00f0feff0bfafc57555666655654448d8ff5ff29f8cff6489735c854bc55c56e54d5844548
44c578d485a6755433a47cf96445b4454735446444344456dff5ff02faae57fd3304355854ebdff4
ff00f0feff0bfafc57555666655654448d8ff5ff29f8cff6489735c854bc55c56e54d584454844c5
78d485a6755433a47cf96445b4454735446444344456dff5ff02faae57fd3304355854ebdff4ff00
f0feff0bfdf9a44578adb985445bff8ff5ff299afff6488a34c954ad54d66e44d494444655b679d4
a5c59666c9c445bfb343b54555364465443444456ef5ff03f8efd543fd330355a4cbeff4ff00f0fe
ff0bfdf9a44578adb985445bff8ff5ff299afff6488a34c954ad54d66e44d494444655b679d4a5c5
9666c9c445bfb343b54555364465443444456ef5ff03f8efd543fd330355a4cbeff4ff00f0feff0b
fdf9a44578adb985445bff8ff5ff299afff6488a34c954ad54d66e44d494444655b679d4a5c59666
c9c445bfb343b54555364465443444456ef5ff03f8efd543fd330355a4cbeff4ff00f0fdff0af67b
dfea6546988655cf8ff6ff2afaadff55487c34c9549d44c76c44b4a5445546975bc4a5d4a55dfdc3
334543437735553444564434443446f5ff04f7ffa43453fe3303347cebeff4ff00f0fdff0af67bdf
ea6546988655cf8ff6ff2afaadff55487c34c9549d44c76c44b4a5445546975bc4a5d4a55dfdc333
4543437735553444564434443446f5ff04f7ffa43453fe3303347cebeff4ff00f0fdff0af67bdfea
6546988655cf8ff6ff2afaadff55487c34c9549d44c76c44b4a5445546975bc4a5d4a55dfdc33345
43437735553444564434443446f5ff04f7ffa43453fe3303347cebeff4ff00f0feff0bfcf9fb8545
6875543345cf8ff6ff2ba8fb9d44486e34a7549c45d66a4594a4444446685ca47694844ae5e53465
554368345434445545454433446ef6ff0bf7fd533346334333345dfbeff4ff00f0feff0bfcf9fb85
456875543345cf8ff6ff2ba8fb9d44486e34a7549c45d66a4594a4444446685ca47694844ae5e534
65554368345434445545454433446ef6ff0bf7fd533346334333345dfbeff4ff00f0feff0bfcf9fb
85456875543345cf8ff6ff2ba8fb9d44486e34a7549c45d66a4594a4444446685ca47694844ae5e5
3465554368345434445545454433446ef6ff0bf7fd533346334333345dfbeff4ff00f0feff0bfbfe
a558754444697657ff8ff7ff2dfa9ffe5e44466f45a7558b45e5763694b44544574d6c9576556347
e4db747ca544683444344554454454353446eff7ff0ad6543433346434433489fbf3ff00f0feff0b
fbfea558754444697657ff8ff7ff2dfa9ffe5e44466f45a7558b45e5763694b44544574d6c957655
6347e4db747ca544683444344554454454353446eff7ff0ad6543433346434433489fbf3ff00f0fe
ff0bfbfea558754444697657ff8ff7ff2dfa9ffe5e44466f45a7558b45e5763694b44544574d6c95
76556347e4db747ca544683444344554454454353446eff7ff0ad6543433346434433489fbf3ff00
f0feff0bfaee887544459b85448cfd9cf7ff2d9affff5b54565e5486547847d4644866844535457a
4959fe9a6544d5affb4486866834443444644544643744468ef7ff0a958b433333364334347ffaf3
ff00f0feff0bfaee887544459b85448cfd9cf7ff2d9affff5b54565e5486547847d4644866844535
457a4959fe9a6544d5affb4486866834443444644544643744468ef7ff0a958b433333364334347f
faf3ff00f0feff0bfaee887544459b85448cfd9cf7ff2d9affff5b54565e5486547847d464486684
4535457a4959fe9a6544d5affb4486866834443444644544643744468ef7ff0a958b433333364334
347ffaf3ff00f0feff0bfadc985459da534784578ad8f8ff2ff8bffbbf7844566f54855455488444
464853543646696fedcdc84a46555effa543545b444443447446445547645ad7acf8ff0274d543fe
3304543343affbf3ff00f0feff0bfadc985459da534784578ad8f8ff2ff8bffbbf7844566f548554
55488444464853543646696fedcdc84a46555effa543545b444443447446445547645ad7acf8ff02
74d543fe3304543343affbf3ff00f0feff0bfadc985459da534784578ad8f8ff2ff8bffbbf784456
6f54855455488444464853543646696fedcdc84a46555effa543545b444443447446445547645ad7
acf8ff0274d543fe3304543343affbf3ff00f0feff0bfb9ba56ce9534775444598f7f9ff30fe7cff
fc5f9654556f655455445846a7577a556577bf777855547a7b683836acee63455c54454444645743
65448457ed9af9ff02fb8663fd33043433436ffaf3ff00f0feff0bfb9ba56ce9534775444598f7f9
ff30fe7cfffc5f9654556f655455445846a7577a556577bf777855547a7b683836acee63455c5445
444464574365448457ed9af9ff02fb8663fd33043433436ffaf3ff00f0feff0bfb9ba56ce9534775
444598f7f9ff30fe7cfffc5f9654556f655455445846a7577a556577bf777855547a7b683836acee
63455c5445444464574365448457ed9af9ff02fb8663fd33043433436ffaf3ff00f0feff0cfe8eda
e9444454465445bdeabffaff31e7dffece5eb555466f555474afd99d84aaa954578887445aedc4bf
8a7a76633455335b7b8487446447a944644454448ff99ffaff0be7e834334334333343343afbf3ff
00f0feff0cfe8edae9444454465445bdeabffaff31e7dffece5eb555466f555474afd99d84aaa954
578887445aedc4bf8a7a76633455335b7b8487446447a944644454448ff99ffaff0be7e834334334
333343343afbf3ff00f0feff0cfe8edae9444454465445bdeabffaff31e7dffece5eb555466f5554
74afd99d84aaa954578887445aedc4bf8a7a76633455335b7b8487446447a944644454448ff99ffa
ff0be7e834334334333343343afbf3ff00f0fdff0b7eec56b6434654445566ce9ffbff32fe7dffff
7c7ba5565566487884963466556778887666789beffff65d9358c585455954ad8c73445534556644
444334544cfe69faff0b7bd44334333343333334dfbef3ff00f0fdff0b7eec56b6434654445566ce
9ffbff32fe7dffff7c7ba5565566487884963466556778887666789beffff65d9358c585455954ad
8c73445534556644444334544cfe69faff0b7bd44334333343333334dfbef3ff00f0fdff0b7eec56
b6434654445566ce9ffbff32fe7dffff7c7ba5565566487884963466556778887666789beffff65d
9358c585455954ad8c73445534556644444334544cfe69faff0b7bd44334333343333334dfbef3ff
00f0fdff0b7c94774445544454445bef8cfbff0ee8dfffffa887b46644886ec7458aeffaff00eefe
ff19fe48ec535948437958f9566ab87dbefecaa967675574578de69ffcff02f87b63fa330234ef9f
f3ff00f0fdff0b7c94774445544454445bef8cfbff0ee8dfffffa887b46644886ec7458aeffaff00
eefeff19fe48ec535948437958f9566ab87dbefecaa967675574578de69ffcff02f87b63fa330234
ef9ff3ff00f0fdff0b7c94774445544454445bef8cfbff0ee8dfffffa887b46644886ec7458aeffa
ff00eefeff19fe48ec535948437958f9566ab87dbefecaa967675574578de69ffcff02f87b63fa33
0234ef9ff3ff00f0fdff02a97bb6fe4406585446449ff8bffdff0dfe7effffaec7b6c46545bd7579
cff3ff0dc57dc6335364543a58efffffb79ffeff11fdcb86557455cf97cffddeffea5564943334fe
330434334afdaff3ff00f0fdff02a97bb6fe4406585446449ff8bffdff0dfe7effffaec7b6c46545
bd7579cff3ff0dc57dc6335364543a58efffffb79ffeff11fdcb86557455cf97cffddeffea556494
3334fe330434334afdaff3ff00f0fdff02a97bb6fe4406585446449ff8bffdff0dfe7effffaec7b6
c46545bd7579cff3ff0dc57dc6335364543a58efffffb79ffeff11fdcb86557455cf97cffddeffea
5564943334fe330434334afdaff3ff00f0fdff0cc9ec64444448754475345fff89fdff0bc8efffea
6bc6b484959866aef1ff08fe745885443334549ffdff01b6effdff10fdb685554bfc654456b847e7
e633433343fe3303436ff9eff3ff00f0fdff0cc9ec64444448754475345fff89fdff0bc8efffea6b
c6b484959866aef1ff08fe745885443334549ffdff01b6effdff10fdb685554bfc654456b847e7e6
33433343fe3303436ff9eff3ff00f0fdff0cc9ec64444448754475345fff89fdff0bc8efffea6bc6
b484959866aef1ff08fe745885443334549ffdff01b6effdff10fdb685554bfc654456b847e7e633
433343fe3303436ff9eff3ff00f0fdff1be7a644654595644853464cfff88dffffd99fffffc969e5
9595746aeff8ff00eff9ff0dea454589333684dffffdeffffc6ffbff0ea555635cfec8668aeff764
54233334fd33014bf9f2ff00f0fdff1be7a644654595644853464cfff88dffffd99fffffc969e595
95746aeff8ff00eff9ff0dea454589333684dffffdeffffc6ffbff0ea555635cfec8668aeff76454
233334fd33014bf9f2ff00f0fdff1be7a644654595644853464cfff88dffffd99fffffc969e59595
746aeff8ff00eff9ff0dea454589333684dffffdeffffc6ffbff0ea555635cfec8668aeff7645423
3334fd33014bf9f2ff00f0fdff10f7d6585468574476447445efffb988889dfeff058957e564459e
f9ff03fea9568ff9ff0dfeedb845339d75bfffc57fffffb7fbff0cfee644338ebdfb99eac5333553
fc33023467ccf2ff00f0fdff10f7d6585468574476447445efffb988889dfeff058957e564459ef9
ff03fea9568ff9ff0dfeedb845339d75bfffc57fffffb7fbff0cfee644338ebdfb99eac5333553fc
33023467ccf2ff00f0fdff10f7d6585468574476447445efffb988889dfeff058957e564459ef9ff
03fea9568ff9ff0dfeedb845339d75bfffc57fffffb7fbff0cfee644338ebdfb99eac5333553fc33
023467ccf2ff00f0fdff0cfab7a54674655764477544b9cffdff07fdecda5d56e437dffaff05feca
aada35effbff10eeefffeedeb436e7487ff9a87efffff9affbff07cd55433444854344fe33084333
43333334447a9ff2ff00f0fdff0cfab7a54674655764477544b9cffdff07fdecda5d56e437dffaff
05fecaaada35effbff10eeefffeedeb436e7487ff9a87efffff9affbff07cd55433444854344fe33
08433343333334447a9ff2ff00f0fdff0cfab7a54674655764477544b9cffdff07fdecda5d56e437
dffaff05fecaaada35effbff10eeefffeedeb436e7487ff9a87efffff9affbff07cd554334448543
44fe3308433343333334447a9ff2ff00f0fdff0cfc9e94664655764458473455cefdff06f99b875d
75838ff9ff04c446655339fbff11fe7445effffef955b3346ec8646effffef6dfbff02db9443fd33
0034f8330248fe9ff2ff00f0fdff0cfc9e94664655764458473455cefdff06f99b875d75838ff9ff
04c446655339fbff11fe7445effffef955b3346ec8646effffef6dfbff02db9443fd330034f83302
48fe9ff2ff00f0fdff0cfc9e94664655764458473455cefdff06f99b875d75838ff9ff04c4466553
39fbff11fe7445effffef955b3346ec8646effffef6dfbff02db9443fd330034f8330248fe9ff2ff
00f0fcff157f9764556664457464345577fddfffffea4a475d8434f9ff05fa444343336ffaff10d8
44aeffefffd553338f9433afffffcfb7fbff03fbd54334fd330b4334433333343333443dfadff2ff
00f0fcff157f9764556664457464345577fddfffffea4a475d8434f9ff05fa444343336ffaff10d8
44aeffefffd553338f9433afffffcfb7fbff03fbd54334fd330b4334433333343333443dfadff2ff
00f0fcff157f9764556664457464345577fddfffffea4a475d8434f9ff05fa444343336ffaff10d8
44aeffefffd553338f9433afffffcfb7fbff03fbd54334fd330b4334433333343333443dfadff2ff
00f0fcff158deb457866437655733543459b67ffffa947584b8357f9ff05e433344336effaff10fe
a46cffeffc644358de6434dffffebff6fbff02fe9944f633044233343ceaf1ff00f0fcff158deb45
7866437655733543459b67ffffa947584b8357f9ff05e433344336effaff10fea46cffeffc644358
de6434dffffebff6fbff02fe9944f633044233343ceaf1ff00f0fcff158deb457866437655733543
459b67ffffa947584b8357f9ff05e433344336effaff10fea46cffeffc644358de6434dffffebff6
fbff02fe9944f633044233343ceaf1ff00f0fcff15bbfb669694455548434634554865faedb64559
4a639ef9ff04934334338ffcff14d7558dfffaaacffffb4368adfe6338dfffffcff7effbff01c844
fd33ff34fd330043fe33015e9ef1ff00f0fcff15bbfb669694455548434634554865faedb645594a
639ef9ff04934334338ffcff14d7558dfffaaacffffb4368adfe6338dfffffcff7effbff01c844fd
33ff34fd330043fe33015e9ef1ff00f0fcff15bbfb669694455548434634554865faedb645594a63
9ef9ff04934334338ffcff14d7558dfffaaacffffb4368adfe6338dfffffcff7effbff01c844fd33
ff34fd330043fe33015e9ef1ff00f0fcff14e9fb5d6b54465455444534544685f77e7645674545f9
ff04fd4335337cfcff15b5335646fffffc8bbffea8aeffed733aabaadedff8effbff01f854fb3300
43fc330334447bbff1ff00f0fcff14e9fb5d6b54465455444534544685f77e7645674545f9ff04fd
4335337cfcff15b5335646fffffc8bbffea8aeffed733aabaadedff8effbff01f854fb330043fc33
0334447bbff1ff00f0fcff14e9fb5d6b54465455444534544685f77e7645674545f9ff04fd433533
7cfcff15b5335646fffffc8bbffea8aeffed733aabaadedff8effbff01f854fb330043fc33033444
7bbff1ff00f0fcff14f8c5d896547544644444344555a5f75c6654664489f9ff04f6335438bffdff
15f946aeff74efffffd58ffffefffffa94368dfc8ccff7faff01fb44f533024475a9f0ff00f0fcff
14f8c5d896547544644444344555a5f75c6654664489f9ff04f6335438bffdff15f946aeff74efff
ffd58ffffefffffa94368dfc8ccff7faff01fb44f533024475a9f0ff00f0fcff14f8c5d896547544
644444344555a5f75c6654664489f9ff04f6335438bffdff15f946aeff74efffffd58ffffefffffa
94368dfc8ccff7faff01fb44f533024475a9f0ff00f0fcff14fa6de875657456445454443654b6f5
6a6754543bdff9ff04b4367469bffeff0afc65cfffff849fffffb69ffdff07f883357cfeebffe6fa
ff02fd6543fe330334443334fd330253adccf0ff00f0fcff14fa6de875657456445454443654b6f5
6a6754543bdff9ff04b4367469bffeff0afc65cfffff849fffffb69ffdff07f883357cfeebffe6fa
ff02fd6543fe330334443334fd330253adccf0ff00f0fcff14fa6de875657456445454443654b6f5
6a6754543bdff9ff04b4367469bffeff0afc65cfffff849fffffb69ffdff07f883357cfeebffe6fa
ff02fd6543fe330334443334fd330253adccf0ff00f0fcff13fe8ffa75685655446463444555a5e5
6a7845535ff9ff04fc537fdaf5fdff01a38ffeff05d44efffffaaefdff03f98334bffeff00b7faff
03fb643343fe3302443334fe330343566e9ff0ff00f0fcff13fe8ffa75685655446463444555a5e5
6a7845535ff9ff04fc537fdaf5fdff01a38ffeff05d44efffffaaefdff03f98334bffeff00b7faff
03fb643343fe3302443334fe330343566e9ff0ff00f0fcff13fe8ffa75685655446463444555a5e5
6a7845535ff9ff04fc537fdaf5fdff01a38ffeff05d44efffffaaefdff03f98334bffeff00b7faff
03fb643343fe3302443334fe330343566e9ff0ff00f0fbff129ef75968545745544354455575b45a
765443bff9ff04c57affffc6fdff0057fdff06f93dfffffc58effeff07fa53339efeffff8bf9ff02
843343fe330944333334333433bf78cff0ff00f0fbff129ef75968545745544354455575b45a7654
43bff9ff04c57affffc6fdff0057fdff06f93dfffffc58effeff07fa53339efeffff8bf9ff028433
43fe330944333334333433bf78cff0ff00f0fbff129ef75968545745544354455575b45a765443bf
f9ff04c57affffc6fdff0057fdff06f93dfffffc58effeff07fa53339efeffff8bf9ff02843343fe
330944333334333433bf78cff0ff00f0fbff06cbfb5795456848fe44074555548559675434f9ff05
fd9bafffff6afeff0cfc5dfffcb9876639fffffe54bffeff07fc533356779bff8df9ff02fc4435fe
33ff44ff3304443646fe8aefff00f0fbff06cbfb5795456848fe44074555548559675434f9ff05fd
9bafffff6afeff0cfc5dfffcb9876639fffffe54bffeff07fc533356779bff8df9ff02fc4435fe33
ff44ff3304443646fe8aefff00f0fbff06cbfb5795456848fe44074555548559675434f9ff05fd9b
afffff6afeff0cfc5dfffcb9876639fffffe54bffeff07fc533356779bff8df9ff02fc4435fe33ff
44ff3304443646fe8aefff00f0fbff11f8fea9945895584534444956457459664437f8ff04e8efff
fe4dfeff0cfa38fb5333433335cfffffc4bffeff01fe93fd3301597bf8ff0d743534333334443343
535559fe8fefff00f0fbff11f8fea9945895584534444956457459664437f8ff04e8effffe4dfeff
0cfa38fb5333433335cfffffc4bffeff01fe93fd3301597bf8ff0d743534333334443343535559fe
8fefff00f0fbff11f8fea9945895584534444956457459664437f8ff04e8effffe4dfeff0cfa38fb
5333433335cfffffc4bffeff01fe93fd3301597bf8ff0d743534333334443343535559fe8fefff00
f0fbff11fbafff8678c4644434445c5645544b66644bf8ff04eefffffa6ffeff0cfd345333343338
94bffffff6bffdff06d4354456875449f8ff01c434fe330834444543537cbfd8efefff00f0fbff11
fbafff8678c4644434445c5645544b66644bf8ff04eefffffa6ffeff0cfd34533334333894bfffff
f6bffdff06d4354456875449f8ff01c434fe330834444543537cbfd8efefff00f0fbff11fbafff86
78c4644434445c5645544b66644bf8ff04eefffffa6ffeff0cfd34533334333894bffffff6bffdff
06d4354456875449f8ff01c434fe330834444543537cbfd8efefff00f0faff058efff6c89474fe44
076b5645555b67544ef5ff01f7affeff0cfe533334333338b97ffffffeadfdff07f6464545557744
eff9ff0cf5333433334333453356fffb6eeeff00f0faff058efff6c89474fe44076b5645555b6754
4ef5ff01f7affeff0cfe533334333338b97ffffffeadfdff07f6464545557744eff9ff0cf5333433
334333453356fffb6eeeff00f0faff058efff6c89474fe44076b5645555b67544ef5ff01f7affeff
0cfe533334333338b97ffffffeadfdff07f6464545557744eff9ff0cf5333433334333453356fffb
6eeeff00f0faff10e8eff8ea7544734454886544555b56648ff5ff01f4effdff075335843345338a
7dfeff0079fdff07fe469333435777cff9ff02f64445fe33064466659efa77dfeeff00f0faff10e8
eff8ea7544734454886544555b56648ff5ff01f4effdff075335843345338a7dfeff0079fdff07fe
469333435777cff9ff02f64445fe33064466659efa77dfeeff00f0faff10e8eff8ea754473445488
6544555b56648ff5ff01f4effdff075335843345338a7dfeff0079fdff07fe469333435777cff9ff
02f64445fe33064466659efa77dfeeff00f0faff10fd9dfceb6559533844a59554565a5554eff5ff
00e6fdff08fe45bdc43344436edefeff0067fdff07fe747334334789eff9ff0bfb4446333344458e
66b758efedff00f0faff10fd9dfceb6559533844a59554565a5554eff5ff00e6fdff08fe45bdc433
44436edefeff0067fdff07fe747334334789eff9ff0bfb4446333344458e66b758efedff00f0faff
10fd9dfceb6559533844a59554565a5554eff5ff00e6fdff08fe45bdc43344436edefeff0067fdff
07fe747334334789eff9ff0bfb4446333344458e66b758efedff00f0f9ff0ef8efee669a43484585
b4657649453cf4ff009afcff0b4cffd33333435daefffffe5dfdff01eec5fe330136bff8ff09fd69
b643345874bd636bebff00f0f9ff0ef8efee669a43484585b4657649453cf4ff009afcff0b4cffd3
3333435daefffffe5dfdff01eec5fe330136bff8ff09fd69b643345874bd636bebff00f0f9ff0ef8
efee669a43484585b4657649453cf4ff009afcff0b4cffd33333435daefffffe5dfdff01eec5fe33
0136bff8ff09fd69b643345874bd636bebff00f0f9ff0efe9fffa9b634a54768a5b55559549ff4ff
007efcff0b88fef5333334775ffffff8affdff07feeb43333356768ff8ff07c9fb87dcfed876adea
ff00f0f9ff0efe9fffa9b634a54768a5b55559549ff4ff007efcff0b88fef5333334775ffffff8af
fdff07feeb43333356768ff8ff07c9fb87dcfed876adeaff00f0f9ff0efe9fffa9b634a54768a5b5
5559549ff4ff007efcff0b88fef5333334775ffffff8affdff07feeb43333356768ff8ff07c9fb87
dcfed876adeaff00f0f8ff0ccbffbae86594775d6684547655f3ff006ffcff07e77cdc433346a56f
f7ff0583333377845ff8ff06f5668877778bdffcff03feffdfdffeff00fef6ff00f0f8ff0ccbffba
e86594775d6684547655f3ff006ffcff07e77cdc433346a56ff7ff0583333377845ff8ff06f56688
77778bdffcff03feffdfdffeff00fef6ff00f0f8ff0ccbffbae86594775d6684547655f3ff006ffc
ff07e77cdc433346a56ff7ff0583333377845ff8ff06f5668877778bdffcff03feffdfdffeff00fe
f6ff00f0f8ff0cfdaeefffda55b4ab586554954bf4ff01fc4efdff08feeda49fd88989b59ff7ff05
d445569c94cff8ff03fbdedeeffcff0ddeffe58bff6e6ffffebde597bdbef9ff00f0f8ff0cfdaeef
ffda55b4ab586554954bf4ff01fc4efdff08feeda49fd88989b59ff7ff05d445569c94cff8ff03fb
dedeeffcff0ddeffe58bff6e6ffffebde597bdbef9ff00f0f8ff0cfdaeefffda55b4ab586554954b
f4ff01fc4efdff08feeda49fd88989b59ff7ff05d445569c94cff8ff03fbdedeeffcff0ddeffe58b
ff6e6ffffebde597bdbef9ff00f0f7ff0bfabdfffcbb49e6bf7654854ff4ff01f95efbff05fd67aa
b75558f6ff05f945669859dff7ff008ffaff0fa4cff738fe579fcbfe76db549b6577affbff00f0f7
ff0bfabdfffcbb49e6bf7654854ff4ff01f95efbff05fd67aab75558f6ff05f945669859dff7ff00
8ffaff0fa4cff738fe579fcbfe76db549b6577affbff00f0f7ff0bfabdfffcbb49e6bf7654854ff4
ff01f95efbff05fd67aab75558f6ff05f945669859dff7ff008ffaff0fa4cff738fe579fcbfe76db
549b6577affbff00f0f6ff0afcacfc94aa79fd6855578ff4ff01f59efbff05eefd989abdeff5ff03
947757daf6ff009dfaff0ffb5dff56fd45eb48dfa55d849b46b6effbff00f0f6ff0afcacfc94aa79
fd6855578ff4ff01f59efbff05eefd989abdeff5ff03947757daf6ff009dfaff0ffb5dff56fd45eb
48dfa55d849b46b6effbff00f0f6ff0afcacfc94aa79fd6855578ff4ff01f59efbff05eefd989abd
eff5ff03947757daf6ff009dfaff0ffb5dff56fd45eb48dfa55d849b46b6effbff00f0f5ff09feba
befecffcde8cd5dff4ff01e6aefaff03feefffeef4ff03f64dfffcf6ff00e8f9ff0dd6efd8ee5dd4
36bff846d48c4c6efaff00f0f5ff09febabefecffcde8cd5dff4ff01e6aefaff03feefffeef4ff03
f64dfffcf6ff00e8f9ff0dd6efd8ee5dd436bff846d48c4c6efaff00f0f5ff09febabefecffcde8c
d5dff4ff01e6aefaff03feefffeef4ff03f64dfffcf6ff00e8f9ff0dd6efd8ee5dd436bff846d48c
4c6efaff00f0f3ffffbb00cefeff00e5f3ff0198ccf8ff01efdff4ff04fd58fff97ff7ff00f8f9ff
0efa6fffffec59358876446467558aeffbff00f0f3ffffbb00cefeff00e5f3ff0198ccf8ff01efdf
f4ff04fd58fff97ff7ff00f8f9ff0efa6fffffec59358876446467558aeffbff00f0f3ffffbb00ce
feff00e5f3ff0198ccf8ff01efdff4ff04fd58fff97ff7ff00f8f9ff0efa6fffffec593588764464
67558aeffbff00f0f1ff04ecbcceff69f3ff025cfacee9ff03a4cffb58f7ff01fbcffbff0fcaa957
766664678889bdeff9fffffebffbff00f0f1ff04ecbcceff69f3ff025cfacee9ff03a4cffb58f7ff
01fbcffbff0fcaa957766664678889bdeff9fffffebffbff00f0f1ff04ecbcceff69f3ff025cface
e9ff03a4cffb58f7ff01fbcffbff0fcaa957766664678889bdeff9fffffebffbff00f0efff02fdc9
4ef4ff03fd3efbcde9ff04f77ffe46dff7ff009ffbff047bcc89bceffbff00fafeff00bffbff00f0
efff02fdc94ef4ff03fd3efbcde9ff04f77ffe46dff7ff009ffbff047bcc89bceffbff00fafeff00
bffbff00f0efff02fdc94ef4ff03fd3efbcde9ff04f77ffe46dff7ff009ffbff047bcc89bceffbff
00fafeff00bffbff00f0eeff01f96ff4ff03f73cfedde9ff04fb4dffa78ef7ff00dafbff028fffcf
f9ff04fafffffebffbff00f0eeff01f96ff4ff03f73cfedde9ff04fb4dffa78ef7ff00dafbff028f
ffcff9ff04fafffffebffbff00f0eeff01f96ff4ff03f73cfedde9ff04fb4dffa78ef7ff00dafbff
028fffcff9ff04fafffffebffbff00f0eeff01f4cff4ff03d54efffee8ff0498fff5d7eef8ff01f9
effcff029ffeaffdff08eddbba9997ab79adbffbff00f0eeff01f4cff4ff03d54efffee8ff0498ff
f5d7eef8ff01f9effcff029ffeaffdff08eddbba9997ab79adbffbff00f0eeff01f4cff4ff03d54e
fffee8ff0498fff5d7eef8ff01f9effcff029ffeaffdff08eddbba9997ab79adbffbff00f0eeff00
c6f3ff027956dfe7ff04e5eff78e7df8ff01fe9ffdff10fd787658a987765445785796a8dd55a9cf
fbff00f0eeff00c6f3ff027956dfe7ff04e5eff78e7df8ff01fe9ffdff10fd787658a98776544578
5796a8dd55a9cffbff00f0eeff00c6f3ff027956dfe7ff04e5eff78e7df8ff01fe9ffdff10fd7876
58a987765445785796a8dd55a9cffbff00f0eeff007af4ff02fc5fb7e6ff05f56ff95fe9cff8ff00
dbfdff0ffe9a7684bbb968d74bff78f9fedf97dffaff00f0eeff007af4ff02fc5fb7e6ff05f56ff9
5fe9cff8ff00dbfdff0ffe9a7684bbb968d74bff78f9fedf97dffaff00f0eeff007af4ff02fc5fb7
e6ff05f56ff95fe9cff8ff00dbfdff0ffe9a7684bbb968d74bff78f9fedf97dffaff00f0efff01fe
4ef4ff02f78f95f1ff00edf7ff06fd5dfa4effaaeff9ff01fbdffcff0d9bd5fffe6af94aff77f9ff
efe7dffaff00f0efff01fe4ef4ff02f78f95f1ff00edf7ff06fd5dfa4effaaeff9ff01fbdffcff0d
9bd5fffe6af94aff77f9ffefe7dffaff00f0efff01fe4ef4ff02f78f95f1ff00edf7ff06fd5dfa4e
ffaaeff9ff01fbdffcff0d9bd5fffe6af94aff77f9ffefe7dffaff00f0efff01fb6ff4ff03c4efb6
8ef4ff05feeeb4aeffecf9ff0688fc4afffe89eff9ff00aefcff0d8bb5ffff6afa49ff77f9fffff7
dffaff00f0efff01fb6ff4ff03c4efb68ef4ff05feeeb4aeffecf9ff0688fc4afffe89eff9ff00ae
fcff0d8bb5ffff6afa49ff77f9fffff7dffaff00f0efff01fb6ff4ff03c4efb68ef4ff05feeeb4ae
ffecf9ff0688fc4afffe89eff9ff00aefcff0d8bb5ffff6afa49ff77f9fffff7dffaff00f0efff01
f7aff5ff05fe59ffd85eeff5ff0596678959ddddf9ff07e6bd59fffffd99aefaff01f98efdff0d6b
c5ffff5afa48ff86f8ffeff7dffaff00f0efff01f7aff5ff05fe59ffd85eeff5ff0596678959dddd
f9ff07e6bd59fffffd99aefaff01f98efdff0d6bc5ffff5afa48ff86f8ffeff7dffaff00f0efff01
f7aff5ff05fe59ffd85eeff5ff0596678959ddddf9ff07e6bd59fffffd99aefaff01f98efdff0d6b
c5ffff5afa48ff86f8ffeff7dffaff00f0efff01f4eff5ff05f77ffffc668ff2ff05c8667878888b
fcff02fb6c59fdff02d98beffbff01e8effeff0d7ad6fffe5afb49ff75f8fffff7dffaff00f0efff
01f4eff5ff05f77ffffc668ff2ff05c8667878888bfcff02fb6c59fdff02d98beffbff01e8effeff
0d7ad6fffe5afb49ff75f8fffff7dffaff00f0efff01f4eff5ff05f77ffffc668ff2ff05c8667878
888bfcff02fb6c59fdff02d98beffbff01e8effeff0d7ad6fffe5afb49ff75f8fffff7dffaff00f0
efff00c5f4ff05a6efffff754df3ff05ecbcccddeeeffaff01685afcff03fb78adeffeff02ebaaef
feff0d7bd6ffff4bfb4aff75f8fffff7dffaff00f0efff00c5f4ff05a6efffff754df3ff05ecbccc
ddeeeffaff01685afcff03fb78adeffeff02ebaaeffeff0d7bd6ffff4bfb4aff75f8fffff7dffaff
00f0efff00c5f4ff05a6efffff754df3ff05ecbcccddeeeffaff01685afcff03fb78adeffeff02eb
aaeffeff0d7bd6ffff4bfb4aff75f8fffff7dffaff00f0efff0089f5ff01e76ffeff01fb6bf5ff06
fd66787765458df9ff01a46cfaff05c988999989befcff0d7bc7ffff5afc59ff76f8fffff6dffaff
00f0efff0089f5ff01e76ffeff01fb6bf5ff06fd66787765458df9ff01a46cfaff05c988999989be
fcff0d7bc7ffff5afc59ff76f8fffff6dffaff00f0efff0089f5ff01e76ffeff01fb6bf5ff06fd66
787765458df9ff01a46cfaff05c988999989befcff0d7bc7ffff5afc59ff76f8fffff6dffaff00f0
efff005ef6ff02fe55dffdff00abf5ff01f5affeff03feb858effbff01d54eefff0d8bc7fffe4afc
5aff77f8fffff6effaff00f0efff005ef6ff02fe55dffdff00abf5ff01f5affeff03feb858effbff
01d54eefff0d8bc7fffe4afc5aff77f8fffff6effaff00f0efff005ef6ff02fe55dffdff00abf5ff
01f5affeff03feb858effbff01d54eefff0d8bc7fffe4afc5aff77f8fffff6effaff00f0f0ff01fb
5ff6ff01c44dfcff00eff5ff0098fbff01d74bfbff02fc4beff0ff0d7bb7fffe4afd4aff87f8ffff
f6effaff00f0f0ff01fb5ff6ff01c44dfcff00eff5ff0098fbff01d74bfbff02fc4beff0ff0d7bb7
fffe4afd4aff87f8fffff6effaff00f0f0ff01fb5ff6ff01c44dfcff00eff5ff0098fbff01d74bfb
ff02fc4beff0ff0d7bb7fffe4afd4aff87f8fffff6effaff00f0f0ff01f6bff7ff02fd44cff0ff01
fc4dfaff01b58efbff0474dfedc88af3ff0d7bb7fffe49fe4bff78f7fffff6effaff00f0f0ff01f6
bff7ff02fd44cff0ff01fc4dfaff01b58efbff0474dfedc88af3ff0d7bb7fffe49fe4bff78f7ffff
f6effaff00f0f0ff01f6bff7ff02fd44cff0ff01fc4dfaff01b58efbff0474dfedc88af3ff0d7bb7
fffe49fe4bff78f7fffff6effaff00f0f0ff00b5f6ff01b55cefff04f6cfb6448efcff01a5affcff
0596544557776df4ff0d7bb7fffe49fe4cff78f8fffff6effaff00f0f0ff00b5f6ff01b55cefff04
f6cfb6448efcff01a5affcff0596544557776df4ff0d7bb7fffe49fe4cff78f8fffff6effaff00f0
f0ff00b5f6ff01b55cefff04f6cfb6448efcff01a5affcff0596544557776df4ff0d7bb7fffe49fe
4cff78f8fffff6effaff00f0f1ff01fe5cf8ff03fea658efefff05e6f8357755dffdff02fd66bffc
ff00fefeff01d5eff5ff0d7ba8fffe49fe4cff88f7fffff6effaff00f0f1ff01fe5cf8ff03fea658
efefff05e6f8357755dffdff02fd66bffcff00fefeff01d5eff5ff0d7ba8fffe49fe4cff88f7ffff
f6effaff00f0f1ff01fe5cf8ff03fea658efefff05e6f8357755dffdff02fd66bffcff00fefeff01
d5eff5ff0d7ba8fffe49fe4cff88f7fffff6effaff00f0f1ff01f59ff9ff03eb7457afeeff05a8a3
7ffffceffcff02fa57dff9ff01fa8ff5ff0d7bb8fffd4afe4dff89f7fffff6effaff00f0f1ff01f5
9ff9ff03eb7457afeeff05a8a37ffffceffcff02fa57dff9ff01fa8ff5ff0d7bb8fffd4afe4dff89
f7fffff6effaff00f0f1ff01f59ff9ff03eb7457afeeff05a8a37ffffceffcff02fa57dff9ff01fa
8ff5ff0d7bb8fffd4afe4dff89f7fffff6effaff00f0f1ff0086fbff05eca876678ccdedff027d53
bff8ff01e75bf8ff005ff5ff0c7cb8fffd4afe4cffacf8fffff6f9ff00f0f1ff0086fbff05eca876
678ccdedff027d53bff8ff01e75bf8ff005ff5ff0c7cb8fffd4afe4cffacf8fffff6f9ff00f0f1ff
0086fbff05eca876678ccdedff027d53bff8ff01e75bf8ff005ff5ff0c7cb8fffd4afe4cffacf8ff
fff6f9ff00f0f2ff01fa4efdff08fb75468beffe9db9efeeff026d84eff7ff0185aff9ff006df5ff
0c6cb8fffc4bfb4dff8cf7fffff5f9ff00f0f2ff01fa4efdff08fb75468beffe9db9efeeff026d84
eff7ff0185aff9ff006df5ff0c6cb8fffc4bfb4dff8cf7fffff5f9ff00f0f2ff01fa4efdff08fb75
468beffe9db9efeeff026d84eff7ff0185aff9ff006df5ff0c6cb8fffc4bfb4dff8cf7fffff5f9ff
00f0f2ff01a4dffeff03f95799bffeff02fa8abfeeff076dc5ffffc74579effcff00faf8ff008bf5
ff0c6ca9fffc4bfb4cff8cf7fffff5f9ff00f0f2ff01a4dffeff03f95799bffeff02fa8abfeeff07
6dc5ffffc74579effcff00faf8ff008bf5ff0c6ca9fffc4bfb4cff8cf7fffff5f9ff00f0f2ff01a4
dffeff03f95799bffeff02fa8abfeeff076dc5ffffc74579effcff00faf8ff008bf5ff0c6ca9fffc
4bfb4cff8cf7fffff5f9ff00f0f3ff01fa4cfdff0284efe9fdff02fe87bfeeff07befdffff75dca6
5ef2ff00a9f5ff0c6da9fffc4bfb4cff8bf7fffff5f9ff00f0f3ff01fa4cfdff0284efe9fdff02fe
87bfeeff07befdffff75dca65ef2ff00a9f5ff0c6da9fffc4bfb4cff8bf7fffff5f9ff00f0f3ff01
fa4cfdff0284efe9fdff02fe87bfeeff07befdffff75dca65ef2ff00a9f5ff0c6da9fffc4bfb4cff
8bf7fffff5f9ff00f0f3ff0173bffeff03fd4bff9dfcff01c4efeeff07dcfffffe43643567f2ff00
a9f5ff0c6c99fffb4bfb4cff8cf7fffff5f9ff00f0f3ff0173bffeff03fd4bff9dfcff01c4efeeff
07dcfffffe43643567f2ff00a9f5ff0c6c99fffb4bfb4cff8cf7fffff5f9ff00f0f3ff0173bffeff
03fd4bff9dfcff01c4efeeff07dcfffffe43643567f2ff00a9f5ff0c6c99fffb4bfb4cff8cf7ffff
f5f9ff00f0f4ff01f939fdff03f66fff7ffcff00f6f2ff00cefaff06fe433333569adff5ff01db7c
f5ff0c5d99fffb4aa539ff7cf7fffff5f9ff00f0f4ff01f939fdff03f66fff7ffcff00f6f2ff00ce
faff06fe433333569adff5ff01db7cf5ff0c5d99fffb4aa539ff7cf7fffff5f9ff00f0f4ff01f939
fdff03f66fff7ffcff00f6f2ff00cefaff06fe433333569adff5ff01db7cf5ff0c5d99fffb4aa539
ff7cf7fffff5f9ff00f0f4ff01f57ffdff03b4bfff7ffcff01f7bff4ff01edeffaff06fe6333333b
546ef6ff02fe875ff5ff0c6da9fffb479dc6bf6cf7fffff5f9ff00f0f4ff01f57ffdff03b4bfff7f
fcff01f7bff4ff01edeffaff06fe6333333b546ef6ff02fe875ff5ff0c6da9fffb479dc6bf6cf7ff
fff5f9ff00f0f4ff01f57ffdff03b4bfff7ffcff01f7bff4ff01edeffaff06fe6333333b546ef6ff
02fe875ff5ff0c6da9fffb479dc6bf6cf7fffff5f9ff00f0f4ff09f4effea69ec849fffe8ffcff01
f85ff6ff02fe866df8ff05e633334d553af6ff02f7577ff5ff0c5db8fffb46ffec5e6cf7fffff5f9
ff00f0f4ff09f4effea69ec849fffe8ffcff01f85ff6ff02fe866df8ff05e633334d553af6ff02f7
577ff5ff0c5db8fffb46ffec5e6cf7fffff5f9ff00f0f4ff09f4effea69ec849fffe8ffcff01f85f
f6ff02fe866df8ff05e633334d553af6ff02f7577ff5ff0c5db8fffb46ffec5e6cf7fffff5f9ff00
f0f4ff09f77863577347dffffb9ffcff01f95bf6ff01d6aef6ff04b8aeff5b46f6ff0283447ff5ff
0c6ec8fffb4afff9344497ffffe5f9ff00f0f4ff09f77863577347dffffb9ffcff01f95bf6ff01d6
aef6ff04b8aeff5b46f6ff0283447ff5ff0c6ec8fffb4afff9344497ffffe5f9ff00f0f4ff09f778
63577347dffffb9ffcff01f95bf6ff01d6aef6ff04b8aeff5b46f6ff0283447ff5ff0c6ec8fffb4a
fff9344497ffffe5f9ff00f0f4ff09fe99abfffedffffffabffcff01f8c9f6ff005df2ff026cb3ef
f8ff03f84334cff5ff0c5eb9fffb38ffe46745a7fffeb6f9ff00f0f4ff09fe99abfffedffffffabf
fcff01f8c9f6ff005df2ff026cb3eff8ff03f84334cff5ff0c5eb9fffb38ffe46745a7fffeb6f9ff
00f0f4ff09fe99abfffedffffffabffcff01f8c9f6ff005df2ff026cb3eff8ff03f84334cff5ff0c
5eb9fffb38ffe46745a7fffeb6f9ff00f0ecff01f9dffcfffff8f2ff01baeff7ff025ce4aff9ff03
fe743337f4ff0c5eb8fffa45ffe5ff6cf7eadda6f9ff00f0ecff01f9dffcfffff8f2ff01baeff7ff
025ce4aff9ff03fe743337f4ff0c5eb8fffa45ffe5ff6cf7eadda6f9ff00f0ecff01f9dffcfffff8
f2ff01baeff7ff025ce4aff9ff03fe743337f4ff0c5eb8fffa45ffe5ff6cf7eadda6f9ff00f0ecff
01f8dffcfffff8f3ff05c5464afffffefbff03fe6ff57ffaff04feb643345ef4ff0c4eb8fff944cf
88ff5bf7a37ba6f9ff00f0ecff01f8dffcfffff8f3ff05c5464afffffefbff03fe6ff57ffaff04fe
b643345ef4ff0c4eb8fff944cf88ff5bf7a37ba6f9ff00f0ecff01f8dffcfffff8f3ff05c5464aff
fffefbff03fe6ff57ffaff04feb643345ef4ff0c4eb8fff944cf88ff5bf7a37ba6f9ff00f0ecff01
f9cffcff01f9e7f3ff05aedfe5bffdeff9ff01f99ffbff05eed7433346bff4ff0c4db9fff846df59
ff6bf7a35ca7f9ff00f0ecff01f9cffcff01f9e7f3ff05aedfe5bffdeff9ff01f99ffbff05eed743
3346bff4ff0c4db9fff846df59ff6bf7a35ca7f9ff00f0ecff01f9cffcff01f9e7f3ff05aedfe5bf
fdeff9ff01f99ffbff05eed7433346bff4ff0c4db9fff846df59ff6bf7a35ca7f9ff00f0ecff01f9
cffcff02fac8dff2ff02fc4df8f0ff04fc64333378f3ff0c4ca9fff639ee84af5bf7834b97f9ff00
f0ecff01f9cffcff02fac8dff2ff02fc4df8f0ff04fc64333378f3ff0c4ca9fff639ee84af5bf783
4b97f9ff00f0ecff01f9cffcff02fac8dff2ff02fc4df8f0ff04fc64333378f3ff0c4ca9fff639ee
84af5bf7834b97f9ff00f0ecff01fabffbff01a85ef1ff0179e8f1ff05fe853333356ef3ff0c4da5
585445759a5a5bf7c69b97f9ff00f0ecff01fabffbff01a85ef1ff0179e8f1ff05fe853333356ef3
ff0c4da5585445759a5a5bf7c69b97f9ff00f0ecff01fabffbff01a85ef1ff0179e8f1ff05fe8533
33356ef3ff0c4da5585445759a5a5bf7c69b97f9ff00f0ecff01fb9ffaff0097f1ff01d6aaf1ff05
e743433346dff3ff0c4da85eedba8654444bf7edfb97f9ff00f0ecff01fb9ffaff0097f1ff01d6aa
f1ff05e743433346dff3ff0c4da85eedba8654444bf7edfb97f9ff00f0ecff01fb9ffaff0097f1ff
01d6aaf1ff05e743433346dff3ff0c4da85eedba8654444bf7edfb97f9ff00f0ecff01fd8ffaff01
e6cff2ff01f96af2ff05fe743433346ef2ff0c5d8668aceffffffe5bf7effc97f9ff00f0ecff01fd
8ffaff01e6cff2ff01f96af2ff05fe743433346ef2ff0c5d8668aceffffffe5bf7effc97f9ff00f0
ecff01fd8ffaff01e6cff2ff01f96af2ff05fe743433346ef2ff0c5d8668aceffffffe5bf7effc97
f9ff00f0ecff01fe7ffaff01f89ff2ff01fe58f4ff07feede744443346dff2ff0c7d746456555666
685bf7fffd98f9ff00f0ecff01fe7ffaff01f89ff2ff01fe58f4ff07feede744443346dff2ff0c7d
746456555666685bf7fffd98f9ff00f0ecff01fe7ffaff01f89ff2ff01fe58f4ff07feede7444433
46dff2ff0c7d746456555666685bf7fffd98f9ff00f0ebff007ffaff01eb8ff1ff00b5f2ff05c889
755459eff2ff0c6c8555bfffffec585bf7fffda8f9ff00f0ebff007ffaff01eb8ff1ff00b5f2ff05
c889755459eff2ff0c6c8555bfffffec585bf7fffda8f9ff00f0ebff007ffaff01eb8ff1ff00b5f2
ff05c889755459eff2ff0c6c8555bfffffec585bf7fffda8f9ff00f0ebff007ffaff01bd8ff1ff01
f6cff3ff09eeffedbafd8efffeeedff7ff04fe696597fefeff05d55bf6fffea9f9ff00f0ebff007f
faff01bd8ff1ff01f6cff3ff09eeffedbafd8efffeeedff7ff04fe696597fefeff05d55bf6fffea9
f9ff00f0ebff007ffaff01bd8ff1ff01f6cff3ff09eeffedbafd8efffeeedff7ff04fe696597fefe
ff05d55bf6fffea9f9ff00f0ebff007efaff01db9cf1ff01fb8feeff06fb67656764666dfaff0efd
84434658abceeeecb64af6fffea8f9ff00f0ebff007efaff01db9cf1ff01fb8feeff06fb67656764
666dfaff0efd84434658abceeeecb64af6fffea8f9ff00f0ebff007efaff01db9cf1ff01fb8feeff
06fb67656764666dfaff0efd84434658abceeeecb64af6fffea8f9ff00f0ebff009bfaff01f9c8f0
ff007eedff05ccfffebefe7afaff0ef86aa98999a8764444364af6fffea9f9ff00f0ebff009bfaff
01f9c8f0ff007eedff05ccfffebefe7afaff0ef86aa98999a8764444364af6fffea9f9ff00f0ebff
009bfaff01f9c8f0ff007eedff05ccfffebefe7afaff0ef86aa98999a8764444364af6fffea9f9ff
00f0ebff00bafaff02fe95acf1ff00d8edff06fbdf97cceee6effbff0eb86544665567594666444a
e6fffd9af9ff00f0ebff00bafaff02fe95acf1ff00d8edff06fbdf97cceee6effbff0eb865446655
67594666444ae6fffd9af9ff00f0ebff00bafaff02fe95acf1ff00d8edff06fbdf97cceee6effbff
0eb86544665567594666444ae6fffd9af9ff00f0ebff00d8f9ff03fbcb88eff3ff01fd8feeff06fe
9eb4386efc7ffbff0efeb764957acb5756544649d5fffd8af9ff00f0ebff00d8f9ff03fbcb88eff3
ff01fd8feeff06fe9eb4386efc7ffbff0efeb764957acb5756544649d5fffd8af9ff00f0ebff00d8
f9ff03fbcb88eff3ff01fd8feeff06fe9eb4386efc7ffbff0efeb764957acb5756544649d5fffd8a
f9ff00f0ebff00f7f9ff04fcbffd88eff3ff00c9eeff06fd7ed5439eff8af9ff0ce5f7aefe6ecdbd
dc58d6fffc8af9ff00f0ebff00f7f9ff04fcbffd88eff3ff00c9eeff06fd7ed5439eff8af9ff0ce5
f7aefe6ecdbddc58d6fffc8af9ff00f0ebff00f7f9ff04fcbffd88eff3ff00c9eeff06fd7ed5439e
ff8af9ff0ce5f7aefe6ecdbddc58d6fffc8af9ff00f0ebff00f7f8ff03baacfd7cf3ff01fc9ff2ff
0aeffebaa638e8547fffd5dffaff0ce5f6adec58deebba57e6fffb8af9ff00f0ebff00f7f8ff03ba
acfd7cf3ff01fc9ff2ff0aeffebaa638e8547fffd5dffaff0ce5f6adec58deebba57e6fffb8af9ff
00f0ebff00f7f8ff03baacfd7cf3ff01fc9ff2ff0aeffebaa638e8547fffd5dffaff0ce5f6adec58
deebba57e6fffb8af9ff00f0ebff01facff8ff03eb9cf7dff3ff0186cff7ff0ec96655556798674a
54ba555cfffc6dfbff10feb5b76554445569a738f6fffa88ccccdffcff00f0ebff01facff8ff03eb
9cf7dff3ff0186cff7ff0ec96655556798674a54ba555cfffc6dfbff10feb5b76554445569a738f6
fffa88ccccdffcff00f0ebff01facff8ff03eb9cf7dff3ff0186cff7ff0ec96655556798674a54ba
555cfffc6dfbff10feb5b76554445569a738f6fffa88ccccdffcff00f0ebff01fd9ff7ff02fab86a
f3ff1be749effecbceefffeed996543344444333334bdeb36a454779bec68efcff00b6fc440b5444
564ae6fffd855554456dfdff00f0ebff01fd9ff7ff02fab86af3ff1be749effecbceefffeed99654
3344444333334bdeb36a454779bec68efcff00b6fc440b5444564ae6fffd855554456dfdff00f0eb
ff01fd9ff7ff02fab86af3ff1be749effecbceefffeed996543344444333334bdeb36a454779bec6
8efcff00b6fc440b5444564ae6fffd855554456dfdff00f0eaff006ff7ff02fe99e7f2ff08a45553
3469cdcdb643fa3322349ffff73435469766774688898899996444455555455555454af6ffff8645
4444489afeff00f0eaff006ff7ff02fe99e7f2ff08a455533469cdcdb643fa3322349ffff7343546
9766774688898899996444455555455555454af6ffff86454444489afeff00f0eaff006ff7ff02fe
99e7f2ff08a455533469cdcdb643fa3322349ffff734354697667746888988999964444555554555
55454af6ffff86454444489afeff00f0eaff008df7ff02f9e8f8f2ff06fc445bdcdb9754fc331034
44334438fffffd455844678bdfdacebafeab00a8fb990f98775cf5efff78bbcbaaaab77ffffff0ea
ff008df7ff02f9e8f8f2ff06fc445bdcdb9754fc33103444334438fffffd455844678bdfdacebafe
ab00a8fb990f98775cf5efff78bbcbaaaab77ffffff0eaff008df7ff02f9e8f8f2ff06fc445bdcdb
9754fc33103444334438fffffd455844678bdfdacebafeab00a8fb990f98775cf5efff78bbcbaaaa
b77ffffff0eaff00d8f7ff02f8d9acf1ff04e534444343fd33134433456655437ffffffe466857ec
a37be8788767fe8815778799998aaabbba5bc5efff7899866658869ffffff0eaff00d8f7ff02f8d9
acf1ff04e534444343fd33134433456655437ffffffe466857eca37be8788767fe8815778799998a
aabbba5bc5efff7899866658869ffffff0eaff00d8f7ff02f8d9acf1ff04e534444343fd33134433
456655437ffffffe466857eca37be8788767fe8815778799998aaabbba5bc5efff7899866658869f
fffff0eaff00f7f7ff02f98e8ef1ff0ffc74333334688887abcbaaefefded9affeff22488666fed3
47c49ddcbbaabbba75a469c85cccdccb7db5cffe7cfff8bd6ff9cffffff0eaff00f7f7ff02f98e8e
f1ff0ffc74333334688887abcbaaefefded9affeff22488666fed347c49ddcbbaabbba75a469c85c
ccdccb7db5cffe7cfff8bd6ff9cffffff0eaff00f7f7ff02f98e8ef1ff0ffc74333334688887abcb
aaefefded9affeff22488666fed347c49ddcbbaabbba75a469c85cccdccb7db5cffe7cfff8bd6ff9
cffffff0eaff00f7f7ff02f78f8fefff03edcdddeff9ff01fd8ffeff0757b585dfe447c4bffcff04
86e49efa7ffeff0d8ee5cffd7dfff8ce6ff9dffffff0eaff00f7f7ff02f78f8fefff03edcdddeff9
ff01fd8ffeff0757b585dfe447c4bffcff0486e49efa7ffeff0d8ee5cffd7dfff8ce6ff9dffffff0
eaff00f7f7ff02f78f8fefff03edcdddeff9ff01fd8ffeff0757b585dfe447c4bffcff0486e49efa
7ffeff0d8ee5cffd7dfff8ce6ff9dffffff0eaff01f8dff8ff02f78cafedff00fcf8ff0cfe7fffff
fe58c6949fe559b4dffcff04a7f48fe99ffeff0d8ff5dffe6dfff9ce6ff9dffffff0eaff01f8dff8
ff02f78cafedff00fcf8ff0cfe7ffffffe58c6949fe559b4dffcff04a7f48fe99ffeff0d8ff5dffe
6dfff9ce6ff9dffffff0eaff01f8dff8ff02f78cafedff00fcf8ff0cfe7ffffffe58c6949fe559b4
dffcff04a7f48fe99ffeff0d8ff5dffe6dfff9ce6ff9dffffff0eaff01fbaff8ff02f96cafe3ff0b
fb8ffffffe58d8955ff65cb6fbff1596e58ff88ffffffd7ee5dfff6dfff8cd7ff9effffff0eaff01
fbaff8ff02f96cafe3ff0bfb8ffffffe58d8955ff65cb6fbff1596e58ff88ffffffd7ee5dfff6dff
f8cd7ff9effffff0eaff01fbaff8ff02f96cafe3ff0bfb8ffffffe58d8955ff65cb6fbff1596e58f
f88ffffffd7ee5dfff6dfff8cd7ff9effffff0e9ff007ff7ff01798fe3ff0bf6dffffffd58e7765e
f66e97fbff1596f57ff98ffffffd7ff5efff6dfff8dd8ff8effffff0e9ff007ff7ff01798fe3ff0b
f6dffffffd58e7765ef66e97fbff1596f57ff98ffffffd7ff5efff6dfff8dd8ff8effffff0e9ff00
7ff7ff01798fe3ff0bf6dffffffd58e7765ef66e97fbff1596f57ff98ffffffd7ff5efff6dfff8dd
8ff8effffff0e9ff00baf7ff01f66ce3ff00c6feff07fd69e6685be66f88fbff1196f59ff99fffff
fe8fe6ffff5efff8ec9ff7feff00f0e9ff00baf7ff01f66ce3ff00c6feff07fd69e6685be66f88fb
ff1196f59ff99ffffffe8fe6ffff5efff8ec9ff7feff00f0e9ff00baf7ff01f66ce3ff00c6feff07
fd69e6685be66f88fbff1196f59ff99ffffffe8fe6ffff5efff8ec9ff7feff00f0e9ff00f7f7ff03
fe87fffde6ff01fe7dfeff07fc5af67938d67f6afbff04a5d59ff89ffeff099fe7ffff5efff8fbaf
f7feff00f0e9ff00f7f7ff03fe87fffde6ff01fe7dfeff07fc5af67938d67f6afbff04a5d59ff89f
feff099fe7ffff5efff8fbaff7feff00f0e9ff00f7f7ff03fe87fffde6ff01fe7dfeff07fc5af679
38d67f6afbff04a5d59ff89ffeff099fe7ffff5efff8fbaff7feff00f0e9ff01f9cff7ff02fbbff7
e7ff02fd88effeff07fb5ce67935d78e5efbff0495c49ff89ffeff099fe7ffff5efff8fabff6feff
00f0e9ff01f9cff7ff02fbbff7e7ff02fd88effeff07fb5ce67935d78e5efbff0495c49ff89ffeff
099fe7ffff5efff8fabff6feff00f0e9ff01f9cff7ff02fbbff7e7ff02fd88effeff07fb5ce67935
d78e5efbff0495c49ff89ffeff099fe7ffff5efff8fabff6feff00f0e9ff01fd8ff6ff01aee8eaff
fffe02b88aeffdff07fb4ec8a944b7ad5ffbff0496c49ff7affeff099fe7ffff5ffff8f9dff7feff
00f0e9ff01fd8ff6ff01aee8eafffffe02b88aeffdff07fb4ec8a944b7ad5ffbff0496c49ff7affe
ff099fe7ffff5ffff8f9dff7feff00f0e9ff01fd8ff6ff01aee8eafffffe02b88aeffdff07fb4ec8
a944b7ad5ffbff0496c49ff7affeff099fe7ffff5ffff8f9dff7feff00f0e8ff007ef6ff03fac9ff
dff1ff07db967665555788cffbff07fb4eb8d67587c97ffbff0486d49fe7affeff099fe7ffff6fff
f8f8efe6feff00f0e8ff007ef6ff03fac9ffdff1ff07db967665555788cffbff07fb4eb8d67587c9
7ffbff0486d49fe7affeff099fe7ffff6ffff8f8efe6feff00f0e8ff007ef6ff03fac9ffdff1ff07
db967665555788cffbff07fb4eb8d67587c97ffbff0486d49fe7affeff099fe7ffff6ffff8f8efe6
feff00f0e8ff00b8f6ff03fac9ffdff2ff06b643333343334ef9ff07f95faae6a566d79ffbff1186
d49fe6affffffe8fe8ffff6ffff8f8ffd5feff00f0e8ff00b8f6ff03fac9ffdff2ff06b643333343
334ef9ff07f95faae6a566d79ffbff1186d49fe6affffffe8fe8ffff6ffff8f8ffd5feff00f0e8ff
00b8f6ff03fac9ffdff2ff06b643333343334ef9ff07f95faae6a566d79ffbff1186d49fe6afffff
fe8fe8ffff6ffff8f8ffd5feff00f0e8ff01f9bff7ff03cbb9fe8ff4ff01fe94fb33007ff9ff07f8
6f8af7d655d5dffbff1186d4aff5affffffe7fe8ffff7ffff7f7ffb5feff00f0e8ff01f9bff7ff03
cbb9fe8ff4ff01fe94fb33007ff9ff07f86f8af7d655d5dffbff1186d4aff5affffffe7fe8ffff7f
fff7f7ffb5feff00f0e8ff01f9bff7ff03cbb9fe8ff4ff01fe94fb33007ff9ff07f86f8af7d655d5
dffbff1186d4aff5affffffe7fe8ffff7ffff7f7ffb5feff00f0e7ff007ef7ff03adc9fadff4ff08
b544333334333434dff9ff06f76f7bf97656e5faff0496e3bff4cffeff099fe8ffff7fffe8f7ffc8
feff00f0e7ff007ef7ff03adc9fadff4ff08b544333334333434dff9ff06f76f7bf97656e5faff04
96e3bff4cffeff099fe8ffff7fffe8f7ffc8feff00f0e7ff007ef7ff03adc9fadff4ff08b5443333
34333434dff9ff06f76f7bf97656e5faff0496e3bff4cffeff099fe8ffff7fffe8f7ffc8feff00f0
e7ff00d9f7ff03cae7f8fef4ff0083fc33014339f8ff06f68f6dfc5947c5faff11a5e3cff4aaa978
998fd8fffc49ffe8f7ffcbfeff00f0e7ff00d9f7ff03cae7f8fef4ff0083fc33014339f8ff06f68f
6dfc5947c5faff11a5e3cff4aaa978998fd8fffc49ffe8f7ffcbfeff00f0e7ff00d9f7ff03cae7f8
fef4ff0083fc33014339f8ff06f68f6dfc5947c5faff11a5e3cff4aaa978998fd8fffc49ffe8f7ff
cbfeff00f0e7ff01facff8ff02f7e8c7f3ff079c665655469de63af8ff1ff59f6ffe4b48c4666777
6678776656d4cff49bbba9978fc7fffe546db8f7ffcafeff00f0e7ff01facff8ff02f7e8c7f3ff07
9c665655469de63af8ff1ff59f6ffe4b48c46667776678776656d4cff49bbba9978fc7fffe546db8
f7ffcafeff00f0e7ff01facff8ff02f7e8c7f3ff079c665655469de63af8ff1ff59f6ffe4b48c466
67776678776656d4cff49bbba9978fc7fffe546db8f7ffcafeff00f0e6ff008ef8ff04fe8977fffc
f4ff07c58e7ad9cfe864cff9ff1fe59f6ffe7769c6eeeedddeddeeffc5e4cfd4dffffffb9fd7ffff
ac6478e8ffcafeff00f0e6ff008ef8ff04fe8977fffcf4ff07c58e7ad9cfe864cff9ff1fe59f6ffe
7769c6eeeedddeddeeffc5e4cfd4dffffffb9fd7ffffac6478e8ffcafeff00f0e6ff008ef8ff04fe
8977fffcf4ff07c58e7ad9cfe864cff9ff1fe59f6ffe7769c6eeeedddeddeeffc5e4cfd4dffffffb
9fd7ffffac6478e8ffcafeff00f0e6ff01e7eff8ff0afa45dffcfffdbefdfffaeffbff07f7cd6ffc
bffbf86ff9ff07b69e6fffd46bd49efbff11c6f3cfe4effffffccfe9fffe9ffc67d9ffbbfeff00f0
e6ff01e7eff8ff0afa45dffcfffdbefdfffaeffbff07f7cd6ffcbffbf86ff9ff07b69e6fffd46bd4
9efbff11c6f3cfe4effffffccfe9fffe9ffc67d9ffbbfeff00f0e6ff01e7eff8ff0afa45dffcfffd
befdfffaeffbff07f7cd6ffcbffbf86ff9ff07b69e6fffd46bd49efbff11c6f3cfe4effffffccfe9
fffe9ffc67d9ffbbfeff00f0e6ff01fe7cf8ff09fe74affcfcfe8cefffb6faff07fa9a8efe9ffffd
4df9ff08b6cd7ffff55da877dffcff11b6d4dfd4effffffddff9fffe9fffa9caffadfeff00f0e6ff
01fe7cf8ff09fe74affcfcfe8cefffb6faff07fa9a8efe9ffffd4df9ff08b6cd7ffff55da877dffc
ff11b6d4dfd4effffffddff9fffe9fffa9caffadfeff00f0e6ff01fe7cf8ff09fe74affcfcfe8cef
ffb6faff07fa9a8efe9ffffd4df9ff08b6cd7ffff55da877dffcff11b6d4dfd4effffffddff9fffe
9fffa9caffadfeff00f0e5ff01f9bff9ff02fe946ffefb03cebfff5cfaff07fe8e8afe9fcdff76f9
ff0985e99ffff85e5adc69effdff03d6435554feff0afebff8fffe8fff8aabefaffeff00f0e5ff01
f9bff9ff02fe946ffefb03cebfff5cfaff07fe8e8afe9fcdff76f9ff0985e99ffff85e5adc69effd
ff03d6435554feff0afebff8fffe8fff8aabefaffeff00f0e5ff01f9bff9ff02fe946ffefb03cebf
ff5cfaff07fe8e8afe9fcdff76f9ff0985e99ffff85e5adc69effdff03d6435554feff0afebff8ff
fe8fff8aabefaffeff00f0e4ff00a9f8ff08f94dfbfce8df9ffbaaf9ff06df8a9bbfd8ffb7f9ff09
d565cffff86d658ee749fcff02ecbacefeff0afe8fe5fffe9fff6656896cfeff00f0e4ff00a9f8ff
08f94dfbfce8df9ffbaaf9ff06df8a9bbfd8ffb7f9ff09d565cffff86d658ee749fcff02ecbacefe
ff0afe8fe5fffe9fff6656896cfeff00f0e4ff00a9f8ff08f94dfbfce8df9ffbaaf9ff06df8a9bbf
d8ffb7f9ff09d565cffff86d658ee749fcff02ecbacefeff0afe8fe5fffe9fff6656896cfeff00f0
e4ff01fc7df9ff08fd46ebfdd9cb8ef8ccf9ff06fedf97fff7ff98f8ff09faefffe89e6e859fd75b
f6ff0d56a8fffebfffcdfedd648dfffff0e4ff01fc7df9ff08fd46ebfdd9cb8ef8ccf9ff06fedf97
fff7ff98f8ff09faefffe89e6e859fd75bf6ff0d56a8fffebfffcdfedd648dfffff0e4ff01fc7df9
ff08fd46ebfdd9cb8ef8ccf9ff06fedf97fff7ff98f8ff09faefffe89e6e859fd75bf6ff0d56a8ff
febfffcdfedd648dfffff0e3ff01e8cff9ff0797c8febc69caf8fbf7ff04a6ffe7ff6cf5ff1fc5ae
7ffc54bfe767777665555567988899aa86455557aaaaababbbb969fffff0e3ff01e8cff9ff0797c8
febc69caf8fbf7ff04a6ffe7ff6cf5ff1fc5ae7ffc54bfe767777665555567988899aa86455557aa
aaababbbb969fffff0e3ff01e8cff9ff0797c8febc69caf8fbf7ff04a6ffe7ff6cf5ff1fc5ae7ffc
54bfe767777665555567988899aa86455557aaaaababbbb969fffff0e2ff008ef9ff07f999aeae56
e8f8fbf8ff05fd89bfbafb8ff5ff16a5ac9fffd536ce4cedeeeecb99aa9cddccbbbbaa99a98afeaa
05a98989fffff0e2ff008ef9ff07f999aeae56e8f8fbf8ff05fd89bfbafb8ff5ff16a5ac9fffd536
ce4cedeeeecb99aa9cddccbbbbaa99a98afeaa05a98989fffff0e2ff008ef9ff07f999aeae56e8f8
fbf8ff05fd89bfbafb8ff5ff16a5ac9fffd536ce4cedeeeecb99aa9cddccbbbbaa99a98afeaa05a9
8989fffff0e2ff00edf8ff0796eaaf859ba7fcdff9ff05ebfcbf7ef6eff5ff079478affffe95344e
edff03d8fffff0e2ff00edf8ff0796eaaf859ba7fcdff9ff05ebfcbf7ef6eff5ff079478affffe95
344eedff03d8fffff0e2ff00edf8ff0796eaaf859ba7fcdff9ff05ebfcbf7ef6eff5ff079478afff
fe95344eedff03d8fffff0d8ff07fdbb9fd85da6bfaff8ff03e9ec8f7cf4ff02fc75bffeff03d538
99abfecc12bbabbabaaabcdeedcb98888999a9987afffff0d8ff07fdbb9fd85da6bfaff8ff03e9ec
8f7cf4ff02fc75bffeff03d53899abfecc12bbabbabaaabcdeedcb98888999a9987afffff0d8ff07
fdbb9fd85da6bfaff8ff03e9ec8f7cf4ff02fc75bffeff03d53899abfecc12bbabbabaaabcdeedcb
98888999a9987afffff0d7ff06aad9ff96e86edcf8ff039dd7e8cff3ff00fefdff10fed787666556
677788888999987667789bfecc01cdeefeff00f0d7ff06aad9ff96e86edcf8ff039dd7e8cff3ff00
fefdff10fed787666556677788888999987667789bfecc01cdeefeff00f0d7ff06aad9ff96e86edc
f8ff039dd7e8cff3ff00fefdff10fed787666556677788888999987667789bfecc01cdeefeff00f0
d8ff07fddbfd98e67e77faf9ff03f9cd7ebdd4ff00f0d8ff07fddbfd98e67e77faf9ff03f9cd7ebd
d4ff00f0d8ff07fddbfd98e67e77faf9ff03f9cd7ebdd4ff00f0d8ff08fbaffffecd8ba9adbffbff
04fe9bc7ebbfd4ff00f0d8ff08fbaffffecd8ba9adbffbff04fe9bc7ebbfd4ff00f0d8ff08fbafff
fecd8ba9adbffbff04fe9bc7ebbfd4ff00f0d8ff08bcdfffffefb7e88fbefcff04edcbee7eacd3ff
00f0d8ff08bcdfffffefb7e88fbefcff04edcbee7eacd3ff00f0d8ff08bcdfffffefb7e88fbefcff
04edcbee7eacd3ff00f0d9ff09feb9fffffeecd7e98ffafdff09f857dfe7e9efffeca99ed7ff00f0
d9ff09feb9fffffeecd7e98ffafdff09f857dfe7e9efffeca99ed7ff00f0d9ff09feb9fffffeecd7
e98ffafdff09f857dfe7e9efffeca99ed7ff00f0d9ff01faf8feff05c9e8e89efe9ffeff0ae76cff
8d8cfd98adfbb8ced8ff00f0d9ff01faf8feff05c9e8e89efe9ffeff0ae76cff8d8cfd98adfbb8ce
d8ff00f0d9ff01faf8feff05c9e8e89efe9ffeff0ae76cff8d8cfd98adfbb8ced8ff00f0d9ff0af9
f8ffffdbe7ca9caeff8ffeff0b8a6ff9c8ce875effeeff8bdfd9ff00f0d9ff0af9f8ffffdbe7ca9c
aeff8ffeff0b8a6ff9c8ce875effeeff8bdfd9ff00f0d9ff0af9f8ffffdbe7ca9caeff8ffeff0b8a
6ff9c8ce875effeeff8bdfd9ff00f0d9fffff908ffeacf9e9e7eadfbbffeff0b6a7fc99cf7c746ca
47bfe8bfd9ff00f0d9fffff908ffeacf9e9e7eadfbbffeff0b6a7fc99cf7c746ca47bfe8bfd9ff00
f0d9fffff908ffeacf9e9e7eadfbbffeff0b6a7fc99cf7c746ca47bfe8bfd9ff00f0d9ff09faebfd
bfeadf8e8f9ef9fdff0b6a8f89afe77444b8498ff7bfd9ff00f0d9ff09faebfdbfeadf8e8f9ef9fd
ff0b6a8f89afe77444b8498ff7bfd9ff00f0d9ff09faebfdbfeadf8e8f9ef9fdff0b6a8f89afe774
44b8498ff7bfd9ff00f0d9ff09fdddfbfb9eff8b9f8fdbfdff0b5c8e68ff95433386447865afd9ff
00f0d9ff09fdddfbfb9eff8b9f8fdbfdff0b5c8e68ff95433386447865afd9ff00f0d9ff09fdddfb
fb9eff8b9f8fdbfdff0b5c8e68ff95433386447865afd9ff00f0d7ff17ce9effff9c8f9fbdfffffe
ff6f7b5eff643343453543688fd9ff00f0d7ff17ce9effff9c8f9fbdfffffeff6f7b5eff64334345
3543688fd9ff00f0d7ff17ce9effff9c8f9fbdfffffeff6f7b5eff643343453543688fd9ff00f0d7
ff17e9efffffab6cdb9efffffdff6f8b4fff64434437443345bfd9ff00f0d7ff17e9efffffab6cdb
9efffffdff6f8b4fff64434437443345bfd9ff00f0d7ff17e9efffffab6cdb9efffffdff6f8b4fff
64434437443345bfd9ff00f0d7ff00dbfeff12e89afabdfffffddf8bca7bff83436434433466d8ff
00f0d7ff00dbfeff12e89afabdfffffddf8bca7bff83436434433466d8ff00f0d7ff00dbfeff12e8
9afabdfffffddf8bca7bff83436434433466d8ff00f0d7ff00befeff12f9b6cbeafeffffafb5fef9
bfc359d834433598d8ff00f0d7ff00befeff12f9b6cbeafeffffafb5fef9bfc359d834433598d8ff
00f0d7ff00befeff12f9b6cbeafeffffafb5fef9bfc359d834433598d8ff00f0d2ff119c8ffbffef
ff8ee58fff99e548784433455ed8ff00f0d2ff119c8ffbffefff8ee58fff99e548784433455ed8ff
00f0d2ff119c8ffbffefff8ee58fff99e548784433455ed8ff00f0d2ff01fccffdff06b9fa8afffb
7743fe3301548ed8ff00f0d2ff01fccffdff06b9fa8afffb7743fe3301548ed8ff00f0d2ff01fccf
fdff06b9fa8afffb7743fe3301548ed8ff00f0d2ff00fafcff0cfa68858efffc87433333356549d9
ff00f0d2ff00fafcff0cfa68858efffc87433333356549d9ff00f0d2ff00fafcff0cfa68858efffc
87433333356549d9ff00f0d2ff00ebfbff0cb99a769effffdca7568effe69adaff00f0d2ff00ebfb
ff0cb99a769effffdca7568effe69adaff00f0d2ff00ebfbff0cb99a769effffdca7568effe69ada
ff00f0d2ff00cffaff03feffc7effdff03efffb68adaff00f0d2ff00cffaff03feffc7effdff03ef
ffb68adaff00f0d2ff00cffaff03feffc7effdff03efffb68adaff00f0c8ff01fedffcff02fe645a
daff00f0c8ff01fedffcff02fe645adaff00f0c8ff01fedffcff02fe645adaff00f097ff00f097ff
00f097ff00f097ff00f097ff00f097ff00f097ff00f097ff00f097ff00f0
currentdict /inputf undef
currentdict /picstr undef
currentdict /rpicstr undef
currentdict /gpicstr undef
currentdict /bpicstr undef
grestore
showpage
%%Trailer
%%EndDocument
end PEND 0.65 0.1 0.2 Cr/F0 60/Times-Roman@0 SF(G)216 167.895 Q 0.1 0.5
0.2 Cr(N)A 0.1 0.2 0.6 Cr(U)A 0 Cg -2.1(Tr)15 G(of)2.1 E(f)-1.5 E 0.65
0.1 0.2 Cr/F1 28.126/Times-Roman@0 SF(T)72 262.215 Q 0 Cg/F2 10
/Times-Roman@0 SF 1.618(HIS is the home page for grof)-12 J 4.118(f\()
-.25 G 0 0 1 Cr(GNU)-4.118 E 0 Cg/F3 10/Symbol SF<e1>4.117 E/F4 10
/Courier@0 SF(http://www.gnu.org/)A F3<f1>A F2 -.35(Tr)4.117 G(of).35 E
1.617(f\), which is a softw)-.25 F 1.617(are typesetting)-.1 F .467
(package that reads plain te)89.185 262.215 R .467(xt mix)-.15 F .467
(ed with formatting commands and produces formatted output.)-.15 F .467
(Output may be)5.467 F .254(PostScript or PDF)72 274.215 R 2.754(,h)-.8
G .254(tml, or ASCII/UTF8 for display at the terminal.)-2.754 F -.15(Fo)
5.254 G .253(rmatting commands may be either lo).15 F(w-le)-.25 E -.15
(ve)-.25 G(l).15 E .202(typesetting requests \(\231primiti)72 286.215 R
-.15(ve)-.25 G .203(s\232\) or macros from a supplied set.).15 F .203
(Users may also write their o)5.203 F .203(wn macros.)-.25 F .203
(All three)5.203 F(may be combined.)72 298.215 Q .187
(Present on most Unix systems o)72 313.815 R .186
(wing to its long association with Unix manuals \(man pages\), grof)-.25
F 2.686(fi)-.25 G 2.686(sc)-2.686 G .186(apable of pro-)-2.686 F(ducing\
 typographically sophisticated documents while consuming only minimal s\
ystem resources.)72 325.815 Q
(The source code of the currently released v)72 341.415 Q
(ersions of grof)-.15 E 2.5(fi)-.25 G 2.5(sa)-2.5 G -.25(va)-2.7 G
(ilable at the).25 E 0 0 1 Cr(GNU host)2.5 E 0 Cg F3<e1>2.5 E F4
(http://)A(ftp.gnu.org/gnu/groff/)72 353.415 Q F3<f1>A F2
(and its mirrors; the current de)2.5 E -.15(ve)-.25 G(lopment v).15 E
(ersion is a)-.15 E -.25(va)-.2 G(ilable from a).25 E 0 0 1 Cr
(git repository)2.5 E 0 Cg F3<e1>72 365.415 Q F4
(https://savannah.gnu.org/git/?group=groff)A F3<f1>A F2 5(.T)C
(he current v)-5 E(ersion is 1.23.0 \(March 2023\).)-.15 E 1.6 -.8(To v)
72 381.015 T(ie).8 E 2.5(wt)-.25 G(he git repository in your bro)-2.5 E
(wser)-.25 E 2.5(,u)-.4 G(se)-2.5 E 0 0 1 Cr(Sa)2.5 E -.25(va)-.2 G
(nnah').25 E 2.5(sc)-.55 G(git interf)-2.5 E(ace)-.1 E 0 Cg F3<e1>2.5 E
F4(http://git.savannah.gnu.org/)A(cgit/groff.git)72 393.015 Q F3<f1>A F2
(.)A(Additional contrib)72 408.615 Q(utions can be found)-.2 E 0 0 1 Cr
(here)2.5 E 0 Cg F3<e1>2.5 E F4(http://groff.ffii.org/groff/contrib/)A
F3<f1>A F2(.)A -.15(Fo)72 424.215 S 2.5(ras).15 G(pecial v)-2.5 E
(ersion of grof)-.15 E 2.5(fo)-.25 G 2.5(nt)-2.5 G
(he Microsoft operating systems, see)-2.5 E 0 0 1 Cr(Grof)2.5 E 2.5(ff)
-.25 G(or W)-2.5 E(indo)-.4 E(ws)-.25 E 0 Cg F3<e1>2.5 E F4
(https://sf.net/)A(projects/ezwinports/files/)72 436.215 Q F3<f1>A F2
(\(v)2.5 E(ersion 1.21\).)-.15 E(Grof)72 451.815 Q 5.09(fw)-.25 G 2.59
(as originally written and maintained by James Clark; it is no)-5.19 F
5.09(wm)-.25 G 2.59(aintained by the team at)-5.09 F 0 0 1 Cr F4(groff@)
5.09 E(gnu.org)72 463.815 Q 0 Cg F2(.)A/F5 8/Times-Italic@0 SF
(This document was pr)72 479.415 Q(oduced using)-.36 E 0 0 1 Cr(gr)2 E
(of)-.36 E 2(f1)-.144 G(.23.0)-2 E 0 Cg/F6 8/Symbol SF<e1>2 E/F7 8
/Courier@0 SF(http://www.gnu.org/software/groff)A F6<f1>A F5(.)A
(The ima)72 491.415 Q .16 -.08(ge a)-.08 H 2(tt).08 G
(he top has been contrib)-2 E(uted by Imo)-.16 E -.08(ge)-.08 G 2(nM).08
G(ulle)-2 E .88 -.44(y, b)-.24 H(ased on a similar pictur).44 E 2(ef)
-.296 G(ound on the)-2 E 0 0 1 Cr(GNU server)2 E 0 Cg F6<e1>2 E F7
(http://www.gnu.org)A F6<f1>A F5(.)A/F8 10/Times-Bold@0 SF(License)72
515.415 Q F2 1.512(GNU trof)72 531.015 R 4.011(fi)-.25 G 4.011(sr)-4.011
G 1.511(eleased under the)-4.011 F 0 0 1 Cr 1.511(GNU Cop)4.011 F 1.511
(yright License)-.1 F 0 Cg F3<e1>4.011 E F4
(http://www.gnu.org/copyleft/gpl.html)A F3<f1>A F2(.)A
(The documentation is released under the)72 543.015 Q 0 0 1 Cr
(Free Documentation License)2.5 E 0 Cg F3<e1>2.5 E F4
(http://www.gnu.org/copyleft/)A(fdl.html)72 555.015 Q F3<f1>A F2(.)A F8
(README)72 579.015 Q F2(This is the GNU grof)72 594.615 Q 2.5(fd)-.25 G
(ocument formatting system.)-2.5 E(The v)5 E(ersion number is gi)-.15 E
-.15(ve)-.25 G 2.5(ni).15 G 2.5(nt)-2.5 G(he \214le VERSION.)-2.5 E .764
(Included in this release are implementations of `trof)72 610.215 R .55
(f')-.25 G 3.264(,`)-.55 G .764
(pic', `eqn', `tbl', `grn', `refer', `\255man', `\255mdoc', `\255mom',)
-3.264 F .357(and `\255ms' macros, and dri)72 622.215 R -.15(ve)-.25 G
.356(rs for `PostScript', `PDF', `T).15 F .356(eX D)-.7 F .356
(VI' format, `HP LaserJet 4' printers, `Canon CaPSL)-.4 F(')-.92 E .312
(printers, `HTML)72 634.215 R 2.812('a)-.92 G .312(nd `XHTML)-2.812 F
2.812('f)-.92 G .313(ormats \(beta status\), and type)-2.812 F(writer)
-.25 E(-lik)-.2 E 2.813(ed)-.1 G -.25(ev)-2.813 G 2.813(ices. Also).25 F
.313(included is a modi\214ed v)2.813 F(er)-.15 E(-)-.2 E .006
(sion of the Berk)72 646.215 R(ele)-.1 E 2.506(y`)-.15 G .006
(\255me' macros, the enhanced v)-2.506 F .006(ersion `gxditvie)-.15 F
.006(w' of the X11 `xditvie)-.25 F .006(w' pre)-.25 F(vie)-.25 E(wer)
-.25 E 2.506(,a)-.4 G .005(nd an imple-)-2.506 F
(mentation of the `\255mm' macros contrib)72 658.215 Q(uted by J\366r)
-.2 E(gen H\344gg.)-.18 E(See the \214le `INST)72 673.815 Q(ALL)-.93 E
2.5('f)-.92 G(or installation instructions on ho)-2.5 E 2.5(wt)-.25 G
2.5(oi)-2.5 G(nstall from a release.)-2.5 E -1.1(Yo)5 G 2.5(ur)1.1 G
(equire a C++ compiler)-2.5 E(.)-.55 E(The \214le `INST)72 689.415 Q
(ALL.REPO' contains supplementary instructions for b)-.93 E
(uilding directly from a clone of the repository)-.2 E(.)-.65 E
(The \214le `NEWS' describes recent user)72 705.015 Q
(-visible changes to `grof)-.2 E .55(f')-.25 G(.)-.55 E 0 Cg EP
%%Page: 2 2
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-2-)300.17 48 Q(`grof)72 84 Q -1.1 .55(f' i)-.25
H 2.5(sf)-.55 G(ree softw)-2.5 E 2.5(are. See)-.1 F
(the \214le `COPYING' for cop)2.5 E(ying permission.)-.1 E .328
(The \214le `PR)72 99.6 R .328(OBLEMS' describes v)-.4 F .328
(arious problems that ha)-.25 F .629 -.15(ve b)-.2 H .329
(een encountered in compiling, installing, and running).15 F(`grof)72
111.6 Q .55(f')-.25 G(.)-.55 E(The \214le `MORE.STUFF' contains informa\
tion about add-on packages useful for `grof)72 127.2 Q .55(f')-.25 G(.)
-.55 E/F1 10/Times-Bold@0 SF(Repository and FTP access)72 151.2 Q F0
(The most recent released v)72 166.8 Q(ersion of `grof)-.15 E -1.1 .55
(f' i)-.25 H 2.5(sa)-.55 G -.1(lwa)-2.5 G(ys a).1 E -.25(va)-.2 G
(ilable by).25 E 0 0 1 Cr(anon)2.5 E(ymous ftp)-.15 E 0 Cg/F2 10/Symbol
SF<e1>2.5 E/F3 10/Courier@0 SF(ftp://ftp.gnu.org/gnu/)A(groff)72 178.8 Q
F2<f1>A F0(.)A(The current de)72 194.4 Q -.15(ve)-.25 G(lopment v).15 E
(ersion of `grof)-.15 E -1.1 .55(f' i)-.25 H 2.5(sa)-.55 G -.25(va)-2.7
G(ilable from a).25 E 0 0 1 Cr(git repository)2.5 E 0 Cg F2<e1>2.5 E F3
(http://savannah.gnu.org/)A(git/?group=groff)72 206.4 Q F2<f1>A F0(.)A
1.6 -.8(To v)72 222 T(ie).8 E 2.5(wt)-.25 G
(he git repository in your bro)-2.5 E(wser)-.25 E 2.5(,g)-.4 G 2.5(ot)
-2.5 G 2.5(oi)-2.5 G(ts)-2.5 E 0 0 1 Cr(bro)2.5 E(wser interf)-.25 E
(ace)-.1 E 0 Cg F2<e1>2.5 E F3(http://git.savannah.gnu.org/)A
(cgit/groff.git)72 234 Q F2<f1>A F0(.)A F1(Gr)72 258 Q(off dependencies)
-.18 E F0 .14(Depending on your requirements, you may need at least som\
e of the follo)72 273.6 R .139(wing tools to b)-.25 F .139(uild `grof)
-.2 F -.961 .55(f' d)-.25 H .139(irectly from its)-.55 F(source:)72
285.6 Q(perl)92 301.2 Q F2<b3>2.5 E F0(v5.6.1 \(see macro GR)2.5 E
(OFF_PERL in \214le `m4/grof)-.4 E(f.m4'\))-.25 E(ghostscript)92 313.2 Q
(the psutils package)92 325.2 Q(the netpbm package)92 337.2 Q(te)92
349.2 Q(xinfo 5.0)-.15 E(bison)92 361.2 Q F2<b3>2.5 E F0
(1.875b or byacc)2.5 E 1.438(Note that `te)72 376.8 R 1.438
(xinfo' and `bison' or `byacc' are required only for b)-.15 F 1.438
(uilding from repository sources \(a check)-.2 F(ed-out)-.1 E -.1(wo)72
388.8 S .334(rking cop).1 F 2.834(y\). The)-.1 F 2.834(ya)-.15 G .334
(re not required for b)-2.834 F .334
(uilding from a stable release tarball.)-.2 F .334(Also note that the v)
5.334 F .333(ersion numbers)-.15 F .441
(stated are the minimum supported.)72 400.8 R .441(No v)5.441 F .441
(ersion of `te)-.15 F .441(xinfo' < 5.0 w)-.15 F .441
(orks, and the original release of `bison' 1.875 is)-.1 F(kno)72 412.8 Q
.143(wn not to w)-.25 F .143(ork; you)-.1 F/F4 10/Times-Italic@0 SF(may)
2.643 E F0 .143(\214nd that `bison' releases < 1.875 w)2.643 F .143
(ork, b)-.1 F .143(ut in case of dif)-.2 F(\214culty)-.25 E 2.642(,p)
-.65 G .142(lease update to a later)-2.642 F -.15(ve)72 424.8 S(rsion)
.15 E F4(befor)2.909 E(e)-.37 E F0 .409(posting a b)2.909 F .409
(ug report.)-.2 F -.15(Fo)5.409 G(r).15 E F4(all)2.909 E F0 .41
(sources, you need `ghostscript' for creation of either `PDF' or `HTML)
2.909 F(')-.92 E 1.014(output; the `netpbm' and `psutils' packages are \
required only for `HTML)72 436.8 R 3.513('o)-.92 G 3.513(utput. If)
-3.513 F 1.013(you don')3.513 F 3.513(ti)-.18 G 1.013(ntend to produce)
-3.513 F
(output in either of these formats, then these packages are unnecessary)
72 448.8 Q(.)-.65 E(Additionally)72 464.4 Q 3.215(,p)-.65 G .715
(roducing `PDF' output directly with the `gropdf)-3.215 F 3.215('d).55 G
-.25(ev)-3.215 G .715(ice needs a w).25 F .716
(orking installation of `perl'.)-.1 F(The)5.716 E
(same is true for some other preprocessors lik)72 476.4 Q 2.5(e`)-.1 G
(chem'.)-2.5 E .356(The `grof)72 492 R -.744 .55(f' c)-.25 H .355
(on\214gure script searches for the X11 headers and libraries `Xa)-.55 F
.355(w' and `Xmu'.)-.15 F .355(So the corresponding de-)5.355 F -.15(ve)
72 504 S .084
(loper packages of your system must be installed, otherwise `grof).15 F
-1.016 .55(f' d)-.25 H .084(oes not install `gxditvie)-.55 F .084
(w' and the `\255TX*' de-)-.25 F 2.5(vices. In)72 516 R(Debian, the de)
2.5 E -.15(ve)-.25 G(loper packages are `libxa).15 E(w7\255de)-.15 E
(v' and `libxmu\255de)-.25 E(v'.)-.25 E F1(Bug r)72 540 Q(eports)-.18 E
F0(Please report b)72 555.6 Q(ugs using the project')-.2 E(s)-.55 E 0 0
1 Cr -.2(bu)2.5 G 2.5(gt).2 G(rack)-2.5 E(er)-.1 E 0 Cg F2<e1>2.5 E F3
(https://savannah.gnu.org/projects/groff)A F2<f1>A F0(.)A -1.1(Yo)72
571.2 S 2.554(um)1.1 G .053(ay use the form in the \214le `B)-2.554 F
(UG\255REPOR)-.1 E .053(T'; the idea of this is to mak)-.6 F 2.553(es)
-.1 G .053(ure that FSF has all the information it)-2.553 F .364
(needs to \214x the b)72 583.2 R 2.864(ug. At)-.2 F .365(the v)2.865 F
.365(ery least, read the `B)-.15 F(UG\255REPOR)-.1 E .365
(T' form and mak)-.6 F 2.865(es)-.1 G .365
(ure that you supply all the infor)-2.865 F(-)-.2 E 1.354
(mation that it asks for)72 595.2 R 6.353(.E)-.55 G -.15(ve)-6.353 G
3.853(ni).15 G 3.853(fy)-3.853 G 1.353
(ou are not sure that something is a b)-3.853 F 1.353
(ug, report it: this enables us to determine)-.2 F
(whether it really is a b)72 607.2 Q(ug.)-.2 E F1(Mailing lists)72 631.2
Q F0(Three mailing lists are a)72 646.8 Q -.25(va)-.2 G(ilable:).25 E
<83>72 666 Q 0 0 1 Cr F3(bug\255groff@gnu.org)5 E 0 Cg F0(for follo)2.5
E(wing b)-.25 E(ug reports;)-.2 E<83>72 685.2 Q 0 0 1 Cr F3
(groff@gnu.org)5 E 0 Cg F0(for general discussion of grof)2.5 E(f; and)
-.25 E<83>72 704.4 Q 0 0 1 Cr F3(groff\255commit@gnu.org)5 E 0 Cg F0 2.5
(,ar)C(ead-only list sho)-2.5 E(wing commits to the git repository)-.25
E(.)-.65 E 0 Cg EP
%%Page: 3 3
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-3-)300.17 48 Q 2.245 -.8(To s)72 84 T .645
(ubscribe, send a mail to).8 F/F1 10/Symbol SF<e1>3.145 E F0(list)A F1
<f1>A F0(\255request@)A F1<e1>A F0(domain)A F1<f1>A F0(\(e)3.145 E
(xample:)-.15 E 0 0 1 Cr/F2 10/Courier@0 SF(groff\255request@gnu.org)
3.145 E 0 Cg F0 .645(for the `grof)3.145 F -.455 .55(f' l)-.25 H(ist\))
-.55 E .723(with the w)72 96 R .723
(ord `subscribe' in either the subject or body of the e-mail \(don')-.1
F 3.223(ti)-.18 G .722(nclude the quotes\).)-3.223 F(Alternati)5.722 E
-.15(ve)-.25 G(ly).15 E 3.222(,y)-.65 G(ou)-3.222 E
(may subscribe by visiting the web pages at)72 108 Q F1<e1>92 123.6 Q 0
0 1 Cr F2(http://lists.gnu.org/mailman/listinfo/bug\255groff)A 0 Cg F1
<f1>A<e1>92 135.6 Q 0 0 1 Cr F2
(http://lists.gnu.org/mailman/listinfo/groff)A 0 Cg F1<f1>A<e1>92 147.6
Q 0 0 1 Cr F2(http://lists.gnu.org/mailman/listinfo/groff\255commit)A 0
Cg F1<f1>A F0(Each of these web pages also pro)72 163.2 Q
(vides a link to a bro)-.15 E(wseable archi)-.25 E .3 -.15(ve o)-.25 H
2.5(fp).15 G(ostings to the corresponding mailing list.)-2.5 E/F3 10
/Times-Bold@0 SF(NEWS VERSION 1.22.3)72 187.2 Q(gxditview)72 214.8 Q F0
5<8358>72 234 S .916(11 resources for gxditvie)-5 F 2.216 -.65(w, w)-.25
H .917(hich were pre).65 F .917
(viously installed in /usr/X11/lib/X11/app\255def)-.25 F .917
(aults no matter which)-.1 F .368(`pre\214x' w)80.5 246 R .367
(as set, are no)-.1 F 2.867(wi)-.25 G .367
(nstalled in appresdir=$pre\214x/lib/X11/app\255def)-2.867 F 2.867
(aults. If)-.1 F .367(`appresdir' is not a standard X11)2.867 F .901
(resource directory)80.5 258 R 3.401(,t)-.65 G .901(he en)-3.401 F .901
(vironment v)-.4 F .901(ariable XFILESEARCHP)-.25 F -1.11(AT)-.92 G
3.401(Hs)1.11 G .902(hould be set to this path.)-3.401 F .902
(The standard de-)5.902 F -.1(fa)80.5 270 S
(ult directories depends on the system `libXt'.).1 E
(Common directories include:)5 E(/usr/lib/X11/app\255def)92 285.6 Q
(aults)-.1 E(/usr/share/X11/app\255def)92 297.6 Q(aults)-.1 E
(/etc/X11/app\255def)92 309.6 Q(aults)-.1 E(Note that if the option `\
\255\255with\255appresdir' is passed to `con\214gure', the `pre\214x' w\
ill not be added to `appresdir'.)80.5 325.2 Q F3(glilypond)72 349.2 Q F0
5<8354>72 368.4 S(his ne)-5 E 2.5(wp)-.25 G(reprocessor \(contrib)-2.5 E
(uted by Bernd W)-.2 E(ark)-.8 E(en\) allo)-.1 E
(ws embedding of code for)-.25 E 0 0 1 Cr(GNU LilyPond)2.5 E 0 Cg F1<e1>
2.5 E F2(http://)A(www.lilypond.org)80.5 380.4 Q F1<f1>A F0 3.76(,am)C
1.26(usic typesetter)-3.76 F 6.259(.T)-.55 G 1.259
(he data gets automatically processed and embedded as EPS im-)-6.259 F
(ages.)80.5 392.4 Q F3(gperl)72 416.4 Q F0 5<8342>72 435.6 S 1.05
(ernd W)-5 F(ark)-.8 E 1.05(en contrib)-.1 F 1.05(uted a ne)-.2 F 3.55
(wp)-.25 G 1.051(reprocessor to handle Perl code that can be e)-3.55 F
-.25(va)-.25 G 1.051(luated and then processed by).25 F(grof)80.5 447.6
Q(f.)-.25 E F3(gpinyin)72 471.6 Q F0 5<8341>72 490.8 S
(nother preprocessor from Bernd W)-5 E(ark)-.8 E(en to pretty-print Pin)
-.1 E(yin syllables lik)-.15 E 2.5(e`)-.1 G(guo2w)-2.5 E
(ang2' as `gu\363w\341ng'.)-.1 E F3(pdfr)72 514.8 Q(off)-.18 E F0 5
<8354>72 534 S(he pdfrof)-5 E 2.5(fu)-.25 G(tility script no)-2.5 E 2.5
(wa)-.25 G(cti)-2.5 E -.25(va)-.25 G
(tes its `\255\255no\255toc\255relocation' option by def).25 E
(ault, unless a request similar to:)-.1 E(.if !\\n[PHASE] .tm pdfrof)92
549.6 Q(f\255option:set toc_relocation=enabled)-.25 E 1.434(is in)80.5
565.2 R -.2(vo)-.4 G -.1(ke).2 G 3.934(dd).1 G 1.433
(uring input \214le processing; \(`.if !\\n[PHASE] .)-3.934 F 1.666(..)
1.666 G 3.933('e)-1.666 G 1.433(nsures that the ef)-3.933 F 1.433
(fect of the `.tm' request is re-)-.25 F .244
(stricted to the document setup phase of processing, as pdfrof)80.5
577.2 R 2.745(fs)-.25 G .245(ets it to 1 or 2 in the output phase, b)
-2.745 F .245(ut lea)-.2 F -.15(ve)-.2 G 2.745(si).15 G 2.745(tu)-2.745
G(n-)-2.745 E(set in the setup phase\).)80.5 589.2 Q 1.043(The b)80.5
604.8 R 1.043(undled `spdf.tmac' macro package, which implicitly acti)
-.2 F -.25(va)-.25 G 1.042
(tes `\255mpdfmark' for `ms' macro users, ensures).25 F(that T)80.5
616.8 Q
(OC relocation is appropriately enabled, when the `.TC' macro is in)-.18
E -.2(vo)-.4 G -.1(ke).2 G(d.).1 E F3(macr)72 640.8 Q 2.5(op)-.18 G
(ackages)-2.5 E F0 5<8354>72 660 S .066(he \255mom macro package no)-5 F
2.566(wh)-.25 G .067(as full support for eqn, pic, and tbl, as well as \
captioning and labelling of pdf im-)-2.566 F .748
(ages and preprocessor output.)80.5 672 R .748
(Lists of Figures, Equations, and T)5.748 F .748(ables can no)-.8 F
3.248(wb)-.25 G 3.247(ea)-3.248 G 3.247(utogenerated. PDF_IMA)-3.247 F
(GE)-.4 E(has a ne)80.5 684 Q 2.5(wF)-.25 G(RAME option.)-2.5 E 5<8341>
72 703.2 S(French introduction to the \255me macro package has been add\
ed \(\214le `meintro_fr)-2.5 E(.me'\).)-.55 E 0 Cg EP
%%Page: 4 4
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-4-)300.17 48 Q 5<8349>72 84 S 2.5<6ead>-5 G
(mdoc, command %C is no)-2.5 E 2.5(wa)-.25 G -.25(va)-2.7 G(ilable, pro)
.25 E(viding a city or place reference.)-.15 E/F1 10/Times-Bold@0 SF
(NEWS VERSION 1.22.2)72 108 Q(tbl)72 135.6 Q F0 5<8354>72 154.8 S
(he character `#' can no)-5 E 2.5(wb)-.25 G 2.5(eu)-2.5 G
(sed as an eqn delimiter within tables.)-2.5 E F1(eqn)72 178.8 Q F0 5
<8341>72 198 S(GNU e)-2.5 E(xtension)-.15 E/F2 10/Courier@0 SF(delim on)
92 213.6 Q F0(has been added to reacti)80.5 229.2 Q -.25(va)-.25 G
(te delimiters which ha).25 E .3 -.15(ve b)-.2 H
(een disabled with `delim of).15 E .55(f')-.25 G(.)-.55 E F1
(NEWS VERSION 1.22.1)72 253.2 Q F0(\(There w)72 268.8 Q
(as no release 1.22.\))-.1 E F1(gr)72 296.4 Q(off)-.18 E F0 5<8341>72
315.6 S(ne)-2.5 E 2.5(wo)-.25 G
(ption `\255j' has been added to call the `chem' preprocessor)-2.5 E(.)
-.55 E F1(tbl)72 339.6 Q F0 5<8349>72 358.8 S(mpro)-5 E -.15(ve)-.15 G
2.5(dl).15 G(ine numbering support.)-2.5 E F1(macr)72 382.8 Q 2.5(op)
-.18 G(ackages)-2.5 E F0 5<8353>72 402 S(upport for the `refer' preproc\
essor has been added to the \255mm macro package.)-5 E 5<8349>72 421.2 S
2.5<6ead>-5 G(me, the `TH' macro w)-2.5 E
(as changed for compatibility with line number support in tables.)-.1 E
(`bl' no)80.5 436.8 Q 2.5(ww)-.25 G(orks inside of blocks.)-2.6 E
(The beha)80.5 452.4 Q(viour of centered blocks has been impro)-.2 E
-.15(ve)-.15 G(d.).15 E(Line numbering support has been impro)80.5 468 Q
-.15(ve)-.15 G(d.).15 E 5<8354>72 487.2 S .107
(he \255mom macro package has reached v)-5 F .108
(ersion 2.0, focusing on PDF output with gropdf \(using the ne)-.15 F
2.608(w`)-.25 G(pdfmom')-2.608 E(wrapper script\).)80.5 499.2 Q
(See the \214le `v)5 E
(ersion\2552.html' of the \255mom documentation for a list of the man)
-.15 E 2.5(yc)-.15 G(hanges.)-2.5 E 5<8353>72 518.4 S
(ome generic Unicode f)-5 E
(allback characters \(mainly Roman numerals\) ha)-.1 E .3 -.15(ve b)-.2
H(een added.).15 E F1(tbl)72 542.4 Q F0 5<8341>72 561.6 S
(dded numbered line support in tables.)-5 E F1(gr)72 585.6 Q(opdf)-.18 E
F0 .115 5(\203A n)72 604.8 T 10.615 -.25(ew d)-5 H(ri).25 E -.15(ve)-.25
G 12.614(rf).15 G 10.114(or generating PDF output directly)-12.614 F
12.614(,c)-.65 G(ontrib)-12.614 E 10.114(uted by)-.2 F 0 0 1 Cr 10.114
(Deri James)12.614 F 0 Cg/F3 10/Symbol SF<e1>12.614 E F2(deri@)A
(chuzzlewit.myzen.co.uk)80.5 616.8 Q F3<f1>A F0(.)A(Note that this dri)
80.5 632.4 Q -.15(ve)-.25 G 2.5(ri).15 G 2.5(sw)-2.5 G
(ritten in Perl; you need a w)-2.5 E
(orking Perl installation to run this output de)-.1 E(vice.)-.25 E F1
(pdfmom)72 656.4 Q F0 5<8341>72 675.6 S(ne)-2.349 E 2.651(ww)-.25 G .151
(rapper around grof)-2.651 F 2.652(ft)-.25 G .152(hat f)-2.652 F .152(a\
cilitates the production of PDF documents from \214les formatted with t\
he \255mom)-.1 F(macros.)80.5 687.6 Q 0 Cg EP
%%Page: 5 5
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-5-)300.17 48 Q/F1 10/Times-Bold@0 SF
(NEWS VERSION 1.21)72 84 Q(tr)72 111.6 Q(off)-.18 E F0 5<8354>72 130.8 S
1.605(he ne)-5 F 4.105(w`)-.25 G 1.605
(lsm' request speci\214es a macro to be in)-4.105 F -.2(vo)-.4 G -.1(ke)
.2 G 4.104(dw).1 G 1.604
(hen leading spaces in an input line are encountered)-4.104 F .854
(\(which are remo)80.5 142.8 R -.15(ve)-.15 G 3.354(dt).15 G 3.354
(hen\). Number)-3.354 F(re)3.354 E .854
(gisters `lsn' and `lss' hold the number of remo)-.15 F -.15(ve)-.15 G
3.354(dl).15 G .855(eading spaces and the)-3.354 F
(corresponding horizontal space, respecti)80.5 154.8 Q -.15(ve)-.25 G
(ly).15 E(.)-.65 E 5<8354>72 174 S 1.236(here is a ne)-5 F 3.736(ww)-.25
G 1.236(arning cate)-3.836 F 1.235(gory `\214le', enabled by def)-.15 F
3.735(ault. The)-.1 F 1.235(`mso' request emits w)3.735 F 1.235
(arnings in this cate)-.1 F(gory)-.15 E
(when the requested macro \214le does not e)80.5 186 Q(xist.)-.15 E 5
<8354>72 205.2 S .206(he ne)-5 F 2.706(w`)-.25 G .206(class' request as\
signs a short name to a set of characters which can be referred to in t\
he `c\215ags' request.)-2.706 F
(This is especially useful to control line-breaking and h)80.5 217.2 Q
(yphenation rules in CJK languages.)-.05 E 5<8354>72 236.4 S(hree ne)-5
E 2.5(wv)-.25 G(alues for the `c\215ags' request ha)-2.75 E .3 -.15
(ve b)-.2 H(een added, which are needed for proper CJK support.).15 E
2.5(128 prohibit)92 252 R(before b)2.5 E(ut allo)-.2 E 2.5(wb)-.25 G
(reak after character)-2.5 E 2.5(256 prohibit)92 264 R(after b)2.5 E
(ut allo)-.2 E 2.5(wb)-.25 G(reak before character)-2.5 E 2.5(512 allo)
92 276 R 2.5(wb)-.25 G(reak before and after character)-2.5 E F1(tbl)72
300 Q F0 5<8341>72 319.2 S(ne)-2.5 E 2.5(wg)-.25 G(lobal option `no)-2.5
E -.1(wa)-.25 G(rn' suppresses w).1 E
(arnings if tables are longer than the current line width.)-.1 E F1
(afmtodit)72 343.2 Q F0 5<834e>72 362.4 S .5 -.25(ew o)-5 H
(ption `\255o' to specify the name of the output \214le.).25 E F1(macr)
72 386.4 Q 2.5(op)-.18 G(ackages)-2.5 E F0 5<8341>72 405.6 S(ne)-1.915 E
3.085(wm)-.25 G .584(acro `%U' has been added to the mdoc package to in\
dicate a URL reference within an .Rs/.Re en)-3.085 F(viron-)-.4 E(ment.)
80.5 417.6 Q 5<8352>72 436.8 S 1.02(udimentary support for the Japanese\
 script has been added, most suitable for man page handling as output b\
y)-5 F(grotty)80.5 448.8 Q 5.619(.T)-.65 G .618
(he \214le `ja.tmac' contains the necessary setup to allo)-5.619 F 3.118
(wl)-.25 G .618(ine breaks before and after CJK characters \(with)-3.118
F .39(proper e)80.5 460.8 R 2.89(xceptions\). Note,)-.15 F(ho)2.89 E(we)
-.25 E -.15(ve)-.25 G 1.19 -.4(r, t).15 H .39(hat no inter).4 F .391
(-character spacing is implemented yet \211 this usually causes man)-.2
F(y)-.15 E -.1(wa)80.5 472.8 S(rnings about bad line breaks.).1 E F1
(NEWS VERSION 1.20.1)72 496.8 Q F0 2.5(Ap)72 512.4 S
(ackaging error made it necessary to publish this release.)-2.5 E
(No user)5 E(-visible changes.)-.2 E F1(NEWS VERSION 1.20)72 536.4 Q(gr)
72 564 Q(off)-.18 E F0 5<8358>72 583.2 S 1.88(HTML support has been add\
ed to grohtml and can be speci\214ed by \255Txhtml.)-5 F 1.879
(This option also utilizes the)6.879 F .429(MathML capability of eqn an\
d combines the outputs of both in the \214nal XHTML \214le.)80.5 595.2 R
.43(Users can also specify the)5.43 F .108
(`\255P\255V' option together with `\255Txhtml' in grof)80.5 607.2 R
2.607(f. This)-.25 F .107(has the ef)2.607 F .107
(fect of creating an XHTML v)-.25 F .107(alidator b)-.25 F .107
(utton at the)-.2 F(bottom of each page.)80.5 619.2 Q 5<8353>72 638.4 S
.828(ome options ha)-5 F 1.128 -.15(ve b)-.2 H .829
(een added to control a ne).15 F 3.329(wp)-.25 G(reprocessor)-3.329 E
3.329(,`)-.4 G(precon)-3.329 E .829(v' \(see belo)-.4 F .829
(w\): `\255k' acti)-.25 F -.25(va)-.25 G .829(tes it, `\255K' sets).25 F
(the input encoding, and `\255D' sets the def)80.5 650.4 Q
(ault encoding.)-.1 E 5<8341>72 669.6 S(ne)-1.726 E 3.274(we)-.25 G -.4
(nv)-3.274 G .774(ironment v).4 F .774(ariable `GR)-.25 F .773(OFF_ENCO\
DING' sets the encoding of input \214les; it implies command option)-.4
F(`\255k'.)80.5 681.6 Q 0 Cg EP
%%Page: 6 6
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-6-)300.17 48 Q/F1 10/Times-Bold@0 SF(tr)72 84 Q
(off)-.18 E F0 5<8354>72 103.2 S .272 -.1(wo n)-5.8 H .572 -.25(ew r).1
H .072(equests `de).25 F .072(vice' and `de)-.25 F .073(vicem' ha)-.25 F
.373 -.15(ve b)-.2 H .073(een added which are equi).15 F -.25(va)-.25 G
.073(lents to the \\X and \\Y escapes, respec-).25 F(ti)80.5 115.2 Q
-.15(ve)-.25 G(ly).15 E(.)-.65 E 5<8341>72 134.4 S(ne)-2.337 E 2.663(wr)
-.25 G .163(ead-only number re)-2.663 F .163(gister `.br' is a)-.15 F
-.25(va)-.2 G .162(ilable which is set to 1 if a macro is called as .fo\
o and to 0 if called as).25 F 2.5('foo. This)80.5 146.4 R(allo)2.5 E
(ws reliable modi\214cation of requests.)-.25 E/F2 10/Courier@0 SF
(.als bp@orig bp)92 162 Q(.de bp)92 174 Q 12(.t)92 186 S 6(mb)-12 G
(efore bp)-6 E 12(.i)92 198 S 6(e\\)-12 G(\\n[.br] .bp@orig)-6 E 12(.e)
92 210 S 6<6c08>-12 G(bp@orig)-6 E 12(.t)92 222 S 6(ma)-12 G(fter bp)-6
E(..)92 234 Q F0 5<8341>72 253.2 S(ne)-2.175 E 2.825(wr)-.25 G .326(equ\
est `fzoom' has been added to adjust the optical size of a font in rela\
tion to the others.)-2.825 F .326(The zoom f)5.326 F(ac-)-.1 E 1.224
(tor is gi)80.5 265.2 R -.15(ve)-.25 G 3.724(ni).15 G 3.723(ni)-3.724 G
(nte)-3.723 E 1.223(ger multiples of 1/1000th.)-.15 F 1.223
(In the follo)6.223 F 1.223(wing e)-.25 F 1.223
(xample, the CR font is magni\214ed by 10% \(the)-.15 F(zoom f)80.5
277.2 Q(actor is 1.1\).)-.1 E F2(.fam P)92 292.8 Q(.fzoom CR 1100)92
304.8 Q(.ps 12)92 316.8 Q(Palatino and \\f[CR]Courier\\f[])92 328.8 Q F0
(The ne)80.5 344.4 Q 2.5(wn)-.25 G(umber re)-2.5 E
(gister `.zoom' holds the zoom v)-.15 E
(alue of the current font, in multiples of 1/1000th.)-.25 E 5<8354>72
363.6 S .621(he `c\215ags' request has been e)-5 F .621
(xtended with a ne)-.15 F 3.121<778d>-.25 G .621(ag v)-3.121 F .622
(alue 64, to be used in combination with v)-.25 F .622(alues 2 \(break)
-.25 F .344(before character\) and 4 \(break after character\).)80.5
375.6 R .344(If set, the h)5.344 F .343
(yphenation codes of the surrounding characters are ig-)-.05 F(nored.)
80.5 387.6 Q 5<8341>72 406.8 S(ne)-1.853 E 3.147(wd)-.25 G(eb)-3.147 E
.648(ugging request, `pe)-.2 F .648
(v', has been added to print all of the current kno)-.25 F .648(wn en)
-.25 F .648(vironments to stderr)-.4 F 5.648(.I)-.55 G 3.148<748c>-5.648
G(rst)-3.148 E .487(prints the state of the current en)80.5 418.8 R .486
(vironment, then iterates through all of the kno)-.4 F .486(wn en)-.25 F
.486(vironments, printing each e)-.4 F(x-)-.15 E
(cept the one that is current.)80.5 430.8 Q 5<8341>72 450 S(ne)-2.44 E
2.56(we)-.25 G .061(scape `\\$^' has been added.)-2.56 F .061
(It represents the parameters of a macro as if the)5.061 F 2.561(yw)-.15
G .061(ere an ar)-2.561 F .061(gument to the `ds')-.18 F 2.5
(request. This)80.5 462 R(is used by `trace.tmac'.)2.5 E 5<8341>72 481.2
S(ne)-2.396 E 2.604(wr)-.25 G .104(ead-only number re)-2.604 F .104
(gister `.O' is a)-.15 F -.25(va)-.2 G .104
(ilable which returns the current suppression le).25 F -.15(ve)-.25 G
2.603(la).15 G 2.603(ss)-2.603 G .103(et by the `\\O' es-)-2.603 F
(cape.)80.5 493.2 Q 5<8354>72 512.4 S .729(he space width emitted by th\
e `\\|' and `\\^' escape sequences can be controlled on a per)-5 F .73
(-font basis.)-.2 F .73(If there is a)5.73 F .489
(glyph named `\\|' or `\\^', respecti)80.5 524.4 R -.15(ve)-.25 G .489(\
ly \(note the leading backslash\), de\214ned in the current font \214le\
, use this glyph').15 F(s)-.55 E(width instead of the def)80.5 536.4 Q
(ault v)-.1 E(alue.)-.25 E(This beha)80.5 552 Q(viour is not ne)-.2 E
1.3 -.65(w, b)-.25 H(ut hasn').45 E 2.5(tb)-.18 G
(een documented before.)-2.5 E F1(nr)72 576 Q(off)-.18 E F0 5<8354>72
595.2 S 1.088 -.1(wo n)-5.8 H 1.388 -.25(ew c).1 H .889(ommand-line opt\
ions `\255w' and `\255W' are accepted and passed to grof).25 F 3.389(ft)
-.25 G 3.389(oe)-3.389 G .889(nable and disable w)-3.389 F(arning)-.1 E
(messages, respecti)80.5 607.2 Q -.15(ve)-.25 G(ly).15 E(.)-.65 E F1(pr)
72 631.2 Q(econ)-.18 E(v)-.4 E F0 5<8354>72 650.4 S .508(his is a ne)-5
F 3.008(wp)-.25 G .508(reprocessor to con)-3.008 F -.15(ve)-.4 G .508
(rt v).15 F .508(arious input encodings to something grof)-.25 F 3.007
(fu)-.25 G .507(nderstands \(this is, ASCII and)-3.007 F .798
(\\[uXXXX] entities, with `XXXX' a he)80.5 662.4 R .799(xadecimal numbe\
r with 4 to 6 digits, representing a Unicode input code\).)-.15 F
(Normally)80.5 674.4 Q 2.5(,p)-.65 G(recon)-2.5 E 2.5(vs)-.4 G
(hould be in)-2.5 E -.2(vo)-.4 G -.1(ke).2 G 2.5(dw).1 G
(ith options `\255k' and `\255K' of grof)-2.5 E 2.5(f. See)-.25 F
(the precon)2.5 E 2.5(vm)-.4 G(an page for details.)-2.5 E F1(pic)72
698.4 Q F0 5<8369>72 717.6 S .373(nt\(x\) no)-5 F 2.873(wr)-.25 G .372
(eally beha)-2.873 F -.15(ve)-.2 G 2.872(sa).15 G 2.872(sd)-2.872 G .372
(ocumented: It truncates the non-inte)-2.872 F .372
(ger part of x, this is, it rounds to)-.15 F -.1(wa)-.25 G .372
(rds zero and).1 F(not to)80.5 729.6 Q -.1(wa)-.25 G(rds the ne).1 E
(xt inte)-.15 E(ger less than or equal to x.)-.15 E 0 Cg EP
%%Page: 7 7
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-7-)300.17 48 Q 5<8350>72 84 S(ic no)-5 E 2.5
(ws)-.25 G(upports up to 32 macro ar)-2.5 E
(guments \(and up to 16 on EBCDIC platforms\).)-.18 E 5<8348>72 103.2 S
(einz-J\374r)-5 E .065(gen \326rtel contrib)-.18 F .065
(uted code for tw)-.2 F 2.565(on)-.1 G .565 -.25(ew k)-2.565 H -.15(ey)
.15 G -.1(wo).15 G .066
(rds, `xslanted' and `yslanted', which can change the shape).1 F(of box)
80.5 115.2 Q(es into arbitrary parallelograms.)-.15 E/F1 10/Times-Bold@0
SF(tbl)72 139.2 Q F0 5<834c>72 158.4 S 1.043(atest v)-5 F 1.043
(ersions of D)-.15 F 1.043
(WB tbl introduced an `x' column speci\214er for a single column e)-.3 F
1.042(xpanded to the line width.)-.15 F(GNU tbl has no)80.5 170.4 Q 2.5
(wb)-.25 G(een e)-2.5 E(xtended to support e)-.15 E -.15(ve)-.25 G 2.5
(nm).15 G(ultiple `x' speci\214ers within a table.)-2.5 E 5<8354>72
189.6 S 3.04(oa)-5.8 G -.2(vo)-3.24 G .54(id collision with the ne).2 F
3.04(w`)-.25 G .54(x' speci\214er)-3.04 F 3.04(,ab)-.4 G .54
(lock formatting macro must no)-3.04 F 3.04(wb)-.25 G 3.04(es)-3.04 G
.54(elected with speci\214er letter)-3.04 F(`m'.)80.5 201.6 Q F1(eqn)72
225.6 Q F0 5<8345>72 244.8 S 1.047(ric S. Raymond has added a ne)-5 F
3.547(wd)-.25 G -.25(ev)-3.547 G 1.047(ice type to eqn, MathML.).25 F
1.046(When \255TMathML is enabled, eqn no)6.047 F 3.546(we)-.25 G(mits)
-3.546 E(MathML formula markup rather than grof)80.5 256.8 Q 2.5(fc)-.25
G 2.5(ommands. The)-2.5 F(ne)2.5 E 2.5(wg)-.25 G(rof)-2.5 E 2.5<66ad>
-.25 G(Txhtml de)-2.5 E(vice uses this.)-.25 E F1(chem)72 280.8 Q F0 5
<8354>72 300 S .255(he preprocessor `chem' w)-5 F .255(as added.)-.1 F
.256(`chem' is a rof)5.255 F 2.756(fl)-.25 G .256
(anguage to generate chemical structure diagrams.)-2.756 F .256
(It gener)5.256 F(-)-.2 E(ates `pic' output.)80.5 312 Q F1(gr)72 336 Q
(ops)-.18 E F0 5<8354>72 355.2 S 1.776
(he PS font de\214nition \214les ha)-5 F 2.076 -.15(ve b)-.2 H 1.776
(een re).15 F 1.776(generated with ne)-.15 F 1.776(wer AFM v)-.25 F
1.776(ersions from Adobe')-.15 F 4.276(s3)-.55 G 4.276(5c)-4.276 G 1.775
(ore fonts as)-4.276 F .127(present in most Le)80.5 367.2 R -.15(ve)-.25
G 2.627(l2P).15 G 2.627(Sp)-2.627 G 2.627(rinters. The)-2.627 F .127
(changes are minor \(most notably)2.627 F 2.628(,t)-.65 G .128
(he addition of the `Euro' glyph and an)-2.628 F -.15(ex)80.5 379.2 S
(tended set of k).15 E(erning v)-.1 E(alues\).)-.25 E -.15(Fo)80.5 394.8
S 3.491(rb).15 G(ackw)-3.491 E .991(ards compatibility)-.1 F 3.491(,t)
-.65 G .991(he old set of font de\214nition \214les is still a)-3.491 F
-.25(va)-.2 G .99(ilable; for details please read the man).25 F
(page of grops.)80.5 406.8 Q F1(gr)72 430.8 Q(otty)-.18 E F0 5<835c>72
450 S -.834(D'p. . .')-5 F(is no)2.5 E 2.5(ws)-.25 G
(upported if the polygon consists entirely of horizontal and v)-2.5 E
(ertical lines.)-.15 E F1(gr)72 474 Q(ohtml)-.18 E F0 5<8358>72 493.2 S
(HTML support has been added.)-5 E 5<834e>72 512.4 S .5 -.25(ew c)-5 H(\
ommand-line option `\255V' \(to be used in XHTML mode\) to produce an X\
HTML v).25 E(alidator b)-.25 E(utton.)-.2 E 5<834e>72 531.6 S 1.038 -.25
(ew c)-5 H .538
(ommand-line option `\255y' to produce a right-justi\214ed grof).25 F
3.038(fs)-.25 G .538(ignature at the end of the document \(in combi-)
-3.038 F(nation with option `\255V'\).)80.5 543.6 Q F1(gxditview)72
567.6 Q F0 5<8353>72 586.8 S(upport for k)-5 E -.15(ey)-.1 G(board na)
.15 E(vig)-.2 E(ation has been impro)-.05 E -.15(ve)-.15 G(d.).15 E 5
<8353>72 606 S(imilar to other X11 applications, there are no)-5 E 2.5
(wt)-.25 G .2 -.1(wo r)-2.5 H(esource \214les, `GXditvie).1 E
(w' and `GXditvie)-.25 E(w\255color'.)-.25 E F1(gr)72 630 Q(offer)-.18 E
F0 5<8360>72 649.2 S(grof)-5 E(fer' v)-.25 E(ersion 1.* e)-.15 E
(xists no)-.15 E 2.5(wi)-.25 G 2.5(nas)-2.5 G(hell and a Perl v)-2.5 E
(ersion.)-.15 E F1(afmtodit)72 673.2 Q F0 5<834e>72 692.4 S .5 -.25
(ew o)-5 H(ption `\255c' to output more font information as comments.)
.25 E 5<834e>72 711.6 S .5 -.25(ew o)-5 H
(ption `\255k' to suppress output of k).25 E(erning data.)-.1 E 0 Cg EP
%%Page: 8 8
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-8-)300.17 48 Q 5<834e>72 84 S .5 -.25(ew o)-5 H
(ption `\255f N).25 E(AME' to set the internal name of the grof)-.35 E
2.5(ff)-.25 G(ont.)-2.5 E/F1 10/Times-Bold@0 SF(macr)72 108 Q 2.5(op)
-.18 G(ackages)-2.5 E F0 5<834a>72 127.2 S .516(oachim W)-5 F(alsdorf)
-.8 E 3.016(fc)-.25 G(ontrib)-3.016 E .515(uted the `hdtbl' package for\
 the generation of tables, using a syntax v)-.2 F .515
(ery similar to the)-.15 F(HTML table model.)80.5 139.2 Q -.15(Fo)5 G
2.5(re).15 G(xample, a table with tw)-2.65 E 2.5(oc)-.1 G(ells and tw)
-2.5 E 2.5(or)-.1 G -.25(ow)-2.5 G 2.5(sl).25 G(ooks lik)-2.5 E 2.5(et)
-.1 G(his:)-2.5 E/F2 10/Courier@0 SF(.TBL cols=2)92 154.8 Q 12(.T)92
166.8 S 6(R.)-12 G(TD 1*1 .TD 1*2)-6 E 12(.T)92 178.8 S 6(R.)-12 G
(TD 2*1 .TD 2*2)-6 E(.ETB)92 190.8 Q F0
(Here the same table using a more e)80.5 206.4 Q(xpanded syntax:)-.15 E
F2(.TBL cols=2)92 225.6 Q 12(.T)92 237.6 S(R)-12 E 24(.T)92 249.6 S 6
(D1)-24 G(*1)-6 E 24(.T)92 261.6 S 6(D1)-24 G(*2)-6 E 12(.T)92 273.6 S
(R)-12 E 24(.T)92 285.6 S 6(D2)-24 G(*1)-6 E 24(.T)92 297.6 S 6(D2)-24 G
(*2)-6 E(.ETB)92 309.6 Q F0 -.8(Ta)80.5 325.2 S .905
(bles can be nested; `hdtbl' w).8 F .905
(orks without a preprocessor so that the full capability of grof)-.1 F
.55(f')-.25 G 3.405(sm)-1.1 G .905(acro engine is)-3.405 F -.2(av)80.5
337.2 S(ailable.)-.05 E(This package currently w)80.5 352.8 Q
(orks with `\255Tps' only)-.1 E(.)-.65 E 5<83ad>72 372 S(mandoc no)-5 E
2.5(ws)-.25 G
(upports multiple man pages \(in either man or mdoc format\).)-2.5 E 5
<8346>72 391.2 S .132(abrice M\351nard contrib)-5.15 F .132
(uted locales support.)-.2 F .131(In particular)5.131 F 2.631(,i)-.4 G
2.631(ti)-2.631 G 2.631(sn)-2.631 G .631 -.25(ow p)-2.631 H .131
(ossible to get French localization of the main).25 F .805
(macro packages \(\255ms, \255mm, \255me, and \255mom, b)80.5 403.2 R
.805(ut not \255man and \255mdoc which are localized dif)-.2 F .806
(ferently\) by ap-)-.25 F
(pending `\255mfr' to the list of macro packages.)80.5 415.2 Q(Example:)
5 E F2(groff \255ms \255mfr foo > foo.ps)92 430.8 Q F0(Note that latin-\
9 input encoding is used for French \(to support the `oe' lig)80.5 446.4
Q(ature\).)-.05 E 5<8353>72 465.6 S
(wedish macro localization \(with `\255msv'\) has been added.)-5 E 5
<8347>72 484.8 S .235(erman macro localization \(with `\255mde' and `\
\255mden' for traditional and ne)-5 F 2.735(wo)-.25 G(rthograph)-2.735 E
1.535 -.65(y, r)-.05 H(especti).65 E -.15(ve)-.25 G .235(ly\) has been)
.15 F(added.)80.5 496.8 Q 5<8343>72 516 S
(zech macro localization \(with `\255mcs'\) has been added.)-5 E
(Note that latin-2 input encoding is used for Czech.)80.5 531.6 Q 5
<8341>72 550.8 S(ne)-2.5 E 2.5(wm)-.25 G(acro `Dx' has been added to th\
e mdoc package which identi\214es the DragonFly OS.)-2.5 E 5<8349>72 570
S 2.68(fm)-5 G .181(doc is used to print multiple man pages \(together \
with the \255rcR=0 command-line option\), each man page no)-2.68 F(w)
-.25 E(starts a ne)80.5 582 Q 2.5(wp)-.25 G(age.)-2.5 E 5<83ad>72 601.2
S 1.764(mtrace has been considerably impro)-5 F -.15(ve)-.15 G 1.764
(d, no).15 F 4.264(ws)-.25 G(ho)-4.264 E 1.764
(wing number and string re)-.25 F 1.763(gister assignments, among other)
-.15 F 2.5(things. See)80.5 613.2 R(the grof)2.5 E
(f_trace man page for details.)-.25 E 5<8354>72 632.4 S
(he PSPIC macro no)-5 E 2.5(ww)-.25 G(orks with all de)-2.6 E .001
(vices \(producing a hollo)-.25 F 2.501(wr)-.25 G .001(ectangle on de)
-2.501 F .001(vices which don')-.25 F 2.501(ts)-.18 G .001
(upport inclu-)-2.501 F(sion of PS images\) and is loaded in trof)80.5
644.4 Q(frc at start-up.)-.25 E 5<8341>72 663.6 S(ne)-2.153 E 2.847(wa)
-.25 G .346(uxiliary macro package `62bit' has been added which pro)
-2.847 F .346(vides some macros for adding, multiplying, and)-.15 F(di)
80.5 675.6 Q(viding signed 62-bit inte)-.25 E
(gers \(mainly to handle normal grof)-.15 E 2.5(fn)-.25 G
(umber operations without risking o)-2.5 E -.15(ve)-.15 G(r\215o).15 E
2.5(we)-.25 G(rrors\).)-2.5 E 5<8346>72 694.8 S .217
(or \255ms, Eric S. Raymond contrib)-5.15 F .217(uted support for ancie\
nt Bell Labs localisms `.SC', `.UC', `.P1', and `.P2'.)-.2 F(The)5.218 E
(latter three are enabled only after .SC is called.)80.5 706.8 Q 0 Cg EP
%%Page: 9 9
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-9-)300.17 48 Q 5<8341>72 84 S(ne)-1.596 E 3.404
(ws)-.25 G .903(tring, `SN-STYLE', has been added to the ms macros, con\
trolling the formatting of section numbers in)-3.404 F
(headings de\214ned by `.NH'.)80.5 96 Q 5<8354>72 115.2 S .235(he ne)-5
F 2.735(wm)-.25 G .235(acro package `ptx' pro)-2.735 F .235(vides a tem\
plate de\214nition for the `.xx' macro as needed by GNU ptx \(for creat\
-)-.15 F(ing permuted indices\).)80.5 127.2 Q/F1 10/Times-Bold@0 SF
(NEWS VERSION 1.19.2)72 151.2 Q(tr)72 178.8 Q(off)-.18 E F0 5<8341>72
198 S .068(nalogously to the .ft and \\f pair)-5 F 2.568(,t)-.4 G .268
-.1(wo n)-2.568 H .568 -.25(ew r).1 H .068
(equests `gcolor' and `fcolor' \(which pair with \\m and \\M, respecti)
.25 F -.15(ve)-.25 G(ly\)).15 E(ha)80.5 210 Q .3 -.15(ve b)-.2 H
(een added to set the glyph and background colours.).15 E 5<8341>72
229.2 S(ne)-2.5 E 2.5(wr)-.25 G(ead-only)-2.5 E 2.5(,s)-.65 G(tring-v)
-2.5 E(alued re)-.25 E
(gister `.sty' returns the name of the current style.)-.15 E 5<8354>72
248.4 S .33 -.1(wo n)-5.8 H .63 -.25(ew c).1 H .13
(onditional operators `F).25 F/F2 10/Symbol SF<e1>2.63 E F0(name)A F2
<f1>A F0 2.63('a)C .13(nd `S)-2.63 F F2<e1>2.63 E F0(name)A F2<f1>A F0
2.63('h)C -2.25 -.2(av e)-2.63 H .131(been added.)2.83 F .131
(`F' is true if a font)5.131 F F2<e1>2.631 E F0(name)A F2<f1>A F0 -.15
(ex)2.631 G 2.631(ists. `S').15 F(is true if a style)80.5 260.4 Q F2<e1>
2.5 E F0(name)A F2<f1>A F0(has been re)2.5 E(gistered.)-.15 E 5<8343>72
279.6 S(yrillic characters ha)-5 E .3 -.15(ve b)-.2 H
(een added to the `utf8' and `html' output de).15 E(vices.)-.25 E F1
(pic)72 303.6 Q F0 5<8354>72 322.8 S 1.185(he `by' ar)-5 F 1.185
(gument in a `for' loop can no)-.18 F 3.684(wb)-.25 G 3.684(en)-3.684 G
-2.25 -.15(eg a)-3.684 H(ti).15 E 1.484 -.15(ve i)-.25 H 3.684(fi).15 G
3.684(ti)-3.684 G 3.684(sa)-3.684 G(dditi)-3.684 E -.15(ve)-.25 G 6.184
(.F).15 G 1.184(or the multiplicati)-6.334 F 1.484 -.15(ve c)-.25 H
1.184(ase, it must be).15 F(greater than zero.)80.5 334.8 Q F1(eqn)72
358.8 Q F0 5<8354>72 378 S(he follo)-5 E(wing k)-.25 E -.15(ey)-.1 G -.1
(wo).15 G(rds aren').1 E 2.5(tn)-.18 G .5 -.25(ew b)-2.5 H(ut ha).05 E
-.15(ve)-.2 G(n').15 E 2.5(tb)-.18 G(een documented pre)-2.5 E(viously:)
-.25 E F1(undef)92 393.6 Q/F3 10/Times-Italic@0 SF(name)2.86 E F0
(\(to unde\214ne a macro\))2.68 E F1(copy ")92 405.6 Q F3(\214le)1.91 E
F1(").18 E F0 2.5(as)2.5 G(ynon)-2.5 E(ym for `include'\))-.15 E F1
(space)92 417.6 Q F3(n)2.86 E F0(\(to modify the v)2.74 E
(ertical spacing before and after an equation\))-.15 E 5<8354>72 436.8 S
(he follo)-5 E(wing macros aren')-.25 E 2.5(tn)-.18 G .5 -.25(ew b)-2.5
H(ut ha).05 E -.15(ve)-.2 G(n').15 E 2.5(tb)-.18 G(een documented pre)
-2.5 E(viously:)-.25 E F1(Alpha)92 452.4 Q F0 2.5(,.)C(..,)-2.5 E F1
(Omega)2.5 E F0(\(the same as)2.5 E F1(ALPHA)2.5 E F0 2.5(,.)C(..,)-2.5
E F1(OMEGA)2.5 E F0(\))A F1(ldots)92 464.4 Q F0
(\(three dots on the baseline\))2.5 E F1(dollar)92 476.4 Q F0
(\(a dollar glyph\))2.5 E 5<8354>72 495.6 S(he follo)-5 E(wing k)-.25 E
-.15(ey)-.1 G -.1(wo).15 G(rds ha).1 E .3 -.15(ve b)-.2 H(een e).15 E
2.5(xtended. Ag)-.15 F(ain, this isn')-.05 E 2.5(tn)-.18 G .5 -.25(ew b)
-2.5 H(ut hasn').05 E 2.5(tb)-.18 G(een documented pre)-2.5 E(viously:)
-.25 E F1(col)92 511.2 Q F3(n)2.86 E F1({)2.74 E F0(...)2.5 E F1(})2.5 E
(lcol)92 523.2 Q F3(n)2.86 E F1({)2.74 E F0(...)2.5 E F1(})2.5 E -.18
(rc)92 535.2 S(ol).18 E F3(n)2.86 E F1({)2.74 E F0(...)2.5 E F1(})2.5 E
(ccol)92 547.2 Q F3(n)2.86 E F1({)2.74 E F0(...)2.5 E F1(})2.5 E(pile)92
559.2 Q F3(n)2.86 E F1({)2.74 E F0(...)2.5 E F1(})2.5 E(lpile)92 571.2 Q
F3(n)2.86 E F1({)2.74 E F0(...)2.5 E F1(})2.5 E -.1(rp)92 583.2 S(ile).1
E F3(n)2.86 E F1({)2.74 E F0(...)2.5 E F1(})2.5 E(cpile)92 595.2 Q F3(n)
2.86 E F1({)2.74 E F0(...)2.5 E F1(})2.5 E F0(The abo)92 607.2 Q .3 -.15
(ve a)-.15 H(ll set the v).15 E(ertical spacing between ro)-.15 E(ws to)
-.25 E F3(n)2.86 E F0(\).).24 E F1(gr)72 631.2 Q(ohtml)-.18 E F0 5<8354>
72 650.4 S(his de)-5 E(vice dri)-.25 E -.15(ve)-.25 G 2.5(rh).15 G
(as been raised to beta stage; its set of tags should be stable no)-2.5
E -.65(w.)-.25 G 5<834e>72 669.6 S .5 -.25(ew c)-5 H
(ommand-line option `\255s' to set the base point size.).25 E 5<834e>72
688.8 S .5 -.25(ew c)-5 H
(ommand-line option `\255S' to set the split le).25 E -.15(ve)-.25 G 2.5
(lw).15 G(hile generating multiple \214les.)-2.5 E 0 Cg EP
%%Page: 10 10
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-10-)297.67 48 Q/F1 10/Times-Bold@0 SF(gr)72 84
Q(otty)-.18 E F0 5<8345>72 103.2 S
(xperimental support for zero-width and double-width characters.)-5 E F1
(gxditview)72 127.2 Q F0 5<834f>72 146.4 S 2.5(np)-5 G
(latforms which ha)-2.5 E .3 -.15(ve t)-.2 H(he X W).15 E(indo)-.4 E 2.5
(wS)-.25 G(ystem this program is no)-2.5 E 2.5(wb)-.25 G
(uilt and installed automatically)-2.7 E(.)-.65 E F1(xtotr)72 170.4 Q
(off)-.18 E F0 5<8354>72 189.6 S
(his program to create font de\214nition \214les for xditvie)-5 E 2.5
(wi)-.25 G(sn')-2.5 E 2.5(tn)-.18 G .5 -.25(ew b)-2.5 H(ut hasn').05 E
2.5(tb)-.18 G(een installed pre)-2.5 E(viously)-.25 E(.)-.65 E F1(gr)72
213.6 Q(offer)-.18 E F0 5<8341>72 232.8 S
(security problem \(reported as CAN-2004-0969\) has been \214x)-2.5 E
(ed.)-.15 E F1(gdiffmk)72 256.8 Q F0 5<8341>72 276 S(ne)-2.168 E 2.832
(ws)-.25 G .332(cript contrib)-2.832 F .332(uted by Mik)-.2 F 2.833(eB)
-.1 G 2.833(ianchi. It)-2.833 F .333(compares tw)2.833 F 2.833(og)-.1 G
(rof)-2.833 E .333(f, nrof)-.25 F .333(f, or trof)-.25 F 2.833(fd)-.25 G
.333(ocuments and creates an output)-2.833 F(with added mar)80.5 288 Q
(gin characters \(using `.mc'\) to indicate the dif)-.18 E(ferences.)
-.25 E F1(pdfr)72 312 Q(off)-.18 E F0 5<8341>72 331.2 S(ne)-2.5 E 2.5
(ww)-.25 G(rapper script contrib)-2.5 E(uted by K)-.2 E
(eith Marshall to easily create PDF documents with grof)-.25 E(f.)-.25 E
F1(macr)72 355.2 Q 2.5(op)-.18 G(ackages)-2.5 E F0 5<836d>72 374.4 S
(s.tmac)-5 E .4 LW 86 393.6 81 393.6 DL 86 388.6 86 393.6 DL 81 388.6 86
388.6 DL 81 393.6 81 388.6 DL .452
(Support for fractional point sizes: A v)91.5 393.6 R .452
(alue for the `PS', `VS', `FPS', and `VPS' re)-.25 F .452(gister lar)
-.15 F .452(ger than or equal to)-.18 F(1000 is al)91.5 405.6 Q -.1(wa)
-.1 G(ys di).1 E(vided by 1000.)-.25 E -.15(Fo)5 G 2.5(re).15 G
(xample, `.nr PS 10250' sets the document')-2.65 E 2.5(sf)-.55 G
(ont size to 10.25 points.)-2.5 E 86 424.8 81 424.8 DL 86 419.8 86 424.8
DL 81 419.8 86 419.8 DL 81 424.8 81 419.8 DL .248
(The `Ds' and `De' macros pro)91.5 424.8 R .248(vided in ms since grof)
-.15 F 2.748(fv)-.25 G .248(ersion 1.19 ha)-2.898 F .549 -.15(ve b)-.2 H
.249(een remo).15 F -.15(ve)-.15 G .249(d; the equi).15 F -.25(va)-.25 G
.249(lent `DS' and).25 F .534(`DE' macros should be used instead.)91.5
436.8 R .533(X11 documents which actually use `Ds' and `De' al)5.534 F
-.1(wa)-.1 G .533(ys load a speci\214c).1 F
(macro \214le from the X11 distrib)91.5 448.8 Q
(ution \(`macros.t'\) which pro)-.2 E
(vides proper de\214nitions for the tw)-.15 E 2.5(om)-.1 G(acros.)-2.5 E
86 468 81 468 DL 86 463 86 468 DL 81 463 86 463 DL 81 468 81 463 DL
(The follo)91.5 468 Q(wing re)-.25 E(gisters ha)-.15 E .3 -.15(ve b)-.2
H(een added for impro).15 E(ving layout control:)-.15 E(PORPHANS)72
487.2 Q .375(De\214nes number of lines follo)97 499.2 R .375
(wing `LP', `PP', `QP', `IP' or `XP' which must be k)-.25 F .375
(ept together)-.1 F 2.875(,b)-.4 G .375(efore an)-2.875 F 2.875(ya)-.15
G(u-)-2.875 E(tomatic page break.)97 511.2 Q(HORPHANS)72 530.4 Q .195
(Sets number of lines of follo)97 542.4 R .195
(wing paragraph which must be k)-.25 F .194
(ept with a heading, de\214ned by `NH' or `SH', be-)-.1 F(fore an)97
554.4 Q 2.5(ya)-.15 G(utomatic page break.)-2.5 E(GR)72 573.6 Q -.35(OW)
-.4 G(PS).35 E(Sets the \214rst le)97 585.6 Q -.15(ve)-.25 G 2.5(lo).15
G 2.5(fh)-2.5 G(eading \(set with `NH'\) which k)-2.5 E
(eeps the same point size as body te)-.1 E(xt.)-.15 E(PSINCR)72 604.8 Q
1.726(Sets the point size increment for each le)97 616.8 R -.15(ve)-.25
G 4.226(lo).15 G 4.226(fh)-4.226 G 1.726(eading \(set with `NH'\), belo)
-4.226 F 4.226(wt)-.25 G 1.726(he threshold le)-4.226 F -.15(ve)-.25 G
4.227(ls).15 G 1.727(et by)-4.227 F(`GR)97 628.8 Q -.35(OW)-.4 G .709
(PS'; e.g., if \\n[PS] = 10, \\n[GR).35 F -.35(OW)-.4 G .709
(PS] = 3 and \\n[PSINCR] = 2.0p, then `.NH 1' produces 14-point).35 F
(headings, `.NH 2' produces 12-point, and all other le)97 640.8 Q -.15
(ve)-.25 G(ls remain at 10 points \(because \\n[PS] = 10\).).15 E 86 660
81 660 DL 86 655 86 660 DL 81 655 86 655 DL 81 660 81 655 DL .841
(The `SH' macro no)91.5 660 R 3.341(wa)-.25 G .841(ccepts a numeric ar)
-3.341 F .842(gument, to mak)-.18 F 3.342(eh)-.1 G .842
(eading size match that of `NH' with same ar)-3.342 F(gu-)-.18 E(ment v)
91.5 672 Q(alue when the `GR)-.25 E -.35(OW)-.4 G
(PS'/`PSINCR' feature is enabled.).35 E
(Please refer to the documentation of the ms package for other)80.5
687.6 Q 2.5(,m)-.4 G(inor impro)-2.5 E -.15(ve)-.15 G(ments.).15 E 5
<836d>72 706.8 S(e.tmac)-5 E 0 Cg EP
%%Page: 11 11
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-11-)297.67 48 Q .652
(The section type set with the `++' request is a)80.5 84 R -.25(va)-.2 G
.651(ilable in the `_M' re).25 F(gister)-.15 E 5.651(.T)-.55 G .651
(his isn')-5.651 F 3.151(tn)-.18 G 1.151 -.25(ew b)-3.151 H .651
(ut hasn').05 F 3.151(tb)-.18 G .651(een docu-)-3.151 F(mented before.)
80.5 96 Q 5<8377>72 115.2 S(ww)-5 E(.tmac)-.65 E
(The `HR' macro no longer causes an empty line for non-HTML de)80.5
130.8 Q(vices.)-.25 E 2.5(An)80.5 146.4 S .5 -.25(ew m)-2.5 H
(acro `HEAD' has been added to directly add data to the <head>.).25 E
1.666(..)1.666 G(</head> block.)-1.666 E(Ne)80.5 162 Q 2.5(wm)-.25 G
(acros `OLS' and `OLE' to start and end an ordered list.)-2.5 E(Ne)80.5
177.6 Q 2.5(wm)-.25 G
(acros `DLS' and `DLE' to start and end a de\214nition list.)-2.5 E/F1
10/Times-Bold@0 SF(pdfmark)72 201.6 Q F0 5<8341>72 220.8 S(ne)-1.705 E
3.295(wm)-.25 G .795(acro package contrib)-3.295 F .795(uted by K)-.2 F
.795(eith Marshall which implements PDF marks.)-.25 F .796
(This is in alpha stage cur)5.795 F(-)-.2 E(rently)80.5 232.8 Q(.)-.65 E
F1(miscellaneous)72 256.8 Q F0 5<8354>72 276 S .728 -.1(wo n)-5.8 H
1.027 -.25(ew k).1 H -.15(ey).15 G -.1(wo).15 G .527
(rds to the DESC \214le ha).1 F .827 -.15(ve b)-.2 H .527
(een added which are needed for grohtml: `image_generator' and `un-).15
F 3.114(scaled_charwidths'. The)80.5 288 R .614(former gi)3.114 F -.15
(ve)-.25 G 3.114(st).15 G .614
(he name of the program which creates PNG images, and the latter mak)
-3.114 F(es)-.1 E(trof)80.5 300 Q 2.5(fa)-.25 G -.1(lwa)-2.5 G
(ys use unscaled character widths.).1 E F1(NEWS VERSION 1.19.1)72 324 Q
(gr)72 351.6 Q(off)-.18 E F0 5<8354>72 370.8 S 1.167(he ar)-5 F 1.167
(gument of the command-line option `\255I' is no)-.18 F 3.667(wa)-.25 G
1.167(lso passed to trof)-3.667 F 3.666(fa)-.25 G 1.166
(nd grops, specifying a directory to)-3.666 F .672(search for \214les o\
n the command line, \214les named in `so' and `psbb' requests, and \214\
les named in \\X'ps: \214le' and)80.5 382.8 R(\\X'ps: import' escapes.)
80.5 394.8 Q 5<8349>72 414 S 2.5(fo)-5 G(ption `\255V' is used more tha\
n once, the commands are both printed on standard error and run.)-2.5 E
F1(tr)72 438 Q(off)-.18 E F0 5<8354>72 457.2 S .757 -.1(wo n)-5.8 H
1.057 -.25(ew r).1 H(ead-only).25 E 3.057(,s)-.65 G(tring-v)-3.057 E
.557(alued re)-.25 F .557
(gisters `.m' and `.M' return the name of the current dra)-.15 F .556
(wing and background)-.15 F(color)80.5 469.2 Q 2.5(,r)-.4 G(especti)-2.5
E -.15(ve)-.25 G(ly).15 E(.)-.65 E 5<834e>72 488.4 S .5 -.25(ew r)-5 H
(ead-only re).25 E
(gister `.U' which is set to 1 if in unsafe mode and 0 otherwise.)-.15 E
5<8341>72 507.6 S 2.5(ni)-5 G
(nput encoding \214le for latin-5 \(a.k.a. ISO 8859-9\) has been added.)
-2.5 E(Example use:)5 E/F2 10/Courier@0 SF
(groff \255Tdvi \255mlatin5 my_file > my_file.dvi)92 523.2 Q F0
(Note that some output de)80.5 538.8 Q(vices don')-.25 E 2.5(ts)-.18 G
(upport all glyphs of this encoding.)-2.5 E 5<8349>72 558 S 2.739(ft)-5
G .239(he `return' request is called with an ar)-2.739 F .239
(gument, it e)-.18 F .239
(xits twice, namely the current macro and the macro one le)-.15 F -.15
(ve)-.25 G(l).15 E(higher)80.5 570 Q 5(.T)-.55 G
(his is used to de\214ne a wrapper macro for `return' in trace.tmac.)-5
E 5<8346>72 589.2 S .572(or completeness, tw)-5.15 F 3.072(on)-.1 G
1.072 -.25(ew r)-3.072 H .572(equests ha).25 F .872 -.15(ve b)-.2 H .572
(een added: `dei1' and `ami1'.).15 F(The)5.572 E 3.072(ya)-.15 G .572
(re equi)-3.072 F -.25(va)-.25 G .571(lent to `dei' and `ami',).25 F
(respecti)80.5 601.2 Q -.15(ve)-.25 G(ly).15 E 2.5(,b)-.65 G
(ut the macros are e)-2.7 E -.15(xe)-.15 G
(cuted with compatibility mode of).15 E 2.5(f\()-.25 G
(similar to `de1' and `am1'\).)-2.5 E 5<834e>72 620.4 S .5 -.25(ew c)-5
H(ommand-line option `\255I' to specify a directory for \214les \(both \
those on the command line and those named in).25 E(`psbb' requests\).)
80.5 632.4 Q(This is also handled by the grof)5 E 2.5(fw)-.25 G
(rapper program.)-2.5 E 5<8353>72 651.6 S(ince v)-5 E
(ersion 1.19 you can say `.vs 0'.)-.15 E(Older v)5 E(ersions emit a w)
-.15 E(arning and con)-.1 E -.15(ve)-.4 G(rt this to `.vs \\n[.V]'.).15
E .117(This hasn')80.5 667.2 R 2.617(tb)-.18 G .117
(een documented properly)-2.617 F 5.117(.N)-.65 G .116
(ote that `.vs 0' isn')-5.117 F 2.616(ts)-.18 G -2.25 -.2(av e)-2.616 H
2.616(di).2 G 2.616(nad)-2.616 G -2.15 -.25(iv e)-2.616 H .116
(rsion since it doesn').25 F 2.616(tr)-.18 G .116(esult in v)-2.616 F
(ertical)-.15 E(motion.)80.5 679.2 Q F1(pic)72 703.2 Q 0 Cg EP
%%Page: 12 12
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-12-)297.67 48 Q 5<8344>72 84 S
(ashed and dotted ellipses ha)-5 E .3 -.15(ve b)-.2 H(een implemented.)
.15 E/F1 10/Times-Bold@0 SF(tbl)72 108 Q F0 5<834e>72 127.2 S 2.517 -.25
(ew k)-5 H 2.317 -.15(ey c).15 H 2.017(haracter `x' to mak).15 F 4.517
(et)-.1 G 2.017(bl call a user)-4.517 F 2.017
(-de\214ned macro on a table cell.)-.2 F -.15(Pa)7.018 G 2.018(tch by)
.15 F 0 0 1 Cr(Heinz-J\374r)4.518 E 2.018(gen Oertel)-.18 F 0 Cg/F2 10
/Symbol SF<e1>80.5 139.2 Q/F3 10/Courier@0 SF(hj.oertel@surfeu.de)A F2
<f1>A F0(.)A F1(grap2graph)72 163.2 Q F0 5<8341>72 182.4 S(ne)-2.095 E
2.905(ws)-.25 G .405(cript contrib)-2.905 F .405(uted by)-.2 F 0 0 1 Cr
.405(Eric S. Raymond)2.905 F 0 Cg F2<e1>2.905 E F3(esr@thyrsus.com)A F2
<f1>A F0 5.405(.I)C 2.905(tc)-5.405 G(on)-2.905 E -.15(ve)-.4 G .405
(rts a grap diagram into a cropped).15 F 2.681(image. Since)80.5 194.4 R
.181(it uses gs and the PNM library)2.681 F 2.681(,v)-.65 G .181
(irtually all graphics formats are a)-2.681 F -.25(va)-.2 G .181
(ilable for output.).25 F .181([Note that the)5.181 F
(grap program itself isn')80.5 206.4 Q 2.5(tp)-.18 G(art of the grof)
-2.5 E 2.5(fp)-.25 G(ackage; see the \214le MORE.STUFF ho)-2.5 E 2.5(wt)
-.25 G 2.5(oo)-2.5 G(btain grap.])-2.5 E F1(gr)72 230.4 Q(ohtml)-.18 E
F0 5<834e>72 249.6 S .5 -.25(ew o)-5 H
(ption `\255j' to emit output split into multiple \214les.).25 E F1(gr)
72 273.6 Q(ops)-.18 E F0 5<834e>72 292.8 S 1.203 -.25(ew c)-5 H .703(om\
mand-line option `\255I' to specify a directory to search for \214les o\
n the command line and \214les named in).25 F
(\\X'ps: import' and \\X'ps: \214le' escapes.)80.5 304.8 Q
(This is also handled by the grof)5 E 2.5(fw)-.25 G(rapper program.)-2.5
E 5<8354>72 324 S(he def)-5 E(ault v)-.1 E(alue for the `brok)-.25 E
(en' k)-.1 E -.15(ey)-.1 G -.1(wo).15 G(rd in the DESC \214le is no).1 E
2.5(w0)-.25 G(.)-2.5 E F1(gr)72 348 Q(olj4)-.18 E F0 5<8341>72 367.2 S
(ne)-2.5 E 2.5(wm)-.25 G(an page)-2.5 E/F4 10/Times-Italic@0 SF
(lj4_font)2.59 E F0(\(5\) documents ho).68 E 2.5(wf)-.25 G
(onts are accessed with grolj4.)-2.5 E 5<8354>72 386.4 S 1.483(he b)-5 F
1.484(uilt-in fonts for LJ4 and ne)-.2 F 1.484(wer PCL 5 de)-.25 F 1.484
(vices ha)-.25 F 1.784 -.15(ve b)-.2 H 1.484(een completely re).15 F
1.484(vised, mainly to access as much)-.25 F .212(glyphs as possible.)
80.5 398.4 R .212(The pro)5.212 F .211(vided metric \214les should be c\
ompatible with recent PCL 5 printers also.)-.15 F(Additionally)5.211 E
(,)-.65 E .03(font description \214les ha)80.5 410.4 R .33 -.15(ve b)-.2
H .03(een added for the Arial and T).15 F .03(imes Ne)-.35 F 2.53(wR)
-.25 G .03(oman f)-2.53 F(amily)-.1 E 2.53(,t)-.65 G .03
(he MS symbol, and W)-2.53 F(ingdings)-.4 E(fonts.)80.5 422.4 Q F1
(afmtodit)72 446.4 Q F0 5<834e>72 465.6 S .5 -.25(ew o)-5 H
(ption `\255x' to pre).25 E -.15(ve)-.25 G(nt use of b).15 E
(uilt-in Adobe Glyph List.)-.2 E F1(hpftodit)72 489.6 Q F0 5<8343>72
508.8 S(ompletely re)-5 E(vised to handle HP T)-.25 E(rueT)-.35 E
(ype metric \214les also.)-.8 E
(See the hpftodit manual page for more details.)5 E F1(gr)72 532.8 Q
(offer)-.18 E F0 5<8354>72 552 S(his v)-5 E(ersion is a re)-.15 E
(write of grof)-.25 E(fer in man)-.25 E 2.5(yp)-.15 G(arts, b)-2.5 E
(ut it is k)-.2 E(ept in the old single script style.)-.1 E .4 LW 86
571.2 81 571.2 DL 86 566.2 86 571.2 DL 81 566.2 86 566.2 DL 81 571.2 81
566.2 DL(Ne)91.5 571.2 Q 3.772(wo)-.25 G 1.272(ptions: \255\255te)-3.772
F 1.272(xt \(\255\255mode te)-.15 F 1.272(xt\), \255\255tty\255vie)-.15
F(wer)-.25 E 3.772<2cad>-.4 G 1.272
(\255X \(\255\255mode X\), \255\255X\255vie)-3.772 F(wer)-.25 E 3.771
<2cad>-.4 G 1.271(\255html \(\255\255mode html\),)-3.771 F
(\255\255html\255vie)91.5 583.2 Q 1.3 -.65(w, \255)-.25 H
(\255apropos\255data, \255\255apropos\255de).65 E -.15(ve)-.25 G
(l, \255\255apropos\255progs.).15 E 86 602.4 81 602.4 DL 86 597.4 86
602.4 DL 81 597.4 86 597.4 DL 81 602.4 81 597.4 DL(Ne)91.5 602.4 Q 2.5
(wd)-.25 G(ocumentation \214le README_SH.)-2.5 E 86 621.6 81 621.6 DL 86
616.6 86 621.6 DL 81 616.6 86 616.6 DL 81 621.6 81 616.6 DL
(Enhancement of the con\214guration \214les and the `apropos' handling.)
91.5 621.6 Q F1(macr)72 645.6 Q 2.5(op)-.18 G(ackages)-2.5 E F0 5<8377>
72 664.8 S(ww)-5 E(.tmac: Ne)-.65 E 2.5(wm)-.25 G(acro `JOBN)-2.5 E
(AME' to split output into multiple \214les.)-.35 E 5<8349>72 684 S 2.5
(nm)-5 G(doc, multiple calls to `.Lb' are no)-2.5 E 2.5(ws)-.25 G
(upported in the LIBRAR)-2.5 E 2.5(Ys)-.65 G(ection.)-2.5 E 0 Cg EP
%%Page: 13 13
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-13-)297.67 48 Q/F1 10/Times-Bold@0 SF
(NEWS VERSION 1.19)72 84 Q(tr)72 111.6 Q(off)-.18 E F0 5<8349>72 130.8 S
.127(nput encoding \214les for latin-9 \(a.k.a. latin-0 and ISO 8859-15\
\) and latin-2 \(ISO 8859-2\) ha)-5 F .427 -.15(ve b)-.2 H .127
(een added.).15 F(Exam-)5.128 E(ple use:)80.5 142.8 Q/F2 10/Courier@0 SF
(groff \255Tdvi \255mlatin9 my_file > my_file.dvi)92 158.4 Q F0 -1.1(Yo)
80.5 174 S 2.929(us)1.1 G .429
(till need proper fonts with the necessary glyphs.)-2.929 F .428
(Out of the box, the grof)5.428 F 2.928(fp)-.25 G .428
(ackage supports latin-9 only for)-2.928 F(\255Tps, \255Tdvi, and \255T)
80.5 186 Q(utf8, and latin-2 only for \255Tdvi and \255T)-.45 E(utf8.)
-.45 E 5<8343>72 205.2 S .07(omposite glyphs are no)-5 F 2.57(ws)-.25 G
2.57(upported. T)-2.57 F 2.57(od)-.8 G 2.57(ot)-2.57 G .071
(his, a subset of the Adobe Glyph List \(A)-2.57 F .071
(GL\) Algorithm as described)-.4 F(in)80.5 217.2 Q 0 0 1 Cr
(http://partners.adobe.com/public/de)2.5 E -.15(ve)-.25 G
(loper/opentype/inde).15 E(x_glyph.html)-.15 E 0 Cg/F3 10/Symbol SF<e1>
2.5 E F2(http://partners.adobe.com/)A
(public/developer/opentype/index_glyph.html)80.5 229.2 Q F3<f1>A F0
1.427(is used to construct glyph names based on Uni-)3.927 F .551
(code character codes.)80.5 241.2 R .551(The e)5.551 F .551
(xisting grof)-.15 F 3.051(fg)-.25 G .551
(lyph names are frozen; no glyph names which can')-3.051 F 3.052(tb)-.18
G 3.052(ec)-3.052 G .552(onstructed al-)-3.052 F
(gorithmically will be added in the future.)80.5 253.2 Q(The \\[.)80.5
268.8 Q 1.666(..)1.666 G 2.5(]e)-1.666 G(scape sequence has been e)-2.5
E(xtended to specify multiple glyph components.)-.15 E(Example:)5 E F2
(\\[A ho])92 284.4 Q F0
(this accesses a glyph with the name `u0041_0328'.)80.5 300 Q .367
(Some grof)80.5 315.6 R 2.867(fg)-.25 G .367(lyphs which are useful as \
composites map to `wrong' Unicode code points.)-2.867 F -.15(Fo)5.366 G
2.866(re).15 G .366(xample, `ho' maps)-3.016 F .726(to U+02DB which is \
a spacing ogonek, whereas a non-spacing ogonek U+0328 is needed for com\
posite glyphs.)80.5 327.6 R(The ne)80.5 339.6 Q 2.5(wr)-.25 G(equest)
-2.5 E F2(.composite from to)92 355.2 Q F0
(changes the mapping while a composite glyph name is constructed.)80.5
370.8 Q 1.6 -.8(To m)5 H(ak).8 E 2.5(e\\)-.1 G([A ho] yield the e)-2.5 E
(xpected result,)-.15 E F2(.composite ho u0328)92 386.4 Q F0(is needed.)
80.5 402 Q([The ne)5 E 2.5<778c>-.25 G(le `composite.tmac' loaded at st\
art-up already contains proper calls to `.composite'.])-2.5 E
(Please refer to the info pages of grof)80.5 417.6 Q 2.5(fa)-.25 G
(nd to the grof)-2.5 E(f_char man page for more details.)-.25 E 5<8341>
72 436.8 S(ne)-2.082 E 2.918(wr)-.25 G .418
(equest `fschar' has been added to de\214ne font-speci\214c f)-2.918 F
.418(allback characters.)-.1 F(The)5.417 E 2.917(ya)-.15 G .417
(re searched after the list)-2.917 F
(of fonts declared with the `fspecial' request b)80.5 448.8 Q
(ut before the list of fonts declared with `special'.)-.2 E 5<8346>72
468 S(allback characters de\214ned with `fschar' can be remo)-5.15 E
-.15(ve)-.15 G 2.5(dw).15 G(ith the ne)-2.5 E 2.5(w`)-.25 G
(rfschar' request.)-2.5 E 5<8341>72 487.2 S(ne)-2.39 E 2.61(wr)-.25 G
.11(equest `schar' has been added to de\214ne global f)-2.61 F .11
(allback characters.)-.1 F(The)5.11 E 2.61(ya)-.15 G .11
(re searched after the list of fonts)-2.61 F
(declared with the `special' request b)80.5 499.2 Q
(ut before the already mounted special fonts.)-.2 E 5<8349>72 518.4 S
2.998(ng)-5 G(rof)-2.998 E 2.998(fv)-.25 G .497
(ersions 1.18 and 1.18.1, \\D'f .)-3.148 F 1.666(..)1.666 G 2.997('d)
-1.666 G(idn')-2.997 E 2.997(tm)-.18 G .797 -.15(ove t)-2.997 H .497
(he current point horizontally).15 F 5.497(.D)-.65 G .497
(espite of being silly)-5.497 F 2.997(,t)-.65 G(his)-2.997 E .32
(change has been re)80.5 530.4 R -.15(ve)-.25 G .321(rted for backw).15
F .321(ards compatibility)-.1 F 5.321(.C)-.65 G(onsequently)-5.321 E
2.821(,t)-.65 G .321(he intermediate output command `Df)-2.821 F 2.821
('a).55 G(lso)-2.821 E(mo)80.5 542.4 Q -.15(ve)-.15 G 2.5(st).15 G
(he position horizontally ag)-2.5 E(ain.)-.05 E .1(\\D'f .)80.5 558 R
1.666(..)1.666 G 2.6('i)-1.666 G 2.6(sd)-2.6 G .099(eprecated since it \
depends on the horizontal motion quanum of the output de)-2.6 F .099
(vice \(gi)-.25 F -.15(ve)-.25 G 2.599(nw).15 G .099(ith the `hor')
-2.599 F(parameter in the DESC \214le\).)80.5 570 Q(Use the ne)5 E 2.5
(w\\)-.25 G(D'Fg .)-2.5 E 1.666(..)1.666 G 2.5('e)-1.666 G
(scape instead.)-2.5 E 5<8346>72 589.2 S(or orthogonality)-5.15 E 2.5
(,n)-.65 G .5 -.25(ew \\)-2.5 H 2.5(Ds).25 G
(ubcommands to change the \214ll color are a)-2.5 E -.25(va)-.2 G
(ilable:).25 E F2(\\D\010Fr .)92 604.8 Q 1.666(..)1.666 G<08>-1.666 E F0
(\(r)6 E(gb\))-.18 E F2(\\D\010Fc .)92 616.8 Q 1.666(..)1.666 G<08>
-1.666 E F0(\(cmy\))6 E F2(\\D\010Fg .)92 628.8 Q 1.666(..)1.666 G<08>
-1.666 E F0(\(gray\))6 E F2(\\D\010Fk .)92 640.8 Q 1.666(..)1.666 G<08>
-1.666 E F0(\(cmyk\))6 E F2<5c4408466408>92 652.8 Q F0(\(def)6 E
(ault color\))-.1 E(The ar)80.5 668.4 Q
(guments are the same as with the `defcolor' request.)-.18 E
(The current position is)5 E/F4 10/Times-Italic@0 SF(not)2.5 E F0
(changed.)2.5 E 5<8354>72 687.6 S(he v)-5 E
(alues set with \\H and \\S are no)-.25 E 2.5(wa)-.25 G -.25(va)-2.7 G
(ilable in number re).25 E
(gisters \\n[.height] and \\n[.slant], respecti)-.15 E -.15(ve)-.25 G
(ly).15 E(.)-.65 E 5<8354>72 706.8 S .042(he `.pe' number re)-5 F .042
(gister isn')-.15 F 2.542(tn)-.18 G .542 -.25(ew b)-2.542 H .042
(ut hasn').05 F 2.542(tb)-.18 G .042(een documented before.)-2.542 F
.042(It is set to 1 during a page ejection caused)5.042 F
(by the `bp' request.)80.5 718.8 Q 0 Cg EP
%%Page: 14 14
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-14-)297.67 48 Q 5<8354>72 84 S(he ne)-5 E 2.5
(wg)-.25 G(lyph symbol `tno' is a te)-2.5 E(xtual v)-.15 E
(ariant of `no'.)-.25 E 5<8354>72 103.2 S .848(he ne)-5 F 3.348(wg)-.25
G .848(lyph symbol `+e' represents U+03F5, GREEK LUN)-3.348 F -1.11(AT)
-.35 G 3.348(EE)1.11 G .848(PSILON SYMBOL.)-3.348 F(\(W)5.848 E .848
(ell, it is not really)-.8 F(ne)80.5 115.2 Q 2.669(ws)-.25 G .169
(ince it has been pre)-2.669 F .169(viously supported by grolj4.\))-.25
F .169(The mapping for both the dvi and lj4 symbol font has been)5.169 F
(changed accordingly so that Greek small letter epsilon, `*e', has the \
same glyph shape as with other de)80.5 127.2 Q(vices.)-.25 E/F1 10
/Times-Bold@0 SF(gr)72 151.2 Q(ops)-.18 E F0 5<8354>72 170.4 S
(he font `freeeuro.pf)-5 E(a' has been added to pro)-.1 E(vide v)-.15 E
(arious def)-.25 E(ault glyph shapes for `eu' and `Eu'.)-.1 E 5<8349>72
189.6 S 2.605(ti)-5 G 2.605(sn)-2.605 G .605 -.25(ow p)-2.605 H .105
(ossible to access all glyphs in a T).25 F .105
(ype 1 font, not only 256 \(pro)-.8 F .104
(vided the font \214le created by afmtodit has)-.15 F(proper entries\).)
80.5 201.6 Q(grops constructs additional encoding v)5 E
(ectors on the \215y if necessary)-.15 E(.)-.65 E 5<8354>72 220.8 S .893
(he paper size is no)-5 F 3.393(we)-.25 G .893
(mitted via the %%DocumentMedia and P)-3.393 F .894
(ageSize mechanisms so that it is no longer re-)-.15 F .58
(quired to tell `gv' or `ps2pdf)80.5 232.8 R 3.08('a).55 G .58
(bout the paper size.)-3.08 F .58(The `brok)5.58 F .58(en' \215ag v)-.1
F .58(alue 16 omits this feature \(the used Post-)-.25 F 4.666
(Script command `setpagede)80.5 244.8 R 4.666(vice' is a LanguageLe)-.25
F -.15(ve)-.25 G 7.167(l2e).15 G 7.167(xtension\). P)-7.317 F 4.667
(atch by)-.15 F 0 0 1 Cr 4.667(Egil Kv)7.167 F(aleber)-.25 E(g)-.18 E 0
Cg/F2 10/Symbol SF<e1>7.167 E/F3 10/Courier@0 SF(egil@)A(kvaleberg.no)
80.5 256.8 Q F2<f1>A F0(.)A 5<834e>72 276 S .196
(on-slanted PostScript metrics ha)-5 F .496 -.15(ve b)-.2 H .196
(een changed ag).15 F .195(ain; the)-.05 F 2.695(yn)-.15 G 2.695(ol)
-2.695 G .195(onger contain ne)-2.695 F -.05(ga)-.15 G(ti).05 E .495
-.15(ve l)-.25 H .195(eft italic correction v).15 F(al-)-.25 E 2.5
(ues. This)80.5 288 R(assures correct spacing with eqn.)2.5 E F1(gr)72
312 Q(odvi)-.18 E F0 5<8354>72 331.2 S .839(he font cmte)-5 F .839
(x10 has been added as the special font `SC' to the D)-.15 F .84
(VI fonts.)-.4 F .84(It is used as a font-speci\214c special)5.84 F
(font for CW and CWI.)80.5 343.2 Q 5<834e>72 362.4 S 1.638 -.25(ew o)-5
H 1.137(ptions \255l and \255p to set landscape orientation and the pap\
er size.).25 F 1.137(grodvi no)6.137 F 3.637(we)-.25 G 1.137
(mits a `papersize' special)-3.637 F(which is understood by D)80.5 374.4
Q(VI dri)-.4 E -.15(ve)-.25 G(rs lik).15 E 2.5(ed)-.1 G(vips.)-2.5 E
(Consequently)80.5 390 Q 2.5(,t)-.65 G
(he DESC \214le should contain a `papersize' k)-2.5 E -.15(ey)-.1 G -.1
(wo).15 G(rd.).1 E 5<8354>72 409.2 S .41
(he glyph shapes for \\[*f] and \\[*e] ha)-5 F .71 -.15(ve b)-.2 H .41
(een e).15 F .411(xchanged with \\[+f] and \\[+e], respecti)-.15 F -.15
(ve)-.25 G(ly).15 E 2.911(,t)-.65 G 2.911(ob)-2.911 G 2.911(ei)-2.911 G
2.911(ns)-2.911 G .411(ync with all)-2.911 F(other de)80.5 421.2 Q
(vices.)-.25 E 5<8347>72 440.4 S .451(lyphs \\[HE] and \\[DI] ha)-5 F
.751 -.15(ve b)-.2 H .451
(een replaced with \\[u2662] and \\[u2661], respecti).15 F -.15(ve)-.25
G(ly).15 E 2.95(,s)-.65 G .45(ince the former tw)-2.95 F 2.95(og)-.1 G
(lyphs)-2.95 E(ha)80.5 452.4 Q .3 -.15(ve a b)-.2 H
(lack \(\214lled\) shape which grodvi doesn').15 E 2.5(tp)-.18 G(ro)-2.5
E(vide by def)-.15 E(ault \(it ne)-.1 E -.15(ve)-.25 G 2.5(rh).15 G
(as actually\).)-2.5 E F1(gr)72 476.4 Q(olj4)-.18 E F0 5<8354>72 495.6 S
(he glyphs \\[*e] and \\[+e] ha)-5 E .3 -.15(ve b)-.2 H(een e).15 E
(xchanged to be in sync with all other de)-.15 E(vices.)-.25 E 5<8354>72
514.8 S(he glyph \\[\001=] is no)-5 E 2.5(wc)-.25 G(alled \\[|=].)-2.5 E
(Similar to other de)5 E(vices, \\[\001=] is no)-.25 E 2.5(wa)-.25 G
(nother name for glyph \\[\001\001].)-2.5 E F1(gr)72 538.8 Q(otty)-.18 E
F0 5<834e>72 558 S 1.378 -.25(ew o)-5 H .878(ption `\255r'.).25 F .878
(It is similar to the \255i option e)5.878 F .878
(xcept it tells grotty to use the `re)-.15 F -.15(ve)-.25 G .878
(rse video' attrib).15 F .879(ute to render)-.2 F(italic fonts.)80.5 570
Q F1(pic)72 594 Q F0 5<834e>72 613.2 S .5 -.25(ew c)-5 H
(ommand `\214gname' to set the name of a picture').25 E 2.5(so)-.55 G
(utput box in T)-2.5 E(eX mode.)-.7 E F1 -.18(re)72 637.2 S(fer).18 E F0
5<8354>72 656.4 S .69(he en)-5 F .69(vironment v)-.4 F .69
(ariable `REFER' to o)-.25 F -.15(ve)-.15 G .69
(rride the name of the def).15 F .69(ault database isn')-.1 F 3.19(tn)
-.18 G 1.19 -.25(ew b)-3.19 H .69(ut hasn').05 F 3.19(tb)-.18 G .69
(een docu-)-3.19 F(mented before.)80.5 668.4 Q F1(soelim)72 692.4 Q F0 5
<834e>72 711.6 S .5 -.25(ew o)-5 H(ption `\255r' to a).25 E -.2(vo)-.2 G
(id emission of `.lf).2 E 2.5('l).55 G(ines.)-2.5 E 0 Cg EP
%%Page: 15 15
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-15-)297.67 48 Q 5<834e>72 84 S .5 -.25(ew o)-5
H(ption `\255t' to emit T).25 E(eX comment lines \(gi)-.7 E
(ving current \214le and the line number\) instead of `.lf)-.25 E 2.5
('l).55 G(ines.)-2.5 E/F1 10/Times-Bold@0 SF(afmtodit)72 108 Q F0 5
<8355>72 127.2 S .041
(nencoded glyphs in an AFM \214le are output also \(since grops can no)
-5 F 2.542(we)-.25 G .042(mit multiple encoding v)-2.542 F .042
(ectors for a single)-.15 F(font\).)80.5 139.2 Q 5<834e>72 158.4 S .5
-.25(ew o)-5 H(ption `\255m' to pre).25 E -.15(ve)-.25 G(nt ne).15 E
-.05(ga)-.15 G(ti).05 E .3 -.15(ve l)-.25 H(eft italic correction v).15
E(alues.)-.25 E 5<8354>72 177.6 S 1.434
(he mapping and encoding \214le together with \214le `DESC' are no)-5 F
3.933(ws)-.25 G 1.433(earched in the def)-3.933 F 1.433
(ault font directory also.)-.1 F
(Please refer to the man page of afmtodit for more details.)80.5 189.6 Q
F1(macr)72 213.6 Q 2.5(op)-.18 G(ackages)-2.5 E F0<83>72 232.8 Q 0 0 1
Cr(Larry K)5 E(ollar)-.35 E 0 Cg/F2 10/Symbol SF<e1>2.5 E/F3 10
/Courier@0 SF(kollar@alltel.net)A F2<f1>A F0
(and others made the man macros more customizable.)2.5 E .4 LW 86 252 81
252 DL 86 247 86 252 DL 81 247 86 247 DL 81 252 81 247 DL(Ne)91.5 252 Q
2.566(wc)-.25 G .066(ommand-line options \255rFT)-2.566 F 2.566<2cad>
-.74 G .066(rIN, and \255rSN to set the v)-2.566 F .067
(ertical location of the footer line, the body te)-.15 F .067(xt in-)
-.15 F(dentation, and the sub-subheading indentation.)91.5 264 Q 86
283.2 81 283.2 DL 86 278.2 86 283.2 DL 81 278.2 86 278.2 DL 81 283.2 81
278.2 DL(Ne)91.5 283.2 Q 2.5(wc)-.25 G
(ommand-line option \255rHY \(similar to the ms macros\) to control h)
-2.5 E(yphenation.)-.05 E 86 302.4 81 302.4 DL 86 297.4 86 302.4 DL 81
297.4 86 297.4 DL 81 302.4 81 297.4 DL(Ne)91.5 302.4 Q 3.494(wm)-.25 G
.994(acros `.PT' and `.BT' to print the header and footer strings.)
-3.494 F(The)5.994 E 3.494(yc)-.15 G .994
(an be replaced with a customized)-3.494 F -.15(ve)91.5 314.4 S
(rsion in `man.local'.).15 E 86 333.6 81 333.6 DL 86 328.6 86 333.6 DL
81 328.6 86 328.6 DL 81 333.6 81 328.6 DL(The string `HF' no)91.5 333.6
Q 2.5(wh)-.25 G(olds the typef)-2.5 E
(ace to print headings and subheadings.)-.1 E 86 352.8 81 352.8 DL 86
347.8 86 352.8 DL 81 347.8 86 347.8 DL 81 352.8 81 347.8 DL
(Similar to the ms macros, the L)91.5 352.8 Q 2.5(Tr)-.92 G -.15(eg)-2.5
G(ister no).15 E 2.5(wd)-.25 G(ef)-2.5 E(aults to LL if not e)-.1 E
(xplicitly speci\214ed on the command line.)-.15 E 5<8374>72 372 S(rof)
-5 E .55(f')-.25 G 4.041(ss)-1.1 G 1.541(tart-up \214le `trof)-4.041 F
1.541(frc' no)-.25 F 4.041(wi)-.25 G 1.541(ncludes `papersize.tmac' to \
set the paper size with the command-line option)-4.041 F
(`\255dpaper=<size>'.)80.5 384 Q .812(Possible v)80.5 399.6 R .811
(alues for `<size>' are the same as the prede\214ned `papersize' v)-.25
F .811(alues in the DESC \214le \(only lo)-.25 F(wercase;)-.25 E .206
(see the grof)80.5 411.6 R .206(f_font man page\) e)-.25 F .206
(xcept a7\211d7.)-.15 F .206
(An appended `l' \(ell\) character denotes landscape orientation.)5.206
F(Exam-)5.206 E(ples: `a4l', `c3l', `letterl'.)80.5 423.6 Q .36
(Most output dri)80.5 439.2 R -.15(ve)-.25 G .36
(rs need additional command-line switches `\255p' and `\255l' to o).15 F
-.15(ve)-.15 G .36(rride the def).15 F .36(ault paper length and)-.1 F
(orientation as set in the dri)80.5 451.2 Q -.15(ve)-.25 G 2.5(rs).15 G
(peci\214c DESC \214le.)-2.5 E -.15(Fo)80.5 466.8 S 2.5(re).15 G
(xample, use the follo)-2.65 E
(wing for PS output on A4 paper in landscape orientation:)-.25 E F3(gro\
ff \255Tps \255dpaper=a4l \255P\255pa4 \255P\255l \255ms foo.ms > foo.p\
s)92 482.4 Q F1(NEWS VERSION 1.18.1)72 506.4 Q(tr)72 534 Q(off)-.18 E F0
5<8354>72 553.2 S .089
(he non-slanted PostScript font de\214nition \214les ha)-5 F .389 -.15
(ve b)-.2 H .089(een re).15 F .09
(generated to include left and right italic correction v)-.15 F(al-)-.25
E 3.484(ues. Applying)80.5 565.2 R .984
(those to a glyph \(this is, prepending the glyph with `\\,)3.484 F
3.483('a)-.7 G .983(nd appending `\\/' to the glyph\) sets the)-3.483 F
.947(glyph width to the real v)80.5 577.2 R .947(alue gi)-.25 F -.15(ve)
-.25 G 3.448(nb).15 G 3.448(yt)-3.448 G .948
(he horizontal bounding box v)-3.448 F 3.448(alues. W)-.25 F .948
(ithout those escapes, the adv)-.4 F(ance)-.25 E
(width for the particular glyph is used \(which can dif)80.5 589.2 Q
(fer considerably\).)-.25 E .076
(Most users will neither need this feature nor notice a dif)80.5 604.8 R
.075(ference in e)-.25 F .075(xisting documents \(pro)-.15 F .075
(vided \\, and \\/ is used as)-.15 F(adv)80.5 616.8 Q
(ertised, namely for italic fonts only\); its main goal is to impro)-.15
E .3 -.15(ve i)-.15 H(mage generation with grohtml.).15 E(This is an e)
80.5 632.4 Q(xperimental change, and feedback is welcome.)-.15 E F1(tbl)
72 656.4 Q F0 5<8341>72 675.6 S(dded global option `nospaces' to ignore\
 leading and trailing spaces in data items.)-5 E F1(gr)72 699.6 Q(olbp)
-.18 E F0 5<8354>72 718.8 S(he option \255w \(\255\255line)-5 E
(width\) has been added \(similar to other de)-.25 E(vice dri)-.25 E
-.15(ve)-.25 G(rs\) to set the def).15 E(ault line width.)-.1 E 0 Cg EP
%%Page: 16 16
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-16-)297.67 48 Q/F1 10/Times-Bold@0 SF(gr)72 84
Q(n)-.15 E F0 5<8353>72 103.2 S(upport for b-spline and Bezier curv)-5 E
(es has been added.)-.15 E F1(gr)72 127.2 Q(offer)-.18 E F0 5<834e>72
146.4 S .5 -.25(ew o)-5 H
(ption \255\255shell to select the shell under which grof).25 E
(fer shall run.)-.25 E F1(Macr)72 170.4 Q 2.5(oP)-.18 G(ackages)-2.6 E
F0 5<8354>72 189.6 S(he string `)-5 E(Am' \(producing an ampersand\) ha\
s been added to mdoc for compatibility with NetBSD.)-.8 E 5<8360>72
208.8 S(.IX' is no)-5 E 2.5(wd)-.25 G
(eprecated for mom; you should use `.IQ' \(Indent Quit\) instead.)-2.5 E
5<8349>72 228 S 2.886(nm)-5 G .386(om, ne)-2.886 F 2.887(wi)-.25 G .387
(nlines `FWD', `BCK', `UP', and `DO)-2.887 F .387
(WN' deal with horizontal and v)-.35 F .387(ertical mo)-.15 F -.15(ve)
-.15 G .387(ments; please re-).15 F
(fer to contrib/mom/NEWS for more details.)80.5 240 Q 5<834e>72 259.2 S
.5 -.25(ew m)-5 H(acro ENDNO).25 E
(TES_HDRFTR_CENTER for mom to better control headers.)-.4 E F1
(Miscellaneous)72 283.2 Q F0 5<8354>72 302.4 S .899(he `papersize' k)-5
F -.15(ey)-.1 G -.1(wo).15 G .899(rd in the DESC \214le no).1 F 3.399
(wa)-.25 G .899(ccepts multiple ar)-3.399 F 3.399(guments. It)-.18 F
.899(is scanned from left to the right,)3.399 F(and the \214rst v)80.5
314.4 Q(alid ar)-.25 E(gument is used.)-.18 E(This mak)5 E
(es it possible to pro)-.1 E(vide a f)-.15 E(allback paper size.)-.1 E
(Example:)80.5 330 Q/F2 10/Courier@0 SF(papersize /etc/papersize a4)92
345.6 Q F0 5<8341>72 364.8 S 1.07
(local font directory has been prepended to the def)-1.43 F 1.07
(ault font path; it def)-.1 F 1.07(aults to /usr/local/share/grof)-.1 F
(f/site\255font.)-.25 E(Similar to the normal font searching process, \
\214les must be placed into a de)80.5 376.8 Q(v)-.25 E/F3 10
/Times-Italic@0 SF(XXX).79 E F0(subdirectory)3.44 E 2.5(,e)-.65 G(.g.,)
-2.5 E F2(/usr/local/share/groff/site\255font/devps/FOO)92 392.4 Q F0
(for a PostScript font de\214nition \214le FOO.)80.5 408 Q F1
(NEWS VERSION 1.18)72 432 Q F0 .757(This section describes recent user)
72 447.6 R .757(-visible changes in grof)-.2 F 3.257(f. Bug)-.25 F<8c78>
3.257 E .757(es are not described.)-.15 F .757
(There are more details in)5.757 F(the man pages.)72 459.6 Q 1 0 0 Cr/F4
15/Times-Roman@0 SF(Please read the changes belo)102.27 475.2 Q 3.75(wr)
-.375 G -3.375 -.225(eg a)-3.75 H(rding grotty).225 E 3.75(,g)-.975 G
(rof)-3.75 E .825(f')-.375 G 3.75(st)-1.65 G(ty frontend.)-3.75 E 0 Cg
F1 -1.2 -.74(Tr o)72 499.2 T(ff).74 E F0 5<8343>72 518.4 S .347
(olor support has been added to trof)-5 F 2.847(fa)-.25 G .347
(nd pic \(and to the de)-2.847 F .348(vice dri)-.25 F -.15(ve)-.25 G
.348(rs grops, grodvi, grotty).15 F 2.848(,a)-.65 G .348
(nd grohtml \211 other)-2.848 F .032(preprocessors and dri)80.5 530.4 R
-.15(ve)-.25 G .032(rs will follo).15 F 2.532(w\). A)-.25 F(ne)2.532 E
2.532(wf)-.25 G .032(unction `defcolor' de\214nes colors; the escape se\
quence `\\m' sets the)-2.532 F(dra)80.5 542.4 Q 1.251(wing color)-.15 F
3.751(,t)-.4 G 1.252(he escape sequence `\\M' speci\214es the backgroun\
d color for closed objects created with \\D'.)-3.751 F 1.666(..)1.666 G
(')-1.666 E 2.765(commands. `\\m[]')80.5 554.4 R .265
(and `\\M[]' switch back to the pre)2.765 F .265(vious color)-.25 F
5.265(.`)-.55 G .265(\\m' and `\\M' correspond to the ne)-5.265 F 2.765
(wt)-.25 G(rof)-2.765 E 2.765(fo)-.25 G(utput)-2.765 E .52
(command sets starting with `m' and `DF'.)80.5 566.4 R .521(The de)5.52
F .521(vice-speci\214c def)-.25 F .521(ault color is called `def)-.1 F
.521(ault' and can')-.1 F 3.021(tb)-.18 G 3.021(er)-3.021 G(ede-)-3.021
E(\214ned.)80.5 578.4 Q .205
(Use the `color' request to toggle the usage of colors \(def)80.5 594 R
.205(ault is on\); the read-only re)-.1 F .204
(gister `.color' is 0 if colors are)-.15 F(not acti)80.5 606 Q -.15(ve)
-.25 G 2.5(,a).15 G(nd non-zero otherwise.)-2.5 E .078(The old `Df)80.5
621.6 R 2.578('o).55 G .078
(utput command is mapped onto `DFg'; all color output commands don')
-2.578 F 2.579(tc)-.18 G .079(hange the current font po-)-2.579 F
(sition \(consequently)80.5 633.6 Q 2.5(,`)-.65 G -1.95(Df ')-2.5 F
(doesn')2.5 E 2.5(te)-.18 G(ither\).)-2.5 E .038
(Outputting color can be disabled in trof)80.5 649.2 R 2.538(fa)-.25 G
.037(nd grof)-2.538 F 2.537(fw)-.25 G .037
(ith the option \255c \(it is al)-2.537 F -.1(wa)-.1 G .037
(ys disabled in compatibility mode\).).1 F
(See the section on grotty for the GR)80.5 661.2 Q(OFF_NO_SGR en)-.4 E
(vironment v)-.4 E(ariable also.)-.25 E -.15(Fo)80.5 676.8 S 2.717(rd)
.15 G .217
(e\214ning color components as fractions between 0 and 1, a ne)-2.717 F
2.717(ws)-.25 G .217(caling unit `f)-2.717 F 2.717('h).55 G .217
(as been de\214ned: 1f = 65536u.)-2.717 F -.15(Fo)80.5 688.8 S 2.5(rt)
.15 G(esting whether a color is de\214ned \(with .if and .ie\), a ne)
-2.5 E 2.5(wc)-.25 G(onditional operator `m' is a)-2.5 E -.25(va)-.2 G
(ilable.).25 E(More details can be found in the grof)80.5 704.4 Q(f_dif)
-.25 E(f.7 manual page and in grof)-.25 E(f.te)-.25 E(xinfo.)-.15 E 0 Cg
EP
%%Page: 17 17
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-17-)297.67 48 Q 5<8353>72 84 S .466
(imilar to \\m and \\M, \\f[] switches back to the pre)-5 F .465
(vious font.)-.25 F .465(\\fP \(and \\f[P]\) is still v)5.465 F .465
(alid for backw)-.25 F .465(ards compati-)-.1 F(bility)80.5 96 Q(.)-.65
E 5<8354>72 115.2 S(he ne)-5 E 2.5(we)-.25 G
(scape \\F is the same as `.f)-2.5 E(am'; \\F[] switches back to pre)-.1
E(vious f)-.25 E(amily \211 \\F[P] selects f)-.1 E(amily `P'.)-.1 E 5
<8354>72 134.4 S .2 -.1(wo n)-5.8 H .5 -.25(ew g).1 H
(lyph symbols are a).25 E -.25(va)-.2 G(ilable: `eu' is the of).25 E
(\214cial Euro symbol; `Eu' is a font-speci\214c glyph v)-.25 E(ariant.)
-.25 E 5<8354>72 153.6 S(he ne)-5 E 2.5(wg)-.25 G
(lyph symbols `t+\255', `tdi', and `tmu' are te)-2.5 E(xtual v)-.15 E
(ariants of `+\255', `di', and `mu', respecti)-.25 E -.15(ve)-.25 G(ly)
.15 E(.)-.65 E 5<834c>72 172.8 S
(atin-1 character 181 \(PS name `mu', Unicode name U+00B5 MICR)-5 E 2.5
(OS)-.4 G(IGN\) has got the trof)-2.5 E 2.5(fg)-.25 G(lyph name `mc'.)
-2.5 E 5<83ad>72 192 S -.45(Tu)-5 G(tf8 is no).45 E 2.5(wa)-.25 G -.25
(va)-2.7 G(ilable on EBCDIC hosts.).25 E 5<8353>72 211.2 S
(trings can tak)-5 E 2.5(ea)-.1 G -.18(rg)-2.5 G
(uments, using this syntax: \\*[foo ar).18 E(g1 ar)-.18 E(g2 .)-.18 E
1.666(..)1.666 G 2.5(]. Example:)-1.666 F/F1 10/Courier@0 SF
(.ds xxx This is a \\\\$1 test.)92 226.8 Q(\\*[xxx nice])92 238.8 Q F0 5
<8349>72 258 S 2.811(ti)-5 G 2.811(sn)-2.811 G .811 -.25(ow p)-2.811 H
.311(ossible to ha).25 F .611 -.15(ve w)-.2 H .311(hitespace between th\
e \214rst and second dot \(or the name of the ending macro\) to end a)
.15 F(macro de\214nition.)80.5 270 Q(Example:)5 E F1(.de !)92 285.6 Q
(..)92 297.6 Q(.)92 309.6 Q(.de foo)92 321.6 Q 12(.n)92 333.6 S
(op Hello, I\010m \010foo\010.)-12 E 12(.n)92 345.6 S
(op I will now define \010bar\010.)-12 E 12(.d)92 357.6 S 6(eb)-12 G
(ar !)-6 E 24(.n)92 369.6 S(op Hello, I\010m \010bar\010.)-24 E 12(.!)92
381.6 S(..)92 393.6 Q F0 5<8360>72 412.8 S 1.002(.fn' is a ne)-5 F 3.501
(ws)-.25 G(tring-v)-3.501 E 1.001(alued re)-.25 F 1.001
(gister which returns the \(internal\) real font name; styles and f)-.15
F 1.001(amilies are properly)-.1 F(concatenated.)80.5 424.8 Q 5<8354>72
444 S .815(hree ne)-5 F 3.315(wr)-.25 G .815(ead/write re)-3.315 F .815
(gisters `seconds', `minutes', and `hours' contain the current time, se\
t at start-up of trof)-.15 F(f.)-.25 E(Use the `af)80.5 456 Q 2.5('r).55
G(equest to control their output format.)-2.5 E 5<8354>72 475.2 S .637
(he ne)-5 F 3.137(wr)-.25 G .637(equest `fchar' can be used to pro)
-3.137 F .636(vide f)-.15 F .636(allback characters.)-.1 F .636
(It has the same syntax as the `char' request;)5.636 F .381
(the only dif)80.5 487.2 R .382(ference is that a character de\214ned w\
ith `.char' hides the glyph with the same name in the current font,)-.25
F 1.075(whereas a character de\214ned with `.fchar' is check)80.5 499.2
R 1.074(ed only if the particular glyph isn')-.1 F 3.574(tf)-.18 G 1.074
(ound in the current font.)-3.574 F
(This test happens before checking special fonts.)80.5 511.2 Q 5<8349>72
530.4 S 2.5(na)-5 G
(nalogy to the `tmc' request, `.writec' is the same as `.write' b)-2.5 E
(ut doesn')-.2 E 2.5(te)-.18 G(mit a \214nal ne)-2.5 E(wline.)-.25 E 5
<8354>72 549.6 S(he ne)-5 E 2.5(wr)-.25 G(equest `itc' is a v)-2.5 E(ar\
iant of `.it' for which a line interrupted with \\c counts as one input\
 line.)-.25 E 5<8354>72 568.8 S .775 -.1(wo n)-5.8 H 1.075 -.25(ew r).1
H .575(equests `ds1' and `as1' which are similar to `ds' and `as' b).25
F .576(ut with compatibility mode disabled during)-.2 F -.15(ex)80.5
580.8 S(pansion of strings de\214ned by them.).15 E 5<8354>72 600 S .902
(he syntax of the `substring' request has been changed: The \214rst cha\
racter in a string no)-5 F 3.402(wh)-.25 G .902(as inde)-3.402 F 3.402
(x0)-.15 G 3.402(,t)-3.402 G .902(he last)-3.402 F(character has inde)
80.5 612 Q 2.5<78ad>-.15 G 2.5(1. Note)-2.5 F
(that this is an incompatible change.)2.5 E 5<8354>72 631.2 S 2.821(oe)
-5.8 G .321(mit strings directly to the intermediate output, a ne)-2.821
F 2.821(w`)-.25 G .322
(output' request has been added; it is similar to `\\!' used)-2.821 F
(at the top le)80.5 643.2 Q -.15(ve)-.25 G(l.).15 E 5<8360>72 662.4 S
-1.95(.hpf ')-5 F .171(has been e)2.671 F 2.671(xtended. It)-.15 F .171
(can no)2.671 F 2.671(wh)-.25 G .171(andle most T)-2.671 F .171(eX h)-.7
F .17(yphenation pattern \214les without modi\214cation.)-.05 F 1.77 -.8
(To d)5.17 H 2.67(ot).8 G(hat,)-2.67 E .759
(the commands \\patterns, \\h)80.5 674.4 R .759
(yphenation, and \\endinput are recognized.)-.05 F .759
(Please refer to grof)5.759 F(f_dif)-.25 E .76(f.7 for more infor)-.25 F
(-)-.2 E(mation.)80.5 686.4 Q 5<8360>72 705.6 S(hpfcode' is a ne)-5 E
2.5(wr)-.25 G(equest to pro)-2.5 E
(vide an input encoding mapping for the `hpf)-.15 E 2.5('r).55 G
(equest.)-2.5 E 0 Cg EP
%%Page: 18 18
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-18-)297.67 48 Q 5<8354>72 84 S(he ne)-5 E 2.5
(wr)-.25 G(equest `hpf)-2.5 E(a' appends h)-.1 E
(yphenation patterns \(`hpf)-.05 E 2.5('r).55 G(eplaces already e)-2.5 E
(xisting patterns\).)-.15 E 5<8341>72 103.2 S(ne)-1.883 E 3.117(wr)-.25
G .617(equest `ami' \(append macro indirect\) has been added.)-3.117 F
.616(The \214rst and second parameter of `ami' are tak)5.617 F(en)-.1 E
.017(from string re)80.5 115.2 R .017
(gisters rather than directly; this v)-.15 F .018
(ery special request is needed to mak)-.15 F 2.518(e`)-.1 G .018
(trace.tmac' independent from)-2.518 F
(the escape character \(which might e)80.5 127.2 Q -.15(ve)-.25 G 2.5
(nb).15 G 2.5(ed)-2.5 G(isabled\).)-2.5 E 5<8354>72 146.4 S .081(he ne)
-5 F 2.581(wr)-.25 G .081
(equest `sizes' is similar to the `sizes' command in DESC \214les.)
-2.581 F .081(It e)5.081 F .081(xpects the same syntax; the data must)
-.15 F(be on a single line, and the \214nal `0' can be omitted.)80.5
158.4 Q 5<8360>72 177.6 S .221(trin' \(translate input\) is a ne)-5 F
2.721(wr)-.25 G .221(equest which is similar to `tr' with the e)-2.721 F
.221(xception that the `asciify' request uses the)-.15 F
(character code \(if an)80.5 189.6 Q
(y\) before the character translation.)-.15 E(Example:)5 E/F1 10
/Courier@0 SF(.trin ax)92 205.2 Q(.di xxx)92 217.2 Q(a)92 229.2 Q(.br)92
241.2 Q(.di)92 253.2 Q(.xxx)92 265.2 Q(.trin aa)92 277.2 Q(.asciify xxx)
92 289.2 Q(.xxx)92 301.2 Q F0(The result is `x a'.)80.5 316.8 Q
(Using `tr', the result w)5 E(ould be `x x'.)-.1 E 5<8354>72 336 S .079
(he request `pvs' isn')-5 F 2.579(tn)-.18 G -.25(ew)-2.579 G 2.579(,b)
-.4 G .079(ut hasn')-2.779 F 2.579(tb)-.18 G .079
(een documented before.)-2.579 F .079(It adds v)5.079 F .079
(ertical space after a line has been output.)-.15 F .275(This mak)80.5
348 R .275(es it an alternati)-.1 F .575 -.15(ve t)-.25 H 2.775(ot).15 G
.276(he `ls' request to produce double-spaced documents.)-2.775 F .276
(The read-only re)5.276 F .276(gister `.pvs')-.15 F
(holds the current amount of the post-v)80.5 360 Q(ertical line space.)
-.15 E 5<8346>72 379.2 S(or compatibility with plan 9')-5.15 E 2.5(st)
-.55 G(rof)-2.5 E(f, multiple `pi' requests are supported:)-.25 E F1
(.pi foo)92 394.8 Q(.pi bar)92 406.8 Q F0(is no)80.5 422.4 Q 2.5(we)-.25
G(qui)-2.5 E -.25(va)-.25 G(lent to).25 E F1(.pi foo | bar)92 438 Q F0 5
<8341>72 457.2 S(ne)-.488 E 4.512(we)-.25 G 2.012
(scape sequence `\\O' is a)-4.512 F -.25(va)-.2 G 2.012
(ilable to disable and enable glyph output.).25 F 2.012(Please see grof)
7.012 F(f_dif)-.25 E 2.011(f.man and)-.25 F(grof)80.5 469.2 Q(f.te)-.25
E(xinfo for more details.)-.15 E 5<8354>72 488.4 S .085(he escapes `\\%\
', `\\&', `\\\)', and `\\:' no longer cause an error in \\X; the)-5 F
2.585(ya)-.15 G .085(re ignored no)-2.585 F 3.885 -.65(w. A)-.25 H .085
(dditionally `\\ ' \(space\)).65 F(and `\\\001' are con)80.5 500.4 Q
-.15(ve)-.4 G(rted to single space characters.).15 E 5<8354>72 519.6 S
(he def)-5 E(ault tab distance in nrof)-.1 E 2.5(fm)-.25 G(ode is no)
-2.5 E 2.5(w0)-.25 G(.8i \(inches\) to be compatible with Unix trof)-2.5
E(f.)-.25 E 5<8355>72 538.8 S .125
(sing the latin-1 input character 0xAD \(soft h)-5 F .125
(yphen\) for the `shc' request w)-.05 F .125(as a bad idea.)-.1 F .125
(Instead, it is no)5.125 F 2.625(wt)-.25 G(rans-)-2.625 E .005
(lated to `\\%', and the def)80.5 550.8 R .005(ault h)-.1 F .005
(yphenation character is ag)-.05 F .005(ain \\[h)-.05 F 2.506(y]. Note)
-.05 F .006(that the glyph \\[shc] is not useful for typo-)2.506 F
(graphic purposes; it only e)80.5 562.8 Q(xists to ha)-.15 E .3 -.15
(ve g)-.2 H(lyph names for all latin-1 characters.).15 E/F2 10
/Times-Bold@0 SF(Macr)72 586.8 Q 2.5(oP)-.18 G(ackages)-2.6 E F0<83>72
606 Q 0 0 1 Cr .183(Peter Schaf)5 F(fter)-.25 E 0 Cg/F3 10/Symbol SF<e1>
2.683 E F1(df191@ncf.ca)A F3<f1>A F0 .182(has contrib)2.682 F .182
(uted a ne)-.2 F 2.682(wm)-.25 G .182
(ajor macro package called `mom', mainly for non-sci-)-2.682 F .657
(enti\214c writers, which tak)80.5 618 R .657(es care of man)-.1 F 3.157
(yt)-.15 G .657(ypographic issues.)-3.157 F .657
(It comes with a complete reference \(in HTML for)5.657 F(-)-.2 E
(mat\) and some e)80.5 630 Q 2.5(xamples. `mom')-.15 F
(has been designed to format documents for PostScript output only)2.5 E
(.)-.65 E 5<8354>72 649.2 S 1.102 -.1(wo m)-5.8 H .902(acros `).1 F
-1.11(AT)-.8 G 3.402('\()1.11 G -1.11(AT)-3.402 G .901
(&T\) and `UC' \(Uni)1.11 F 2.201 -.65(v. o)-.25 H 3.401(fC).65 G .901
(alifornia\) ha)-3.401 F 1.201 -.15(ve b)-.2 H .901
(een added to the man macros for compatibility).15 F
(with older BSD releases.)80.5 661.2 Q 5<8342>72 680.4 S .545
(oth the man and mdoc macro packages no)-5 F 3.045(wu)-.25 G .545
(se the LL and L)-3.045 F 3.045(Tr)-.92 G -.15(eg)-3.045 G .546
(isters for setting the line and title length, re-).15 F(specti)80.5
692.4 Q -.15(ve)-.25 G .469(ly \(similar to those re).15 F .469
(gisters in the ms macro package\).)-.15 F .468
(If not set on the command line or in a macro \214le)5.469 F
(loaded before the macro package itself, the)80.5 704.4 Q 2.5(yd)-.15 G
(ef)-2.5 E(ault to 78n \(ens\) in nrof)-.1 E 2.5(fm)-.25 G
(ode and 6.5i \(inches\) in trof)-2.5 E 2.5(fm)-.25 G(ode.)-2.5 E 0 Cg
EP
%%Page: 19 19
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-19-)297.67 48 Q 5<8354>72 84 S .186
(he `\255xwidth' speci\214er in the mdoc macro package has been remo)-5
F -.15(ve)-.15 G 2.686(d. Its).15 F .187(functionality is no)2.686 F
2.687(wi)-.25 G(nte)-2.687 E .187(grated directly)-.15 F
(into `\255width'.)80.5 96 Q(Similarly)5 E 2.5(,`)-.65 G
(\255column' has been e)-2.5 E(xtended to has this functionality also.)
-.15 E 5<8341>72 115.2 S(ne)-2.5 E 2.5(wm)-.25 G
(acro `Ex' has been added to the mdoc macro package to document an e)
-2.5 E(xit status.)-.15 E 5<8360>72 134.4 S(trof)-5 E
(f.man' has been split.)-.25 E(Dif)5 E(ferences to Unix trof)-.25 E 2.5
(fa)-.25 G(re no)-2.5 E 2.5(wd)-.25 G(ocumented in the ne)-2.5 E 2.5(wm)
-.25 G(an page `grof)-2.5 E(f_dif)-.25 E(f.man'.)-.25 E 5<8354>72 153.6
S 1.609(he PSPIC macro has been e)-5 F 1.609(xtended to w)-.15 F 1.609
(ork with D)-.1 F 1.609(VI output \(`pspic.tmac' is no)-.4 F 4.108(wa)
-.25 G 1.608(utomatically loaded for)-4.108 F
(\255Tdvi\), using a dvips special to load the EPS \214le.)80.5 165.6 Q
5<8354>72 184.8 S(he trace.tmac package no)-5 E 2.5(wt)-.25 G
(races calls to `am' also.)-2.5 E(Additionally)5 E 2.5(,i)-.65 G 2.5(tw)
-2.5 G(orks in compatibility mode.)-2.6 E 5<8360>72 204 S(trof)-5 E
(f.1' has been split.)-.25 E(Dif)5 E(ferences to Unix trof)-.25 E 2.5
(fa)-.25 G(re no)-2.5 E 2.5(wd)-.25 G(ocumented in the ne)-2.5 E 2.5(wm)
-.25 G(an page `grof)-2.5 E(f_dif)-.25 E(f.7'.)-.25 E 5<8360>72 223.2 S
(grof)-5 E(f_mwww)-.25 E(.7' has been renamed to `grof)-.65 E(f_www)-.25
E 2.5(.7'. The)-.65 F(\214le mwww)2.5 E(.tmac has been remo)-.65 E -.15
(ve)-.15 G(d.).15 E 5<8360>72 242.4 S(grof)-5 E
(f_ms.7' has been completely re)-.25 E 2.5(written. It)-.25 F(no)2.5 E
2.5(wc)-.25 G(ontains a complete reference to the ms macros.)-2.5 E 5
<8360>72 261.6 S(grof)-5 E
(f_trace.7' documents the trace macro package.)-.25 E 5<8343>72 280.8 S
(hanges in www)-5 E(.tmac)-.65 E .036
(Note that HTML support is still in alpha change, so it is rather lik)
80.5 296.4 R .036(ely that both macro names and macro syntax will)-.1 F
2.5(change. Some)80.5 308.4 R(of the macros mentioned belo)2.5 E 2.5(wa)
-.25 G(ren')-2.5 E 2.5(tr)-.18 G(eally ne)-2.5 E 2.5(wb)-.25 G(ut ha)
-2.7 E -.15(ve)-.2 G(n').15 E 2.5(tb)-.18 G
(een documented properly before.)-2.5 E .4 LW 86 327.6 81 327.6 DL 86
322.6 86 327.6 DL 81 322.6 86 322.6 DL 81 327.6 81 322.6 DL(The follo)
91.5 327.6 Q(wing macros ha)-.25 E .3 -.15(ve b)-.2 H(een renamed:).15 E
(MAIL)92 343.2 Q .36 -.18(TO \255)-.92 H 2.5(>M).18 G -.18(TO)-2.5 G
(IMA)92 355.2 Q 2.5(GE \255>)-.4 F(IMG)2.5 E 5(LINE \255>)92 367.2 R(HR)
2.5 E 86 386.4 81 386.4 DL 86 381.4 86 386.4 DL 81 381.4 86 381.4 DL 81
386.4 81 381.4 DL -.15(Fo)91.5 386.4 S 2.871(rc).15 G(onsistenc)-2.871 E
1.671 -.65(y, t)-.15 H .371(he macros `URL).65 F .371(', `FTL)-.92 F
.371(', and `MT)-.92 F .371(O' no)-.18 F 2.871(wa)-.25 G .371(ll ha)
-2.871 F .67 -.15(ve t)-.2 H .37
(he address as the \214rst parameter follo).15 F(wed)-.25 E
(by the description.)91.5 398.4 Q 86 417.6 81 417.6 DL 86 412.6 86 417.6
DL 81 412.6 86 412.6 DL 81 417.6 81 412.6 DL .118(By def)91.5 417.6 R
.118(ault, grohtml generates links to all section headings at the top o\
f the document.)-.1 F .119(Use the ne)5.119 F 2.619(w`)-.25 G .119
(LK' macro)-2.619 F(to specify a dif)91.5 429.6 Q(ferent place.)-.25 E
86 448.8 81 448.8 DL 86 443.8 86 448.8 DL 81 443.8 86 443.8 DL 81 448.8
81 443.8 DL -.15(Fo)91.5 448.8 S 3.502(rs).15 G 1.002
(pecifying the background color and a background image, use the ne)
-3.502 F 3.502(wm)-.25 G 1.002(acros `BCL)-3.502 F 3.502('a)-.92 G 1.001
(nd `BGIMG', re-)-3.502 F(specti)91.5 460.8 Q -.15(ve)-.25 G(ly).15 E(.)
-.65 E 86 480 81 480 DL 86 475 86 480 DL 81 475 86 475 DL 81 480 81 475
DL .136(The macro `NHR' has been added; it suppresses the generation of\
 top and bottom rules which grohtml emits by)91.5 480 R(def)91.5 492 Q
(ault.)-.1 E 86 511.2 81 511.2 DL 86 506.2 86 511.2 DL 81 506.2 86 506.2
DL 81 511.2 81 506.2 DL(The ne)91.5 511.2 Q 2.5(wm)-.25 G
(acro `HX' determines the cut-of)-2.5 E 2.5(fp)-.25 G
(oint for automatic link generation to headings.)-2.5 E 86 530.4 81
530.4 DL 86 525.4 86 530.4 DL 81 525.4 86 525.4 DL 81 530.4 81 525.4 DL
(The image position parameter names in `IMG' ha)91.5 530.4 Q .3 -.15
(ve b)-.2 H(een changed to `\255L).15 E(', `\255R', and `\255C'.)-.92 E
86 549.6 81 549.6 DL 86 544.6 86 549.6 DL 81 544.6 86 544.6 DL 81 549.6
81 544.6 DL(Ne)91.5 549.6 Q 2.74(wm)-.25 G .24
(acro `PIMG' for inclusion of a PNG image \(it automatically con)-2.74 F
-.15(ve)-.4 G .24(rts it into an EPS \214le if not \255Thtml is).15 F
(used\).)91.5 561.6 Q 86 580.8 81 580.8 DL 86 575.8 86 580.8 DL 81 575.8
86 575.8 DL 81 580.8 81 575.8 DL(Ne)91.5 580.8 Q 2.723(wm)-.25 G .224
(acro `MPIMG' for putting a PNG image into the left or right mar)-2.723
F .224(gin \(it automatically con)-.18 F -.15(ve)-.4 G .224
(rts it into an).15 F(EPS \214le if not \255Thtml is used\).)91.5 592.8
Q 86 612 81 612 DL 86 607 86 612 DL 81 607 86 607 DL 81 612 81 607 DL
(Ne)91.5 612 Q 2.5(wm)-.25 G
(acros `HnS', `HnE' to start and end a header line block.)-2.5 E 86
631.2 81 631.2 DL 86 626.2 86 631.2 DL 81 626.2 86 626.2 DL 81 631.2 81
626.2 DL(Ne)91.5 631.2 Q 2.5(wm)-.25 G
(acro `DC' to produce dropcap characters.)-2.5 E 86 650.4 81 650.4 DL 86
645.4 86 650.4 DL 81 645.4 86 645.4 DL 81 650.4 81 645.4 DL(Ne)91.5
650.4 Q 2.5(wm)-.25 G(acro `HTL)-2.5 E 2.5('t)-.92 G 2.5(og)-2.5 G
(enerate an HTML title line only b)-2.5 E(ut no H1 heading.)-.2 E 86
669.6 81 669.6 DL 86 664.6 86 669.6 DL 81 664.6 86 664.6 DL 81 669.6 81
664.6 DL(Ne)91.5 669.6 Q 2.5(wm)-.25 G
(acros `ULS' and `ULE' to start and end an unordered list.)-2.5 E
(The ne)5 E 2.5(wm)-.25 G(acro `LI' inserts a list item.)-2.5 E/F1 10
/Times-Bold@0 SF(gr)72 693.6 Q(off)-.18 E F0 5<8354>72 712.8 S(he ne)-5
E 2.5(wc)-.25 G
(ommand-line option `\255c' disables color output \(which is al)-2.5 E
-.1(wa)-.1 G(ys disabled in compatibility mode\).).1 E 0 Cg EP
%%Page: 20 20
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-20-)297.67 48 Q/F1 10/Times-Bold@0 SF(Nr)72 84
Q(off)-.18 E F0 5<8354>72 103.2 S 1.91 -.1(wo n)-5.8 H 2.21 -.25(ew c).1
H 1.709(ommand-line options `\255c' and `\255C'; the former passes `\
\255c' to grotty \(switching to the old output).25 F
(scheme\); the latter passes `\255C' to grof)80.5 115.2 Q 2.5(f\()-.25 G
(enabling compatibility mode\).)-2.5 E F1(pic)72 139.2 Q F0 5<834e>72
158.4 S 1.963 -.25(ew k)-5 H -.15(ey).15 G -.1(wo).15 G 1.464(rds `colo\
r' \(or `colour', `colored', `coloured'\), `outline' \(or `outlined'\),\
 and `shaded' are a).1 F -.25(va)-.2 G(ilable.).25 E
(`outline' sets the color of the outline, `shaded' the \214ll color)80.5
170.4 Q 2.5(,a)-.4 G(nd `color' sets both.)-2.5 E(Example:)5 E/F2 10
/Courier@0 SF(circle shaded "green" outline "black" ;)92 186 Q F0
(Filled arro)80.5 201.6 Q(ws al)-.25 E -.1(wa)-.1 G
(ys use the outline color for \214lling.).1 E(Color support for T)80.5
217.2 Q(eX output is not implemented yet.)-.7 E F1(Pic2graph)72 241.2 Q
F0 5<8341>72 260.4 S(ne)-1.956 E 3.044(ws)-.25 G .543(cript contrib)
-3.044 F .543(uted by)-.2 F 0 0 1 Cr .543(Eric S. Raymond)3.043 F 0 Cg
/F3 10/Symbol SF<e1>3.043 E F2(esr@thyrsus.com)A F3<f1>A F0 5.543(.I)C
3.043(tc)-5.543 G(on)-3.043 E -.15(ve)-.4 G .543
(rts a PIC diagram into a cropped).15 F 2.5(image. Since)80.5 272.4 R
(it uses gs and the PNM library)2.5 E 2.5(,v)-.65 G
(irtually all graphics formats are a)-2.5 E -.25(va)-.2 G
(ilable for output.).25 E F1(Eqn2graph)72 296.4 Q F0 5<8341>72 315.6 S
(ne)-.273 E 4.727(ws)-.25 G 2.227(cript contrib)-4.727 F 2.227(uted by)
-.2 F 0 0 1 Cr 2.227(Eric S. Raymond)4.727 F 0 Cg F3<e1>4.727 E F2
(esr@thyrsus.com)A F3<f1>A F0 7.227(.I)C 4.727(tc)-7.227 G(on)-4.727 E
-.15(ve)-.4 G 2.228(rts an EQN diagram into a).15 F(cropped image.)80.5
327.6 Q(Since it uses gs and the PNM library)5 E 2.5(,v)-.65 G
(irtually all graphics formats are a)-2.5 E -.25(va)-.2 G
(ilable for output.).25 E F1(Gr)72 351.6 Q(offer)-.18 E F0 5<8341>72
370.8 S(ne)-2.184 E 2.816(ws)-.25 G .316(cript contrib)-2.816 F .316
(uted by)-.2 F 0 0 1 Cr .316(Bernd W)2.816 F(ark)-.8 E(en)-.1 E 0 Cg F3
<e1>2.816 E F2(groff\255bernd.warken\25572@web.de)A F3<f1>A F0 5.316(.I)
C 2.816(td)-5.316 G .316(isplays grof)-2.816 F 2.815<668c>-.25 G .315
(les and)-2.815 F(man pages on X and tty)80.5 382.8 Q 2.5(,t)-.65 G
(aking care of most parameters automatically)-2.5 E(.)-.65 E F1(Gr)72
406.8 Q(og)-.18 E F0 5<8344>72 426 S
(ocuments using the mom macro package are recognized.)-5 E F1(gr)72 450
Q(ops)-.18 E F0 5<8343>72 469.2 S(olor support has been added.)-5 E 5
<8341>72 488.4 S(ne)-2.03 E 2.97(wo)-.25 G .47(ption `\255p' is a)-2.97
F -.25(va)-.2 G .47(ilable to select the output paper size.).25 F .471
(It has the same syntax as the ne)5.471 F 2.971(w`)-.25 G .471
(papersize' k)-2.971 F -.15(ey)-.1 G(-).15 E -.1(wo)80.5 500.4 S
(rd in the DESC \214le.).1 E F1(Gr)72 524.4 Q(odvi)-.18 E F0 5<8342>72
543.6 S 3.189(yd)-5 G(ef)-3.189 E .689(ault, font sizes are no)-.1 F
3.189(wa)-.25 G -.25(va)-3.389 G .689
(ilable in the range 5\21110000p \(points\), similar to PS fonts.).25 F
.689(If you w)5.689 F .689(ant the old)-.1 F(beha)80.5 555.6 Q
(viour \(i.e., font sizes at discrete v)-.2 E
(alues only\), insert the follo)-.25 E
(wing at the start of your document:)-.25 E F2
(.if \010\\*[.T]\010dvi\010 \\)92 571.2 Q 12(.s)92 583.2 S
(izes 500 600 700 800 900 1000 1095 1200 1400 1440 1600 \\)-12 E
(1728 1800 2000 2074 2200 2400 2488 2800 3600)146 595.2 Q F0 5<8341>72
614.4 S(ne)-2.5 E 2.5(wf)-.25 G
(ont \214le HBI \(using cmssbxo10; this is slanted sans serif bold e)
-2.5 E(xtended\) has been added.)-.15 E 5<8354>72 633.6 S .2 -.1(wo f)
-5.8 H(ont f).1 E(amilies are no)-.1 E 2.5(wa)-.25 G -.25(va)-2.7 G
(ilable: `T' and `H'.).25 E 5<8345>72 652.8 S 2.533(Ca)-5 G .033
(nd TC fonts ha)-2.533 F .333 -.15(ve b)-.2 H .033(een inte).15 F 2.533
(grated. Use)-.15 F .034
(`\255mec' \(calling the \214le ec.tmac\) to switch to them.)2.533 F
.034(Those fonts gi)5.034 F .334 -.15(ve a)-.25 H(much better co)80.5
664.8 Q -.15(ve)-.15 G(rage of the symbols de\214ned by grof).15 E 2.5
(ft)-.25 G(han the CM fonts.)-2.5 E
(Note that ec.tmac must be called before an)80.5 680.4 Q 2.5(yl)-.15 G
(anguage-speci\214c \214les; it doesn')-2.5 E 2.5(tt)-.18 G(ak)-2.5 E
2.5(ec)-.1 G(are of hcode v)-2.5 E(alues.)-.25 E 5<8343>72 699.6 S
(olor support has been added.)-5 E -.15(Fo)5 G 2.5(rd).15 G(ra)-2.5 E
(wing commands, colors are translated to gray v)-.15 E(alues currently)
-.25 E(.)-.65 E 0 Cg EP
%%Page: 21 21
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-Roman@0 SF(-21-)297.67 48 Q/F1 10/Times-Bold@0 SF(Gr)72 84
Q(otty)-.18 E F0 5<8343>72 103.2 S(olor support has been added, using t\
he SGR \(ISO 6429, sometimes called ANSI color\) escape sequences.)-5 E
5<8353>72 122.4 S .598(GR escape sequences are no)-5 F 3.098(wu)-.25 G
.598(sed by def)-3.098 F .598
(ault for underlining and bold printing also, no longer using the back-)
-.1 F(space character trick.)80.5 134.4 Q 1.6 -.8(To r)5 H -2.15 -.25
(ev e).8 H(rt to the old beha).25 E(viour)-.2 E 2.5(,u)-.4 G
(se the `\255c' switch.)-2.5 E .117(Note that you ha)80.5 150 R .417
-.15(ve t)-.2 H 2.617(ou).15 G .117
(se the `\255R' option of `less' to mak)-2.617 F 2.617(eS)-.1 G .117
(GR escapes display correctly)-2.617 F 5.117(.O)-.65 G 2.617(nt)-5.117 G
.118(he other hand, ter)-2.617 F(-)-.2 E .689
(minal programs and consoles lik)80.5 162 R 3.189(e`)-.1 G .689
(xterm' which support SGR sequences nati)-3.189 F -.15(ve)-.25 G .688
(ly can directly display the output).15 F .893(of grotty)80.5 174 R
5.893(.C)-.65 G(onsequently)-5.893 E 3.394(,t)-.65 G .894
(he options `\255b', `\255B', `\255u', and `\255U' w)-3.394 F .894
(ork only in combination with `\255c' and are ig-)-.1 F
(nored silently otherwise.)80.5 186 Q -.15(Fo)80.5 201.6 S 2.877(rt).15
G .377(he `man' program, it may be necessary to add the `\255R' option \
of `less' to the $P)-2.877 F -.4(AG)-.92 G .376(ER en).4 F .376
(vironment v)-.4 F(ariable)-.25 E 1.236(\(or $MANP)80.5 213.6 R -.4(AG)
-.92 G 1.236(ER, depending on the used v).4 F 1.236
(ersion of `man'\); alternati)-.15 F -.15(ve)-.25 G(ly).15 E 3.736(,y)
-.65 G 1.236(ou can use `man')-3.736 F 3.737(s`)-.55 G 1.237
(\255P' option \(or)-3.737 F
(adapt its con\214guration \214le accordingly\).)80.5 225.6 Q(See)5 E/F2
10/Times-Italic@0 SF(man)2.88 E F0(\(1\) for more details.).24 E 5<8349>
72 244.8 S 2.5(ft)-5 G(he en)-2.5 E(vironment v)-.4 E(ariable GR)-.25 E
(OFF_NO_SGR is set, SGR output is disabled, re)-.4 E -.15(ve)-.25 G
(rting to the old beha).15 E(viour)-.2 E(.)-.55 E 5<8341>72 264 S(ne)
-2.5 E 2.5(ws)-.25 G(pecial \\X')-2.5 E(tty: sgr n' has been added; if \
n is non-zero or missing, enable SGR output \(the def)-.18 E(ault\).)-.1
E 5<8349>72 283.2 S 2.735(ft)-5 G .235(he ne)-2.735 F 2.735(wo)-.25 G
.234(ption `\255i' is used \(only in SGR mode\), grotty sends escape se\
quences to set the italic font attrib)-2.735 F .234(ute in-)-.2 F 1.054
(stead of the underline attrib)80.5 295.2 R 1.055(ute for italic fonts.)
-.2 F 1.055(Note that man)6.055 F 3.555(yt)-.15 G 1.055(erminals don')
-3.555 F 3.555(th)-.18 G -2.25 -.2(av e)-3.555 H 1.055
(support for this \(including)3.755 F(xterm\).)80.5 307.2 Q F1(gr)72
331.2 Q(ohtml)-.18 E F0 5<8343>72 350.4 S
(olor support for glyphs has been added.)-5 E 5<834e>72 369.6 S .5 -.25
(ew o)-5 H
(ption `\255h' to select the style of headings in HTML output.).25 E 5
<834e>72 388.8 S .5 -.25(ew o)-5 H
(ption `\255b' to set the background colour to white.).25 E 5<834e>72
408 S 1.042 -.25(ew o)-5 H .542(ptions `\255a' and `\255g' to control t\
he number of bits for anti-aliasing used for te).25 F .541
(xt and graphics, respecti)-.15 F -.15(ve)-.25 G(ly).15 E(.)-.65 E(Def)
80.5 420 Q(ault v)-.1 E(alue is 4; 0 means no anti-aliasing.)-.25 E 5
<8367>72 439.2 S(rof)-5 E 2.5(fc)-.25 G(haracter/glyph entities no)-2.5
E 2.5(wm)-.25 G(ap onto HTML 4 character entities.)-2.5 E F1(Gr)72 463.2
Q(olbp)-.18 E F0 5<8356>72 482.4 S .877(alid paper sizes are no)-6.11 F
3.378(ws)-.25 G .878(peci\214ed as with the ne)-3.378 F 3.378(w`)-.25 G
.878(papersize' k)-3.378 F -.15(ey)-.1 G -.1(wo).15 G .878
(rd in the DESC \214le.).1 F(Speci\214cally)5.878 E 3.378(,t)-.65 G .878
(he old)-3.378 F
(custom paper type format `custAAAxBBB' is no longer supported.)80.5
494.4 Q F1(Miscellaneous)72 518.4 Q F0 5<8341>72 537.6 S(ne)-2.5 E 2.5
(wm)-.25 G(anual page `ditrof)-2.5 E(f.7' is a)-.25 E -.25(va)-.2 G
(ilable.).25 E 5<8354>72 556.8 S(he grof)-5 E 2.5(ft)-.25 G -.15(ex)-2.5
G(info manual is no).15 E 2.5(wi)-.25 G(nstalled, together with a b)-2.5
E(unch of e)-.2 E(xamples.)-.15 E 5<8341>72 576 S(ne)-2.5 E 2.5(wk)-.25
G -.15(ey)-2.6 G -.1(wo).15 G
(rd `papersize' has been added to the DESC \214le format.).1 E(Its ar)5
E(gument is either)-.18 E .4 LW 86 595.2 81 595.2 DL 86 590.2 86 595.2
DL 81 590.2 86 590.2 DL 81 595.2 81 590.2 DL 2.5(ap)91.5 595.2 S
(rede\214ned paper format \(e.g., `)-2.5 E(A4' or `letter'\))-.8 E 86
614.4 81 614.4 DL 86 609.4 86 614.4 DL 81 609.4 86 609.4 DL 81 614.4 81
609.4 DL 2.5<618c>91.5 614.4 S(le name pointing to a \214le which must \
contain a paper size speci\214cation in its \214rst line \(e.g., `/etc/\
papersize'\))-2.5 E 86 633.6 81 633.6 DL 86 628.6 86 633.6 DL 81 628.6
86 628.6 DL 81 633.6 81 628.6 DL 2.5(ac)91.5 633.6 S
(ustom paper size de\214nition lik)-2.5 E 2.5(e`)-.1 G(35c,4i')-2.5 E
(See)80.5 649.2 Q F2(gr)4.438 E(of)-.45 E(f_font)-.18 E F0 1.518
(\(5\) for more details.).68 F 1.518(This k)6.518 F -.15(ey)-.1 G -.1
(wo).15 G 1.518(rd only af).1 F 1.518(fects the ph)-.25 F 1.518
(ysical dimensions of the output medium;)-.05 F
(grops, grolj4, and grolbp use it currently)80.5 661.2 Q 5(.t)-.65 G
(rof)-5 E 2.5(fc)-.25 G(ompletely ignores it.)-2.5 E 0 Cg EP
%%Trailer
end
%%EOF