| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/usr/share/doc/groff-1.23.0/ |
Upload File : |
%!PS-Adobe-3.0
%%Creator: groff version 1.23.0
%%CreationDate: Sun Jul 16 18:34:52 2023
%%DocumentNeededResources: font Times-BoldItalic
%%+ font Times-Bold
%%+ font Times-Italic
%%+ font Times-Roman
%%+ font Symbol
%%DocumentSuppliedResources: procset grops 1.23 0
%%Pages: 11
%%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-BoldItalic
%%IncludeResource: font Times-Bold
%%IncludeResource: font Times-Italic
%%IncludeResource: font Times-Roman
%%IncludeResource: font Symbol
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-Roman@0 ENC0/Times-Roman RE/Times-Italic@0 ENC0/Times-Italic RE
/Times-Bold@0 ENC0/Times-Bold RE/Times-BoldItalic@0 ENC0
/Times-BoldItalic RE
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
BP
%%EndPageSetup
/F0 14/Times-BoldItalic@0 SF(me)240.809 136.8 Q/F1 14/Times-Bold@0 SF
(Refer)3.5 E(ence Manual)-.252 E/F2 10/Times-Italic@0 SF(for)250.29
160.8 Q/F3 10/Times-Roman@0 SF(grof)2.5 E 2.5(fm)-.25 G(e)-2.5 E F2(ver)
2.5 E(sion 1.23.0*)-.1 E(Eric P)276.815 196.8 Q 2.5(.A)-1.35 G(llman)
-2.5 E(Adapted for)185.94 220.8 Q F3(grof)2.5 E(f)-.25 E F2(by J)2.5 E
(ames Clark and G. Br)-.35 E(anden Robinson)-.15 E F3 .47
(This document describes in terse form the features of the)97 285 R F2
(me)2.969 E F3 .469(macro package for)2.969 F F2(gr)2.969 E(of)-.45 E(f)
-.18 E F3 5.469(.S)C .469(ome f)-5.469 F .469(amiliarity with)-.1 F
1.672(the latter is assumed.)72 297 R(Speci\214cally)6.672 E 4.172(,t)
-.65 G 1.672(he reader should understand breaks; \214lling; adjustment;\
font selection; type)-4.172 F .547
(sizes; the de\214nition and use of re)72 309 R .547(gisters, strings, \
and macros; and typographical units of measurement: points, ems,)-.15 F
(ens, and v)72 321 Q 2.5(ees. F)-.15 F
(or a more casual introduction to te)-.15 E
(xt processing, refer to \231Writing P)-.15 E(apers with)-.15 E F2(gr)
2.5 E(of)-.45 E(f)-.18 E F3(using \255)2.5 E F2(me)A F3<9a2e>A(Man)97
337.2 Q 4.587(yo)-.15 G 4.587(ft)-4.587 G 2.088(he package')-4.587 F
4.588(sr)-.55 G 2.088(endering parameters can be adjusted through re)
-4.588 F 2.088(gisters, strings, and macro calls.)-.15 F .54(Macro ar)72
349.2 R .54(guments are denoted with lo)-.18 F .539
(wercase letters for numeric v)-.25 F .539(alues \(suf)-.25 F<8c78>-.25
E .539(ed with a scaling unit if appropriate\))-.15 F .282
(and with uppercase for te)72 361.2 R .282(xt ar)-.15 F 2.782
(guments. Def)-.18 F .282(ault parameter v)-.1 F .282(alues are sho)-.25
F .283(wn in square brack)-.25 F 2.783(ets. The)-.1 F(notation)2.783 E
/F4 10/Symbol SF<b1>2.783 E F2(n)A F3(in-)3.023 E .373
(dicates a numerical v)72 373.2 R .373
(alue with an optional leading sign.)-.25 F -.4(Wi)5.373 G .373
(thout the sign, it assigns a v).4 F(alue)-.25 E F2(n.)3.233 E F3 -.4
(Wi)5.373 G .373(th it, it e).4 F(xpresses)-.15 E .3(alteration of an e)
72 385.2 R .3(xisting v)-.15 F .3(alue by the amount)-.25 F F2 2.8
(n. me)3.16 F F3 1.4 -.55('s f)D .3(ont re).55 F .3
(gisters may be set only to mounting positions.)-.15 F(Position)5.3 E
.67(zero tells)72 397.2 R F2(me)3.17 E F3 .67
(to perform no font change; the font of the preceding te)3.17 F .669
(xt is used instead.)-.15 F .669(Position zero is a \231pseudo-)5.669 F
.518(font\232; that is, it is interpreted and handled by the macros.)72
409.2 R .519(In contrast, using position zero may produce une)5.518 F
(xpected)-.15 E .285
(results in a font selection escape sequence such as)72 421.2 R/F5 10
/Times-Bold@0 SF(\\f0)2.784 E F3 2.784(,b)C .284
(ecause those are interpreted directly by)-2.784 F F2(tr)2.784 E(of)-.45
E(f)-.18 E F3(.)A F2(me)5.284 E F3 1.384 -.55('s t)D .284(ype size).55 F
(re)72 433.2 Q 1.028(gisters support only inte)-.15 F 1.028(gral v)-.15
F 1.028(alues in points.)-.25 F 1.028(Changes to parameters that af)
6.028 F 1.029(fect the layout of the page \(notably)-.25 F .541
(page length and v)72 445.2 R .541(ertical mar)-.15 F .541
(gins\) should be done before calling an)-.18 F 3.04(yp)-.15 G .54
(aragraphing or sectioning macros.)-3.04 F(Normally)5.54 E(,)-.65 E -.15
(ve)72 457.2 S(rtical space is suppressed at the top of a page if no te)
.15 E(xt has yet appeared \(page headers notwithstanding\).)-.15 E F2
(gr)97 473.4 Q(of)-.45 E(f)-.18 E F3 .229(measures distances in de)2.729
F .229(vice-speci\214c basic units, so it is often necessary to specify\
measurements with a)-.25 F .198(scaling unit.)72 485.4 R -.15(Fo)5.198
G 2.698(ri).15 G .198(nstance, to set the paragraph indentation to eigh\
t ens, input \231.nr pi 8n\232.)-2.698 F .197(\231.nr pi 8\232 mak)5.197
F .197(es the para-)-.1 F
(graph indentation eight basic units, or 8/72,000 inches on)72 497.4 Q
F2(gr)2.92 E(ops, gr)-.45 E(of)-.45 E(f)-.18 E F3 1.1 -.55('s P)D
(ostScript output dri).55 E -.15(ve)-.25 G -.55(r.).15 G(Re)97 513.6 Q
1.727(gisters and strings with names of the form)-.15 F F5($)4.227 E/F6
10/Times-BoldItalic@0 SF(x).96 E F3 1.727(may be used in e)4.417 F 1.727
(xpressions and te)-.15 F 1.727(xt b)-.15 F 1.727(ut should not be)-.2 F
3.083(changed. Macros)72 525.6 R .583(with names of the form)3.083 F F5
($)3.083 E F6(x).96 E F3(are)3.273 E F2(hooks,)3.393 E F3 .582
(called internally by)3.083 F F2(me)3.082 E F3 3.082(,a)C .582
(nd can be rede\214ned to alter their)-3.082 F 2.567(function. This)72
537.6 R .067(may be a sensiti)2.567 F .367 -.15(ve o)-.25 H .067
(peration; look at the macro de\214nition in the).15 F F2 -.15(e.)2.568
G(tmac).15 E F3 .068(\214le before changing it.)2.878 F .068(If you)
5.068 F(don')72 549.6 Q 2.5(tr)-.18 G(equire a gi)-2.5 E -.15(ve)-.25 G
2.5(nh).15 G(ook, \(re\)de\214ne it as empty instead of remo)-2.5 E
(ving it.)-.15 E .39(Objects in)97 565.8 R F2(me)2.89 E F3(follo)2.89 E
2.89(war)-.25 G .39(igid naming con)-2.89 F -.15(ve)-.4 G 2.89(ntion. T)
.15 F 2.89(oa)-.8 G -.2(vo)-3.09 G .39(id con\215ict, an).2 F 2.89(yu)
-.15 G(ser)-2.89 E .39(-de\214ned re)-.2 F(gister)-.15 E 2.89(,s)-.4 G
.39(tring, or macro)-2.89 F .171
(names should be single numerals or uppercase letters, or an)72 577.8 R
2.671(yl)-.15 G .171
(onger character sequence including at least one upper)-2.671 F(-)-.2 E
(case letter)72 589.8 Q(.)-.55 E/F7 7/Times-Roman@0 SF(1)-4 I F3
(The names emplo)2.5 4 M(yed by an)-.1 E 2.5(yp)-.15 G
(reprocessors in use should also not be repurposed.)-2.5 E .32 LW 76
668.4 72 668.4 DL 80 668.4 76 668.4 DL 84 668.4 80 668.4 DL 88 668.4 84
668.4 DL 92 668.4 88 668.4 DL 96 668.4 92 668.4 DL 100 668.4 96 668.4 DL
104 668.4 100 668.4 DL 108 668.4 104 668.4 DL 112 668.4 108 668.4 DL 116
668.4 112 668.4 DL 120 668.4 116 668.4 DL 124 668.4 120 668.4 DL 128
668.4 124 668.4 DL 132 668.4 128 668.4 DL 136 668.4 132 668.4 DL 140
668.4 136 668.4 DL 144 668.4 140 668.4 DL 148 668.4 144 668.4 DL 152
668.4 148 668.4 DL 156 668.4 152 668.4 DL 160 668.4 156 668.4 DL 164
668.4 160 668.4 DL 168 668.4 164 668.4 DL 172 668.4 168 668.4 DL 176
668.4 172 668.4 DL 180 668.4 176 668.4 DL 184 668.4 180 668.4 DL 188
668.4 184 668.4 DL 192 668.4 188 668.4 DL 196 668.4 192 668.4 DL 200
668.4 196 668.4 DL 204 668.4 200 668.4 DL 208 668.4 204 668.4 DL 212
668.4 208 668.4 DL 216 668.4 212 668.4 DL/F8 8/Times-Roman@0 SF 2(*b)77
680.4 S(ased on)-2 E/F9 8/Times-Italic@0 SF -.12(e.)2 G(tmac).12 E F8
(8.1 from 4.4BSD)2 E/F10 5/Times-Roman@0 SF(1)77 689.2 Q F8 -.12(Fo)2
3.2 O 2(rp).12 G(ortability between BSD and)-2 E F9(gr)2 E(of)-.36 E 2
(fm)-.144 G(e)-2 E F8 2(,l)C(imit names to tw)-2 E 2(oc)-.08 G
(haracters, and a)-2 E -.16(vo)-.16 G(id names starting with).16 E/F11 8
/Times-Bold@0 SF([)2 E F8(\(left square brack)2 E(et\).)-.08 E F6(me)72
756 Q F5(Refer)2.5 E(ence Manual)-.18 E(1)369.87 E 0 Cg EP
%%Page: 2 2
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(2)369.87 E 2.5(1. P)72 96 R(aragraphing)-.1 E(.lp)
72 112.2 Q/F2 10/Times-Roman@0 SF(Be)76.02 E .986
(gin left-aligned paragraph.)-.15 F .985
(Centering, right-alignment, and underlining are canceled.)5.986 F(The)
5.985 E .168(font is set to)158.86 124.2 R F1(\\n\(pf)2.669 E F2 .169
([1], the type size to)2.669 F F1(\\n\(pp)2.669 E F2 .169([10p], and v)
2.669 F .169(ertical spacing \(te)-.15 F .169(xt baseline spacing\))-.15
F(to)158.86 136.2 Q F1(\\n\(tv)3.532 E F2 1.032
([120]% of the type size.)3.532 F -1.11(Ve)6.031 G 1.031
(rtical space of)1.11 F F1(\\n\(ps)3.531 E F2 1.031
([0.35v] is inserted before the para-)3.531 F 2.977(graph. The)158.86
148.2 R .477(indentation is reset to)2.977 F F1(\\n\($i)2.977 E F2 .478
([0] plus)2.978 F F1(\\n\(po)2.978 E F2 .478
([0] unless the paragraph is inside a dis-)2.978 F(play \(see)158.86
160.2 Q F1(.ba)2.5 E F2 2.5(\). At)B(least the \214rst tw)2.5 E 2.5(oo)
-.1 G(utput lines of the paragraph are k)-2.5 E(ept together on a page.)
-.1 E F1(.pp)72 176.4 Q F2(Lik)73.24 E(e)-.1 E F1(.lp)2.5 E F2 2.5(,b)C
(ut apply a \(further\) indentation of)-2.7 E F1(\\n\(pi)2.5 E F2
([5n] to the \214rst output line.)2.5 E F1(.ip)72 192.6 Q/F3 10
/Times-Italic@0 SF 3.78(Ti)2.41 G F2(Lik)57.71 E(e)-.1 E F1(.lp)3.284 E
F2 3.284(,b)C .783(ut set the paragraph with an optional hanging tag)
-3.484 F F3(T)3.193 E F2 .783([empty] and the remainder in-)4.553 F .517
(dented by)158.86 204.6 R F3(i)3.027 E F2([)3.377 E F1(\\n\(ii)A F2
3.017([5n]]. The)3.017 F(tag)3.017 E F3(T)2.927 E F2 .517(is \231e)4.287
F .517(xdented\232 \(the opposite of)-.15 F F3(in)3.027 E F2 3.017
(dented\). An).24 F 3.017(ys)-.15 G .517(paces in)-3.017 F F3(T)2.928 E
F2(must be unbreakable.)158.86 216.6 Q(If)5 E F3(T)2.41 E F2
(does not \214t in the space)3.77 E F3(i,)2.51 E F1(.ip)2.5 E F2
(breaks the line after)2.5 E F3(T)2.41 E F2(.)1.27 E F1(.np)72 232.8 Q
F2(Lik)73.24 E(e)-.1 E F1(.ip)3.415 E F2 3.415(,b)C .915
(ut tag the paragraph with a number in parentheses, starting at 1.)
-3.615 F .914(Each subsequent)5.914 F F1(.np)158.86 244.8 Q F2 .275
(call increments it.)2.775 F .275(The paragraph number is stored in)
5.275 F F1(\\n\($p)2.776 E F2 .276(and reset to 1 by)2.776 F F1(.lp)
2.776 E F2(,)A F1(.pp)2.776 E F2(,)A F1(.b)2.776 E(u)-.2 E F2(,)A F1
(.sh)158.86 256.8 Q F2 2.5(,a)C(nd)-2.5 E F1(.sx)2.5 E F2(.)A F1(.b)72
273 Q(u)-.2 E F2(Lik)73.44 E(e)-.1 E F1(.ip)2.952 E F2 2.952(,e)C .452
(xcept that the tag is a b)-3.102 F .452(ullet \(\203\).)-.2 F .452
(No v)5.452 F .451(ertical space is inserted between adjacent b)-.15 F
(ul-)-.2 E
(leted paragraphs, enabling the construction of compact itemized lists.)
158.86 285 Q F1 2.5(2. Sectioning)72 309 R F2 .167
(Numbered sections are similar to paragraphs e)97 325.2 R .168
(xcept that a section number of the form \2311.2.3\232 is automatically)
-.15 F 1.071(generated for each.)72 337.2 R F3(me)6.071 E F2 1.071
(supports up to six le)3.571 F -.15(ve)-.25 G 1.071
(ls of sectioning; an).15 F 3.57(yg)-.15 G -2.15 -.25(iv e)-3.57 H 3.57
(ns).25 G 1.07(ection has a)-3.57 F F3(depth)3.92 E F2 1.07
(that determines the)3.85 F .358
(quantity of components \(separated by dots\) sho)72 349.2 R .358
(wn in its section number)-.25 F 5.358(.U)-.55 G .358
(nnumbered section headings are similar)-5.358 F(,)-.4 E -.15(ex)72
361.2 S(cept that no number is pre\214x).15 E(ed to the section title.)
-.15 E F1(.sh)72 377.4 Q/F4 10/Symbol SF<b1>2.5 E F3 -3.7 2.65(nT a)D
2.5(bcdef)-.15 G F2(Be)7.95 E .627
(gin section with numbered heading of depth)-.15 F F4<b1>3.127 E F3(n)A
F2 .627([+0] and optional title)3.367 F F3(T)3.037 E F2 3.127
([empty]. V)4.397 F(ertical)-1.11 E 1.198(space of)158.86 389.4 R F1
(\\n\(ss)3.698 E F2 1.198([1v] precedes the heading.)3.698 F 1.199
(The components of the section number are main-)6.199 F .478(tained in)
158.86 401.4 R F1(\\n\($1)2.978 E F2(through)2.978 E F1(\\n\($6)2.978 E
F2 2.978(;c)C .478(ombined, the)-2.978 F 2.978(ya)-.15 G .478(re a)
-2.978 F -.25(va)-.2 G .478(ilable in).25 F F1(\\*\($n)2.977 E F2 5.477
(.A)C .477(utomatic section num-)-5.477 F .122(bering at all depths be)
158.86 413.4 R .122(gins at 1.)-.15 F .122(The heading is set in font)
5.122 F F1(\\n\(sf)2.622 E F2 .122([3] at size)2.622 F F1(\\n\(sp)2.622
E F2 .122([10p] and uses)2.622 F .543
(the indentation of its parent depth; a further indentation of)158.86
425.4 R F1(\\n\(so)3.042 E F2 .542([0] is applied only to its out-)3.042
F 1.202(put line.)158.86 437.4 R 1.202(The section number is follo)6.202
F 1.202(wed by a period, after which the typef)-.25 F 1.203
(ace is set to the)-.1 F .446(paragraph font)158.86 449.4 R F1(\\n\(pf)
2.946 E F2 .446(at size)2.946 F F1(\\n\(pp)2.946 E F2 .446
(so that content may follo)2.946 F 2.946(wi)-.25 G .446
(mmediately on the same output)-2.946 F(line.)158.86 461.4 Q F1(.sh)
5.135 E F2 .135(ensures that there is enough room to format the section\
heading with the be)2.635 F .135(ginning of)-.15 F 2.875(ap)158.86
473.4 S .375(aragraph on the same page \(about 3 lines total\).)-2.875 F
.375(If an)5.375 F 2.875(yo)-.15 G(f)-2.875 E F3(a)3.205 E F2(through)
3.135 E F3(f)4.844 E F2 .374([all empty] is speci-)4.834 F .32(\214ed, \
each component of the section number is assigned the corresponding ar)
158.86 485.4 R .32(gument instead of)-.18 F 1.367
(being automatically adjusted.)158.86 497.4 R 3.867(Ah)6.367 G 1.367
(yphen \(\231\255\232\) for a component ar)-3.917 F 1.366(gument pre)
-.18 F -.15(ve)-.25 G 1.366(nts its alter).15 F(-)-.2 E 2.676(ation. If)
158.86 509.4 R F3(T)2.586 E F2 .177(is an underscore \(\231_\232\), the\
section depth and numbering are reset, the base indenta-)3.947 F .857(\
tion is not, and nothing is output\212this is useful to automatically c\
oordinate section numbers)158.86 521.4 R(with chapter numbers.)158.86
533.4 Q(If all components are zero, no number is output.)5 E F1(.sx)72
549.6 Q F4<b1>2.5 E F3(n)A F2 1.371(Go to section depth)62.48 F F4<b1>
3.872 E F3(n)A F2 1.372([\2551], b)4.112 F 1.372
(ut emit no section heading and do not increment the section)-.2 F
(number)158.86 561.6 Q 5(.T)-.55 G(his has the ef)-5 E(fect of an)-.25 E
F1(.lp)2.5 E F2(call at the ne)2.5 E 2.5(wd)-.25 G(epth.)-2.5 E F1(.uh)
72 577.8 Q F3(T)2.41 E F2(Be)65.27 E(gin unnumbered section.)-.15 E(Lik)
5 E(e)-.1 E F1(.sh)2.5 E F2 2.5(,w)C
(ithout the section numbering features.)-2.5 E F1(.$p)72 594 Q F3 4.35
(TB)2.41 G(n)-1.22 E F2 .086(Output section heading.)47.24 F F3(T)4.996
E F2 .086(is the title,)3.856 F F3(B)3.165 E F2 .085
(is the concatenated number)2.855 F 2.585(,a)-.4 G(nd)-2.585 E F3(n)
2.945 E F2 .085(is the depth.)2.825 F(These)5.085 E .469
(parameters are not al)158.86 606 R -.1(wa)-.1 G .469(ys present;).1 F
F1(.sh)2.969 E F2 .469(passes all three,)2.969 F F1(.uh)2.969 E F2 .47
(only the \214rst, and)2.969 F F1(.sx)2.97 E F2 .47(all three, b)2.97 F
(ut)-.2 E(the \214rst tw)158.86 618 Q 2.5(oa)-.1 G(re empty)-2.5 E 5(.I)
-.65 G(f)-5 E F3(n)2.86 E F2
(is present, the section indentation is set to)2.74 E F1(\\n\(si)2.5 E
F2(times)2.5 E F3(n)2.86 E F2(.).24 E F1(.$0)72 634.2 Q F3 4.35(TB)2.41
G(n)-1.22 E F2 1.002(This hook macro, normally empty)47.8 F 3.502(,i)
-.65 G 3.501(sc)-3.502 G 1.001(alled automatically by)-3.501 F F1(.sh)
3.501 E F2(and)3.501 E F1(.uh)3.501 E F2 1.001(after the)3.501 F 3.501
(yc)-.15 G(all)-3.501 E F1(.$p)3.501 E F2(,)A .924
(and is passed the same ar)158.86 646.2 R 3.425(guments. Y)-.18 F .925
(ou can de\214ne it to, for instance, automatically put each)-1.1 F
(section title into a table of contents using)158.86 658.2 Q F1(.\(x)2.5
E F2(and)2.5 E F1(.\)x)2.5 E F2(.)A F1(.$)72 674.4 Q F0(n).56 E F2 .058
(These hook macros \(where)73.24 F F3(n)2.918 E F2 .058(is an inte)2.798
F .058(ger 1\2116\) are called by)-.15 F F1(.$p)2.558 E F2 .057
(just before it outputs a section)2.558 F(heading of depth)158.86 686.4
Q F3(n.)2.86 E F2(The)5 E 2.5(yc)-.15 G
(ould be used to obtain section depth-dependent spacing.)-2.5 E 0 Cg EP
%%Page: 3 3
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(3)369.87 E 2.5(3. Headers,)72 96 R -.25(Fo)2.5 G
(oters, and Mar).25 E(gins)-.1 E/F2 10/Times-Roman@0 SF .168
(Headers and footers are kno)97 112.2 R .169(wn as)-.25 F/F3 10
/Times-Italic@0 SF(thr)2.799 E .169(ee-part titles)-.37 F F2 .169
(for their left, middle, and right-hand components)2.939 F F3 .849
(L, M,)3.249 F F2(and)2.669 E F3(R.)72.63 124.2 Q F2 .072
(The components are separated by a)5.072 F F3(delimiter)2.922 E(,)-1.11
E F2(sho)2.572 E .072(wn here as a neutral apostrophe, b)-.25 F .071
(ut which can be an)-.2 F 2.571(yc)-.15 G(haracter)-2.571 E .27
(that does not occur in an)72 136.2 R 2.77(yo)-.15 G 2.77(ft)-2.77 G .27
(he components.)-2.77 F(An)5.27 E 2.77(yd)-.15 G .27
(e\214ned title is placed on the page automatically)-2.77 F 2.77(,s)-.65
G .27(et in font)-2.77 F F1(\\n\(tf)2.77 E F2 .304([3] at size)72 148.2
R F1(\\n\(tp)2.804 E F2 2.804([10p]. Each)2.804 F .304
(title de\214nition applies starting with the)2.804 F F3(ne)3.164 E(xt)
-.2 E F2 .304(page; titles intended for output on the \214rst)3.484 F
1.06(page should be de\214ned prior to an)72 160.2 R 3.56(ys)-.15 G 1.06
(ectioning or paragraphing macro calls.)-3.56 F 3.561(At)6.061 G 1.061
(itle must be quoted if it contains)-3.561 F(more than tw)72 172.2 Q 2.5
(oa)-.1 G(djacent spaces or more than eight spaces total.)-2.5 E .189
(The placement of headers and footers is controlled by four re)97 188.4
R .189(gisters initialized to v)-.15 F .188
(alues scaled with respect to)-.25 F 1.337(the def)72 200.4 R 1.337
(ault type size and v)-.1 F 1.337(ertical spacing.)-.15 F F1(\\n\(hm)
6.338 E F2 1.338
([4v] is the distance from the top of the page to the top of the)3.838 F
(header)72 212.4 Q(,)-.4 E F1(\\n\(fm)3.043 E F2 .543
([3v] that from the bottom of the page to the bottom of the footer)3.043
F(,)-.4 E F1(\\n\(tm)3.042 E F2 .542([7v] that from the top of the)3.042
F(page to the top of the te)72 224.4 Q(xt, and)-.15 E F1(\\n\(bm)2.5 E
F2([6v] that from the bottom of the page to the \(nominal\) bottom of t\
he te)2.5 E(xt.)-.15 E F3(me)97 240.6 Q F2(uses)3.203 E F3(tr)3.203 E
(of)-.45 E(f)-.18 E F2 1.803 -.55('s e)D -.4(nv).55 G .703
(ironment 0 for body te).4 F .703(xt, 1 for k)-.15 F .704
(eeps \(see belo)-.1 F .704(w\), and 2 for headers and footers.)-.25 F
.704(The de-)5.704 F -.1(fa)72 252.6 S .398(ult line length is tw).1 F
2.898(oi)-.1 G .398
(nches less than the page width \(e.g., 6.5i on U.S. letter paper\).)
-2.898 F .397(The def)5.397 F .397(ault page of)-.1 F .397(fset \(left)
-.25 F(mar)72 264.6 Q(gin\) is determined by the output de)-.18 E
(vice; it is typically 1.0i on typesetting de)-.25 E
(vices and 0 on terminals.)-.25 E F1(.xl)72 280.8 Q/F4 10/Symbol SF<b1>
2.5 E F3(n)A F2(Set line length to)63.59 E F3(n)2.86 E F2([see abo)2.74
E -.15(ve)-.15 G 2.5(]o).15 G(nly in the current en)-2.5 E(vironment.)
-.4 E F1(.ll)72 297 Q F4<b1>2.5 E F3(n)A F2 .496(Set line length to to)
65.81 F F3(n)3.356 E F2 .496([see abo)3.236 F -.15(ve)-.15 G 2.996(]i)
.15 G 2.996(na)-2.996 G .496(ll en)-2.996 F .496(vironments used by)-.4
F F3(me)2.996 E F2(,)A/F5 7/Times-Roman@0 SF(2)-4 I F2 .497
(and store it in)2.997 4 N F1(\\n\($l)2.997 E F2 5.497(.T)C(his)-5.497 E
(macro should not be used after output has be)158.86 309 Q
(gun, and particularly not in multi-column layouts.)-.15 E F1(.he)72
325.2 Q F2<08>2.5 E F3(L).58 E F2<08>.53 E F3(M).68 E F2<08>.9 E F3(R)
.63 E F2 41.07<0844>.27 G(e\214ne header to be placed at the top of e)
-41.07 E -.15(ve)-.25 G(ry page.).15 E F1(.f)72 341.4 Q(o)-.25 E F2<08>
2.5 E F3(L).58 E F2<08>.53 E F3(M).68 E F2<08>.9 E F3(R).63 E F2 42.99
<0844>.27 G(e\214ne footer to be placed at the bottom of e)-42.99 E -.15
(ve)-.25 G(ry page.).15 E F1(.eh)72 357.6 Q F2<08>2.5 E F3(L).58 E F2
<08>.53 E F3(M).68 E F2<08>.9 E F3(R).63 E F2 41.07<0844>.27 G
(e\214ne header to be placed at the top of e)-41.07 E -.15(ve)-.25 G
(ry e).15 E -.15(ve)-.25 G(n-numbered page.).15 E F1(.oh)72 373.8 Q F2
<08>2.5 E F3(L).58 E F2<08>.53 E F3(M).68 E F2<08>.9 E F3(R).63 E F2
40.51<0844>.27 G(e\214ne header to be placed at the top of e)-40.51 E
-.15(ve)-.25 G(ry odd-numbered page.).15 E F1(.ef)72 390 Q F2<08>2.5 E
F3(L).58 E F2<08>.53 E F3(M).68 E F2<08>.9 E F3(R).63 E F2 43.3<0844>.27
G(e\214ne footer to be placed at the bottom of e)-43.3 E -.15(ve)-.25 G
(ry e).15 E -.15(ve)-.25 G(n-numbered page.).15 E F1(.of)72 406.2 Q F2
<08>2.5 E F3(L).58 E F2<08>.53 E F3(M).68 E F2<08>.9 E F3(R).63 E F2
42.74<0844>.27 G(e\214ne footer to be placed at the bottom of e)-42.74 E
-.15(ve)-.25 G(ry odd-numbered page.).15 E F1(.hx)72 422.4 Q F2
(Suppress headers and footers on the ne)73.8 E(xt page.)-.15 E F1(.$h)72
438.6 Q F2 .513(Output the page header)73.8 F 5.513(.C)-.55 G .513
(are should be tak)-5.513 F .513(en when rede\214ning this macro.)-.1 F
.512(Doing so can dis-)5.512 F(able the)158.86 450.6 Q F1(.he)2.5 E F2
(,)A F1(.f)2.5 E(o)-.25 E F2(,)A F1(.eh)2.5 E F2(,)A F1(.oh)2.5 E F2(,)A
F1(.ef)2.5 E F2 2.5(,a)C(nd)-2.5 E F1(.of)2.5 E F2
(macros, as well as the chapter)2.5 E(-style title feature of)-.2 E F1
(.+c)2.5 E F2(.)A F1(.$f)72 466.8 Q F2
(Output the page footer; the same comments apply as to)76.03 E F1(.$h)
2.5 E F2(.)A F1(.$H)72 483 Q F2 .914(This hook macro is called at the t\
op of each page \(after the header and an)71.58 F 3.415(yp)-.15 G .915
(ending \215oating)-3.415 F -.1(ke)158.86 495 S
(eps are emitted\) and of each column in multi-column mode.).1 E
(Use it for column headings.)5 E F1 2.5(4. Displays)72 519 R F2 .304
(Display macros enclose material; their names are of the form)97 535.2 R
F1(.\()2.804 E F0(x).96 E F2(and)2.994 E F1(.\))2.804 E F0(x).96 E F2
2.804(,a).19 G .304(nd must be paired.)-2.804 F .304(Not all display)
5.304 F .411(types can nest with themselv)72 547.2 R .412
(es or each other)-.15 F 5.412(.A)-.55 G .412(ll displays e)-5.412 F
.412(xcept centered blocks and long quotations are preceded)-.15 F .199
(and follo)72 559.2 R .199(wed by an e)-.25 F(xtra)-.15 E F1(\\n\(bs)
2.699 E F2 .199([0.35v] of v)2.699 F .199(ertical space and use a v)-.15
F .199(ertical spacing of)-.15 F F1(\\n\(dv)2.699 E F2 2.699
([120]%. Long)2.699 F(quotation)2.698 E .555
(pre- and post-space is stored in a dedicated re)72 571.2 R(gister)-.15
E 3.055(,w)-.4 G .555(hile centered blocks ha)-3.055 F .855 -.15(ve n)
-.2 H .555(one; both use the v).15 F .555(ertical spacing)-.15 F
(of normal te)72 583.2 Q(xt,)-.15 E F1(\\n\(tv)2.5 E F2(.)A F1(.\(l)72
599.4 Q F3 2.95(AF)3.51 G F2(Be)56.62 E .327(gin list.)-.15 F -1.25 -.7
(Te x)5.327 H 2.827(tu).7 G(ntil)-2.827 E F1(.\)l)2.827 E F2 .327
(is set in font)2.827 F F1(\\n\(df)2.827 E F2 .327
([0] with \214lling disabled.)2.827 F(If)5.327 E F3(A)3.837 E F2([)2.857
E F1(I)A F2 2.827(]i)C(s)-2.827 E F1(I)2.827 E F2 2.826(,t)C .326
(he list is in-)-2.826 F .783(dented by)158.86 611.4 R F1(\\n\(bi)3.283
E F2 .783([4m]; if)3.283 F F1(M)3.283 E F2 3.283(,i)C 3.283(ti)-3.283 G
3.283(ss)-3.283 G .783(et at the left mar)-3.283 F .784(gin; if)-.18 F
F1(L)3.284 E F2 3.284(,i)C 3.284(ti)-3.284 G 3.284(sl)-3.284 G .784
(eft-aligned \(distinguishably)-3.284 F(from)158.86 623.4 Q F1(M)2.856 E
F2 .355(only if the base indentation is not zero\); and if)2.856 F F1(C)
2.855 E F2 2.855(,t)C .355(he list is centered on a line-by-line)-2.855
F 2.5(basis. If)158.86 635.4 R F3(F)2.92 E F2([empty] is)3.34 E F1(F)2.5
E F2 2.5<2c8c>C(lling is enabled.)-2.5 E F1(.\)l)72 651.6 Q F2
(End list.)78.25 E .32 LW 76 680.4 72 680.4 DL 80 680.4 76 680.4 DL 84
680.4 80 680.4 DL 88 680.4 84 680.4 DL 92 680.4 88 680.4 DL 96 680.4 92
680.4 DL 100 680.4 96 680.4 DL 104 680.4 100 680.4 DL 108 680.4 104
680.4 DL 112 680.4 108 680.4 DL 116 680.4 112 680.4 DL 120 680.4 116
680.4 DL 124 680.4 120 680.4 DL 128 680.4 124 680.4 DL 132 680.4 128
680.4 DL 136 680.4 132 680.4 DL 140 680.4 136 680.4 DL 144 680.4 140
680.4 DL 148 680.4 144 680.4 DL 152 680.4 148 680.4 DL 156 680.4 152
680.4 DL 160 680.4 156 680.4 DL 164 680.4 160 680.4 DL 168 680.4 164
680.4 DL 172 680.4 168 680.4 DL 176 680.4 172 680.4 DL 180 680.4 176
680.4 DL 184 680.4 180 680.4 DL 188 680.4 184 680.4 DL 192 680.4 188
680.4 DL 196 680.4 192 680.4 DL 200 680.4 196 680.4 DL 204 680.4 200
680.4 DL 208 680.4 204 680.4 DL 212 680.4 208 680.4 DL 216 680.4 212
680.4 DL/F6 5/Times-Roman@0 SF(2)77 689.2 Q/F7 8/Times-Italic@0 SF(me)2
3.2 M/F8 8/Times-Roman@0 SF(uses only the three en)2 E(vironments of A)
-.32 E(T&T)-.888 E F7(tr)2 E(of)-.36 E(f)-.144 E F8 2(,b)C(ut in GNU)
-2.16 E F7(tr)2 E(of)-.36 E(f)-.144 E F8 2(,t)C
(he user can create additional ones.)-2 E/F9 8/Times-Bold@0 SF(.ll)4 E
F8 -.08(wo)2 G(rks lik).08 E(e)-.08 E F9(.xl)2 E F8(for the latter)2 E
(.)-.44 E 0 Cg EP
%%Page: 4 4
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(4)369.87 E(.\(q)72 96 Q/F2 10/Times-Roman@0 SF(Be)
75.47 E .518(gin long quotation.)-.15 F -1.25 -.7(Te x)5.518 H 3.018(tu)
.7 G(ntil)-3.018 E F1(.\)q)3.018 E F2 .518
(is \214lled, indented on the left and right by)3.018 F F1(\\n\(qi)3.019
E F2 .519([4n], pre-)3.019 F(ceded and follo)158.86 108 Q(wed by)-.25 E
F1(\\n\(qs)2.5 E F2([0.35v] space, and set at type size)2.5 E F1
(\\n\(qp)2.5 E F2([\2551p].)2.5 E F1(.\)q)72 124.2 Q F2
(End long quotation.)75.47 E F1(.\(b)72 140.4 Q/F3 10/Times-Italic@0 SF
2.95(AF)3.51 G F2(Be)53.84 E .845(gin a block, a form of)-.15 F F3 -.1
(ke)3.345 G .845(ep: me).1 F F2 .845(tries to a)3.345 F -.2(vo)-.2 G
.845(id breaking a page or column between).2 F F1(.\(b)3.345 E F2(and)
3.345 E F1(.\)b)158.86 152.4 Q F2 5.957(.S)C .957(uch a break is allo)
-5.957 F .957(wed an)-.25 F(yw)-.15 E .957(ay if respecting the k)-.1 F
.958(eep w)-.1 F .958(ould lea)-.1 F 1.258 -.15(ve m)-.2 H .958
(ore than).15 F F1(\\n\(bt)3.458 E F2([0])3.458 E -.15(ve)158.86 164.4 S
.454(es of blank space belo).15 F 2.954(wi)-.25 G 2.954(t. If)-2.954 F
F1(\\n\(bt)2.954 E F2 .453
(is zero, this threshold feature is disabled: the break will)2.954 F
(not occur within the k)158.86 176.4 Q 2.5(eep. The)-.1 F(font and)2.5 E
F3(A)3.51 E F2(and)2.53 E F3(F)2.92 E F2(ar)3.34 E
(guments are handled as with)-.18 E F1(.\(l)2.5 E F2(.)A F1(.\)b)72
192.6 Q F2(End block.)75.47 E F1(.\(z)72 208.8 Q F3 2.95(AF)3.51 G F2
(Be)54.96 E .172(gin \215oating k)-.15 F 2.672(eep. Lik)-.1 F(e)-.1 E F1
(.\(b)2.672 E F2 2.672(,e)C .172(xcept that)-2.822 F F3(A)3.682 E F2
(def)2.702 E .172(aults to)-.1 F F1(M)2.672 E F2 .172(and the k)2.672 F
(eep)-.1 E F3(\215oats)4.582 E F2 .173(to the bottom of)2.943 F .698
(the page or column if it \214ts, or the top of the ne)158.86 220.8 R
.698(xt otherwise.)-.15 F .697(Its position relati)5.698 F .997 -.15
(ve t)-.25 H 3.197(oa).15 G(djacent)-3.197 E(formatted te)158.86 232.8 Q
(xt is thus \215e)-.15 E(xible.)-.15 E F1(\\n\(zs)5 E F2
([1v] space precedes and follo)2.5 E(ws a \215oating k)-.25 E(eep.)-.1 E
F1(.\)z)72 249 Q F2(End \215oating k)76.59 E(eep.)-.1 E F1(.\(c)72 265.2
Q F2(Be)76.59 E .719(gin centered block.)-.15 F .719(Input until)5.719 F
F1(.\)c)3.219 E F2 .72
(is collected, its longest output line centered, and the re-)3.219 F
.155(mainder aligned with respect to that line; contrast with the line-\
by-line centering obtained with)158.86 277.2 R<99>158.86 289.2 Q F1
(.\(b C)A F2<9a2e>A F1(.\)c)72 305.4 Q F2(End centered block.)76.59 E F1
2.5(5. Annotations)72 329.4 R F2(Some annotation macros are also mandat\
orily paired enclosures, as display macros are.)97 345.6 Q F1(.\(d)72
361.8 Q F2(Be)75.47 E .827(gin delayed te)-.15 F 3.327(xt. Input)-.15 F
(until)3.327 E F1(.\)d)3.327 E F2 .827(is sa)3.327 F -.15(ve)-.2 G 3.327
(df).15 G .828(or later output by)-3.327 F F1(.pd)3.328 E F2 5.828(.D)C
.828(elayed te)-5.828 F .828(xt re)-.15 F .828(gions are)-.15 F .392
(numbered starting at 1; the number is k)158.86 373.8 R .391(ept in)-.1
F F1(\\n\($d)2.891 E F2 .391(and in the associated string)2.891 F F1
(\\*#)2.891 E F2 5.391(.E)C(ndnotes)-5.391 E(are one application.)158.86
385.8 Q F1(.\)d)72 402 Q F2(End delayed te)75.47 E(xt.)-.15 E F1
(\\n\($d)5 E F2(and the associated string)2.5 E F1(\\*#)2.5 E F2
(are incremented.)2.5 E F1(.pd)72 418.2 Q F2 .8(Emit delayed te)73.24 F
.8(xt: output e)-.15 F -.15(ve)-.25 G .8(rything accumulated with).15 F
F1(.\(d)3.3 E F2 .8(since the last call to)3.3 F F1(.pd)3.3 E F2 5.8(.T)
C .8(he de-)-5.8 F(layed te)158.86 430.2 Q(xt number is reset to 1.)-.15
E(This might be used at the end of each chapter)5 E(.)-.55 E F1(.\(f)72
446.4 Q F2(Be)77.7 E .468(gin footnote.)-.15 F .468(Input until)5.468 F
F1(.\)f)2.968 E F2 .468(is sa)2.968 F -.15(ve)-.2 G 2.968(df).15 G .467
(or output when the foot of the page is reached.)-2.968 F -.15(Fo)5.467
G(ot-).15 E .729(notes are numbered starting at 1; the number is k)
158.86 458.4 R .729(ept in)-.1 F F1(\\n\($f)3.229 E F2 .729
(and in the associated string)3.229 F F1(\\**)3.229 E F2(.)A .733
(The te)158.86 470.4 R .733
(xt of the footnote \215oats to the bottom of the page and set in font)
-.15 F F1(\\n\(ff)3.233 E F2 .733([1] at size)3.233 F F1(\\n\(fp)3.233 E
F2 2.668([8p]. Each)158.86 482.4 R .169(entry is preceded by)2.668 F F1
(\\n\(fs)2.669 E F2 .169([0.2v] space, indented)2.669 F F1<5c6e288c>
2.669 E F2 .169([3n] on its \214rst line, and \231un-)2.669 F .608
(dented\232 \(indented from the right mar)158.86 494.4 R .608(gin\) by)
-.18 F F1(\\n\(fu)3.108 E F2 3.108([0]. F)3.108 F .607
(ootnotes line up underneath columns)-.15 F(in the page layout.)158.86
506.4 Q(If the footnote')5 E 2.5(sc)-.55 G
(ontent does not \214t on the page, it carries o)-2.5 E -.15(ve)-.15 G
2.5(rt).15 G 2.5(ot)-2.5 G(he ne)-2.5 E(xt.)-.15 E F1(.\)f)72 522.6 Q F2
.099(End footnote.)77.7 F F1(\\n\($f)5.099 E F2 .099
(and the associated string)2.599 F F1(\\**)2.599 E F2 .1
(are incremented if the latter has been interpo-)2.599 F
(lated outside a footnote.)158.86 534.6 Q F1(.$s)72 550.8 Q F2 .008
(Output footnote separator: dra)75.47 F 2.508(wah)-.15 G .008
(orizontal line up to 2 inches wide.)-2.508 F .007(Called by)5.007 F F1
(.\(f)2.507 E F2 5.007(.A)C .307 -.15(ny r)-5.007 H(ede-).15 E
(\214nition should produce output no more than one v)158.86 562.8 Q
(ee in height.)-.15 E F1(.\(x)72 579 Q F3(X)3.29 E F2(Be)66.63 E .836
(gin inde)-.15 F 3.336(xe)-.15 G(ntry)-3.336 E 5.836(.I)-.65 G .836
(nput until)-5.836 F F1(.\)x)3.336 E F2 .836(is sa)3.336 F -.15(ve)-.2 G
3.336(di).15 G 3.336(na)-3.336 G 3.336(ni)-3.336 G(nde)-3.336 E 3.336
(xn)-.15 G(amed)-3.336 E F3(X)4.126 E F2([)4.276 E F1(x)A F2 3.336(]u)C
.836(ntil called up with)-3.336 F F1(.xp.)3.337 E F2 1.48
(Each entry is preceded by)158.86 591 R F1(\\n\(xs)3.98 E F2 1.479
([0.2v] of v)3.979 F 1.479(ertical space and undented by)-.15 F F1
(\\n\(xu)3.979 E F2 1.479([0.5i]; that)3.979 F
(amount of space is reserv)158.86 603 Q
(ed on the right end of the line for the \(possibly af)-.15 E<8c78>-.25
E(ed\) page number)-.15 E(.)-.55 E F1(.\)x)72 619.2 Q F3 3.95(PA)3 G F2
.922(End inde)52.91 F 3.422(xe)-.15 G(ntry)-3.422 E 5.922(.T)-.65 G .922
(he entry is rendered with a)-5.922 F F3(leader)3.513 E F2(\(ro)4.153 E
3.423(wo)-.25 G 3.423(fd)-3.423 G .923(ots\) up to an af)-3.423 F .923
(\214x \(such as a)-.25 F -.2(vo)158.86 631.2 S .574
(lume number and separating punctuation\)).2 F F3(A)4.083 E F2 .573
([empty] follo)3.103 F .573(wed by)-.25 F F3(P)3.573 E F2([)3.513 E F1
(\\n%)A F2 3.073(]r)C .573(ight-aligned on)-3.073 F .101
(the last line of the entry)158.86 643.2 R 5.101(.I)-.65 G(f)-5.101 E F3
(A)3.611 E F2 .101(is speci\214ed,)2.631 F F3(P)3.101 E F2 .101
(must be as well.)3.041 F(If)5.101 E F3(P)3.101 E F2 .101
(is an underscore, the leader)3.041 F(,)-.4 E F3 -1.35(P,)158.86 655.2 S
F2(and an)3.85 E(y)-.15 E F3(A)3.51 E F2(are suppressed.)2.53 E F1(.xp)
72 671.4 Q F3(X)3.29 E F2(Emit inde)64.4 E(x)-.15 E F3(X)3.29 E F2([)
3.44 E F1(x)A F2 2.5(]u)C
(sing the current font and type size with display v)-2.5 E
(ertical spacing \()-.15 E F1(\\n\(dv)A F2(\).)A 0 Cg EP
%%Page: 5 5
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(5)369.87 E 2.5(6. Columnated)72 96 R(Output)2.5 E
(.2c)72 112.2 Q/F2 10/Symbol SF<b1>2.5 E/F3 10/Times-Italic@0 SF 3.13
(sn)C/F4 10/Times-Roman@0 SF .35(Enter multi-column mode, formatting te)
51.78 F .349(xt in)-.15 F F3(n)3.209 E F4 .349
([2] columns of equal width.)3.089 F .349(The column sepa-)5.349 F .16
(ration \(\231gutter\232\) is set to)158.86 124.2 R F2<b1>2.66 E F3(s)A
F4 .16([4n], sa)2.93 F -.15(ve)-.2 G 2.66(di).15 G(n)-2.66 E F1(\\n\($s)
2.66 E F4 2.66(,a)C .16(nd persists until changed by this macro.)-2.66 F
(The)5.16 E F3(n)159.22 136.2 Q F4 1.458(columns with)4.198 F F3(n)4.318
E F4 1.458
(\2551 gutters \214ll the single-column line length; each column').24 F
3.958(sl)-.55 G 1.457(ine length is)-3.958 F(stored in)158.86 148.2 Q F1
(\\n\($l)2.5 E F4 5(.T)C(he current column number is in)-5 E F1(\\n\($c)
2.5 E F4(and the number of columns in)2.5 E F1(\\n\($m)2.5 E F4(.)A F1
(.1c)72 164.4 Q F4(Lea)74.92 E .3 -.15(ve m)-.2 H
(ulti-column mode; return to single-column layout.).15 E F1(.bc)72 180.6
Q F4(Be)74.36 E(gin ne)-.15 E 2.5(wc)-.25 G 2.5(olumn. Lik)-2.5 F(e)-.1
E F1(.bp)2.5 E F4 2.5(,b)C(ut be)-2.7 E(gin a column on a ne)-.15 E 2.5
(wp)-.25 G(age only if necessary)-2.5 E(.)-.65 E F1 2.5(7. T)72 204.6 R
(ype Size and F)-.34 E(ont Styles)-.25 E(.sz)72 220.8 Q F2<b1>2.5 E F3
(p)A F4 .607(Set the type size to)63.04 F F2<b1>3.107 E F3(p)A F4 .608
([10p], and the v)3.297 F .608(ertical spacing per)-.15 F F1(\\n\(tv)
3.108 E F4 5.608(.T)C .608(hese do)-5.608 F F3(not)3.468 E F4 .608
(persist be)3.788 F(yond)-.15 E(man)158.86 232.8 Q(y)-.15 E F3(me)3.821
E F4 1.321(macro calls: paragraph macros reset the type size and v)3.821
F 1.32(ertical spacing.)-.15 F(Similarly)6.32 E(,)-.65 E(headers/footer\
s, section headings, long quotations, footnotes, and chapter titles alt\
er them.)158.86 244.8 Q F3(me)97 261 Q F4 .128(assumes that font positi\
ons 1 through 4 correspond to roman, italic, bold, and bold-italic type\
f)2.628 F .129(aces, respec-)-.1 F(ti)72 273 Q -.15(ve)-.25 G(ly).15 E 5
(.U)-.65 G(se the)-5 E F1(.fp)2.5 E F4
(request to mount your preferred fonts in these positions.)2.5 E .414
(The follo)97 289.2 R .414(wing macros style or decorate an ar)-.25 F
(gument)-.18 E F3(W)2.704 E F4 .414(and accept an optional second ar)
4.144 F(gument)-.18 E F3(X,)3.703 E F4(formatted)2.913 E(as the pre)72
301.2 Q(vious te)-.25 E(xt without interv)-.15 E(ening space.)-.15 E 1.6
-.8(To s)5 H(uppress a w).8 E(ord break after the call, populate or suf)
-.1 E<8c78>-.25 E F3(X)3.29 E F4(with)3.44 E F1(\\c)2.5 E F4(.)A F1(.r)
72 317.4 Q F3 4.52(WX)2.29 G F4(Set)54.15 E F3(W)2.29 E F4
(in the roman style.)3.73 E
(If no parameters, change to the roman style.)5 E F1(.i)72 333.6 Q F3
4.52(WX)2.29 G F4(Set)55.81 E F3(W)2.29 E F4(in italics.)3.73 E
(If no parameters, change to the italic style.)5 E F1(.b)72 349.8 Q F3
4.52(WX)2.29 G F4(Set)53.03 E F3(W)2.29 E F4(in boldf)3.73 E 2.5
(ace. If)-.1 F(no parameters, switch to the bold style.)2.5 E F1(.bi)72
366 Q F3 4.52(WX)2.29 G F4(Set)50.25 E F3(W)2.29 E F4(in bold italics.)
3.73 E(If no parameters, switch to the bold-italic style.)5 E F1(.q)72
382.2 Q F3 4.52(WX)2.29 G F4(Quote)53.03 E F3(W)2.29 E F4 2.5(,s)1.23 G
(urrounding it with with)-2.5 E F1<99>2.5 E F4(and)2.5 E F1<9a>2.5 E F4
(.)A F1(.sm)72 398.4 Q F3 4.52(WX)2.29 G F4(Set)46.37 E F3(W)2.29 E F4
(one point smaller than the surrounding type.)3.73 E(It has no ef)5 E
(fect in)-.25 E F3(nr)2.5 E(of)-.45 E(f)-.18 E F4(mode.)2.5 E F1(.u)72
414.6 Q F3 4.52(WX)2.29 G F4(Underline)53.03 E F3 -.92(W.)3.211 G F4
.711(On typesetting output de)6.631 F .711
(vices, this is true underlining, in contrast to the)-.25 F F1(.ul)3.212
E F4(re-)3.212 E .586(quest, which changes to the \231underline font\
\232 \(usually italics in)158.86 426.6 R F3(gr)3.086 E(of)-.45 E(f)-.18
E F4 3.085(\). On)B .585(terminal output de-)3.085 F(vices,)158.86 438.6
Q F3(W)3.448 E F4 1.158(is surrounded by underscores.)4.888 F 1.158
(This ar)6.158 F 1.159(gument should not be subject to adjustment,)-.18
F -.05(hy)158.86 450.6 S(phenation, or breaking;).05 E F1(.u)2.5 E F4
(is reliable only when \214lling is disabled.)2.5 E F1(.bx)72 466.8 Q F3
4.52(WX)2.29 G F4(Set)48.03 E F3(W)2.686 E F4 .396(in a box.)4.126 F
.396(On typesetting output de)5.396 F(vices,)-.25 E F3(W)2.686 E F4 .395
(is surrounded by rules \(lines\).)4.126 F .395(On terminal)5.395 F .497
(output de)158.86 478.8 R(vices,)-.25 E F3(W)2.787 E F4 .498
(is simulated with ISO 6429 color escape sequences or surrounded by v)
4.228 F(erti-)-.15 E .682(cal bars.)158.86 490.8 R .682(It is not mark)
5.682 F .681(ed specially on)-.1 F F3(gr)3.601 E(of)-.45 E(f)-.18 E F4
-.55('s)1.96 G F1(html)3.731 E F4 .681(output de)3.181 F 3.181
(vice. This)-.25 F(ar)3.181 E .681(gument should not)-.18 F
(be subject to adjustment, h)158.86 502.8 Q(yphenation, or breaking;)
-.05 E F1(.bx)2.5 E F4(is reliable only when \214lling is disabled.)2.5
E F1 2.5(8. Pr)72 526.8 R(epr)-.18 E(ocessor Support)-.18 E(.EQ)72 543 Q
F3 2.44(AT)3.51 G F4(Be)49.85 E(gin)-.15 E F3(eqn)3.434 E F4 .934
(\(1\) equation.).24 F(If)5.934 E F3(A)4.444 E F4([)3.464 E F1(C)A F4
3.435(]i)C(s)-3.435 E F1(C)3.435 E F4 3.435(,t)C .935
(he equation is centered; if)-3.435 F F1(I)3.435 E F4 3.435(,i)C .935
(ndented by)-3.435 F F1(\\n\(bi)3.435 E F4([4m];)3.435 E .157(and if)
158.86 555 R F1(L)2.657 E F4 2.657(,l)C(eft-aligned.)-2.657 E F3(T)5.067
E F4 .157([empty] is a title aligned to the right mar)3.927 F .156
(gin ne)-.18 F .156(xt to the equation.)-.15 F(See)5.156 E<9954>158.86
567 Q(ypesetting Mathematics \255 User')-.8 E 2.5(sG)-.55 G
(uide\232 by Brian W)-2.5 E 2.5(.K)-.92 G
(ernighan and Lorinda L. Cherry)-2.75 E(.)-.65 E F1(.EN)72 583.2 Q F3(C)
2.34 E F4(End)61.46 E F3(eqn)3.727 E F4 3.727(equation. If)3.967 F F3(C)
3.567 E F4 1.227([empty] is)4.447 F F1(C)3.727 E F4 3.727(,a)C 1.227
(nd the equation is follo)-3.727 F 1.228(wed immediately by another)-.25
F F1(.EQ)158.86 595.2 Q F4 2.591(,t)C .091(he te)-2.591 F .091
(xts of each are centered together)-.15 F 5.091(.O)-.55 G .09
(therwise, the equation is typeset within the page)-5.091 F
(or column with)158.86 607.2 Q F1(\\n\(es)2.5 E F4([0.5v] space abo)2.5
E .3 -.15(ve a)-.15 H(nd belo).15 E 2.5(wi)-.25 G(t.)-2.5 E F1(.TS)72
623.4 Q F3(H)3.08 E F4(Be)61.83 E .128(gin \(start\))-.15 F F3(tbl)2.628
E F4 .128(\(1\) table.).51 F -.8(Ta)5.128 G .128
(bles are preceded and follo).8 F .128(wed by)-.25 F F1(\\n\(bs)2.628 E
F4 .128(of space.)2.628 F(If)5.128 E F3(H)3.208 E F4 .129([empty] is)
3.579 F F1(H)158.86 635.4 Q F4 3.746(,y)C 1.246(ou can call)-3.746 F F1
(.TH)3.746 E F4 1.246(after some table ro)3.746 F 1.246
(ws to repeat them across columns or pages.)-.25 F 1.245(If you)6.245 F
-.1(wa)158.86 647.4 S(nt a table to \215oat, surround the).1 E F1(.TS)
2.5 E F4(and)2.5 E F1(.TE)2.5 E F4(calls with)2.5 E F1(.\(z)2.5 E F4
(and)2.5 E F1(.\)z)2.5 E F4(calls.)2.5 E F1(.TH)72 663.6 Q F4 -.4(Wi)
69.91 G(th \231).4 E F1(.TS H)A F4(\232, end the)A F3(tbl)2.5 E F4
(table header)3.01 E(.)-.55 E F1(.TE)72 679.8 Q F4(End)71.02 E F3(tbl)
2.5 E F4(table.)3.01 E F1(.PS)72 696 Q F3 3.12(hw)2.81 G F4(Be)51.97 E
(gin)-.15 E F3(pic)2.5 E F4(\(1\) picture.).31 E F3(h)5.31 E F4
([empty] and)2.78 E F3(w)2.84 E F4
([empty], if present, scale the image.)2.81 E F1(.PE)72 712.2 Q F4(End)
71.58 E F3(pic)2.5 E F4(picture, lea)2.81 E(ving the dra)-.2 E
(wing position at the bottom of the picture.)-.15 E 0 Cg EP
%%Page: 6 6
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(6)369.87 E(.PF)72 96 Q/F2 10/Times-Roman@0 SF(End)
72.14 E/F3 10/Times-Italic@0 SF(pic)2.5 E F2(picture, lea)2.81 E
(ving the dra)-.2 E(wing position at the top of the picture.)-.15 E F1
(.IS)72 112.2 Q F2(Be)74.91 E(gin)-.15 E F3(ideal)2.51 E F2(\(1\)).51 E
/F4 7/Times-Roman@0 SF(3)-4 I F2(picture.)2.5 4 M F1(.IE)72 128.4 Q F2
(End)73.8 E F3(ideal)2.51 E F2(picture, lea)3.01 E(ving the dra)-.2 E
(wing position at the bottom of the picture.)-.15 E F1(.IF)72 144.6 Q F2
(End)74.36 E F3(ideal)2.51 E F2(picture, lea)3.01 E(ving the dra)-.2 E
(wing position at the top of the picture.)-.15 E F1(.GS)72 160.8 Q F3(A)
3.51 E F2(Be)61.4 E(gin)-.15 E F3(grn)2.5 E F2(\(1\) picture.).24 E F3
(A)6.01 E F2([)2.53 E F1(C)A F2 2.5(]c)C(an be)-2.5 E F1(C)2.5 E F2(,)A
F1(L)2.5 E F2 2.5(,o)C(r)-2.5 E F1(R)2.5 E F2(to center)2.5 E 2.5(,l)-.4
G(eft-, or right-align the picture.)-2.5 E F1(.GE)72 177 Q F2(End)69.91
E F3(grn)2.5 E F2(picture, lea)2.74 E(ving the dra)-.2 E
(wing position at the bottom of the picture.)-.15 E F1(.GF)72 193.2 Q F2
(End)70.47 E F3(grn)2.5 E F2(picture, lea)2.74 E(ving the dra)-.2 E
(wing position at the top of the picture.)-.15 E F1 2.5(9. F)72 217.2 R
(ormal Documents)-.25 E(.tp)72 233.4 Q F2(Be)75.47 E .428
(gin title page.)-.15 F(Unusually)5.428 E(,)-.65 E F1(.sp)2.928 E F2
.429(calls at the top of the page)2.929 F F3(ar)3.259 E(e)-.37 E F2
2.929(honored. Headers)3.109 F .429(and footers)2.929 F(are suppressed.)
158.86 245.4 Q(The page number is not incremented for this page.)5 E F1
(.++)72 261.6 Q F3 3.66(SH)2.83 G F2(Be)50.59 E .285(gin a)-.15 F F3(se)
3.125 E(gment)-.4 E F2 .285(of an or)3.465 F -.05(ga)-.18 G .285
(nized document, af).05 F .285(fecting the v)-.25 F .285
(alues and formatting of chapter and)-.25 F .085(page numbers.)158.86
273.6 R .085(The chapter number in)5.085 F F1(\\n\(ch)2.585 E F2 .085
(is reset to 0.)2.585 F 2.585(As)5.085 G -.15(eg)-2.585 G .085
(ment uses Arabic numerals for).15 F .168(chapter and page numbers e)
158.86 285.6 R .168(xcept where noted.)-.15 F .168(The mandatory se)
5.168 F .167(gment type ar)-.15 F(gument)-.18 E F3(S)2.997 E F2(must)
3.247 E .454(be one of)158.86 297.6 R F1(C)2.954 E F2 .455
(for chapters \(of the main matter\),)2.954 F F1(A)2.955 E F2 .455
(for appendices \(uppercase alphabetical chap-)2.955 F .912
(ter numbers\),)158.86 309.6 R F1(P)3.412 E F2 .912
(for preliminary \(\231front\232\) matter \(such as a fore)3.412 F -.1
(wo)-.25 G .911(rd; lo).1 F .911(wercase Roman page)-.25 F(numbers\),)
158.86 321.6 Q F1(AB)2.89 E F2 .39
(for an abstract \(page numbering restarts at 1\), or)2.89 F F1(B)2.891
E F2 .391(for \231back\232 matter)2.891 F 2.891(,s)-.4 G .391(uch as a)
-2.891 F(bibliograph)158.86 333.6 Q -.65(y.)-.05 G F1(C)6.972 E F2(or)
3.822 E F1(A)3.822 E F2 1.322(may be pre\214x)3.822 F 1.322(ed with)-.15
F F1(R)3.822 E F2 3.822(,w)C 1.322
(hich speci\214es a restart of page numbering)-3.822 F(when)158.86 345.6
Q F1(.+c)2.875 E F2 .375(is called within the applicable se)2.875 F
2.875(gment. If)-.15 F .375(present, the)2.875 F F3(H)3.455 E F2 .375
([empty] parameter de\214nes)3.825 F .129(the ne)158.86 357.6 R 2.629
(wh)-.25 G(eader)-2.629 E 2.628(,w)-.4 G .128(hich must be delimited as\
a three-part title\212if it contains spaces, it must fur)-2.628 F(-)-.2
E .334(thermore be quoted.)158.86 369.6 R 1.934 -.8(To i)5.334 H .334
(nclude the chapter number in).8 F F3(H,)3.414 E F2 .334
(use the input sequence)2.834 F F1(\\En\(ch)2.834 E F2(.)A F4(4)-4 I F2
-.15(Fo)2.834 4 O(r).15 E -.15(ex)158.86 381.6 S 2.127(ample, \231).15 F
F1 2.127(.++ RA |||\\En\(ch.%|)B F2 4.627<9a6e>C 2.127
(umbers appendices and pages as)-4.627 F F0(A)5.796 E F2(.)A F0(n).56 E
F2 2.126(in the right-hand)4.626 F(header)158.86 393.6 Q 3.338(,w)-.4 G
(here)-3.338 E F3(A)4.348 E F2 .839(is the appendix letter and)3.368 F
F3(n)3.699 E F2 .839(is the page number)3.579 F 5.839(.E)-.55 G .839
(ach subdi)-5.839 F .839(vision of a se)-.25 F(g-)-.15 E .823
(ment \(each chapter)158.86 405.6 R 3.323(,a)-.4 G .823
(ppendix, etc.\) should be preceded by a)-3.323 F F1(.+c)3.322 E F2
3.322(call. It)3.322 F .822(is easier when using)3.322 F F3(tr)158.86
417.6 Q(of)-.45 E(f)-.18 E F2 .07
(to put the front matter at the end of the paper)2.57 F 2.57(,s)-.4 G
2.57(ot)-2.57 G .07(hat the table of contents can be collected)-2.57 F
.005(and put out; this material can then be resequenced by a tool that \
processes the output format, or)158.86 429.6 R(ph)158.86 441.6 Q
(ysically mo)-.05 E -.15(ve)-.15 G 2.5(dt).15 G 2.5(ot)-2.5 G(he be)-2.5
E(ginning of the printed document.)-.15 E F1(.+c)72 457.8 Q F3(T)2.41 E
F2(Be)66.25 E .718(gin chapter \(or appendix\).)-.15 F .718
(Reset the footnote number in)5.718 F F1(\\n\($f)3.218 E F2 .718(to 1.)
3.218 F .718(If the se)5.718 F .719(gment type is)-.15 F F1(RA)158.86
469.8 Q F2(or)2.604 E F1(RC)2.604 E F2 2.604(,r)C .104
(eset the page number in)-2.604 F F1(\\n%)2.604 E F2 .104(to 1.)2.604 F
(If)5.104 E F1(.++)2.604 E F2 .104(has not been called, a se)2.604 F
.103(gment type of)-.15 F F1(C)2.603 E F2 .445(is assumed.)158.86 481.8
R .445(If a header is de\214ned, it replaces the footer on the \214rst \
page of each chapter)5.445 F 5.446(.I)-.55 G 2.946(fa)-5.446 G(title)
158.86 493.8 Q F3(T)2.41 E F2([empty] is supplied,)3.77 E F1(.$c)2.5 E
F2(is called.)2.5 E F1(.$c)72 510 Q F3(T)2.41 E F2 -.15(Fo)66.95 G .396
(rmat a chapter heading centered in boldf).15 F 2.896(ace. The)-.1 F(te)
2.896 E(xt)-.15 E F1(\\*\(wc)2.896 E F2([)2.896 E F1(Chapter)A F2 2.896
(]i)C 2.896(so)-2.896 G .396(utput if the se)-2.896 F(g-)-.15 E .204
(ment type is)158.86 522 R F1(C)2.704 E F2(or)2.704 E F1(RC,)2.704 E F2
.204(or that in)2.704 F F1(\\*\(wa)2.704 E F2([)2.704 E F1 -.25(Ap)C
(pendix).25 E F2 2.704(]i)C 2.704(ft)-2.704 G .204(he se)-2.704 F .204
(gment type is)-.15 F F1(A)2.704 E F2(or)2.704 E F1(RA.)2.704 E F2 .204
(The chap-)5.204 F .687(ter number is incremented and output.)158.86 534
R .687(If a chapter title)5.687 F F3(T)3.097 E F2 .687
(is present, it is formatted the same)4.457 F -.1(wa)158.86 546 S 1.3
-.65(y, p).1 H(receded by v).65 E(ertical space.)-.15 E(If the se)5 E
(gment type is an)-.15 E 2.5(yo)-.15 G(f)-2.5 E F1(C)2.5 E F2(,)A F1(RC)
2.5 E F2(,)A F1(A)2.5 E F2 2.5(,o)C(r)-2.5 E F1(RA)2.5 E F2(,)A F1($C)
2.5 E F2(is called.)2.5 E F1(.$C)72 562.2 Q F3 4.25(KN)2.93 G(T)-.74 E
F2 .116(This hook macro is called by)42.55 F F1(.+c)2.616 E F2(and)2.616
E F1(.$c)2.616 E F2(.)A F3(K)5.546 E F2 .117
(is the chapter or appendix term supplied by)3.666 F F1($c)2.617 E F2(,)
A F3(N)3.317 E F2 .109(is the chapter or appendix number)158.86 574.2 R
2.609(,a)-.4 G(nd)-2.609 E F3(T)2.519 E F2 .109(is its title.)3.879 F
.109(This hook can be used to insert chapter ti-)5.109 F
(tles into a table of contents.)158.86 586.2 Q F1 2.5(10. Miscellaneous)
72 610.2 R(.ld)72 626.4 Q F2 .44(Update the)76.02 F F1(\\n\(y2)2.94 E F2
(and)2.94 E F1(\\n\(y4)2.94 E F2(re)2.94 E .441
(gisters based on the current v)-.15 F .441(alue of)-.25 F F1(\\n\(yr)
2.941 E F2 2.941(,r)C .441(einitialize the local-)-2.941 F(ized strings)
158.86 638.4 Q F1(\\*\(d)2.5 E(w)-.15 E F2(,)A F1(\\*\(mo)2.5 E F2(,)A
F1(\\*\(wa)2.5 E F2 2.5(,a)C(nd)-2.5 E F1(\\*\(wc)2.5 E F2 2.5(,a)C
(nd reset)-2.5 E F1(\\*\(td)2.5 E F2(based on the fore)2.5 E(going.)-.15
E F1(.r)72 654.6 Q(e)-.18 E F2(Reset tab stops to e)75.66 E -.15(ve)-.25
G(ry 0.5i.).15 E .32 LW 76 668.4 72 668.4 DL 80 668.4 76 668.4 DL 84
668.4 80 668.4 DL 88 668.4 84 668.4 DL 92 668.4 88 668.4 DL 96 668.4 92
668.4 DL 100 668.4 96 668.4 DL 104 668.4 100 668.4 DL 108 668.4 104
668.4 DL 112 668.4 108 668.4 DL 116 668.4 112 668.4 DL 120 668.4 116
668.4 DL 124 668.4 120 668.4 DL 128 668.4 124 668.4 DL 132 668.4 128
668.4 DL 136 668.4 132 668.4 DL 140 668.4 136 668.4 DL 144 668.4 140
668.4 DL 148 668.4 144 668.4 DL 152 668.4 148 668.4 DL 156 668.4 152
668.4 DL 160 668.4 156 668.4 DL 164 668.4 160 668.4 DL 168 668.4 164
668.4 DL 172 668.4 168 668.4 DL 176 668.4 172 668.4 DL 180 668.4 176
668.4 DL 184 668.4 180 668.4 DL 188 668.4 184 668.4 DL 192 668.4 188
668.4 DL 196 668.4 192 668.4 DL 200 668.4 196 668.4 DL 204 668.4 200
668.4 DL 208 668.4 204 668.4 DL 212 668.4 208 668.4 DL 216 668.4 212
668.4 DL/F5 5/Times-Roman@0 SF(3)77 677.2 Q/F6 8/Times-Italic@0 SF(gr)
2.336 3.2 M(of)-.36 E(f)-.144 E/F7 8/Times-Roman@0 SF(does not pro)3.568
E(vide an implementation of the)-.12 E F6(ideal)2.008 E F7(preprocessor)
2.408 E(.)-.44 E F5(4)77 689.2 Q F7(If you wish to a)2 3.2 M -.16(vo)
-.16 G(id use of the).16 E F6(gr)2 E(of)-.36 E(f)-.144 E/F8 8
/Times-Bold@0 SF(\\E)3.333 E F7 -.12(ex)2 G(tension, fully).12 E F6
(eight)2.152 E F7(backslashes must precede \231n\(ch\232.)2.544 E 0 Cg
EP
%%Page: 7 7
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(7)369.87 E(.ba)72 96 Q/F2 10/Symbol SF<b1>2.5 E/F3
10/Times-Italic@0 SF(n)A/F4 10/Times-Roman@0 SF .652
(Set the base indentation to)60.81 F F2<b1>3.152 E F3(n)A F4 3.152
([0]. P)3.392 F .652
(aragraphs, sections, and displays are indented by at least)-.15 F
(this amount, stored in)158.86 108 Q F1(\\n\($i)2.5 E F4 5(.T)C
(itles and footnotes are unaf)-5.35 E(fected.)-.25 E F1(.hl)72 124.2 Q
F4 .152(Break and dra)76.02 F 2.652(wah)-.15 G .152
(orizontal line of the current line length.)-2.652 F -1.1(Yo)5.152 G
2.653(um)1.1 G .153(ight call)-2.653 F F1(.hl)2.653 E F4 .153(at the be)
2.653 F(ginning)-.15 E(and/or end of a \215oating k)158.86 136.2 Q
(eep to dif)-.1 E(ferentiate the te)-.25 E(xt from a \214gure.)-.15 E F1
(.ep)72 152.4 Q F4 .356(End this page, b)74.36 F .356(ut do not be)-.2 F
.356(gin the ne)-.15 F .356(xt page.)-.15 F .356
(Useful for forcing out footnotes, b)5.356 F .355(ut other than)-.2 F
(that hardly e)158.86 164.4 Q -.15(ve)-.25 G 2.5(ru).15 G 2.5(sed. Must)
-2.5 F(be follo)2.5 E(wed by a)-.25 E F1(.bp)2.5 E F4
(request or the end of input.)2.5 E F1(11.)72 188.4 Q F0(rof)5 E(f)-.18
E F1(Support)2.5 E/F5 7/Times-Roman@0 SF(5)-4 I F1(.ix)72 204.6 Q F2<b1>
2.5 E F3(n)A F4(Equi)63.59 E -.25(va)-.25 G(lent to \231).25 E F1
(\010in)1.666 E F2<b1>2.5 E F3(n)A F4<9a2e>.24 E F1(.bl)72 220.8 Q F3(n)
2.86 E F4(Equi)68.16 E -.25(va)-.25 G(lent to \231).25 E F1(.sp)A F3(N)
2.5 E F4 2.5<9a69>1.1 G(nside a)-2.5 E F1(.\(b)2.5 E F4(block.)2.5 E F1
(.m1)72 237 Q F2<b1>2.5 E F3(n)A F4
(Set/adjust the space between the top of the page and the header to/by)
58.04 E F2<b1>2.5 E F3(n)A F4([4v].)2.74 E F1(.m2)72 253.2 Q F2<b1>2.5 E
F3(n)A F4
(Set/adjust the space between the header and the \214rst line of te)
58.04 E(xt to/by)-.15 E F2<b1>2.5 E F3(n)A F4([2v].)2.74 E F1(.m3)72
269.4 Q F2<b1>2.5 E F3(n)A F4
(Set/adjust the space between the bottom of the te)58.04 E
(xt and the footer to/by)-.15 E F2<b1>2.5 E F3(n)A F4([2v].)2.74 E F1
(.m4)72 285.6 Q F2<b1>2.5 E F3(n)A F4(Set/adjust the space between the \
footer and the bottom of the page to/by)58.04 E F2<b1>2.5 E F3(n)A F4
([4v].)2.74 E F1(.pa)72 301.8 Q F2<b1>2.5 E F3(n)A F4(Equi)60.81 E -.25
(va)-.25 G(lent to \231).25 E F1(.bp)A F2<b1>2.5 E F3(n)A F4<9a2e>.24 E
F1(.r)72 318 Q(o)-.18 E F4(Equi)75.1 E -.25(va)-.25 G(lent to \231).25 E
F1(.af % i)A F4<9a2e>A F1(.ar)72 334.2 Q F4(Equi)74.92 E -.25(va)-.25 G
(lent to \231).25 E F1(.af % 1)A F4<9a2e>A F1(.n1)72 350.4 Q F3(C)2.34 E
F4 .658(Number output lines starting from 1.)64.79 F(If)5.658 E F3(C)
2.998 E F4 .658([empty] is)3.878 F F1(C)3.158 E F4 3.158(,t)C .659
(he line length is reduced and corre-)-3.158 F 1.093
(spondingly indented; otherwise, the page of)158.86 362.4 R 1.092
(fset is reduced to accommodate the line number)-.25 F(.)-.55 E
(The amount in all cases is)158.86 374.4 Q F1(\\n\(no)2.5 E F4
([\\w\0100000\010u \(the width of four numerals in the current font\)].)
2.5 E F1(.n2)72 390.6 Q F2<b1>2.5 E F3(n)A F4
(Stop numbering output lines if)60.81 E F3(n)2.86 E F4
(missing, otherwise continue with the number modi\214ed by)2.74 E F2<b1>
2.5 E F3(n.).36 E F1(.sk)72 406.8 Q F4(Lea)74.91 E .741 -.15(ve t)-.2 H
.441(he ne).15 F .441(xt output page blank e)-.15 F .441
(xcept for headers and footers.)-.15 F .441(This can reserv)5.441 F
2.942(es)-.15 G .442(pace for a)-2.942 F .051
(full-page diagram produced e)158.86 418.8 R .051
(xternally and composited in later)-.15 F 5.051(.\()-.55 G 1.651 -.8
(To r)-5.051 H(eserv).8 E 2.551(eo)-.15 G .05(nly a partial page,)-2.551
F .116(use \231)158.86 430.8 R F1(.sv)A F0(n)3.176 E F4 .116
(\232, where)B F3(n)2.976 E F4 .116(is the amount of space required.)
2.856 F .117(This space will be output immediately if)5.117 F .123
(there is room, and otherwise at the top of the ne)158.86 442.8 R .123
(xt page.)-.15 F(If)5.123 E F3(n)2.983 E F4 .123
(is greater than the space a)2.863 F -.25(va)-.2 G(ilable).25 E
(on an empty page, none will be output.\))158.86 454.8 Q F1 2.5(12. Pr)
72 478.8 R(ede\214ned Strings)-.18 E(\\**)72 495 Q F4
(Interpolate footnote number brack)74.08 E
(eted by superscripting strings:)-.1 E F1 -1.667(\\*{\\n\($f \\*})2.5 F
F4(.)A F1(\\*#)72 511.2 Q F4(Interpolate delayed te)74.08 E
(xt number surrounded by square brack)-.15 E(ets:)-.1 E F1([\\n\($d])2.5
E F4(.)A F1(\\*{)72 527.4 Q F4(Be)75.14 E 1.737(gin superscripting: mo)
-.15 F 2.037 -.15(ve u)-.15 H(pw).15 E 1.738
(ard and reduce the type size.)-.1 F 1.738(The line height is increased)
6.738 F(abo)158.86 539.4 Q 1.682 -.15(ve b)-.15 H(y).15 E F1(\\n\(sx)
3.882 E F4 1.382([0.2m] to accommodate the superscript.)3.882 F(In)6.381
E F3(nr)3.881 E(of)-.45 E(f)-.18 E F4 1.381(mode, output a left square)
3.881 F(brack)158.86 551.4 Q(et.)-.1 E F1(\\*})72 567.6 Q F4 1.107
(End superscripting: re)75.14 F -.15(ve)-.25 G 1.107
(rse the motion and type size change of).15 F F1(\\*{)3.607 E F4 6.108
(.I)C(n)-6.108 E F3(nr)3.608 E(of)-.45 E(f)-.18 E F4 1.108
(mode, output a)3.608 F(right square brack)158.86 579.6 Q(et.)-.1 E F1
(\\*<)72 595.8 Q F4(Be)73.38 E .223(gin subscripting: mo)-.15 F .523
-.15(ve d)-.15 H -.25(ow).15 G(nw).25 E .223
(ard and reduce the type size.)-.1 F .223
(The line height is increased be-)5.223 F(lo)158.86 607.8 Q 2.5(wb)-.25
G(y)-2.5 E F1(\\n\(sx)2.5 E F4(to accommodate the subscript.)2.5 E(In)5
E F3(nr)2.5 E(of)-.45 E(f)-.18 E F4(mode, output a left angle brack)2.5
E(et.)-.1 E F1(\\*>)72 624 Q F4 .076(End subscripting: re)73.38 F -.15
(ve)-.25 G .077(rse the motion and type size change of).15 F F1(\\*<)
2.577 E F4 5.077(.I)C(n)-5.077 E F3(nr)2.577 E(of)-.45 E(f)-.18 E F4
.077(mode, output a right)2.577 F(angle brack)158.86 636 Q(et.)-.1 E .32
LW 76 680.4 72 680.4 DL 80 680.4 76 680.4 DL 84 680.4 80 680.4 DL 88
680.4 84 680.4 DL 92 680.4 88 680.4 DL 96 680.4 92 680.4 DL 100 680.4 96
680.4 DL 104 680.4 100 680.4 DL 108 680.4 104 680.4 DL 112 680.4 108
680.4 DL 116 680.4 112 680.4 DL 120 680.4 116 680.4 DL 124 680.4 120
680.4 DL 128 680.4 124 680.4 DL 132 680.4 128 680.4 DL 136 680.4 132
680.4 DL 140 680.4 136 680.4 DL 144 680.4 140 680.4 DL 148 680.4 144
680.4 DL 152 680.4 148 680.4 DL 156 680.4 152 680.4 DL 160 680.4 156
680.4 DL 164 680.4 160 680.4 DL 168 680.4 164 680.4 DL 172 680.4 168
680.4 DL 176 680.4 172 680.4 DL 180 680.4 176 680.4 DL 184 680.4 180
680.4 DL 188 680.4 184 680.4 DL 192 680.4 188 680.4 DL 196 680.4 192
680.4 DL 200 680.4 196 680.4 DL 204 680.4 200 680.4 DL 208 680.4 204
680.4 DL 212 680.4 208 680.4 DL 216 680.4 212 680.4 DL/F6 5
/Times-Roman@0 SF(5)77 689.2 Q/F7 8/Times-Roman@0 SF(These f)2 3.2 M
(acilities are pro)-.08 E(vided to aid migration of \231old)-.12 E/F8 8
/Times-Italic@0 SF -.36(ro)2 G -.144(ff).36 G F7 2<9a64>1.712 G 2
(ocuments. See)-2 F F8 -.36(ro)2 G -.144(ff).36 G F7
(\(7\) for a history of)1.712 E F8 -.36(ro)2 G -.144(ff).36 G F7
(-related typesetting systems.)1.712 E 0 Cg EP
%%Page: 8 8
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(8)369.87 E/F2 10/Times-Italic@0 SF(gr)97 96 Q(of)
-.45 E 3.906(fm)-.18 G(e)-3.906 E/F3 10/Times-Roman@0 SF(pro)3.906 E
1.406(vides localized strings to support documents in se)-.15 F -.15(ve)
-.25 G 1.405(ral input languages; see the).15 F F2(gr)4.325 E(of)-.45 E
(f_tmac)-.18 E F3(\(5\)).31 E .773(man page.)72 108 R .773(The date-rel\
ated strings are initialized based on the current date when the formatt\
er runs.)5.773 F 2.374 -.8(To e)5.774 H .774(ncode a).8 F(dif)72 120 Q
.178(ferent date in your document, change the)-.25 F F2(tr)2.678 E(of)
-.45 E(f)-.18 E F3 .178(date re)2.678 F .177
(gisters as desired and then call)-.15 F F1(.ld)2.677 E F3 .177
(to update the strings.)2.677 F(The)5.177 E .878(day of the week is)72
132 R F2(not)3.738 E F3 .878(recomputed from a ne)4.058 F 3.378(wc)-.25
G .878(alendar date;)-3.378 F F1(\\n\(d)3.379 E(w)-.15 E F3 .879
(must be modi\214ed manually)3.379 F 5.879(.T)-.65 G .879
(he strings can)-5.879 F(also be de\214ned directly)72 144 Q(.)-.65 E F1
(\\*\(d)72 164.4 Q(w)-.15 E F3 -.8(We)63.12 G(ekday name.).8 E F1
(\\*\(mo)72 180.6 Q F3(Month name.)62.42 E F1(\\*\(td)72 196.8 Q F3
1.814(The date in a form suitable for correspondence.)66.86 F 1.814
(Construct other date formats with)6.814 F F1(\\*\(d)4.313 E(w)-.15 E F3
(,)A F1(\\n\(dy)158.86 208.8 Q F3 .735(\(day of the month\),)3.235 F F1
(\\*\(mo)3.235 E F3(,)A F1(\\n\(mo)3.235 E F3 .735
(\(month of the year\),)3.235 F F1(\\n\(y4)3.235 E F3 .735
(\(year\), and)3.235 F F1(\\n\(y2)3.235 E F3 .735(\(year of)3.235 F
(the century\).)158.86 220.8 Q F1(\\*\(wa)72 237 Q F3(The term)63.53 E
F1(.$c)2.5 E F3(uses for \231appendix\232.)2.5 E F1(\\*\(wc)72 253.2 Q
F3(The term)64.09 E F1(.$c)2.5 E F3(uses for \231chapter\232.)2.5 E F1
2.5(13. Special)72 281.4 R(Characters)2.5 E F3 -.15(Fo)97 297.6 S 2.5
(rm).15 G(odern documents, see the)-2.5 E F2(gr)2.92 E(of)-.45 E(f_c)
-.18 E(har)-.15 E F3(\(7\) man page.).73 E -.15(Fo)97 313.8 S 2.99(rr)
.15 G .49(endering of le)-2.99 F -.05(ga)-.15 G -.15(cy).05 G F2(me)3.14
E F3 .489(documents, the macro package de\214nes se)2.99 F -.15(ve)-.25
G .489(ral strings that construct accent marks).15 F .147(and tw)72
325.8 R 2.647(os)-.1 G .147(ymbols from mathematical set theory)-2.647 F
5.147(.T)-.65 G .147(hese strings are limited in multiple respects: the)
-5.147 F 2.648(yc)-.15 G .148(an ha)-2.648 F .448 -.15(ve a c)-.2 H
(rude).15 E 1.086(appearance, the)72 337.8 R 3.586(ya)-.15 G 1.086
(re unrecognizable on character)-3.586 F 1.086
(-cell video terminals because the)-.2 F 3.586(yr)-.15 G 1.085(ely on o)
-3.586 F -.15(ve)-.15 G 1.085(rstriking, and the).15 F(y)-.15 E 1.21
(cannot in general be \231stack)72 349.8 R 1.211
(ed\232, as is required to correctly render w)-.1 F 1.211
(ords in \(for e)-.1 F 1.211(xample\) V)-.15 F 3.711
(ietnamese. Preferable)-.6 F F2(gr)72 361.8 Q(of)-.45 E(f)-.18 E F3
(alternati)2.5 E -.15(ve)-.25 G 2.5(sa).15 G
(re presented alongside them in the follo)-2.5 E(wing table.)-.25 E F1
30.96(Name Usage)97 385.8 R 10.27(Example Output)14.44 F F0(grof)11.66 E
(f)-.18 E F1(Output)14.37 E F3 32.07(Acute \\*\010)97 397.8 R 34.03
(a\\*\010 a)30.41 F 38.562<b45c>-3.552 G([a aa])-38.562 E<e1>9.48 E(Gra)
97 409.8 Q 32.17 -.15(ve \\)-.2 H 26.38(*\222 e\\*\222).15 F 41.834
-3.108(e\222 \\)35 H([e g)3.108 E 6.47(a] \350)-.05 F 25.95(Umlaut \\*:)
97 421.8 R 32.49(u\\*: u)29.43 F -.5(..)-5 -6 O(\\[u ad])38.78 6 M<fc>
8.36 E -.35(Ti)97 433.8 S 35.19(lde \\*\001).35 F 29.86(n\\*\001 n)26.8
F 38.95(~\\)-4.5 G([n a\001])-38.95 E<f1>7.95 E 34.29(Caret \\*\000)97
445.8 R 31.14(e\\*\000 e)27.52 F 38.95(^\\)-3.94 G([e a\000])-38.95 E
<ea>9.23 E 27.06(Cedilla \\*,)97 457.8 R 33.33(c\\*, c)29.71 F 40.28
(,\\)-4.44 G([c ac])-40.28 E<e7>9.48 E 31.51(Caron \\*v)97 469.8 R 31.38
(s\\*v s)27.21 F/F4 6/Times-Roman@0 SF(v)-3.501 -6 M F3(\\[s ah])39.391
6 M<04>9.47 E 36.5(Ring \\*o)97 481.8 R 28.05(A\\*o A)27.21 F<b0>-5.61
-2 M(\\[A ao])37.17 2 M<c5>6.14 E(There e)97 493.8 Q 7.5(xists \\*\(qe)
-.15 F/F5 8/Times-Roman@0 SF<8a>69.99 3.6 M<8a>-8 -5 M<8a>-8 -5 M .4 LW
252.99 485.8 252.99 495.8 DL F3(\\[te])288.77 493.8 Q/F6 10/Symbol SF($)
18.08 E F3 -.15(Fo)97 505.8 S 2.5(ra).15 G 29.71(ll \\*\(qa)-2.5 F .72
(\\/)69.99 G F4<8a>-6.8 -3 M F3(\\[f)36.58 3 M(a])-.1 E F6(")17.63 E F3
.008(Three further string de\214nitions cause no particular problems b)
97 522 R .007(ut ha)-.2 F .307 -.15(ve n)-.2 H 2.507(oa).15 G(dv)-2.507
E .007(antage o)-.25 F -.15(ve)-.15 G(r).15 E F2(gr)2.507 E(of)-.45 E(f)
-.18 E F3 .007(special character)2.507 F .248
(escape sequences apart from portability to BSD Unix systems.)72 534 R
.248(\(The last lacks e)5.248 F -.15(ve)-.25 G 2.748(nt).15 G .249
(hat distinction, since Unix V)-2.748 F(er)-1.11 E(-)-.2 E(sion 7)72 546
Q F2(tr)2.5 E(of)-.45 E(f)-.18 E F3(supported the)2.5 E F1(\\\(em)2.5 E
F3(special character)2.5 E(.\))-.55 E F1(\\*\(lq)72 562.2 Q F3
(Left double quotation mark.)67.41 E(Use)5 E F1(\\\(lq)2.5 E F3
(instead.)2.5 E F1(\\*\(r)72 578.4 Q(q)-.18 E F3
(Right double quotation mark.)65.93 E(Use)5 E F1(\\\(r)2.5 E(q)-.18 E F3
(instead.)2.5 E F1<5c2aad>72 594.6 Q F3(Em dash.)73.38 E(Use)5 E F1
(\\\(em)2.5 E F3(instead.)2.5 E F1(Ackno)72 618.6 Q(wledgments)-.1 E F3
1.506(Allman w)97 634.8 R 1.506(ould lik)-.1 F 4.006(et)-.1 G 4.006(ot)
-4.006 G 1.506(hank Bob Epstein, Bill Jo)-4.006 F 2.806 -.65(y, a)-.1 H
1.506(nd Larry Ro).65 F 1.506(we for ha)-.25 F 1.505
(ving the courage to use the)-.2 F F2(me)4.005 E F3 .558
(macros to produce non-tri)72 646.8 R .558(vial papers during the de)
-.25 F -.15(ve)-.25 G .558(lopment stages; Ricki Blau, P).15 F .558
(amela Humphre)-.15 F 1.858 -.65(y, a)-.15 H .558(nd Jim Jo).65 F(yce)
-.1 E .155(for their help with the documentation phase; peter k)72 658.8
R .155(essler for numerous complaints, most accompanied by \214x)-.1 F
.155(es; and)-.15 F(the plethora of people who ha)72 670.8 Q .3 -.15
(ve c)-.2 H(ontrib).15 E(uted ideas and ha)-.2 E .3 -.15(ve g)-.2 H
-2.15 -.25(iv e).15 H 2.5(ns).25 G(upport for the project.)-2.5 E 0 Cg
EP
%%Page: 9 9
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(9)369.87 E(Summary)72 96 Q/F2 10/Times-Roman@0 SF
.128(Almost all macros, strings, and re)97 112.2 R .129(gisters a)-.15 F
-.25(va)-.2 G .129(ilable in the).25 F/F3 10/Times-Italic@0 SF(me)2.629
E F2 .129(package are summarized belo)2.629 F .129(w; the le)-.25 F -.05
(ga)-.15 G .429 -.15(cy s).05 H(trings).15 E .437
(from section \231Special Characters\232 are omitted.)72 124.2 R
(Selected)5.437 E F3(tr)2.937 E(of)-.45 E(f)-.18 E F2 .437(requests, re)
2.937 F .437(gisters, and escape sequences are included)-.15 F .268
(as well; those listed can generally be used with impunity)72 136.2 R
5.268(.T)-.65 G .268
(he list is sorted by Unicode code point \(basic Latin sub-)-5.268 F
.931(set\) k)72 148.2 R -.15(ey)-.1 G .931
(ed on the identi\214er: escape and control characters are disre).15 F
-.05(ga)-.15 G .93(rded, as are the escape function selectors for).05 F
(re)72 160.2 Q(gister and string interpolation,)-.15 E F1(n)2.5 E F2
(and)2.5 E F1(*)2.5 E F2(.)A 1.56(Each ro)97 176.4 R 4.06(wc)-.25 G 1.56
(ontains the name of the macro \(or request\), re)-4.06 F(gister)-.15 E
4.06(,s)-.4 G 1.56(tring, or escape function; a code for the)-4.06 F
(name')72 188.4 Q 3.234(st)-.55 G .734(ype \(one of the fore)-3.234 F
.734(going\); and its description.)-.15 F .734(The type codes are)5.734
F F1(M)3.234 E F2 .734(for a macro or)3.234 F F3(tr)3.234 E(of)-.45 E(f)
-.18 E F2 .734(request \(sho)3.234 F(wn)-.25 E(pre\214x)72 200.4 Q .256
(ed with the control character)-.15 F F1(.)2.756 E F2 2.756(,b)C .256
(ut the no-break control character)-2.956 F F1<08>2.756 E F2 .256
(can also be used\),)2.756 F F1(S)2.756 E F2 .257(for a string \(sho)
2.756 F .257(wn us-)-.25 F .636(ing its interpolation syntax,)72 212.4 R
F1(\\*)3.136 E F2(or)3.136 E F1(\\*\()3.136 E F2(\),)A F1(R)3.136 E F2
.636(for a re)3.136 F .636(gister \(sho)-.15 F .636
(wn using its interpolation syntax,)-.25 F F1(\\n)3.136 E F2(or)3.136 E
F1(\\n\()3.136 E F2 .636(\), and)B F1(F)3.136 E F2 .635(for a)3.135 F F3
(tr)72 224.4 Q(of)-.45 E(f)-.18 E F2 -.2(bu)2.5 G(ilt-in function \(sho)
.2 E(wn pre\214x)-.25 E(ed with the escape character)-.15 E F1(\\)2.5 E
F2(\).)A .159(The type code can carry a v)97 240.6 R .159
(ariety of annotations.)-.25 F 2.659(As)5.159 G .16
(ection sign \247 indicates features interpreted by)-2.659 F F3(tr)2.66
E(of)-.45 E(f)-.18 E F2(rather)2.66 E .302(than the)72 252.6 R F3(me)
2.802 E F2 2.802(package. The)2.802 F .302
(dagger \207 and double dagger \210 identify user)2.802 F .301
(-de\214nable macros.)-.2 F .301(Those mark)5.301 F .301
(ed with \210 ha)-.1 F -.15(ve)-.2 G(def)72 264.6 Q 1.358
(ault de\214nitions; changing them may ha)-.1 F 1.658 -.15(ve u)-.2 H
(ne).15 E 1.358(xpected side ef)-.15 F 3.858(fects. The)-.25 F(de)3.858
E 1.358(gree sign \260 notes features requiring)-.15 F -1.11(AT)72 276.6
S(&T de)1.11 E(vice-independent)-.25 E F3(tr)2.5 E(of)-.45 E(f)-.18 E F2
-.15(ex)2.5 G(tensions \(ca. 1981\), and a square).15 E .4 LW 348.36
276.6 343.36 276.6 DL 348.36 271.6 348.36 276.6 DL 343.36 271.6 348.36
271.6 DL 343.36 276.6 343.36 271.6 DL(labels)351.36 276.6 Q F3(gr)2.5 E
(of)-.45 E(f)-.18 E F2 -.15(ex)2.5 G(tensions.).15 E F1 11.7(Name T)72
300.6 R 11.17(ype Description)-.34 F F2(\\)72 312.6 Q F3(ne).36 E(wline)
-.15 E F2 21.94(F\247 continue)5.09 F(input line)2.5 E 29.83(\\" F\247)
72 324.6 R(comment \(to end of input line\))24.44 E 23.91(\\*# S)72
336.6 R(delayed te)29.44 E(xt mark)-.15 E(er)-.1 E(\\$)72 348.6 Q F3(n)
.36 E F2 21.94(F\247 interpolate)26.05 F F3(n)2.5 E F2(th macro ar).24 E
(gument)-.18 E 15.58(\\n\($0 R)72 360.6 R(section depth)28.33 E 24.19
(.$0 M\207)72 372.6 R(post-section heading hook)21.11 E 15.58(\\n\($1 R)
72 384.6 R(\214rst section number component)28.33 E 24.19(.$1 M\207)72
396.6 R(pre-section heading depth 1 hook)21.11 E 15.58(\\n\($2 R)72
408.6 R(second section number component)28.33 E 24.19(.$2 M\207)72 420.6
R(pre-section heading depth 2 hook)21.11 E 15.58(\\n\($3 R)72 432.6 R
(third section number component)28.33 E 24.19(.$3 M\207)72 444.6 R
(pre-section heading depth 3 hook)21.11 E 15.58(\\n\($4 R)72 456.6 R
(fourth section number component)28.33 E 24.19(.$4 M\207)72 468.6 R
(pre-section heading depth 4 hook)21.11 E 15.58(\\n\($5 R)72 480.6 R
(\214fth section number component)28.33 E 24.19(.$5 M\207)72 492.6 R
(pre-section heading depth 5 hook)21.11 E 15.58(\\n\($6 R)72 504.6 R
(sixth section number component)28.33 E 24.19(.$6 M\207)72 516.6 R
(pre-section heading depth 6 hook)21.11 E 22.52(.$C M\207)72 528.6 R
(post-chapter title heading hook)21.11 E 21.97(.$H M\207)72 540.6 R
(page/column heading hook)21.11 E 16.14(\\n\($c R)72 552.6 R
(current column number)28.33 E 24.75(.$c M\210)72 564.6 R
(output chapter number and title)21.11 E 15.58(\\n\($d R)72 576.6 R
(delayed te)28.33 E(xt number)-.15 E 17.25(\\n\($f R)72 588.6 R
(footnote number)28.33 E 25.86(.$f M\210)72 600.6 R(output footer)21.11
E 24.19(.$h M\210)72 612.6 R(output header)21.11 E 17.8(\\n\($i R)72
624.6 R(paragraph base indentation)28.33 E 17.8(\\n\($l R)72 636.6 R
(column width)28.33 E 12.8(\\n\($m R)72 648.6 R(number of a)28.33 E -.25
(va)-.2 G(ilable columns).25 E 15.58(\\*\($n S)72 660.6 R
(concatenated section number)29.44 E 15.58(\\n\($p R)72 672.6 R
(numbered paragraph number)28.33 E 24.19(.$p M\210)72 684.6 R
(output section heading)21.11 E 16.69(\\n\($s R)72 696.6 R
(column spacing \(indentation\))28.33 E 25.3(.$s M\210)72 708.6 R
(output footnote area separator)21.11 E 25.58(\\% F\247)72 720.6 R
(control h)24.44 E(yphenation)-.05 E F1 11.7(Name T)316 300.6 R 11.17
(ype Description)-.34 F F2 20.58(\\n% R\247)316 312.6 R
(current page number)23.33 E 26.13(\\& F\247)316 324.6 R
(dummy character)24.44 E(\\\()316 336.6 Q F3(xx).77 E F2 21.94
(F\247 interpolate)23.43 F(special character)2.5 E F3(xx)2.5 E F2 25.86
(.\(b M)316 348.6 R(be)26.11 E(gin block)-.15 E 26.42(.\(c M)316 360.6 R
(be)26.11 E(gin centered block)-.15 E 25.86(.\(d M)316 372.6 R(be)26.11
E(gin delayed te)-.15 E(xt)-.15 E 27.53(.\(f M)316 384.6 R(be)26.11 E
(gin footnote)-.15 E 28.08(.\(l M)316 396.6 R(be)26.11 E(gin list)-.15 E
25.86(.\(q M)316 408.6 R(be)26.11 E(gin long quotation)-.15 E 25.86
(.\(x M)316 420.6 R(be)26.11 E(gin inde)-.15 E 2.5(xe)-.15 G(ntry)-2.5 E
26.42(.\(z M)316 432.6 R(be)26.11 E(gin \215oating k)-.15 E(eep)-.1 E
32.11<5c082046a7>316 444.6 R(acute accent)24.44 E 25.86(.\)b M)316 456.6
R(end block)26.11 E 26.42(.\)c M)316 468.6 R(end centered block)26.11 E
25.86(.\)d M)316 480.6 R(end delayed te)26.11 E(xt)-.15 E 27.53(.\)f M)
316 492.6 R(end footnote)26.11 E 28.08(.\)l M)316 504.6 R(end list)26.11
E 25.86(.\)q M)316 516.6 R(end long quotation)26.11 E 25.86(.\)x M)316
528.6 R(end inde)26.11 E 2.5(xe)-.15 G(ntry)-2.5 E 26.42(.\)z M)316
540.6 R(end \215oating k)26.11 E(eep)-.1 E(\\*)316 552.6 Q F3(x).77 E F2
21.94(F\247 interpolate)26.2 F(string)2.5 E F3(x)2.5 E F2(\\*\()316
564.6 Q F3(xx).77 E F2 21.94(F\247 interpolate)18.43 F(string)2.5 E F3
(xx)2.5 E F2 23.91(\\** S)316 576.6 R(footnote mark)29.44 E(er)-.1 E
22.91(.++ M)316 588.6 R(set document se)26.11 E(gment type)-.15 E 24.11
(.+c M)316 600.6 R(be)26.11 E(gin chapter or appendix)-.15 E 28.27
<5cad2046a7>316 612.6 R(minus sign)24.44 E 23.27(\\*\255 S)316 624.6 R
(em dash)29.44 E 18.08(\\n\(.$ R\247)316 636.6 R(macro parameter count)
23.33 E 20.3(\\n\(.i R\247)316 648.6 R(current indentation)23.33 E 20.3
(\\n\(.l R\247)316 660.6 R(current line length)23.33 E 18.08
(\\n\(.p R\247)316 672.6 R(current page length)23.33 E 19.19
(\\n\(.s R\247)316 684.6 R(current type size in points)23.33 E 28.91
(\\0 F\247)316 696.6 R(unadjustable digit-width space)24.44 E 24.75
(.1c M)316 708.6 R(end multi-column layout)26.11 E 24.75(.2c M)316 720.6
R(be)26.11 E(gin multi-column layout)-.15 E 0 Cg EP
%%Page: 10 10
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(10)364.87 E 11.7(Name T)72 96 R 11.17
(ype Description)-.34 F/F2 10/Times-Roman@0 SF 23.27(\\*< S)72 108 R(be)
29.44 E(gin subscripting)-.15 E 23.27(\\*> S)72 120 R(end subscripting)
29.44 E 20.86(.EN M)72 132 R(end)26.11 E/F3 10/Times-Italic@0 SF(eqn)2.5
E F2(equation)2.5 E 20.86(.EQ M)72 144 R(be)26.11 E(gin)-.15 E F3(eqn)
2.5 E F2(equation)2.5 E 20.86(.GE M\260)72 156 R(end)22.11 E F3(grn)2.5
E F2(picture with position at bottom)2.5 E 21.41(.GF M\260)72 168 R(end)
22.11 E F3(grn)2.5 E F2(picture with position at top)2.5 E 21.41
(.GS M\260)72 180 R(start)22.11 E F3(grn)2.5 E F2(picture)2.5 E 24.75
(.IE M\260)72 192 R(end)22.11 E F3(ideal)2.5 E F2
(picture with position at bottom)2.5 E 25.3(.IF M\260)72 204 R(end)22.11
E F3(ideal)2.5 E F2(picture with position at top)2.5 E 25.3(.IS M\260)72
216 R(start)22.11 E F3(ideal)2.5 E F2(picture)2.5 E<5c4c08>72 228 Q F3
(d).35 E F2 20.58<0846>.77 G 24.44<a764>-20.58 G(ra)-24.44 E 2.5(wv)-.15
G(ertical line of length)-2.65 E F3(d)2.5 E F2 22.52(.PE M\260)72 240 R
(end)22.11 E F3(pic)2.5 E F2(picture with position at bottom)2.5 E 23.07
(.PF M\260)72 252 R(end)22.11 E F3(pic)2.5 E F2
(picture with position at top)2.5 E 23.07(.PS M\260)72 264 R(start)22.11
E F3(pic)2.5 E F2(picture)2.5 E 21.97(.TE M)72 276 R(end)26.11 E F3(tbl)
2.5 E F2(table)2.5 E 20.86(.TH M)72 288 R(end heading for multi-page)
26.11 E F3(tbl)2.5 E F2(table)2.5 E 22.52(.TS M)72 300 R(be)26.11 E(gin)
-.15 E F3(tbl)2.5 E F2(table)2.5 E 29.22<5c002046a7>72 312 R
(1/12 em unbreakable hair space)24.44 E 28.91(\\_ F\247)72 324 R
(underrule)24.44 E 30.58<5c922046a7>72 336 R(gra)24.44 E .3 -.15(ve a)
-.2 H(ccent).15 E 24.75(.ad M\247)72 348 R(set te)21.11 E
(xt adjustment mode)-.15 E 26.42(.af M\247)72 360 R(assign re)21.11 E
(gister format)-.15 E 21.97(.am M\247)72 372 R(append to macro)21.11 E
26.42(.ar M)72 384 R(use Arabic numerals for page numbers)26.11 E 25.86
(.as M\247)72 396 R(append to string)21.11 E 29.19(.b M)72 408 R
(embolden ar)26.11 E(gument)-.18 E 24.75(.ba M)72 420 R
(set base indentation)26.11 E 24.75(.bc M)72 432 R(be)26.11 E(gin ne)
-.15 E 2.5(wc)-.25 G(olumn)-2.5 E 26.41(.bi M)72 444 R
(embolden and italicize ar)26.11 E(gument)-.18 E 17.8(\\n\(bi R)72 456 R
(display \(block\) indentation)28.33 E 26.41(.bl M)72 468 R
(insert space \(e)26.11 E -.15(ve)-.25 G 2.5(na).15 G 2.5(tp)-2.5 G
(age top; cf.)-2.5 E F1(.sp)2.5 E F2(\))A 12.8(\\n\(bm R)72 480 R
(distance from te)28.33 E(xt area to page bottom)-.15 E 24.19(.bp M\247)
72 492 R(be)21.11 E(gin ne)-.15 E 2.5(wp)-.25 G(age)-2.5 E 25.86
(.br M\247)72 504 R(break output line)21.11 E 16.69(\\n\(bs R)72 516 R
(display \(block\) pre/post space)28.33 E 17.8(\\n\(bt R)72 528 R
(block threshold for k)28.33 E(eeps)-.1 E 24.19(.bx M)72 540 R(box ar)
26.11 E(gument)-.18 E 29.47(\\c F\247)72 552 R(continue output line)
24.44 E 25.31(.ce M\247)72 564 R(center output lines)21.11 E 16.14
(\\n\(ch R)72 576 R(current chapter number)28.33 E 24.75(.cp M\247)72
588 R .4 LW 130.58 588 125.58 588 DL 130.58 583 130.58 588 DL 125.58 583
130.58 583 DL 125.58 588 125.58 583 DL(toggle A)146.19 588 Q(T&T)-1.11 E
F3(tr)2.5 E(of)-.45 E(f)-.18 E F2(compatibility mode)2.5 E 24.75
(.de M\247)72 600 R(de\214ne macro)21.11 E 17.25(\\n\(df R)72 612 R
(display font)28.33 E 24.19(.do M\247)72 624 R 130.58 624 125.58 624 DL
130.58 619 130.58 624 DL 125.58 619 130.58 619 DL 125.58 624 125.58 619
DL(operate with compatibility mode of)146.19 624 Q(f)-.25 E 25.3
(.ds M\247)72 636 R(de\214ne string)21.11 E 15.58(\\n\(dv R)72 648 R
123.36 648 118.36 648 DL 123.36 643 123.36 648 DL 118.36 643 123.36 643
DL 118.36 648 118.36 643 DL -.15(ve)146.19 648 S
(rtical spacing of displayed te).15 E(xt \(%\))-.15 E 13.36
(\\n\(dw R\247)72 660 R(day of the week)23.33 E 13.36(\\*\(dw S)72 672 R
(weekday name)29.44 E 15.58(\\n\(dy R\247)72 684 R(day of the month)
23.33 E 29.47(\\e F\247)72 696 R(printable v)24.44 E
(ersion of escape character)-.15 E F1(\\)2.5 E F2 26.42(.ef M)72 708 R
(set e)26.11 E -.15(ve)-.25 G(n-numbered page footer).15 E 24.75(.eh M)
72 720 R(set e)26.11 E -.15(ve)-.25 G(n-numbered page header).15 E F1
11.7(Name T)316 96 R 11.17(ype Description)-.34 F F2 26.97(.el M\247)316
108 R(else part of)21.11 E F1(.ie)2.5 E F2(conditional)2.5 E 24.75
(.ep M)316 120 R(end page)26.11 E 17.25(\\n\(es R)316 132 R
(equation pre/post space)28.33 E(\\f)316 144 Q F3(f)1.97 E F2 21.94
(F\247 inline)28.33 F(font change to font)2.5 E F3(f)2.5 E F2(\\f\()316
156 Q F3 -.18(ff)C F2 21.94(F\247 inline)24.55 F(font change to font)2.5
E F3 -.18(ff)2.5 G F2 26.42(.fc M\247)316 168 R(set \214eld characters)
21.11 E(\\n\(f)316 180 Q -17.51 21.67(fR f)-.25 H(ootnote font)-21.67 E
28.63<2e8c204da7>316 192 R(enable \214lling)21.11 E 20.02(\\n\(\214 R)
316 204 R(footnote indentation \(\214rst line only\))28.33 E 14.47
(\\n\(fm R)316 216 R(footer mar)28.33 E(gin)-.18 E 25.86(.fo M)316 228 R
(set footer)26.11 E 25.86(.fp M)316 240 R(mount font at position)26.11 E
17.25(\\n\(fp R)316 252 R(footnote type size in points)28.33 E 18.36
(\\n\(fs R)316 264 R(footnote prespace)28.33 E 17.25(\\n\(fu R)316 276 R
(footnote undent \(right indentation\))28.33 E<5c6808>316 288 Q F3(d).35
E F2 21.69<0846>.77 G 24.44<a76d>-21.69 G .3 -.15(ove d)-24.44 H
(istance).15 E F3(d)2.5 E F2(horizontally)2.5 E 24.75(.hc M\247)316 300
R(set h)21.11 E(yphenation character)-.05 E 24.75(.he M)316 312 R
(set header)26.11 E 26.41(.hl M)316 324 R(dra)26.11 E 2.5(wh)-.15 G
(orizontal line)-2.5 E 12.8(\\n\(hm R)316 336 R(header mar)28.33 E(gin)
-.18 E 24.19(.hx M)316 348 R(suppress ne)26.11 E(xt page')-.15 E 2.5(sh)
-.55 G(eaders/footers)-2.5 E(.h)316 360 Q 26.74(yM)-.05 G 21.11<a773>
-26.74 G(et automatic h)-21.11 E(yphenation mode)-.05 E 31.41(.i M)316
372 R(italicize ar)26.11 E(gument)-.18 E 26.97(.ie M\247)316 384 R
(conditional with)21.11 E F1(.el)2.5 E F2 28.08(.if M\247)316 396 R
(conditional)21.11 E 20.02(\\n\(ii R)316 408 R
(indented paragraph indentation)28.33 E 26.41(.in M\247)316 420 R
(set indentation \(transient; cf.)21.11 E F1(.ba)2.5 E F2(\))A 26.41
(.ip M)316 432 R(be)26.11 E(gin indented paragraph)-.15 E 26.41(.ix M)
316 444 R(set indentation without break)26.11 E<5c6c08>316 456 Q F3(d)
.35 E F2 23.91<0846>.77 G 24.44<a764>-23.91 G(ra)-24.44 E 2.5(wh)-.15 G
(orizontal line of length)-2.5 E F3(d)2.5 E F2 26.97(.lc M\247)316 468 R
(set leader repetition character)21.11 E 26.41(.ld M)316 480 R 369.58
480 364.58 480 DL 369.58 475 369.58 480 DL 364.58 475 369.58 475 DL
364.58 480 364.58 475 DL(reset localization and date info)390.19 480 Q
28.63(.ll M)316 492 R(set line length in)26.11 E F3(me)2.5 E F2(en)2.5 E
(vironments)-.4 E 26.41(.lp M)316 504 R(be)26.11 E
(gin fully left-aligned paragraph)-.15 E 17.8(\\*\(lq S)316 516 R
(left double quotation mark)29.44 E 27.52(.ls M\247)316 528 R
(set multi-line spacing)21.11 E 21.41(.m1 M)316 540 R
(set page top to header distance)26.11 E 21.41(.m2 M)316 552 R
(set header to te)26.11 E(xt distance)-.15 E 21.41(.m3 M)316 564 R
(set te)26.11 E(xt to footer distance)-.15 E 21.41(.m4 M)316 576 R
(set footer to page bottom distance)26.11 E 21.97(.mc M\247)316 588 R
(set mar)21.11 E(gin character)-.18 E 21.41(.mk M\247)316 600 R(mark v)
21.11 E(ertical position \(see)-.15 E F1(.rt)2.5 E F2(\))A 12.8
(\\n\(mo R\247)316 612 R(month of the year)23.33 E 12.8(\\*\(mo S)316
624 R(month name)29.44 E(\\n)316 636 Q F3(x).77 E F2 21.94
(F\247 interpolate)26.2 F(re)2.5 E(gister)-.15 E F3(x)2.5 E F2(\\n\()316
648 Q F3(xx).77 E F2 21.94(F\247 interpolate)18.43 F(re)2.5 E(gister)
-.15 E F3(xx)2.5 E F2 24.19(.n1 M)316 660 R(be)26.11 E
(gin output line numbering)-.15 E 24.19(.n2 M)316 672 R
(end or alter output line numbering)26.11 E 24.75(.na M\247)316 684 R
(disable adjustment)21.11 E 24.75(.ne M\247)316 696 R(need v)21.11 E
(ertical space)-.15 E 25.86(.nf M\247)316 708 R(disable \214lling)21.11
E 24.19(.nh M\247)316 720 R(disable automatic h)21.11 E(yphenation)-.05
E 0 Cg EP
%%Page: 11 11
%%BeginPageSetup
BP
%%EndPageSetup
/F0 10/Times-BoldItalic@0 SF(me)72 60 Q/F1 10/Times-Bold@0 SF(Refer)2.5
E(ence Manual)-.18 E(11)364.87 E 11.7(Name T)72 96 R 11.17
(ype Description)-.34 F/F2 10/Times-Roman@0 SF 15.58(\\n\(no R)72 108 R
.4 LW 123.36 108 118.36 108 DL 123.36 103 123.36 108 DL 118.36 103
123.36 103 DL 118.36 108 118.36 103 DL(line numbering of)146.19 108 Q
(fset)-.25 E 24.19(.np M)72 120 R(be)26.11 E(gin numbered paragraph)-.15
E 25.86(.nr M\247)72 132 R(set re)21.11 E(gister)-.15 E 25.3(.ns M\247)
72 144 R(be)21.11 E(gin no-space mode)-.15 E 25.86(.of M)72 156 R
(set odd-numbered page footer)26.11 E 24.19(.oh M)72 168 R
(set odd-numbered page header)26.11 E 24.75(.pa M)72 180 R(be)26.11 E
(gin page)-.15 E 24.19(.pd M)72 192 R(output delayed te)26.11 E(xt)-.15
E 17.25(\\n\(pf R)72 204 R(paragraph font)28.33 E 17.8(\\n\(pi R)72 216
R(paragraph indentation)28.33 E 26.41(.pl M\247)72 228 R
(set page length)21.11 E 24.19(.pn M\247)72 240 R(set ne)21.11 E
(xt page number)-.15 E 24.19(.po M\247)72 252 R(set page of)21.11 E
(fset)-.25 E 15.58(\\n\(po R)72 264 R(paragraph of)28.33 E(fset)-.25 E
24.19(.pp M)72 276 R(be)26.11 E(gin \214rst-line indented paragraph)-.15
E 15.58(\\n\(pp R)72 288 R(paragraph type size in points)28.33 E 16.69
(\\n\(ps R)72 300 R(paragraph prespace)28.33 E 29.19(.q M)72 312 R
(quote ar)26.11 E(gument)-.18 E 17.8(\\n\(qi R)72 324 R
(long quotation left/right indentation)28.33 E 15.58(\\n\(qp R)72 336 R
(long quotation type size in points)28.33 E 16.69(\\n\(qs R)72 348 R
(long quotation pre/post space)28.33 E 30.86(.r M)72 360 R(set ar)26.11
E(gument in roman)-.18 E 26.42(.re M)72 372 R(reset tab stops)26.11 E
28.08(.rj M)72 384 R 125.58 384 120.58 384 DL 125.58 379 125.58 384 DL
120.58 379 125.58 379 DL 120.58 384 120.58 379 DL
(right-align output lines)146.19 384 Q 23.08(.rm M\247)72 396 R(remo)
21.11 E .3 -.15(ve m)-.15 H(acro, string, or request).15 E 25.86
(.rn M\247)72 408 R(rename macro, string, or request)21.11 E 25.86
(.ro M)72 420 R(use Roman numerals for page numbers)26.11 E 17.25
(\\*\(rq S)72 432 R(right double quotation mark)29.44 E 27.53(.rr M\247)
72 444 R(remo)21.11 E .3 -.15(ve r)-.15 H -.15(eg).15 G(ister).15 E
26.97(.rs M\247)72 456 R(restore spacing \(end no-space mode\))21.11 E
28.08(.rt M\247)72 468 R(return to v)21.11 E(ertical position set by)
-.15 E F1(.mk)2.5 E F2<5c7308>72 480 Q/F3 10/Symbol SF<b1>A/F4 10
/Times-Italic@0 SF(n)A F2 18.19<0846>.24 G 17.94(\247\260 inline)-18.19
F(type size change to/by)2.5 E F4(n)2.5 E F2(points)2.5 E 18.36
(\\n\(sf R)72 492 R(section title font)28.33 E 25.3(.sh M)72 504 R(be)
26.11 E(gin numbered section)-.15 E 18.91(\\n\(si R)72 516 R
(section indentation per le)28.33 E -.15(ve)-.25 G 2.5(lo).15 G 2.5(fd)
-2.5 G(epth)-2.5 E 25.3(.sk M)72 528 R(skip ne)26.11 E(xt page)-.15 E
22.52(.sm M)72 540 R(set ar)26.11 E(gument at smaller type size)-.18 E
25.3(.so M\247)72 552 R(source \(interpolate\) input \214le)21.11 E
16.69(\\n\(so R)72 564 R(additional section title of)28.33 E(fset)-.25 E
25.3(.sp M\247)72 576 R(insert space \(e)21.11 E(xcept at page top; cf.)
-.15 E F1(.bl)2.5 E F2(\))A 16.69(\\n\(sp R)72 588 R
(section title type size in points)28.33 E 17.8(\\n\(ss R)72 600 R
(section prespace)28.33 E 25.3(.sx M)72 612 R(change section depth)26.11
E 16.69(\\n\(sx R)72 624 R 123.36 624 118.36 624 DL 123.36 619 123.36
624 DL 118.36 619 123.36 619 DL 118.36 624 118.36 619 DL
(super/subscript line height increase)146.19 624 Q 25.86(.sz M)72 636 R
(set type size and v)26.11 E(ertical spacing)-.15 E 26.97(.ta M\247)72
648 R(set tab stops)21.11 E 26.97(.tc M\247)72 660 R
(set tab repetition character)21.11 E 17.8(\\*\(td S)72 672 R(today')
29.44 E 2.5(sd)-.55 G(ate)-2.5 E 19.47(\\n\(tf R)72 684 R(title font)
28.33 E 28.63(.ti M\247)72 696 R(temporary indentation \(ne)21.11 E
(xt line only\))-.15 E 28.63(.tl M\247)72 708 R(output three-part title)
21.11 E 15.02(\\n\(tm R)72 720 R(distance from page top to te)28.33 E
(xt area)-.15 E F1 11.7(Name T)316 96 R 11.17(ype Description)-.34 F F2
26.41(.tp M)316 108 R(be)26.11 E(gin title page)-.15 E 17.8(\\n\(tp R)
316 120 R(title type size in points)28.33 E 28.08(.tr M\247)316 132 R
(translate characters)21.11 E 17.8(\\n\(tv R)316 144 R 367.36 144 362.36
144 DL 367.36 139 367.36 144 DL 362.36 139 367.36 139 DL 362.36 144
362.36 139 DL -.15(ve)390.19 144 S(rtical spacing of te).15 E(xt \(%\))
-.15 E 29.19(.u M)316 156 R(underline ar)26.11 E(gument)-.18 E 24.19
(.uh M)316 168 R(be)26.11 E(gin unnumbered section)-.15 E 26.41
(.ul M\247)316 180 R(underline output lines)21.11 E<5c7608>316 192 Q F4
(d).35 E F2 21.69<0846>.77 G 24.44<a76d>-21.69 G .3 -.15(ove d)-24.44 H
(istance).15 E F4(d)2.5 E F2 -.15(ve)2.5 G(rtically).15 E<5c7708>316 204
Q F4(S).33 E F2 19.68<0846>.58 G 24.44<a769>-19.68 G
(nterpolate formatted width of)-24.44 E F4(S)2.5 E F2(\\*\(w)316 216 Q
16.52(aS)-.1 G 366.25 216 361.25 216 DL 366.25 211 366.25 216 DL 361.25
211 366.25 211 DL 361.25 216 361.25 211 DL
(term for \231appendix\232 used by)390.19 216 Q F1(.$c)2.5 E F2 13.92
(\\*\(wc S)316 228 R 366.25 228 361.25 228 DL 366.25 223 366.25 228 DL
361.25 223 366.25 223 DL 361.25 228 361.25 223 DL
(term for \231chapter\232 used by)390.19 228 Q F1(.$c)2.5 E F2 26.41
(.xl M)316 240 R(set line length \(current en)26.11 E(vironment\))-.4 E
24.19(.xp M)316 252 R(output inde)26.11 E(x)-.15 E 16.69(\\n\(xs R)316
264 R(inde)28.33 E 2.5(xe)-.15 G(ntry prespace)-2.5 E 15.58(\\n\(xu R)
316 276 R(inde)28.33 E 2.5(xu)-.15 G(ndent \(right indentation\))-2.5 E
15.58(\\n\(y2 R)316 288 R 367.36 288 362.36 288 DL 367.36 283 367.36 288
DL 362.36 283 367.36 283 DL 362.36 288 362.36 283 DL
(year of the century)390.19 288 Q 15.58(\\n\(y4 R)316 300 R 367.36 300
362.36 300 DL 367.36 295 367.36 300 DL 362.36 295 367.36 295 DL 362.36
300 362.36 295 DL(year)390.19 300 Q 17.25(\\n\(yr R\247)316 312 R
(year minus 1900)23.33 E 17.25(\\n\(zs R)316 324 R(\215oating k)28.33 E
(eep pre/post space)-.1 E 29.11(\\{ F\247)316 336 R(be)24.44 E
(gin conditional group)-.15 E 24.11(\\*{ S)316 348 R(be)29.44 E
(gin superscripting)-.15 E 31.91(\\| F\247)316 360 R
(1/6 em unbreakable thin space)24.44 E 29.11(\\} F\247)316 372 R
(end conditional group)24.44 E 24.11(\\*} S)316 384 R
(end superscripting)29.44 E 28.5<5c012046a7>316 396 R 371.25 396 366.25
396 DL 371.25 391 371.25 396 DL 366.25 391 371.25 391 DL 366.25 396
366.25 391 DL(unbreakable w)390.19 396 Q(ord space)-.1 E 0 Cg EP
%%Trailer
end
%%EOF