summaryrefslogtreecommitdiff
path: root/dviware/beebe/doc/dvi.ps
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /dviware/beebe/doc/dvi.ps
Initial commit
Diffstat (limited to 'dviware/beebe/doc/dvi.ps')
-rw-r--r--dviware/beebe/doc/dvi.ps7040
1 files changed, 7040 insertions, 0 deletions
diff --git a/dviware/beebe/doc/dvi.ps b/dviware/beebe/doc/dvi.ps
new file mode 100644
index 0000000000..b8122c43d4
--- /dev/null
+++ b/dviware/beebe/doc/dvi.ps
@@ -0,0 +1,7040 @@
+%!PS-Adobe-1.0
+%%Creator: cs.utah.edu:beebe (Nelson Beebe)
+%%Title: stdin (ditroff)
+%%CreationDate: Wed Oct 28 12:16:47 1987
+%%EndComments
+% lib/psdit.pro -- prolog for psdit (ditroff) files
+% Copyright (c) 1984, 1985 Adobe Systems Incorporated. All Rights Reserved.
+% last edit: shore Sat Nov 23 20:28:03 1985
+% RCSID: $Header: psdit.pro,v 1.1 87/09/03 12:16:38 peter Locked $
+
+/$DITroff 140 dict def $DITroff begin
+/fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def
+/xi {0 72 11 mul translate 72 resolution div dup neg scale
+ /fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def F }def
+/arctoobig 90 def /arctoosmall .05 def
+/m1 matrix def /m2 matrix def /m3 matrix def /oldmat matrix def
+/tan{dup sin exch cos div}def
+/point{resolution 72 div mul}def
+/dround {transform round exch round exch itransform}def
+/xT{/devname exch def}def
+/xr{/mh exch def /my exch def /resolution exch def}def
+/xp{}def
+/xs{docsave restore end}def
+/xt{}def
+/xf{/fontname exch def /slotno exch def fontnames slotno get fontname eq not
+ {fonts slotno fontname findfont put fontnames slotno fontname put}if}def
+/xH{/fontheight exch def F}def
+/xS{/fontslant exch def F}def
+/s{/fontsize exch def /fontheight fontsize def F}def
+/f{/fontnum exch def F}def
+/F{fontheight 0 le {/fontheight fontsize def}if
+ fonts fontnum get fontsize point 0 0 fontheight point neg 0 0 m1 astore
+ fontslant 0 ne{1 0 fontslant tan 1 0 0 m2 astore m3 concatmatrix}if
+ makefont setfont .04 fontsize point mul 0 dround pop setlinewidth}def
+/X{exch currentpoint exch pop moveto show}def
+/N{3 1 roll moveto show}def
+/Y{exch currentpoint pop exch moveto show}def
+/S{show}def
+/ditpush{}def/ditpop{}def
+/AX{3 -1 roll currentpoint exch pop moveto 0 exch ashow}def
+/AN{4 2 roll moveto 0 exch ashow}def
+/AY{3 -1 roll currentpoint pop exch moveto 0 exch ashow}def
+/AS{0 exch ashow}def
+/MX{currentpoint exch pop moveto}def
+/MY{currentpoint pop exch moveto}def
+/MXY{moveto}def
+/cb{pop}def % action on unknown char -- nothing for now
+/n{}def/w{}def
+/bp{/psv save def 0 0 moveto} def
+/ep{showpage psv restore}def
+
+/abspoint{currentpoint exch pop add exch currentpoint pop add exch}def
+/distance{dup mul exch dup mul add sqrt}def
+/dstroke{currentpoint stroke moveto}def
+/Dl{2 copy gsave rlineto stroke grestore rmoveto}def
+/arcellipse{/diamv exch def /diamh exch def oldmat currentmatrix pop
+ currentpoint translate 1 diamv diamh div scale /rad diamh 2 div def
+ currentpoint exch rad add exch rad -180 180 arc oldmat setmatrix}def
+/Dc{dup arcellipse dstroke}def
+/De{arcellipse dstroke}def
+/Da{/endv exch def /endh exch def /centerv exch def /centerh exch def
+ /cradius centerv centerv mul centerh centerh mul add sqrt def
+ /eradius endv endv mul endh endh mul add sqrt def
+ /endang endv endh atan def
+ /startang centerv neg centerh neg atan def
+ /sweep startang endang sub dup 0 lt{360 add}if def
+ sweep arctoobig gt
+ {/midang startang sweep 2 div sub def /midrad cradius eradius add 2 div def
+ /midh midang cos midrad mul def /midv midang sin midrad mul def
+ midh neg midv neg endh endv centerh centerv midh midv Da
+ currentpoint moveto Da}
+ {sweep arctoosmall ge
+ {/controldelt 1 sweep 2 div cos sub 3 sweep 2 div sin mul div 4 mul def
+ centerv neg controldelt mul centerh controldelt mul
+ endv neg controldelt mul centerh add endh add
+ endh controldelt mul centerv add endv add
+ centerh endh add centerv endv add rcurveto dstroke}
+ {centerh endh add centerv endv add rlineto dstroke}ifelse}ifelse}def
+
+/Barray 200 array def % 200 values in a wiggle
+/D~{mark}def
+/D~~{counttomark Barray exch 0 exch getinterval astore /Bcontrol exch def pop
+ /Blen Bcontrol length def Blen 4 ge Blen 2 mod 0 eq and
+ {Bcontrol 0 get Bcontrol 1 get abspoint /Ycont exch def /Xcont exch def
+ Bcontrol 0 2 copy get 2 mul put Bcontrol 1 2 copy get 2 mul put
+ Bcontrol Blen 2 sub 2 copy get 2 mul put
+ Bcontrol Blen 1 sub 2 copy get 2 mul put
+ /Ybi /Xbi currentpoint 3 1 roll def def 0 2 Blen 4 sub
+ {/i exch def
+ Bcontrol i get 3 div Bcontrol i 1 add get 3 div
+ Bcontrol i get 3 mul Bcontrol i 2 add get add 6 div
+ Bcontrol i 1 add get 3 mul Bcontrol i 3 add get add 6 div
+ /Xbi Xcont Bcontrol i 2 add get 2 div add def
+ /Ybi Ycont Bcontrol i 3 add get 2 div add def
+ /Xcont Xcont Bcontrol i 2 add get add def
+ /Ycont Ycont Bcontrol i 3 add get add def
+ Xbi currentpoint pop sub Ybi currentpoint exch pop sub rcurveto
+ }for dstroke}if}def
+end
+/ditstart{$DITroff begin
+ /nfonts 60 def % NFONTS makedev/ditroff dependent!
+ /fonts[nfonts{0}repeat]def
+ /fontnames[nfonts{()}repeat]def
+/docsave save def
+}def
+
+% character outcalls
+/oc {/pswid exch def /cc exch def /name exch def
+ /ditwid pswid fontsize mul resolution mul 72000 div def
+ /ditsiz fontsize resolution mul 72 div def
+ ocprocs name known{ocprocs name get exec}{name cb}
+ ifelse}def
+/fractm [.65 0 0 .6 0 0] def
+/fraction
+ {/fden exch def /fnum exch def gsave /cf currentfont def
+ cf fractm makefont setfont 0 .3 dm 2 copy neg rmoveto
+ fnum show rmoveto currentfont cf setfont(\244)show setfont fden show
+ grestore ditwid 0 rmoveto} def
+/oce {grestore ditwid 0 rmoveto}def
+/dm {ditsiz mul}def
+/ocprocs 50 dict def ocprocs begin
+(14){(1)(4)fraction}def
+(12){(1)(2)fraction}def
+(34){(3)(4)fraction}def
+(13){(1)(3)fraction}def
+(23){(2)(3)fraction}def
+(18){(1)(8)fraction}def
+(38){(3)(8)fraction}def
+(58){(5)(8)fraction}def
+(78){(7)(8)fraction}def
+(sr){gsave 0 .06 dm rmoveto(\326)show oce}def
+(is){gsave 0 .15 dm rmoveto(\362)show oce}def
+(->){gsave 0 .02 dm rmoveto(\256)show oce}def
+(<-){gsave 0 .02 dm rmoveto(\254)show oce}def
+(==){gsave 0 .05 dm rmoveto(\272)show oce}def
+end
+
+% an attempt at a PostScript FONT to implement ditroff special chars
+% this will enable us to
+% cache the little buggers
+% generate faster, more compact PS out of psdit
+% confuse everyone (including myself)!
+50 dict dup begin
+/FontType 3 def
+/FontName /DIThacks def
+/FontMatrix [.001 0 0 .001 0 0] def
+/FontBBox [-260 -260 900 900] def% a lie but ...
+/Encoding 256 array def
+0 1 255{Encoding exch /.notdef put}for
+Encoding
+ dup 8#040/space put %space
+ dup 8#110/rc put %right ceil
+ dup 8#111/lt put %left top curl
+ dup 8#112/bv put %bold vert
+ dup 8#113/lk put %left mid curl
+ dup 8#114/lb put %left bot curl
+ dup 8#115/rt put %right top curl
+ dup 8#116/rk put %right mid curl
+ dup 8#117/rb put %right bot curl
+ dup 8#120/rf put %right floor
+ dup 8#121/lf put %left floor
+ dup 8#122/lc put %left ceil
+ dup 8#140/sq put %square
+ dup 8#141/bx put %box
+ dup 8#142/ci put %circle
+ dup 8#143/br put %box rule
+ dup 8#144/rn put %root extender
+ dup 8#145/vr put %vertical rule
+ dup 8#146/ob put %outline bullet
+ dup 8#147/bu put %bullet
+ dup 8#150/ru put %rule
+ dup 8#151/ul put %underline
+ pop
+/DITfd 100 dict def
+/BuildChar{0 begin
+ /cc exch def /fd exch def
+ /charname fd /Encoding get cc get def
+ /charwid fd /Metrics get charname get def
+ /charproc fd /CharProcs get charname get def
+ charwid 0 fd /FontBBox get aload pop setcachedevice
+ 2 setlinejoin 40 setlinewidth
+ newpath 0 0 moveto gsave charproc grestore
+ end}def
+/BuildChar load 0 DITfd put
+%/UniqueID 5 def
+/CharProcs 50 dict def
+CharProcs begin
+/space{}def
+/.notdef{}def
+/ru{500 0 rls}def
+/rn{0 840 moveto 500 0 rls}def
+/vr{0 800 moveto 0 -770 rls}def
+/bv{0 800 moveto 0 -1000 rls}def
+/br{0 750 moveto 0 -1000 rls}def
+/ul{0 -140 moveto 500 0 rls}def
+/ob{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath stroke}def
+/bu{200 250 rmoveto currentpoint newpath 200 0 360 arc closepath fill}def
+/sq{80 0 rmoveto currentpoint dround newpath moveto
+ 640 0 rlineto 0 640 rlineto -640 0 rlineto closepath stroke}def
+/bx{80 0 rmoveto currentpoint dround newpath moveto
+ 640 0 rlineto 0 640 rlineto -640 0 rlineto closepath fill}def
+/ci{500 360 rmoveto currentpoint newpath 333 0 360 arc
+ 50 setlinewidth stroke}def
+
+/lt{0 -200 moveto 0 550 rlineto currx 800 2cx s4 add exch s4 a4p stroke}def
+/lb{0 800 moveto 0 -550 rlineto currx -200 2cx s4 add exch s4 a4p stroke}def
+/rt{0 -200 moveto 0 550 rlineto currx 800 2cx s4 sub exch s4 a4p stroke}def
+/rb{0 800 moveto 0 -500 rlineto currx -200 2cx s4 sub exch s4 a4p stroke}def
+/lk{0 800 moveto 0 300 -300 300 s4 arcto pop pop 1000 sub
+ 0 300 4 2 roll s4 a4p 0 -200 lineto stroke}def
+/rk{0 800 moveto 0 300 s2 300 s4 arcto pop pop 1000 sub
+ 0 300 4 2 roll s4 a4p 0 -200 lineto stroke}def
+/lf{0 800 moveto 0 -1000 rlineto s4 0 rls}def
+/rf{0 800 moveto 0 -1000 rlineto s4 neg 0 rls}def
+/lc{0 -200 moveto 0 1000 rlineto s4 0 rls}def
+/rc{0 -200 moveto 0 1000 rlineto s4 neg 0 rls}def
+end
+
+/Metrics 50 dict def Metrics begin
+/.notdef 0 def
+/space 500 def
+/ru 500 def
+/br 0 def
+/lt 416 def
+/lb 416 def
+/rt 416 def
+/rb 416 def
+/lk 416 def
+/rk 416 def
+/rc 416 def
+/lc 416 def
+/rf 416 def
+/lf 416 def
+/bv 416 def
+/ob 350 def
+/bu 350 def
+/ci 750 def
+/bx 750 def
+/sq 750 def
+/rn 500 def
+/ul 500 def
+/vr 0 def
+end
+
+DITfd begin
+/s2 500 def /s4 250 def /s3 333 def
+/a4p{arcto pop pop pop pop}def
+/2cx{2 copy exch}def
+/rls{rlineto stroke}def
+/currx{currentpoint pop}def
+/dround{transform round exch round exch itransform} def
+end
+end
+/DIThacks exch definefont pop
+ditstart
+(psc)xT
+576 1 1 xr
+1(Times-Roman)xf 1 f
+2(Times-Italic)xf 2 f
+3(Times-Bold)xf 3 f
+4(Times-BoldItalic)xf 4 f
+5(Helvetica)xf 5 f
+6(Helvetica-Bold)xf 6 f
+7(Courier)xf 7 f
+8(Courier-Bold)xf 8 f
+9(Symbol)xf 9 f
+10(DIThacks)xf 10 f
+10 s
+1 f
+xi
+%%EndProlog
+
+%%Page: 12 13
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+843 767(220)N
+983(South)X
+1189(Physics)X
+1453(Building)X
+843 863(University)N
+1201(of)X
+1288(Utah)X
+843 959(Salt)N
+987(Lake)X
+1168(City,)X
+1345(UT)X
+1472(84112)X
+843 1055(USA)N
+843 1247(Tel:)N
+992(\(801\))X
+1186(581-5254)X
+843 1343(EMAIL:)N
+1139 0.1577(Beebe@Science.Utah.Edu)AX
+2009(\(Internet\))X
+843 1535(An)N
+968(active)X
+1187(electronic)X
+1531(mailing)X
+1802(list)X
+1926(for)X
+2047(news)X
+2239(about)X
+2444(the)X
+2569(DVI)X
+2739(driver)X
+2958(family)X
+3194(development)X
+3634(is)X
+3713(maintained)X
+4095(by)X
+4201(the)X
+843 1631(author)N
+1068(at)X
+1146(the)X
+1264(above)X
+1476(net)X
+1594(address.)X
+1895(Send)X
+2075(requests)X
+2358(there)X
+2539(if)X
+2608(you)X
+2748(wish)X
+2919(to)X
+3001(be)X
+3097(on)X
+3197(it.)X
+3 f
+9 s
+555 1861(AUTHORS)N
+1 f
+10 s
+843 1957(David)N
+1059(Fuchs)X
+1270(at)X
+1348(Stanford)X
+1644(University)X
+2002(wrote)X
+2 f
+2205(dvitype)X
+1 f
+2457(in)X
+2 f
+2539(web)X
+1 f
+2688(and)X
+2824(de\256ned)X
+3080(the)X
+3198(DVI)X
+3361(\256le)X
+3483(format.)X
+843 2149(Mark)N
+1042(Senn)X
+1227(at)X
+1310(Purdue)X
+1562(University)X
+1925(wrote)X
+2133(a)X
+2194(preliminary)X
+2593(version)X
+2854(of)X
+2946(the)X
+3068(BBN)X
+3256(BitGraph)X
+3578(driver)X
+3794(in)X
+3880(C,)X
+3977(using)X
+2 f
+4174(dvi-)X
+843 2245(type)N
+1 f
+1010(as)X
+1110(a)X
+1179(model.)X
+1452(Stephan)X
+1743(v.)X
+1856(Bechtolsheim)X
+2329(and)X
+2477(Bob)X
+2642(Brown)X
+2892(at)X
+2982(Purdue,)X
+3261(Robert)X
+3511(Wells)X
+3730(at)X
+3820(BBN,)X
+4036(and)X
+4184(Jim)X
+843 2341(Schaad)N
+1095(and)X
+1231(Richard)X
+1505(Furuta)X
+1734(at)X
+1812(the)X
+1930(University)X
+2288(of)X
+2375(Washington,)X
+2802(improved)X
+3129(it.)X
+843 2533(Contributions)N
+1320(for)X
+1452(PostScript)X
+1818(devices)X
+2097(came)X
+2305(from)X
+2499(Neal)X
+2689(Holtz)X
+2904(at)X
+2999(Carleton)X
+3312(University.)X
+3727(Simon)X
+3972(Barnes)X
+4232(of)X
+843 2629(Schlumberger)N
+1314(Cambridge)X
+1691(Research)X
+2007(Ltd.,)X
+2179(and)X
+2315(Robin)X
+2530(Rohlicek)X
+2839(at)X
+2917(BBN)X
+3101(provided)X
+3406(useful)X
+3622(additions)X
+3935(to)X
+4017(the)X
+4135(BBN)X
+843 2725(BitGraph)N
+1161(driver)X
+1373(which)X
+1589(have)X
+1761(been)X
+1933(generalized)X
+2324(and)X
+2460(incorporated)X
+2886(in)X
+2968(Version)X
+3242(2.07.)X
+843 2917(The)N
+995(transformation)X
+1494(to)X
+1583(about)X
+1788(a)X
+1850(dozen)X
+2068(other)X
+2259(device)X
+2495(drivers,)X
+2764(the)X
+2888(massive)X
+3172(code)X
+3350 0.2604(rearrangement)AX
+3841(for)X
+3961(many)X
+4165(new)X
+843 3013(features)N
+1126(and)X
+1269(easy)X
+1439(identi\256cation)X
+1888(of)X
+1982(host-)X
+2169(and)X
+2312(device-dependent)X
+2906(sections,)X
+3211(plus)X
+3371(support)X
+3638(for)X
+2 f
+3759(.pk)X
+1 f
+3882(and)X
+2 f
+4025(.gf)X
+1 f
+4134(com-)X
+843 3109(pact)N
+1002(font)X
+1156(\256les,)X
+1334(was)X
+1484(carried)X
+1733(out)X
+1860(at)X
+1943(the)X
+2066(University)X
+2429(of)X
+2521(Utah)X
+2702(by)X
+2807(Nelson)X
+3059(H.F.)X
+3246(Beebe.)X
+3512(He)X
+3631(also)X
+3785(wrote)X
+3993(the)X
+4116(docu-)X
+843 3205(ments)N
+2 f
+1060(A)X
+1135(TeX)X
+1290(DVI)X
+1450(Driver)X
+1690(Family)X
+1 f
+1943(and)X
+2 f
+2085(Using)X
+2301(LaTeX)X
+2539(at)X
+2626(the)X
+2749(University)X
+3108(of)X
+3195(Utah)X
+3380(College)X
+3654(of)X
+3741(Science)X
+4012(DEC-20)X
+1 f
+4279(.)X
+843 3301(The)N
+988(\256rst)X
+1132(describes)X
+1451(all)X
+1551(of)X
+1638(these)X
+1823(drivers)X
+2066(in)X
+2148(detail,)X
+2366(and)X
+2502(the)X
+2620(second)X
+2863(is)X
+2936(the)X
+2 f
+3054(Local)X
+3256(LaTeX)X
+3489(Guide)X
+1 f
+3685(.)X
+843 3493(Lon)N
+992(Willett)X
+1234(at)X
+1312(Utah)X
+1488(adapted)X
+2 f
+1758(dvijep)X
+1 f
+1974(to)X
+2056(make)X
+2 f
+2250(dviimp)X
+1 f
+2488(for)X
+2602(the)X
+2720(Imagen)X
+2981(laser)X
+3153(printer)X
+3387(family.)X
+843 3685(John)N
+1018(Sauter)X
+1247(adapted)X
+1521(one)X
+1660(of)X
+1750(the)X
+1871(low-resolution)X
+2361(printer)X
+2598(drivers)X
+2844(to)X
+2929(produce)X
+2 f
+3211(dvil75)X
+1 f
+3434(for)X
+3551(the)X
+3672(DEC)X
+3855(LA75)X
+4065(printer,)X
+843 3781(and)N
+2 f
+979(dvil3p)X
+1 f
+1199(for)X
+1313(the)X
+1431(DEC)X
+1611(LN03)X
+1818(Plus)X
+1975(laser)X
+2147(printer.)X
+843 3973(Norman)N
+1126(Naugle)X
+1378(and)X
+1514(colleagues)X
+1873(at)X
+1951(Texas)X
+2163(A&M)X
+2374(implemented)X
+2812(the)X
+2930(family)X
+3159(on)X
+3259(several)X
+3507(new)X
+3661(systems.)X
+555 6144(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4219(12)X
+
+ep
+
+%%Page: 11 12
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+843 767(The)N
+990(drivers)X
+1235(have)X
+1409(been)X
+1583(loaded)X
+1819(with)X
+1983(the)X
+2103(default)X
+2348(Microsoft)X
+2686(\257oating-point)X
+3143(library;)X
+3401(the)X
+3521(compiler)X
+3827(generates)X
+4152(calls)X
+843 863(to)N
+926(library)X
+1161(routines)X
+1440(which)X
+1657(test)X
+1789(a)X
+1846(\257ag)X
+1987(initialized)X
+2328(at)X
+2407(startup)X
+2646(time)X
+2809(which)X
+3026(indicates)X
+3332(the)X
+3450(presence)X
+3752(or)X
+3839(absence)X
+4114(of)X
+4201(the)X
+843 959(\257oating-point)N
+1307(coprocessor)X
+1720(chip.)X
+1927(If)X
+2010(it)X
+2083(is)X
+2165(available,)X
+2504(the)X
+2630(library)X
+2872(routines)X
+3158(will)X
+3310(automatically)X
+3774(use)X
+3909(it.)X
+4021(You)X
+4187(can)X
+843 1055(force)N
+1036(the)X
+1160(chip)X
+1324(to)X
+1412(be)X
+1514(ignored)X
+1785(by)X
+1891(de\256ning)X
+2179(an)X
+2281(arbitrary)X
+2584(non-empty)X
+2957(string)X
+3165(value)X
+3365(for)X
+3485(the)X
+3609(environment)X
+4040(variable)X
+2 f
+843 1151(NO87)N
+1 f
+1034(,)X
+1074(for)X
+1188(example)X
+843 1343(set)N
+952(NO87=no-8087-available)X
+843 1535(When)N
+1062(the)X
+1187(DVI)X
+1357(translator)X
+1687(runs,)X
+1872(the)X
+1997(value)X
+2198(of)X
+2292(this)X
+2434(variable)X
+2720(should)X
+2960(be)X
+3062(typed)X
+3266(on)X
+3372(the)X
+3496(screen)X
+3728(as)X
+3821(the)X
+3945(\256rst)X
+4095(output)X
+843 1631(line.)N
+1027(On)X
+1149(a)X
+1209(Leading)X
+1496(Edge)X
+1684(PC,)X
+1824(this)X
+1962(typeout)X
+2225(does)X
+2395(not)X
+2520(appear,)X
+2778(for)X
+2895(unknown)X
+3216(reasons.)X
+3520(On)X
+3641(a)X
+3700(4.77MHz)X
+4028(IBM)X
+4202(PC)X
+843 1727(XT,)N
+990(the)X
+1108(translators)X
+1462(run)X
+1589(twice)X
+1783(\(!\))X
+1884(as)X
+1971(slowly)X
+2204(when)X
+2 f
+2398(NO87)X
+1 f
+2609(is)X
+2682(de\256ned.)X
+843 1919(The)N
+989(reason)X
+1220(that)X
+1361(you)X
+1502(might)X
+1709(need)X
+1882(to)X
+1965(know)X
+2164(this)X
+2300(is)X
+2374(that)X
+2515(the)X
+2634(method)X
+2895(employed)X
+3232(by)X
+3333(the)X
+3452(library)X
+3687(routines)X
+3966(for)X
+4080(detect-)X
+843 2015(ing)N
+974(the)X
+1101(presence)X
+1412(or)X
+1508(absence)X
+1792(of)X
+1888(an)X
+1993(8087)X
+2182(\(or)X
+2305(80287\))X
+2560(chip)X
+2726(is)X
+2807(not)X
+2937(infallible,)X
+3274(thanks)X
+3511(to)X
+3601(design)X
+3838(\257aws)X
+4035(of)X
+4130(some)X
+843 2111(PC's)N
+1024(and)X
+1166(possibly)X
+1458(also)X
+1613(the)X
+1737(Intel)X
+1910(chips.)X
+2145(It)X
+2219(is)X
+2297(conceivable)X
+2706(that)X
+2851(the)X
+2974(library)X
+3213(might)X
+3424(think)X
+3613(a)X
+3674(coprocessor)X
+4083(chip)X
+4246(is)X
+843 2207(present,)N
+1115(when)X
+1309(in)X
+1391(fact)X
+1532(it)X
+1596(is)X
+1669(not,)X
+1811(and)X
+1947(the)X
+2065(\256rst)X
+2209(\257oating-point)X
+2664(instruction)X
+3026(executed)X
+3332(would)X
+3552(hang)X
+3728(the)X
+3846(machine.)X
+3 f
+9 s
+555 2437(FILES)N
+1 f
+10 s
+843 2533(The)N
+997(values)X
+1231(of)X
+2 f
+1327(texinputs:)X
+1 f
+1672(and)X
+2 f
+1817(texfonts:)X
+1 f
+2122(below)X
+2347(are)X
+2475(system-dependent.)X
+3103(On)X
+3230(Unix)X
+3419(systems,)X
+3721(typical)X
+3967(values)X
+4200(are)X
+2 f
+843 2629(/usr/local/lib/tex/macros/)N
+1 f
+1671(and)X
+2 f
+1807(/usr/local/lib/tex/fonts/)X
+1 f
+2534(.)X
+2 f
+843 2859(*.dvi)N
+1 f
+1627(TeX)X
+1790(DeVice)X
+2056(Independent)X
+2473(output)X
+2697(\256le)X
+2 f
+843 2993(*.dvi-err)N
+1 f
+1627(TeX)X
+1790(DVIxxx)X
+2073(translator)X
+2396(error)X
+2573(log)X
+2 f
+843 3127(*.err)N
+1 f
+1627(TeX)X
+1790(DVIxxx)X
+2073(translator)X
+2396(error)X
+2573(log)X
+2695(when)X
+2889(long)X
+3051(extensions)X
+3409(are)X
+3528(not)X
+3650(available)X
+2 f
+843 3261(*.dvi-xxx)N
+1 f
+1627(TeX)X
+1790(DVIxxx)X
+2073(translator)X
+2396(output)X
+2620(\256le)X
+2 f
+843 3395(*.xxx)N
+1 f
+1627(TeX)X
+1790(DVIxxx)X
+2073(translator)X
+2396(output)X
+2620(\256le)X
+2742(when)X
+2936(long)X
+3098(extensions)X
+3456(are)X
+3575(not)X
+3697(available)X
+2 f
+843 3529(*.sub)N
+1 f
+1627(DVI)X
+1790(\256le-speci\256c)X
+2184(font)X
+2333(substitution)X
+2725(\256le)X
+2 f
+843 3663(DVISPOOL)N
+1 f
+1627(Environment)X
+2071(variable)X
+2356(\(4.xBSD)X
+2664(Unix)X
+2850(only\))X
+3045(de\256ning)X
+3333(program)X
+3631(or)X
+3724(shell)X
+3900(script)X
+4103(which)X
+1627 3759(sends)N
+1825(translation)X
+2183(of)X
+2270(DVI)X
+2433(\256le)X
+2555(to)X
+2637(the)X
+2755(appropriate)X
+3141(output)X
+3365(spooler.)X
+2 f
+843 3893(DVISPOOL:)N
+1 f
+1627(Logical)X
+1902(name)X
+2106(\(TOPS-20)X
+2465(only\))X
+2664(de\256ning)X
+2956(program)X
+3258(which)X
+3484(sends)X
+3692(translation)X
+4060(of)X
+4156(DVI)X
+1627 3989(\256le)N
+1749(to)X
+1831(the)X
+1949(appropriate)X
+2335(output)X
+2559(spooler.)X
+2 f
+843 4123(texfonts.sub)N
+1 f
+1627(Job-wide)X
+1941(font)X
+2090(substitution)X
+2482(\256le)X
+2 f
+843 4257(texfonts:*.*pxl)N
+1 f
+1627(TeX)X
+1790(default)X
+2033(font)X
+2182(rasters)X
+2 f
+843 4391(texfonts:*.*gf)N
+1 f
+1627(TeX)X
+1790(default)X
+2033(font)X
+2182(rasters)X
+2 f
+843 4525(texfonts:*.*pk)N
+1 f
+1627(TeX)X
+1790(default)X
+2033(font)X
+2182(rasters)X
+2 f
+843 4659(texinputs:dvialw.ps)N
+1 f
+1627(PostScript)X
+1981(header)X
+2221(\256le)X
+2348(containing)X
+2711(standard)X
+3008(macro)X
+3234(de\256nitions)X
+3596(pre\256xed)X
+3884(to)X
+3971(PostScript)X
+1627 4755(output)N
+1851(from)X
+2027(dvialw)X
+2 f
+843 4889(texinputs:texfonts.sub)N
+1 f
+1627(System-wide)X
+2065(font)X
+2214(substitution)X
+2606(\256le)X
+3 f
+9 s
+555 5119(SEE)N
+709(ALSO)X
+1 f
+10 s
+843 5215(dvitype\(1\),)N
+1217(latex\(1\),)X
+1507(tex\(1\),)X
+1739(tr2tex\(1\),)X
+2 f
+2060(Local)X
+2262(LaTeX)X
+2495(Guide)X
+1 f
+2691(,)X
+2 f
+2731(A)X
+2800(TeX)X
+2949(DVI)X
+3103(Driver)X
+3337(Family)X
+1 f
+3564(.)X
+3 f
+9 s
+555 5445(BUGS)N
+1 f
+10 s
+843 5541(Bugs)N
+1027(in)X
+1109(either)X
+1312(the)X
+1430(software)X
+1727(or)X
+1814(its)X
+1909(documentation)X
+2405(should)X
+2638(be)X
+2734(reported)X
+3022(by)X
+3122(electronic)X
+3459(or)X
+3546(postal)X
+3757(mail)X
+3919(to)X
+843 5733(Nelson)N
+1090(H.F.)X
+1252(Beebe)X
+843 5829(Center)N
+1077(for)X
+1191(Scienti\256c)X
+1513(Computation)X
+555 6213(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4219(11)X
+
+ep
+%%Page: 10 11
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+843 767(\\vspace*{3.9in})N
+3 f
+9 s
+555 997(ENVIRONMENT)N
+1141(VARIABLES)X
+1 f
+10 s
+843 1093(The)N
+1000(behavior)X
+1313(of)X
+1412(the)X
+1542(DVI)X
+1717(translators)X
+2083(can)X
+2227(be)X
+2335(in\257uenced)X
+2701(by)X
+2813(de\256nition)X
+3151(of)X
+3250(logical)X
+3500(names)X
+3737(on)X
+3849(TOPS-20)X
+4183(and)X
+843 1189(VAX)N
+1038(VMS,)X
+1252(or)X
+1340(environment)X
+1766(variables)X
+2076(in)X
+2158(Unix)X
+2338(and)X
+2474(PC)X
+2591(DOS.)X
+2811(Compiled-in)X
+3235(internal)X
+3500(defaults)X
+3774(will)X
+3918(be)X
+4014(provided)X
+843 1285(for)N
+961(any)X
+1101(of)X
+1192(these)X
+1381(which)X
+1601(are)X
+1724(not)X
+1850(de\256ned.)X
+2169(They)X
+2 f
+2357(must)X
+1 f
+2531(be)X
+2630(entirely)X
+2898(in)X
+2983(upper-case,)X
+3375(since)X
+3563(that)X
+3706(is)X
+3782(conventional)X
+4219(on)X
+843 1381(Unix)N
+1023(systems.)X
+1336(The)X
+1481(names)X
+1706(currently)X
+2016(recognized)X
+2389(are)X
+2508(as)X
+2595(follows:)X
+843 1515(DVIHELP)N
+1359(This)X
+1522(variable)X
+1801(de\256nes)X
+2048(an)X
+2144(alternate)X
+2441(help)X
+2599(string)X
+2801(which)X
+3037(is)X
+3110(typed)X
+3308(when)X
+3502(the)X
+3640(user)X
+3794(makes)X
+4039(an)X
+4135(input)X
+1359 1611(error.)N
+1582(It)X
+1677(should)X
+1916(direct)X
+2144(the)X
+2287(user)X
+2466(to)X
+2573(additional)X
+2938(documentation.)X
+3519(For)X
+3655(example,)X
+3972(on)X
+4077(TOPS-)X
+1359 1707(20,)N
+1479(it)X
+1543(might)X
+1749(be)X
+1845(``try)X
+2008(HELP)X
+2228(DVI)X
+2391(or)X
+2478(XINFO)X
+2743(DVI''.)X
+843 1841(FONTLIST)N
+1359(Normally,)X
+1711(the)X
+1834(drivers)X
+2082(are)X
+2206(prepared)X
+2513(to)X
+2599(search)X
+2829(\256rst)X
+2977(for)X
+2 f
+3095(.pk)X
+1 f
+3191(,)X
+3235(then)X
+2 f
+3397(.gf)X
+1 f
+3479(,)X
+3523(then)X
+2 f
+3685(.pxl)X
+1 f
+3827(font)X
+3980(\256les.)X
+4157(This)X
+1359 1937(variable)N
+1639(can)X
+1772(be)X
+1869(used)X
+2036(to)X
+2118(change)X
+2366(this)X
+2501(search)X
+2727(order,)X
+2937(or)X
+3024(remove)X
+3285(one)X
+3421(or)X
+3508(more)X
+3693(of)X
+3780(the)X
+3898(possibilities.)X
+1359 2033(It)N
+1441(is)X
+1527(expected)X
+1846(to)X
+1940(contain)X
+2208(at)X
+2298(least)X
+2477(one)X
+2625(of)X
+2724(the)X
+2854(strings)X
+3099(``PK'',)X
+3361(``GF'',)X
+3623(or)X
+3722(``PXL'',)X
+4033(possibly)X
+1359 2129(separated)N
+1699(by)X
+1815(arbitrary)X
+2127(punctuation)X
+2540(and)X
+2691(other)X
+2891(text.)X
+3086(This)X
+3263(\257exibility)X
+3608(is)X
+3696(necessary)X
+4044(because)X
+1359 2225(some)N
+1554(operating)X
+1883(systems)X
+2161(expect)X
+2396(environment)X
+2826(variables)X
+3141(to)X
+3228(conform)X
+3525(to)X
+3612(some)X
+3806(syntax,)X
+4060(such)X
+4232(as)X
+1359 2321(that)N
+1511(of)X
+1610(a)X
+1677(\256le)X
+1810(name.)X
+2055(Letter)X
+2278(case)X
+2448(is)X
+2 f
+2532(not)X
+1 f
+2665(signi\256cant.)X
+3109(Some)X
+3322(acceptable)X
+3693(strings)X
+3937(are)X
+4067(``PXL-)X
+1359 2417(then-PK-then-GF'',)N
+2014(``pk.gf'',)X
+2329(``use-only-PXL-fonts'',)X
+3118(and)X
+3254(``PXL/GF/PK''.)X
+843 2551(TERM)N
+1359(This)X
+1526(variable)X
+1810(is)X
+1888(used)X
+2060(only)X
+2227(for)X
+2 f
+2346(dvibit)X
+1 f
+2528(;)X
+2575(if)X
+2649(it)X
+2718(does)X
+2890(not)X
+3016(evaluate)X
+3308(to)X
+3394(either)X
+3601(``bitgraph'')X
+4000(or)X
+4091(``bg'',)X
+2 f
+1359 2647(dvibit)N
+1 f
+1566(will)X
+1715(refuse)X
+1937(to)X
+2024(run.)X
+2196(On)X
+2319(Unix,)X
+2524(this)X
+2664(is)X
+2742(the)X
+2865(conventional)X
+3304(way)X
+3462(of)X
+3553(de\256ning)X
+3839(terminal)X
+4130(types)X
+1359 2743(with)N
+1530(the)X
+2 f
+1657(termcap)X
+1 f
+1949(or)X
+2 f
+2045(terminfo)X
+1 f
+2345(systems.)X
+2666(This)X
+2836(variable)X
+3123(is)X
+3204(ignored)X
+3477(on)X
+3585(VAX)X
+3787(VMS,)X
+4008(since)X
+4201(the)X
+1359 2839(VMS)N
+1552(C)X
+1625(library)X
+1859(sets)X
+1999(it)X
+2063(to)X
+2145(a)X
+2201(value)X
+2395(which)X
+2611(can)X
+2743(never)X
+2942(be)X
+3038(``bitgraph'')X
+3433(or)X
+3520(``bg''.)X
+843 2973(TEXFONTS)N
+1359(This)X
+1521(de\256nes)X
+1768(the)X
+1886(directory)X
+2196(path)X
+2354(for)X
+2468(\256nding)X
+2714(font)X
+2883(\256les.)X
+3056(Its)X
+3156(value)X
+3350(is)X
+2 f
+3423(prepended)X
+1 f
+3782(to)X
+3864(the)X
+3982(name)X
+4176(of)X
+4263(a)X
+1359 3069(TeX)N
+1525(font)X
+1677(to)X
+1782(get)X
+1903(a)X
+1962(full)X
+2096(\256le)X
+2221(speci\256cation.)X
+2689(A)X
+2770(typical)X
+3011(value)X
+3208(in)X
+3293(Unix)X
+3476(for)X
+2 f
+3593(TEXFONTS)X
+1 f
+4001(would)X
+4223(be)X
+2 f
+1359 3165(/usr/local/lib/tex/fonts/)N
+1 f
+2086(.)X
+2182(On)X
+2336(TOPS-20,)X
+2714(font)X
+2 f
+2898(cmr10)X
+1 f
+3158(on)X
+3293(a)X
+3384(300-dot/inch)X
+3848(device)X
+4113(might)X
+1359 3261(correspond)N
+1850(to)X
+2046(the)X
+2278(\256les)X
+2 f
+2545(texfonts:cmr10.300gf)X
+1 f
+3228(,)X
+2 f
+3382(texfonts:cmr10.300pk)X
+1 f
+4079(,)X
+4232(or)X
+2 f
+1359 3357(texfonts:cmr10.1500pxl)N
+1 f
+2118(.)X
+843 3491(TEXINPUTS)N
+1359(This)X
+1524(de\256nes)X
+1774(the)X
+1894(directory)X
+2206(path)X
+2366(for)X
+2482(\256nding)X
+2730(\256les)X
+2905(which)X
+3123(are)X
+3244(not)X
+3368(in)X
+3452(the)X
+3572(current)X
+3822(working)X
+4111(direc-)X
+1359 3587(tory.)N
+1603(It)X
+1727(is)X
+2 f
+1855(prepended)X
+1 f
+2269(to)X
+2406(\256le)X
+2583(names.)X
+2903(A)X
+3036(typical)X
+3329(value)X
+3578(in)X
+3715(Unix)X
+3949(would)X
+4223(be)X
+2 f
+1359 3683(/usr/local/lib/tex/macros/)N
+1 f
+2167(.)X
+3 f
+9 s
+555 3913(IBM)N
+729(PC)X
+855(CAVEATS)X
+1 f
+10 s
+843 4009(The)N
+990(latest)X
+1181(version)X
+1439(of)X
+1528(the)X
+1648(drivers)X
+1893(has)X
+2022(been)X
+2196(compiled)X
+2516(with)X
+2680(Microsoft)X
+3018(C)X
+3093(Version)X
+3369(4.0.)X
+3531(With)X
+3713(Version)X
+3989(3.0,)X
+4130(some)X
+2 f
+843 4105(.dvi)N
+1 f
+996(\256les)X
+1164(experienced)X
+1588(a)X
+1659(fatal)X
+2 f
+1837(\257oating-point)X
+2307(stack)X
+2507(over\257ow)X
+1 f
+2818(error)X
+3010(both)X
+3187(with)X
+3364(and)X
+3515(without)X
+3794(a)X
+3864(\257oating-point)X
+843 4201(coprocessor;)N
+1269(this)X
+1404(can)X
+1536(only)X
+1698(be)X
+1794(due)X
+1930(to)X
+2012(code)X
+2184(generation)X
+2543(errors,)X
+2771(and)X
+2907(it)X
+2971(disappeared)X
+3375(with)X
+3537(Version)X
+3811(4.0.)X
+843 4393(PC)N
+961(DOS)X
+1142(by)X
+1243(default)X
+1487(has)X
+1615(only)X
+1778(a)X
+1835(small)X
+2029(number)X
+2295(of)X
+2383(available)X
+2694(open)X
+2871(\256les,)X
+3045(and)X
+3182(this)X
+3318(number)X
+3584(is)X
+3658(not)X
+3781(adequate)X
+4087(for)X
+4201(the)X
+843 4489(drivers)N
+1087(with)X
+1250(the)X
+1369(value)X
+1564(of)X
+1652(\256ve)X
+1793(for)X
+2 f
+1908(MAXOPEN)X
+1 f
+2303(set)X
+2413(in)X
+2 f
+2496(machdefs.h)X
+1 f
+2859(.)X
+2920(You)X
+3079(need)X
+3251(to)X
+3333(increase)X
+3617(the)X
+3735(limits)X
+3936(by)X
+4036(entering)X
+843 4585(the)N
+961(lines)X
+843 4777(FILES=10)N
+843 4873(BUFFERS=10)N
+843 5065(in)N
+926(the)X
+2 f
+1044(con\256g.sys)X
+1 f
+1378(\256le)X
+1500(in)X
+1582(the)X
+1700(boot)X
+1862(directory,)X
+2192(then)X
+2350(reboot)X
+2575(the)X
+2693(system)X
+2935(to)X
+3017(have)X
+3189(the)X
+3307(new)X
+3461(values)X
+3686(take)X
+3840(effect.)X
+4084(Larger)X
+843 5161(values)N
+1075(are)X
+1201(of)X
+1295(course)X
+1532(possible,)X
+1841(though)X
+2 f
+2090(FILES=20)X
+1 f
+2460(is)X
+2540(the)X
+2664(limit)X
+2840(with)X
+3008(current)X
+3262(versions)X
+3555(of)X
+3648(PC)X
+3771(DOS.)X
+3997(Run-time)X
+843 5257(performance)N
+1270(can)X
+1402(be)X
+1498(quite)X
+1678(sensitive)X
+1978(to)X
+2060(these)X
+2245(settings,)X
+2529(so)X
+2620(you)X
+2760(may)X
+2918(wish)X
+3089(to)X
+3171(experiment.)X
+843 5449(If)N
+924(there)X
+1112(is)X
+1192(no)X
+2 f
+1299(con\256g.sys)X
+1 f
+1640(\256le,)X
+1789(or)X
+1883(the)X
+2008(settings)X
+2279(of)X
+2 f
+2373(FILES)X
+1 f
+2609(and)X
+2 f
+2752(BUFFERS)X
+1 f
+3122(are)X
+3248(too)X
+3377(small,)X
+3596(you)X
+3742(will)X
+3892(\256nd)X
+4042(the)X
+4166(disk)X
+843 5545(whirring)N
+1149(madly)X
+1379(while)X
+1587(the)X
+1715(driver)X
+1937(attempts)X
+2238(to)X
+2330(open)X
+2516(font)X
+2674(\256les)X
+2836(with)X
+3007(neighboring)X
+3423(magni\256cations,)X
+3943(and)X
+4088(then)X
+4255(it)X
+843 5641(will)N
+992(\256nally)X
+1221(die)X
+1344(with)X
+1511(a)X
+1572(message)X
+2 f
+1869(unable)X
+2112(to)X
+2199(open)X
+2380(.err)X
+2523(\256le)X
+1 f
+2621(.)X
+2686(Use)X
+2835(of)X
+2926(the)X
+3 f
+9 f
+3048(-)X
+3 f
+3092(d24)X
+1 f
+3240(option)X
+3468(may)X
+3630(be)X
+3730(useful)X
+3950(in)X
+4036(tracking)X
+843 5737(how)N
+1001(many)X
+1199(\256les)X
+1352(can)X
+1484(successfully)X
+1896(be)X
+1992(opened.)X
+555 6144(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4219(10)X
+
+ep
+%%Page: 9 10
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+843 767(The)N
+988(TeX)X
+3 f
+1151(\\special{})X
+1 f
+1488(command)X
+1824(is)X
+1897(expected)X
+2203(to)X
+2285(look)X
+2447(like)X
+2587(one)X
+2723(of)X
+2810(the)X
+2928(following:)X
+923 959(\\special{overlay)N
+1467(\256lename})X
+1981(%)X
+2068(absolute)X
+2355(positioning)X
+923 1055(\\special{include)N
+1462(\256lename})X
+1976(%)X
+2063(relative)X
+2324(positioning)X
+923 1151(\\special{insert)N
+1404(\256lename})X
+1938(%)X
+2025(relative)X
+2286(positioning)X
+843 1343(In)N
+932(the)X
+1052(\256rst)X
+1198(case,)X
+1379(the)X
+1499(PostScript)X
+1848(\256le)X
+1971(to)X
+2054(be)X
+2151(included)X
+2448(will)X
+2593(be)X
+2690(mapped)X
+2965(onto)X
+3128(the)X
+3247(page)X
+3420(at)X
+3499(precisely)X
+3810(the)X
+3929(coordinates)X
+843 1439(it)N
+911(speci\256es.)X
+1251(In)X
+1342(the)X
+1464(other)X
+1653(two)X
+1797(cases,)X
+2011(the)X
+2133(upper-left)X
+2474(corner)X
+2704(of)X
+2795(the)X
+2917(bounding)X
+3243(box)X
+3387(will)X
+3535(be)X
+3635(placed)X
+3869(at)X
+3950(the)X
+4071(current)X
+843 1535(point.)N
+1067(The)X
+1212(PostScript)X
+1560(\256le)X
+1682(must)X
+1857(then)X
+2015(contain)X
+2271(\(usually)X
+2549(near)X
+2708(the)X
+2826(start\))X
+3011(a)X
+3067(comment)X
+3385(of)X
+3472(the)X
+3590(form)X
+843 1727(%%BoundingBox:)N
+1467(llx)X
+1571(lly)X
+1675(urx)X
+1802(ury)X
+843 1919(specifying)N
+1210(the)X
+1341(bounding)X
+1696(box)X
+1849(lower-left)X
+2199(and)X
+2368(upper-right)X
+2762(coordinates)X
+3185(in)X
+3279(standard)X
+3583(PostScript)X
+3943(units)X
+4130(\(1/72)X
+843 2015(inch\).)N
+1068(Alternatively,)X
+1531(if)X
+1600(the)X
+1718(comment)X
+843 2207(%%BoundingBox:)N
+1467(\(atend\))X
+843 2399(is)N
+916(found)X
+1123(in)X
+1225(the)X
+1343(\256le,)X
+1505(the)X
+1623(last)X
+1774(1000)X
+1954(characters)X
+2321(of)X
+2408(the)X
+2546(\256le)X
+2668(will)X
+2832(be)X
+2928(searched)X
+3230(to)X
+3312(\256nd)X
+3456(a)X
+3512(comment)X
+3830(of)X
+3917(the)X
+4035(form:)X
+843 2591(%%BoundingBox:)N
+1467(llx)X
+1571(lly)X
+1675(urx)X
+1802(ury)X
+843 2783(If)N
+920(the)X
+1041(PostScript)X
+1392(\256le)X
+1517(cannot)X
+1754(be)X
+1853(opened,)X
+2127(or)X
+2216(the)X
+3 f
+2336(\\special{})X
+1 f
+2675(command)X
+3013(string)X
+3217(cannot)X
+3453(be)X
+3551(recognized,)X
+3946(or)X
+4035(for)X
+4151(rela-)X
+843 2879(tive)N
+995(positioning,)X
+1406(the)X
+1536(bounding)X
+1870(box)X
+2022(cannot)X
+2268(be)X
+2376(determined,)X
+2789(a)X
+2857(warning)X
+3152(message)X
+3455(is)X
+3539(issued)X
+3770(and)X
+3917(the)X
+3 f
+4046(\\special)X
+1 f
+843 2975(command)N
+1179(is)X
+1252(ignored.)X
+843 3167(Otherwise,)N
+1213(the)X
+1331(section)X
+1578(of)X
+1665(the)X
+1783(PostScript)X
+2131(\256le)X
+2253(between)X
+2541(the)X
+2659(comment)X
+2977(lines)X
+843 3359(%begin\(plot\))N
+843 3455(%end\(plot\))N
+843 3647(is)N
+916(copied)X
+1150(to)X
+1232(the)X
+1350(output)X
+1574(\256le)X
+1696(surrounded)X
+2077(by)X
+843 3839(save)N
+843 3935(300)N
+983(72)X
+1083(div)X
+1205(300)X
+1345(72)X
+1445(div)X
+1567(scale)X
+1748(%)X
+1835(revert)X
+2043(to)X
+2125(standard)X
+2417(1/72)X
+2579(inch)X
+2737(units)X
+843 4031(%)N
+930(if)X
+999(relative)X
+1260(positioning,)X
+1659(then)X
+843 4127(%)N
+930(\(xcp\(in)X
+1182(1/72in\)-llx\))X
+1571(\(ycp\(in)X
+1823(1/72in\)-ury\))X
+2235(translate)X
+863 4223(.)N
+896(.)X
+929(.PostScript)X
+1297(\256le)X
+1419(contents.)X
+1719(.)X
+1752(.)X
+843 4319(restore)N
+843 4511(Plot)N
+999(\256les)X
+1160(produced)X
+1487(by)X
+1595(PLOT79)X
+1903(have)X
+2083(all)X
+2190(the)X
+2315(expected)X
+2628(commands)X
+3002(in)X
+3091(them)X
+3278(to)X
+3367(allow)X
+3572(their)X
+3746(use)X
+3880(in)X
+3969(TeX)X
+3 f
+4139(\\spe-)X
+843 4607(cial{})N
+1 f
+1047(commands.)X
+1454(The)X
+1599(two)X
+1739(PLOT79)X
+2039(parameters)X
+2412(which)X
+2628(in\257uence)X
+2942(the)X
+3060(size)X
+3205(of)X
+3292(the)X
+3410(plot)X
+3554(are)X
+10 f
+1131 4837(g)N
+1 f
+1239(the)X
+1357(device)X
+1587(size)X
+1732(speci\256ed)X
+2037(in)X
+2119(the)X
+2237(call)X
+2373(to)X
+2 f
+2455(SETSZ\(\))X
+1 f
+2726(;)X
+2768(it)X
+2832(defaults)X
+3106(to)X
+3188(11in)X
+3350(if)X
+2 f
+3419(SETSZ\(\))X
+1 f
+3710(is)X
+3783(not)X
+3905(called.)X
+10 f
+1131 4971(g)N
+1 f
+1239(the)X
+1363(device)X
+1599(space)X
+1804(speci\256ed)X
+2115(in)X
+2203(the)X
+2327(call)X
+2469(to)X
+2 f
+2557(SETDS2\(\))X
+1 f
+2908(or)X
+2 f
+3001(SETDS3\(\))X
+1 f
+3326(;)X
+3374(it)X
+3443(defaults)X
+3722(in)X
+3809(the)X
+3932(CORE)X
+4170(sys-)X
+1239 5067(tem)N
+1380(to)X
+1463(the)X
+1582(unit)X
+1727(square,)X
+1978(but)X
+2101(if)X
+2171(the)X
+2290(PLOT79)X
+2591(framing)X
+2866(routines)X
+3145(are)X
+3265(called,)X
+3497(they)X
+3655(will)X
+3799(reset)X
+3971(the)X
+4089(device)X
+1239 5163(space)N
+1439(to)X
+1522(a)X
+1579(horizontal)X
+1924(or)X
+2011(vertical)X
+2272(frame)X
+2480(in)X
+2562(proportions)X
+2951(of)X
+3038(the)X
+3156(local)X
+3332(standard)X
+3624(paper)X
+3823(size)X
+3968(\(1)X
+4055(:)X
+4097(8.5/11)X
+1239 5259(in)N
+1321(the)X
+1439(USA\).)X
+843 5451(For)N
+979(example,)X
+1296(if)X
+1370(a)X
+1431(device)X
+1666(size)X
+1816(of)X
+1908(5in)X
+2035(is)X
+2113(speci\256ed)X
+2423(for)X
+2542(a)X
+2603(standard)X
+2900(horizontal)X
+3250(frame,)X
+3483(the)X
+3605(bounding)X
+3931(box)X
+4075(will)X
+4223(be)X
+843 5547(declared)N
+1145(to)X
+1236(be)X
+1341(5in)X
+1472(wide)X
+1657(and)X
+1802(\(8.5/11\)*5in)X
+2229(=)X
+2303(3.8636in)X
+2613(high,)X
+2803(so)X
+2902(a)X
+2966(TeX)X
+3137(manuscript)X
+3521(requiring)X
+3843(the)X
+3969(plot)X
+4121(could)X
+843 5643(have)N
+1015(the)X
+1133(following)X
+1464(commands)X
+1831(at)X
+1909(the)X
+2027(start)X
+2185(of)X
+2272(a)X
+2328(new)X
+2482(paragraph:)X
+843 5835(\\special{include)N
+1382(plot\256lename})X
+555 6219(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(9)X
+
+ep
+%%Page: 8 9
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+3 f
+1131 767(D)N
+1 f
+1419(Move)X
+1626(the)X
+1744(display)X
+1995(down)X
+2193(by)X
+2293(1/8)X
+2415(of)X
+2502(screen)X
+2728(size.)X
+3 f
+1131 901(U)N
+1 f
+1419(Move)X
+1626(the)X
+1744(display)X
+1995(up)X
+2095(by)X
+2195(1/8)X
+2317(of)X
+2404(screen)X
+2630(size.)X
+3 f
+1131 1035(L)N
+1 f
+1419(Move)X
+1626(the)X
+1744(display)X
+1995(left)X
+2122(by)X
+2222(1/8)X
+2344(of)X
+2431(screen)X
+2657(size.)X
+3 f
+1131 1169(R)N
+1 f
+1419(Move)X
+1626(the)X
+1744(display)X
+1995(right)X
+2166(by)X
+2266(1/8)X
+2388(of)X
+2475(screen)X
+2701(size.)X
+3 f
+1131 1303(d)N
+1 f
+1195(or)X
+3 f
+1282(Ctl-N)X
+1 f
+1494(or)X
+3 f
+1581(down-arrow)X
+1 f
+1419 1399(Move)N
+1626(the)X
+1744(display)X
+1995(down)X
+2193(by)X
+2293(1/64)X
+2455(of)X
+2542(screen)X
+2768(size.)X
+3 f
+1131 1533(u)N
+1 f
+1195(or)X
+3 f
+1282(Ctl-P)X
+1 f
+1485(or)X
+3 f
+1572(up-arrow)X
+1 f
+1419 1629(Move)N
+1626(the)X
+1744(display)X
+1995(up)X
+2095(by)X
+2195(1/64)X
+2357(of)X
+2444(screen)X
+2670(size.)X
+3 f
+1131 1763(l)N
+1 f
+1173(or)X
+3 f
+1260(Ctl-B)X
+1 f
+1467(or)X
+3 f
+1554(left-arrow)X
+1 f
+1419 1859(Move)N
+1626(the)X
+1744(display)X
+1995(left)X
+2122(by)X
+2222(1/64)X
+2384(of)X
+2471(screen)X
+2697(size.)X
+3 f
+1131 1993(r)N
+1 f
+1187(or)X
+3 f
+1274(Ctl-F)X
+1 f
+1477(or)X
+3 f
+1564(right-arrow)X
+1 f
+1419 2089(Move)N
+1626(the)X
+1744(display)X
+1995(right)X
+2166(by)X
+2266(1/64)X
+2428(of)X
+2515(screen)X
+2741(size.)X
+3 f
+1131 2223(.)N
+1 f
+1171(or)X
+3 f
+1258(Ctl-L)X
+1 f
+1419 2319(Redisplay)N
+1759(current)X
+2007(page.)X
+3 f
+1131 2453(@)N
+1 f
+1419(Redisplay)X
+1759(current)X
+2007(page)X
+2179(with)X
+2 f
+2341(startup)X
+1 f
+2587(page)X
+2759(positioning.)X
+3 f
+1131 2587(CARET)N
+1 f
+1431(or)X
+3 f
+1518(BACKSPACE)X
+1 f
+1419 2683(Redisplay)N
+1759(previous)X
+2055(page.)X
+3 f
+1131 2817(nnn)N
+1 f
+1419(nnn)X
+1561(is)X
+1636(a)X
+1694(digit)X
+1862(string;)X
+2087(DELETE/RUBOUT)X
+2762(and)X
+2899(BACKSPACE)X
+3390(keys)X
+3558(correct)X
+3803(typing)X
+4028(errors)X
+4237(in)X
+1419 2913(it.)N
+1528(Move)X
+1740(to)X
+3 f
+1827(nnn)X
+1 f
+1959(-th)X
+2073(page,)X
+2270(where)X
+2492(document)X
+2833(pages)X
+3041(are)X
+3165(numbered)X
+3511(1,)X
+3596(2,)X
+3681(.)X
+3714(.)X
+3747(..)X
+3831(The)X
+3980(TeX)X
+4147(page)X
+1419 3009(numbers)N
+1717(are)X
+1838(displayed)X
+2167(in)X
+2250(the)X
+2369(status)X
+2572(window.)X
+2871(This)X
+3034(is)X
+3108(a)X
+3165(recursive)X
+3481(display;)X
+3755(if)X
+3825(you)X
+3966(respond)X
+4241(at)X
+1419 3105(end-of-page)N
+1841(with)X
+2016(a)X
+2 f
+2085(next-page)X
+1 f
+2435(command,)X
+2804(display)X
+3068(will)X
+3224(revert)X
+3444(to)X
+3538(the)X
+3668(page)X
+3852(sequence)X
+4179(you)X
+1419 3201(were)N
+1596(viewing)X
+1874(when)X
+2068(you)X
+2208(\256rst)X
+2352(issued)X
+2572(the)X
+3 f
+2690(nnn)X
+1 f
+2842(command.)X
+3 f
+1131 3335(SPACE)N
+1 f
+1413(or)X
+3 f
+1500(RETURN)X
+1 f
+1858(or)X
+3 f
+1945(Ctl-V)X
+1 f
+1419 3431(Display)N
+1688(next)X
+1846(page.)X
+3 f
+1131 3565(Q)N
+1 f
+1213(or)X
+3 f
+1300(q)X
+1 f
+1364(or)X
+3 f
+1451(X)X
+1 f
+1529(or)X
+3 f
+1616(x)X
+1 f
+1419 3661(Quit)N
+1586(or)X
+1678(exit.)X
+1863(The)X
+2013(screen)X
+2244(will)X
+2393(be)X
+2494(cleared)X
+2752(and)X
+2893(the)X
+3016(terminal)X
+3308(restored)X
+3592(to)X
+3679(its)X
+3779(normal)X
+4030(font)X
+4183(and)X
+1419 3757(emulation)N
+1759(mode.)X
+3 f
+1131 3891(Z)N
+1 f
+1419(Zoom)X
+1630(up)X
+1730(one)X
+1866(magstep)X
+2153(\(1.2)X
+2300(times)X
+2493(larger\))X
+2728(from)X
+2904(current)X
+3152(size.)X
+3 f
+1131 4025(z)N
+1 f
+1419(Zoom)X
+1630(down)X
+1828(one)X
+1964(magstep)X
+2251(\(1.2)X
+2398(times)X
+2591(smaller\))X
+2874(from)X
+3050(current)X
+3298(size.)X
+1419 4217(It)N
+1496(is)X
+1577(likely)X
+1787(that)X
+1935(some)X
+2132(font)X
+2289(magni\256cations)X
+2788(will)X
+2940(be)X
+3044(unavailable)X
+3441(for)X
+3562(zooming,)X
+3889(so)X
+3987(do)X
+4094(not)X
+4223(be)X
+1419 4313(alarmed)N
+1706(if)X
+1783(some)X
+1980(characters)X
+2335(are)X
+2462(displayed)X
+2796(as)X
+2890(blanks)X
+3126(when)X
+3327(you)X
+3474(do)X
+3581(this.)X
+3763(You)X
+3928(can)X
+4067(use)X
+4201(the)X
+1419 4409(font)N
+1574(substitution)X
+1972(mechanism)X
+2363(\()X
+3 f
+9 f
+2390(-)X
+3 f
+2434(f)X
+1 f
+2487(option)X
+2717(above\))X
+2961(to)X
+3048(work)X
+3238(around)X
+3486(this,)X
+3646(or)X
+3738(you)X
+3883(can)X
+4020(ask)X
+4152(your)X
+1419 4505(font)N
+1576(administrator)X
+2031(to)X
+2121(generate)X
+2422(the)X
+2548(required)X
+2844(magni\256cations.)X
+3382(When)X
+3601(font)X
+3757(substitution)X
+4156(hap-)X
+1419 4601(pens)N
+1598(because)X
+1885(of)X
+1984(an)X
+2092(unavailable)X
+2494(magni\256cation,)X
+2986(characters)X
+3344(of)X
+3442(an)X
+3549(incorrect)X
+3866(size)X
+4022(are)X
+4152(used)X
+1419 4697(with)N
+1587(the)X
+1711(spacing)X
+1982(required)X
+2276(for)X
+2396(the)X
+2520(font)X
+2675(which)X
+2896(TeX)X
+3064(used,)X
+3256(so)X
+3352(output)X
+3581(is)X
+3659(likely)X
+3866(to)X
+3953(look)X
+4120(pecu-)X
+1419 4793(liar.)N
+1419 4985(To)N
+1536(avoid)X
+1742(exhausting)X
+2117(the)X
+2243(terminal's)X
+2596(font)X
+2753(memory,)X
+3068(larger)X
+3284(characters)X
+3638(as)X
+3732(sent)X
+3888(as)X
+3982(raster)X
+4188(bit-)X
+1419 5081(maps)N
+1628(each)X
+1815(time)X
+1996(they)X
+2173(are)X
+2311(used,)X
+2517(rather)X
+2744(than)X
+2921(as)X
+3027(downloaded)X
+3458(fonts,)X
+3677(making)X
+3956(the)X
+4093(screen)X
+1419 5177(display)N
+1681(much)X
+1890(slower.)X
+2175(The)X
+2331(size)X
+2487(limit)X
+2668(is)X
+2752(large)X
+2944(enough)X
+3210(that)X
+3360(this)X
+3505(should)X
+3748(not)X
+3880(be)X
+3986(necessary)X
+1419 5273(except)N
+1649(at)X
+1727(large)X
+1908(magni\256cations.)X
+3 f
+9 s
+555 5503(SPECIALS)N
+1 f
+10 s
+843 5599(The)N
+996(TeX)X
+3 f
+1167(\\special{})X
+1 f
+1512(command)X
+1856(is)X
+1937(intended)X
+2241(to)X
+2331(allow)X
+2537(the)X
+2663(speci\256cation)X
+3096(in)X
+3186(a)X
+2 f
+3250(.tex)X
+1 f
+3392(\256le)X
+3522(of)X
+3617(a)X
+3681(request)X
+3941(to)X
+4031(the)X
+4156(DVI)X
+843 5695(driver,)N
+1082(usually)X
+1340(for)X
+1461(the)X
+1586(insertion)X
+1893(of)X
+1987(graphical)X
+2313(material)X
+2603(at)X
+2688(that)X
+2835(point)X
+3026(in)X
+3114(the)X
+3238(document.)X
+3620(It)X
+3695(is)X
+3774(currently)X
+4090(imple-)X
+843 5791(mented)N
+1099(only)X
+1261(for)X
+2 f
+1375(dvialw)X
+1 f
+1588(;)X
+1630(other)X
+1815(drivers)X
+2058(will)X
+2202(simply)X
+2439(issue)X
+2619(a)X
+2675(warning)X
+2958(message.)X
+555 6175(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(8)X
+
+ep
+%%Page: 7 8
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+843 767(Examples)N
+1179(are:)X
+843 959(%)N
+930(These)X
+1142(provide)X
+1407(replacements)X
+1851(for)X
+1965(some)X
+2154(LaTeX)X
+2402(invisible)X
+2697(fonts:)X
+843 1055(iamr10)N
+1090(1500)X
+1459(->)X
+1611(amr10)X
+1836(1500)X
+2245(%)X
+2332(comment)X
+843 1151(iamr10.1500)N
+1459(->)X
+1611(amr10.1500)X
+2245(%)X
+2332(comment)X
+843 1247(iamssb8)N
+1459(->)X
+1611(amssb8)X
+2245(%)X
+2332(comment)X
+843 1439(The)N
+992(\256rst)X
+1160(two)X
+1324(forms)X
+1535(request)X
+1811(substitution)X
+2227(of)X
+2318(a)X
+2398(particular)X
+2750(font)X
+2923(and)X
+3062(magni\256cation.)X
+3565(The)X
+3713(third)X
+3907(form)X
+4086(substi-)X
+843 1535(tutes)N
+1016(an)X
+1133(entire)X
+1337(font)X
+1487(family;)X
+1759(the)X
+1878(closest)X
+2117(available)X
+2428(magni\256cation)X
+2889(to)X
+2972(the)X
+3111(required)X
+3400(one)X
+3537(will)X
+3682(be)X
+3779(used.)X
+4007(Any)X
+4166(dots)X
+843 1631(in)N
+945(the)X
+1083(non-comment)X
+1568(portion)X
+1839(will)X
+1983(be)X
+2099(converted)X
+2456(to)X
+2558(spaces,)X
+2828(and)X
+2964(therefore,)X
+3295(cannot)X
+3529(be)X
+3625(part)X
+3770(of)X
+3857(a)X
+3913(name)X
+4107(\256eld.)X
+843 1823(The)N
+989(\256rst)X
+1133(matching)X
+1451(substitution)X
+1843(will)X
+1987(be)X
+2083(selected,)X
+2382(so)X
+2473(magni\256cation-speci\256c)X
+3205(substitutions)X
+3628(should)X
+3861(be)X
+3957(given)X
+4155(\256rst,)X
+843 1919(before)N
+1069(family)X
+1298(substitutions.)X
+843 2111(Comments)N
+1212(are)X
+1334(introduced)X
+1699(by)X
+1801(percent)X
+2060(and)X
+2198(continue)X
+2496(to)X
+2580(end-of-line,)X
+2979(just)X
+3116(as)X
+3205(for)X
+3321(TeX.)X
+3526(One)X
+3682(whitespace)X
+4061(charac-)X
+843 2207(ter)N
+948(is)X
+1021(equivalent)X
+1375(to)X
+1457(any)X
+1593(amount)X
+1853(of)X
+1940(whitespace.)X
+2357(Whitespace)X
+2752(and)X
+2888(comments)X
+3237(are)X
+3356(optional.)X
+3 f
+9 s
+555 2437(SCREEN)N
+877(CONTROL)X
+1 f
+10 s
+843 2533(At)N
+951(present,)X
+2 f
+1231(dvibit)X
+1 f
+1441(is)X
+1522(the)X
+1647(only)X
+1816(family)X
+2052(member)X
+2342(which)X
+2565(supports)X
+2863(interactive)X
+3229(viewing)X
+3514(of)X
+3608(the)X
+3733(TeX)X
+3903(output.)X
+4174(The)X
+843 2629(following)N
+1184(description)X
+1570(therefore)X
+1891(applies)X
+2148(only)X
+2320(to)X
+2412(it,)X
+2506(but)X
+2638(the)X
+2766(functionality)X
+3205(should)X
+3448(be)X
+3554(adhered)X
+3838(to)X
+3929(in)X
+4020(any)X
+4165(new)X
+843 2725(interactive)N
+1202(device)X
+1432(drivers.)X
+843 2917(All)N
+972(switches,)X
+1295(including)X
+1624(the)X
+1749(page)X
+1928(selection)X
+2240(\()X
+3 f
+9 f
+2267(-)X
+3 f
+2311(o)X
+1 f
+(\))S
+2405(and)X
+2548(page)X
+2727(origin)X
+2945(\()X
+3 f
+9 f
+2972(-)X
+3 f
+3016(x)X
+1 f
+3083(and)X
+3 f
+9 f
+3226(-)X
+3 f
+3270(y)X
+1 f
+(\))S
+3364(switches,)X
+3686(work)X
+3877(normally.)X
+4232(In)X
+843 3013(order)N
+1041(to)X
+1131(avoid)X
+1336(unnecessary)X
+1756(waste)X
+1966(of)X
+2060(screen)X
+2293(space,)X
+2519(you)X
+2666(probably)X
+2978(will)X
+3129(want)X
+3312(to)X
+3401(specify)X
+3 f
+9 f
+3660(-)X
+3 f
+3704(x0in)X
+1 f
+3877(and)X
+3 f
+9 f
+4020(-)X
+3 f
+4064(y0in)X
+1 f
+4237(to)X
+843 3109(remove)N
+1107(the)X
+1227(default)X
+1472(one-inch)X
+1775(left)X
+1904(and)X
+2042(top)X
+2166(margins.)X
+2486(The)X
+3 f
+9 f
+2633(-)X
+3 f
+2677(q)X
+1 f
+2743(option)X
+2969(is)X
+3044(probably)X
+3351(also)X
+3502(advisable)X
+3827(to)X
+3911(avoid)X
+4111(warn-)X
+843 3205(ing)N
+965(messages,)X
+1308(such)X
+1475(as)X
+1562(from)X
+1738(font)X
+1887(substitutions.)X
+843 3397(At)N
+946(beginning)X
+1289(of)X
+1379(page,)X
+1574(a)X
+1633(command)X
+1972(and)X
+2111(status)X
+2316(menu)X
+2517(is)X
+2593(displayed)X
+2923(at)X
+3004(the)X
+3125(top)X
+3250(of)X
+3340(the)X
+3460(screen.)X
+3728(When)X
+3942(the)X
+4062(end-of-)X
+843 3493(page)N
+1016(command)X
+1353(is)X
+1427(reached)X
+1699(in)X
+1782(the)X
+1901(DVI)X
+2065(\256le,)X
+2208(or)X
+2295(as)X
+2382(soon)X
+2553(as)X
+2640(keyboard)X
+2959(input)X
+3143(is)X
+3216(available,)X
+3546(the)X
+3664(driver)X
+3876(will)X
+4020(enter)X
+4201(the)X
+843 3589(end-of-page)N
+1253(routine.)X
+1541(Any)X
+1700(keyboard)X
+2020(input)X
+2205(command)X
+2542(is)X
+2616(then)X
+2775(read)X
+2935(and)X
+3072(acted)X
+3263(upon;)X
+3466(unrecognized)X
+3920(input)X
+4105(is)X
+4179(dis-)X
+843 3685(carded)N
+1083(with)X
+1250(a)X
+1311(warning)X
+1599(beep.)X
+1816(The)X
+1966(advantage)X
+2317(of)X
+2409(checking)X
+2723(for)X
+2841(keyboard)X
+3164(input)X
+3352(during)X
+3585(the)X
+3707(main)X
+3891(DVI)X
+4058(reading)X
+843 3781(loop)N
+1010(is)X
+1088(that)X
+1233(unwanted)X
+1570(display)X
+1826(can)X
+1963(be)X
+2064(avoided.)X
+2383(This)X
+2549(is)X
+2626(valuable)X
+2922(if)X
+2995(you)X
+3139(are)X
+3262(repositioning)X
+3708(the)X
+3830(page,)X
+4026(or)X
+4117(skim-)X
+843 3877(ming)N
+1029(a)X
+1087(document.)X
+1465(The)X
+1612(EMACS)X
+1909(text)X
+2051(editor)X
+2259(uses)X
+2418(much)X
+2617(the)X
+2736(same)X
+2922(display)X
+3174(algorithm---do)X
+3667(nothing)X
+3932(more)X
+4118(to)X
+4201(the)X
+843 3973(screen)N
+1069(if)X
+1138(a)X
+1194(user)X
+1348(command)X
+1684(will)X
+1828(probably)X
+2133(invalidate)X
+2469(it)X
+2533(anyway.)X
+843 4165(The)N
+988(input)X
+1172(can)X
+1304(select)X
+10 f
+1131 4299(g)N
+1 f
+1239(redisplay)X
+1554(of)X
+1642(the)X
+1761(current)X
+2010(page,)X
+2203(possibly)X
+2490(shifting)X
+2755(it)X
+2820(up,)X
+2941(down,)X
+3160(left,)X
+3308(or)X
+3396(right,)X
+3588(to)X
+3671(see)X
+3794(more)X
+3979(of)X
+4066(it,)X
+4150(or)X
+4237(to)X
+1239 4395(restore)N
+1478(a)X
+1534(display)X
+1785(trashed)X
+2037(by)X
+2137(an)X
+2233(unexpected)X
+2619(system)X
+2861(message)X
+3153(or)X
+3240(transmission)X
+3664(line)X
+3804(error;)X
+10 f
+1131 4529(g)N
+1 f
+1239(continuation)X
+1659(to)X
+1741(the)X
+1859(next)X
+2017(page)X
+2189(in)X
+2271(the)X
+2389(page)X
+2561(list)X
+2678(selected)X
+2957(by)X
+3057(default)X
+3300(or)X
+3387(by)X
+3487(the)X
+3 f
+9 f
+3605(-)X
+3 f
+3649(o)X
+1 f
+3709(option;)X
+10 f
+1131 4663(g)N
+1 f
+1239(backing)X
+1513(up)X
+1613(to)X
+1695(the)X
+1813(previous)X
+2109(page)X
+2281(\(useful)X
+2524(if)X
+2593(you)X
+2733(overshoot\);)X
+10 f
+1131 4797(g)N
+1 f
+1239(display)X
+1490(of)X
+1577(an)X
+1673(arbitrary)X
+1970(page)X
+2142(by)X
+2242(typing)X
+2466(its)X
+2561(sequence)X
+2876(number;)X
+10 f
+1131 4931(g)N
+1 f
+1239(termination)X
+1628(of)X
+1715(execution.)X
+843 5123(Although)N
+1185(the)X
+1323(menu)X
+1561(on)X
+1681(the)X
+1819(top)X
+1961(line)X
+2121(displays)X
+2423(only)X
+2605(a)X
+2681(subset)X
+2921(of)X
+3028(the)X
+3166(possible)X
+3467(commands,)X
+3873(a)X
+3948(number)X
+4232(of)X
+843 5219(synonyms)N
+1197(are)X
+1326(provided)X
+1641(for)X
+1765(user)X
+1929(convenience.)X
+2401(In)X
+2498(particular,)X
+2856(arrow)X
+3074(keys)X
+3251(in)X
+3343(VT52)X
+3560(and)X
+3706(VT100)X
+3962(modes)X
+4200(are)X
+843 5315(recognized,)N
+1244(as)X
+1338(are)X
+1464(EMACS)X
+1766 0.2344(control-character)AX
+2343(commands)X
+2717(to)X
+2806(move)X
+3011(the)X
+3136(cursor)X
+3364(or)X
+3458(page)X
+3637(display.)X
+3935(Commands)X
+843 5411(are)N
+962(provided)X
+1267(for)X
+1401(both)X
+1563(coarse)X
+1789(and)X
+1925(\256ne)X
+2065(adjustment)X
+2436(of)X
+2523(page)X
+2695(position.)X
+843 5603(Here)N
+1024(is)X
+1101(the)X
+1223(current)X
+1475(command)X
+1815(list.)X
+1976(Input)X
+2168(is)X
+2244(immediate;)X
+2627(no)X
+2730(terminating)X
+3122(carriage)X
+3405(return)X
+3620(is)X
+3696(necessary.)X
+4072(Conse-)X
+843 5699(quently,)N
+1126(typing)X
+1353(error)X
+1532(correction)X
+1880(is)X
+1955(supported)X
+2293(only)X
+2457(for)X
+2573(the)X
+2693(digit)X
+2861(string)X
+3065(command;)X
+3425(it)X
+3491(ends)X
+3660(at)X
+3740(the)X
+3860(\256rst)X
+4006(non-digit)X
+843 5795(typed.)N
+555 6179(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(7)X
+
+ep
+%%Page: 6 7
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+843 767(When)N
+1058(the)X
+1179(TOPS-20)X
+1504(version)X
+1763(of)X
+1853(TeX)X
+2019(\256nishes)X
+2286(execution,)X
+2641(it)X
+2708(normally)X
+3020(simulates)X
+3345(terminal)X
+3635(input)X
+3822(of)X
+3912(a)X
+3970(line)X
+4112(of)X
+4201(the)X
+843 863(form)N
+843 1055(TeXspool:)N
+1201(dvi\256le)X
+843 1247(without)N
+1120(supplying)X
+1468(a)X
+1537(\256nal)X
+1712(carriage)X
+2005(return.)X
+2270(The)X
+2428(default)X
+2684(value)X
+2891(of)X
+2991(the)X
+3122(logical)X
+3373(name)X
+2 f
+3580(TeXspool:)X
+1 f
+3942(points)X
+4169(to)X
+4263(a)X
+843 1343(dummy)N
+1114(program)X
+1413(which)X
+1636(does)X
+1810(nothing,)X
+2101(so)X
+2199(if)X
+2275(you)X
+2422(just)X
+2564(type)X
+2729(a)X
+2792(carriage)X
+3079(return)X
+3297(yourself,)X
+3606(the)X
+3730(line)X
+3876(is)X
+3955(effectively)X
+843 1439(ignored.)N
+1157(This)X
+1328(is)X
+1410(reasonable)X
+1783(in)X
+1874(that)X
+2023(it)X
+2096(usually)X
+2356(takes)X
+2550(several)X
+2807(trips)X
+2977(through)X
+3254(TeX)X
+3425(before)X
+3659(you)X
+3807(have)X
+3987(a)X
+2 f
+4051(.dvi)X
+1 f
+4197(\256le)X
+843 1535(worth)N
+1054(printing.)X
+1371(If)X
+1449(you)X
+1593(like,)X
+1757(you)X
+1900(can)X
+2035(rede\256ne)X
+2 f
+2317(TeXspool:)X
+1 f
+2669(to)X
+2754(point)X
+2941(to)X
+3026(your)X
+3196(favorite)X
+3469(DVI)X
+3635(translator,)X
+3981(for)X
+4098(exam-)X
+843 1631(ple,)N
+843 1823(de\256ne)N
+1059(TeXspool:)X
+1417(sys:dvialw.exe)X
+843 2015(Then)N
+1030(when)X
+1226(you)X
+1368(type)X
+1528(a)X
+1586(carriage)X
+1868(return)X
+2082(when)X
+2278(TeX)X
+2442(\256nishes,)X
+2727(it)X
+2792(will)X
+2937(run)X
+3065(the)X
+3184(translator)X
+3508(immediately,)X
+3949(saving)X
+4179(you)X
+843 2111(a)N
+899(line)X
+1039(of)X
+1126(typing.)X
+1390(If)X
+1464(you)X
+1604(do)X
+1704(not)X
+1826(want)X
+2002(the)X
+2120(translator)X
+2443(to)X
+2525(run,)X
+2672(just)X
+2807(cancel)X
+3033(the)X
+3151(line)X
+3291(by)X
+3391(typing)X
+3 f
+3615(Ctl-U)X
+1 f
+3827(or)X
+3 f
+3914(Ctl-C)X
+1 f
+4106(.)X
+843 2303(A)N
+921(sample)X
+1168(invocation)X
+1526(of)X
+1613(DVITYPE)X
+1976(is)X
+2049(as)X
+2136(follows:)X
+843 2495(@dvitype)N
+843 2591(DVIFILE)N
+1235(:)X
+1277(story.dvi)X
+843 2687(OUTPUT)N
+1259(:)X
+1301(tty:)X
+843 2783(This)N
+1005(is)X
+1078(DVItype,)X
+1399(Tops-20)X
+1686(Version)X
+1960(2.8)X
+843 2879(Output)N
+1085(level)X
+1261(\(default=3,)X
+1636(?)X
+1692(for)X
+1806(help\):)X
+843 2975(Starting)N
+1116(page)X
+1288(\(default=*\):)X
+843 3071(Maximum)N
+1196(number)X
+1461(of)X
+1548(pages)X
+1751(\(default=1000000\):)X
+843 3167(Assumed)N
+1161(device)X
+1391(resolution)X
+1731(in)X
+1813(pixels)X
+2024(per)X
+2147(inch)X
+2305(\(default=300/1\):)X
+843 3263(New)N
+1015(magni\256cation)X
+1475(\(default=0)X
+1830(to)X
+1912(keep)X
+2084(the)X
+2202(old)X
+2324(one\):)X
+843 3359(Options)N
+1116(selected:)X
+883 3455(Starting)N
+1156(page)X
+1328(=)X
+1393(*)X
+883 3551(Maximum)N
+1236(number)X
+1501(of)X
+1588(pages)X
+1791(=)X
+1856(1000000)X
+883 3647(Output)N
+1125(level)X
+1301(=)X
+1366(3)X
+1426(\(the)X
+1571(works\))X
+883 3743(Resolution)N
+1249(=)X
+1334(300.00000000)X
+1814(pixels)X
+2025(per)X
+2148(inch)X
+843 3839(numerator/denominator=25400000/473628672)N
+843 3935(magni\256cation=1000;)N
+1650(0.00006334)X
+2050(pixels)X
+2261(per)X
+2384(DVI)X
+2547(unit)X
+843 4031(Postamble)N
+1196(starts)X
+1385(at)X
+1463(byte)X
+1621(569.)X
+843 4127(maxv=43725786,)N
+1426(maxh=30785863,)X
+2009(maxstackdepth=3,)X
+2615(totalpages=1)X
+843 4223(Font)N
+1009(33:)X
+1131(amsl10---loaded)X
+1677(at)X
+1755(size)X
+1900(655360)X
+2160(DVI)X
+2323(units)X
+843 4319(Font)N
+1009(23:)X
+1131(ambx10---loaded)X
+1704(at)X
+1782(size)X
+1927(655360)X
+2187(DVI)X
+2350(units)X
+863 4415(.)N
+896(.)X
+929(.and)X
+1085(so)X
+1176(on.)X
+1289(.)X
+1322(.)X
+3 f
+9 s
+555 4645(FONT)N
+785(SUBSTITUTION)X
+1 f
+10 s
+843 4741(If)N
+923(no)X
+3 f
+9 f
+1029(-)X
+3 f
+1073(f)X
+2 f
+1100(fontsub\256le)X
+1 f
+1459(option)X
+1689(is)X
+1767(given,)X
+1990(and)X
+2131(font)X
+2285(substitution)X
+2682(is)X
+2760(required,)X
+3073(if)X
+3147(the)X
+3270(current)X
+3523(DVI)X
+3691(\256le)X
+3818(is)X
+2 f
+3896(foo.dvi)X
+1 f
+(,)S
+4161(then)X
+843 4837(the)N
+966(\256les)X
+2 f
+1123(foo.sub)X
+1 f
+1356(,)X
+2 f
+1400(texfonts.sub)X
+1 f
+(,)S
+1824(and)X
+2 f
+1964(texinputs:texfonts.sub)X
+1 f
+2684(will)X
+2832(be)X
+2932(tried)X
+3103(in)X
+3189(order.)X
+3423(The)X
+3572(\256rst)X
+3720(two)X
+3864(will)X
+4012(be)X
+4112(found)X
+843 4933(on)N
+954(the)X
+1083(current)X
+1342(directory,)X
+1683(and)X
+1830(the)X
+1959(last)X
+2101(is)X
+2185(the)X
+2314(system)X
+2567(default.)X
+2861(This)X
+3033(gives)X
+3232(the)X
+3360(option)X
+3594(of)X
+3691(document-speci\256c,)X
+843 5029(user-speci\256c,)N
+1289(and)X
+1425(system-speci\256c)X
+1939(substitutions,)X
+2382(and)X
+2518(the)X
+3 f
+9 f
+2636(-)X
+3 f
+2680(f)X
+1 f
+2727(option)X
+2951(allows)X
+3180(all)X
+3280(of)X
+3367(these)X
+3552(to)X
+3634(be)X
+3730(overridden.)X
+843 5221(Font)N
+1009(substitution)X
+1401(lines)X
+1572(have)X
+1744(the)X
+1862(form:)X
+843 5413(%)N
+930(comment)X
+843 5509(oldname.oldmag)N
+1459(->)X
+1611(subname.submag)X
+2245(%)X
+2332(comment)X
+843 5605(oldname)N
+1139(oldmag)X
+1459(->)X
+1611(subname)X
+1916(submag)X
+2245(%)X
+2332(comment)X
+843 5701(oldname)N
+1459(->)X
+1611(subname)X
+2245(%)X
+2332(comment)X
+555 6144(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(6)X
+
+ep
+%%Page: 5 6
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+3 f
+1131 767(sp)N
+1 f
+1419(scaled)X
+1640(point)X
+1824(\(65536sp)X
+2142(=)X
+2207(1pt\))X
+3 f
+9 f
+843 901(-)N
+3 f
+887(y#)X
+2 f
+(units)S
+1 f
+1131 997(The)N
+3 f
+9 f
+1287(-)X
+3 f
+1331(y)X
+1 f
+1402(options)X
+1668(specify)X
+1931(the)X
+2060(top)X
+2192(margin)X
+2449(of)X
+2546(the)X
+2674(TeX)X
+2847(page)X
+3029(on)X
+3139(the)X
+3267(output)X
+3501(page.)X
+3723(Letter)X
+3945(case)X
+4114(is)X
+4197(not)X
+1131 1093(signi\256cant)N
+1490(in)X
+1578(the)X
+1702(units)X
+1883(\256eld,)X
+2071(which)X
+2293(must)X
+2 f
+2474(not)X
+1 f
+2602(be)X
+2703(separated)X
+3032(from)X
+3213(the)X
+3336(number)X
+3606(by)X
+3711(any)X
+3852(space.)X
+4096(#)X
+4161(may)X
+1131 1189(be)N
+1227(fractional.)X
+1595(For)X
+1726(example,)X
+3 f
+9 f
+2038(-)X
+3 f
+2082(y1.0in)X
+1 f
+2288(,)X
+3 f
+9 f
+2328(-)X
+3 f
+2372(y2.54cm)X
+1 f
+2655(,)X
+3 f
+9 f
+2695(-)X
+3 f
+2739(y72.27pt)X
+1 f
+3030(,)X
+3070(and)X
+3 f
+9 f
+3206(-)X
+3 f
+3250(y6.0225pc)X
+1 f
+3610(all)X
+3710(specify)X
+3962(a)X
+4018(one-inch)X
+1131 1285(top)N
+1257(margin.)X
+1548(Negative)X
+1862(values)X
+2091(are)X
+2214(permissible,)X
+2627(and)X
+2767(may)X
+2929(be)X
+3029(used)X
+3200(to)X
+3286(shift)X
+3452(the)X
+3574(output)X
+3802(page)X
+3978(up)X
+4081(\(possi-)X
+1131 1381(bly)N
+1253(truncating)X
+1598(it)X
+1662(on)X
+1762(the)X
+1880(top\))X
+2029(in)X
+2111(order)X
+2301(to)X
+2383(display)X
+2634(a)X
+2690(long)X
+2852(TeX)X
+3015(page.)X
+1131 1573(By)N
+1255(decree)X
+1497(of)X
+1595(the)X
+1723(Stanford)X
+2029(TeX)X
+2202(Project,)X
+2479(the)X
+2607(default)X
+2860(TeX)X
+3033(page)X
+3215(origin)X
+3436(is)X
+3519(always)X
+3772(1)X
+3842(inch)X
+4010(over)X
+4183(and)X
+1131 1669(down)N
+1353(from)X
+1553(the)X
+1695(top-left)X
+1975(page)X
+2171(corner,)X
+2441(even)X
+2637(when)X
+2855(non-American)X
+3363(paper)X
+3586(sizes)X
+3785(are)X
+3927(used.)X
+4157(This)X
+1131 1765(corresponds)N
+1539(to)X
+1621(the)X
+1739(switch)X
+1968(settings)X
+3 f
+9 f
+2232(-)X
+3 f
+2276(x1in)X
+9 f
+2442(-)X
+3 f
+2486(y1in)X
+1 f
+2632(;)X
+2674(these)X
+2859(values)X
+3084(are)X
+3203(assumed)X
+3499(unless)X
+3719(overridden.)X
+3 f
+9 f
+843 1899(-)N
+3 f
+887(z)X
+1 f
+1131(\(TOPS-20)X
+1497(or)X
+1601(4.xBSD)X
+1892(Unix)X
+2088(only\).)X
+2333(For)X
+2480(each)X
+2664(DVI)X
+2843(\256le)X
+2981(processed,)X
+3354(type)X
+3528(in)X
+3626(an)X
+3738(EXEC)X
+3983(command)X
+3 f
+1131 1995(DVISPOOL:)N
+1598(dvi\256lename)X
+1 f
+2016(\(on)X
+2146(Unix,)X
+3 f
+2349(DVISPOOL)X
+2789(dvi\256lename)X
+1 f
+3184(\))X
+3234(followed)X
+3542(by)X
+3644(a)X
+3702(newline.)X
+4018(The)X
+4165(user)X
+1131 2091(should)N
+1367(have)X
+1542(de\256ned)X
+2 f
+1801(DVISPOOL:)X
+1 f
+2234(\(or)X
+2 f
+2351(DVISPOOL)X
+1 f
+2734(\))X
+2784(to)X
+2869(be)X
+2968(a)X
+3027(program)X
+3321(or)X
+3410(shell)X
+3583(script)X
+3783(which)X
+4001(sends)X
+4201(the)X
+1131 2187(translation)N
+1489(of)X
+1576(the)X
+1694(DVI)X
+1857(\256le)X
+1979(to)X
+2061(the)X
+2179(appropriate)X
+2565(output)X
+2789(spooler.)X
+3 f
+9 s
+555 2417(SAMPLE)N
+885(EXECUTION)X
+1 f
+10 s
+843 2513(Here)N
+1020(is)X
+1093(a)X
+1149(sample)X
+1396(execution)X
+1728(of)X
+1815(LaTeX)X
+2063(and)X
+2199(DVIALW)X
+2545(extracted)X
+2860(from)X
+3036(a)X
+3092(TOPS-20)X
+3414(PHOTO)X
+3701(log:)X
+843 2705(@latex)N
+1093(biblio.ltx)X
+843 2801(This)N
+1005(is)X
+1078(TeX,)X
+1261(Tops-20)X
+1548(Version)X
+1822(1.1)X
+1942(\(preloaded)X
+2306(format=lplain)X
+2767(84.9.29\))X
+843 2897(\(APS:<BEEBE.PLOT79.DOCUMENTATION>BIBLIO.LTX.28)N
+843 2993(LaTeX)N
+1091(Version)X
+1365(2.06a)X
+1561(-)X
+1608(Release)X
+1878(7)X
+1938(July)X
+2091(84)X
+843 3089(\(APS:<TEX.LATEX>REPORT.STY.2)N
+843 3185(Document)N
+1197(Style)X
+1381('report'.)X
+1667(Version)X
+1941(0.91)X
+2101(-)X
+2148(released)X
+2432(25)X
+2532(June)X
+2699(1984)X
+843 3281(\(APS:<TEX.LATEX>REP11.STY.2\)\))N
+843 3377(\(APS:<BEEBE.PLOT79.DOCUMENTATION>MYBIBLIO.STY.1)N
+3052(Mybibliography)X
+843 3473(environment)N
+1268(style)X
+1439(-)X
+1486(Version)X
+1760(0.0)X
+1880(-)X
+1927(15-May-86\))X
+843 3569(\(APS:<BEEBE.PLOT79.DOCUMENTATION>BIBLIO.AUX.12\))N
+3013([0])X
+843 3665(\(APS:<BEEBE.PLOT79.DOCUMENTATION>BIBLIO1.LTX.3)N
+2968([1])X
+3082([2])X
+3196([3])X
+3310([4])X
+843 3761([5]\))N
+984([6])X
+843 3857(\(APS:<BEEBE.PLOT79.DOCUMENTATION>BIBLIO.AUX.13\))N
+843 3953(\(see)N
+993(the)X
+1111(transcript)X
+1434(\256le)X
+1556(for)X
+1670(additional)X
+2010(information\))X
+843 4049(Output)N
+1085(written)X
+1332(on)X
+1432(APS:<BEEBE.PLOT79.DOCUMENTATION>BIBLIO.DVI.1)X
+843 4145(\(7)N
+930(pages,)X
+1153(13960)X
+1373(bytes\).)X
+843 4241(Transcript)N
+1193(written)X
+1440(on)X
+1540(APS:<BEEBE.PLOT79.DOCUMENTATION>BIBLIO.LST.1.)X
+843 4433(@dvialw)N
+1155(-x0.3in)X
+1404(-y0.2in)X
+1653(biblio)X
+1859(bt:example)X
+843 4529([TeX82)N
+1113(DVI)X
+1276(Translator)X
+1626(Version)X
+1900(2.0)X
+2020(for)X
+2134(PostScript)X
+2482([Apple)X
+2725(LaserWriter)X
+843 4625(laser)N
+1015(printer]])X
+843 4721([Input)N
+1059(from)X
+1235(DVI)X
+1398(\256le)X
+1520(biblio.dvi])X
+843 4817([Output)N
+1112(on)X
+1212(\256le)X
+1334(biblio.dvi-alw])X
+843 4913([7)N
+930(pages])X
+843 5009([1500)N
+1050(magni\256cation])X
+843 5105([7{6}])N
+1073([6{5}])X
+1303([5{4}])X
+1533([4{3}])X
+1763([3{2}])X
+1993([2{1}])X
+2223([1{0}])X
+2473([OK])X
+843 5201([Input)N
+1059(from)X
+1235(DVI)X
+1398(\256le)X
+1520(bt:example.dvi])X
+843 5297([Output)N
+1112(on)X
+1212(\256le)X
+1334(bt:example.dvi-alw])X
+843 5393([1)N
+930(pages])X
+843 5489([1500)N
+1050(magni\256cation])X
+843 5585([1{1}])N
+1093([OK])X
+555 6144(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(5)X
+
+ep
+%%Page: 4 5
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+1131 767(There)N
+1345(is)X
+1424(a)X
+1486(bug)X
+1632(in)X
+1720(Microsoft)X
+2062(C's)X
+2 f
+2199(sscanf\(\))X
+1 f
+2479(on)X
+2585(the)X
+2709(IBM)X
+2886(PC;)X
+3031(it)X
+3101(does)X
+3274(not)X
+3401(correctly)X
+3712(parse)X
+3907(input)X
+4096(on)X
+4201(the)X
+1131 863(format)N
+2 f
+1367("%d:%d:%d")X
+1 f
+1832(in)X
+2 f
+1916(option\(\))X
+1 f
+2196(for)X
+2312(the)X
+2431(page)X
+2604(number)X
+2870(switch.)X
+3140(It)X
+3210(correctly)X
+3517(returns)X
+3761(the)X
+3880(numbers,)X
+4197(but)X
+1131 959(instead)N
+1385(of)X
+1478(returning)X
+1798(the)X
+1922(number)X
+2193(of)X
+2286(such)X
+2459(items)X
+2658(parsed,)X
+2914(it)X
+2984(returns)X
+9 f
+3233(-)X
+1 f
+3277(1,)X
+3363(which)X
+3585(should)X
+3824(only)X
+3992(happen)X
+4250(if)X
+1131 1055(none)N
+1311(are)X
+1434(parsed.)X
+1708(A)X
+1790(work)X
+1979(around)X
+2226(seems)X
+2446(to)X
+2532(be)X
+2631(to)X
+2716(supply)X
+2952(a)X
+3011(trailing)X
+3265(colon)X
+3466(on)X
+3569(the)X
+3690(switch,)X
+3942(so)X
+4036(that)X
+4179(you)X
+1131 1151(write)N
+3 f
+9 f
+1316(-)X
+3 f
+1360(o17:)X
+1 f
+1527(instead)X
+1774(of)X
+3 f
+9 f
+1861(-)X
+3 f
+1905(o17)X
+1 f
+(.)S
+3 f
+9 f
+843 1285(-)N
+3 f
+887(p)X
+1 f
+1131(Inhibit)X
+1366(font)X
+1517(preloading.)X
+1922(This)X
+2086(may)X
+2246(produce)X
+2527(output)X
+2753(a)X
+2811(few)X
+2953(seconds)X
+3228(earlier)X
+3455(when)X
+3650(all)X
+3751(pages)X
+3955(are)X
+4075(output,)X
+1131 1381(but)N
+1255(should)X
+1490(have)X
+1664(negligible)X
+2006(effect)X
+2212(on)X
+2314(the)X
+2434(execution)X
+2768(time,)X
+2952(and)X
+3090(consequently,)X
+3555(should)X
+3790(normally)X
+4100(not)X
+4223(be)X
+1131 1477(speci\256ed.)N
+1483(When)X
+1702(individual)X
+2053(pages)X
+2263(are)X
+2389(being)X
+2593(printed)X
+2846(with)X
+3014(the)X
+3 f
+9 f
+3138(-)X
+3 f
+3182(o#)X
+1 f
+3288(option,)X
+3538(preloading)X
+3907(is)X
+3986(necessary)X
+1131 1573(\(and)N
+1294(will)X
+1438(be)X
+1534(forced\))X
+1787(to)X
+1869(ensure)X
+2099(that)X
+2239(all)X
+2339(fonts)X
+2519(are)X
+2638(de\256ned)X
+2894(before)X
+3120(they)X
+3278(are)X
+3397 0.3625(referenced.)AX
+3 f
+9 f
+843 1707(-)N
+3 f
+887(q)X
+1 f
+1131(Quiet)X
+1330(mode.)X
+1569(Status)X
+1784(displays)X
+2066(to)X
+2 f
+2148(stderr)X
+1 f
+2359(are)X
+2478(suppressed,)X
+2870(unless)X
+3090(warning)X
+3373(or)X
+3460(error)X
+3637(messages)X
+3960(are)X
+4079(issued.)X
+1131 1803(For)N
+1262(interactive)X
+1621(devices)X
+1882(\()X
+2 f
+1909(dvibit)X
+1 f
+2091(\),)X
+2158(warning)X
+2441(messages)X
+2764(are)X
+2883(suppressed.)X
+3 f
+9 f
+843 1937(-)N
+3 f
+887(r#)X
+1 f
+1131(\(Device)X
+1410(=)X
+1479(HP)X
+1605(LaserJet)X
+1897(only\).)X
+2130(Specify)X
+2399(the)X
+2521(Laser)X
+2724(Jet)X
+2837(output)X
+3065(resolution)X
+3409(in)X
+3495(dots)X
+3652(per)X
+3779(inch.)X
+2 f
+3981(#)X
+1 f
+4045(must)X
+4223(be)X
+1131 2033(one)N
+1270(of)X
+1359(75,)X
+1481(100,)X
+1643(150,)X
+1805(or)X
+1894(300.)X
+2076(The)X
+2223(actual)X
+2437(plot)X
+2583(\256le)X
+2707(is)X
+2782(identical)X
+3080(in)X
+3164(each)X
+3334(case;)X
+3517(only)X
+3681(the)X
+3801(size)X
+3948(on)X
+4050(the)X
+4170(out-)X
+1131 2129(put)N
+1256(page)X
+1431(is)X
+1507(changed,)X
+1818(because)X
+2096(the)X
+2217(resolution)X
+2560(change)X
+2811(is)X
+2887(effected)X
+3170(by)X
+3273(printing)X
+3549(1)X
+3612(x)X
+3675(1,)X
+3758(2)X
+3820(x)X
+3882(2,)X
+3964(3)X
+4026(x)X
+4088(3,)X
+4170(or)X
+4259(4)X
+1131 2225(x)N
+1191(4)X
+1251(pixel)X
+1431(blocks.)X
+3 f
+9 f
+843 2359(-)N
+3 f
+887(r)X
+1 f
+1131(\(Device)X
+1415(=)X
+1489(Golden)X
+1754(Laser)X
+1962(100)X
+2111(only\).)X
+2349(Select)X
+2574(run-length)X
+2937(encoding)X
+3260(of)X
+3355(the)X
+3481(output)X
+3713(\256le.)X
+3883(This)X
+4053(reduces)X
+1131 2455(disk)N
+1286(space)X
+1487(typically)X
+1789(by)X
+1891(10%)X
+2060(to)X
+2144(40%,)X
+2333(but)X
+2457(increases)X
+2774(host)X
+2928(CPU)X
+3104(time)X
+3267(for)X
+3382(the)X
+3501(preparation)X
+3888(of)X
+3976(the)X
+4095(output)X
+1131 2551(\256le.)N
+3 f
+9 f
+843 2685(-)N
+3 f
+887(r)X
+1 f
+1131(\(Device)X
+1426(=)X
+1491(Apple)X
+1707(ImageWriter)X
+2138(only\).)X
+2387(Select)X
+2623(run-length)X
+2977(encoding)X
+3291(of)X
+3378(the)X
+3496(output)X
+3720(\256le.)X
+3 f
+9 f
+843 2819(-)N
+3 f
+887(r)X
+1 f
+1131(\(Device)X
+1409(=)X
+1477(Toshiba)X
+1758(P-1351)X
+2012(only\).)X
+2244(Select)X
+2463(run-length)X
+2819(encoding)X
+3135(of)X
+3224(the)X
+3344(output)X
+3570(\256le.)X
+3734(This)X
+3898(reduces)X
+4166(disk)X
+1131 2915(space)N
+1333(typically)X
+1636(by)X
+1739(10%)X
+1908(to)X
+1992(40%,)X
+2181(but)X
+2305(increases)X
+2622(host)X
+2777(CPU)X
+2954(time)X
+3118(for)X
+3234(the)X
+3354(preparation)X
+3742(of)X
+3831(the)X
+3951(output)X
+4177(\256le,)X
+1131 3011(and)N
+1271(because)X
+1550(of)X
+1641(poor)X
+1811(logic)X
+1994(in)X
+2079(the)X
+2200(printer,)X
+2457(may)X
+2618(double)X
+2859(the)X
+2980(print)X
+3154(time!)X
+3366(The)X
+3514(print)X
+3688(quality)X
+3933(is)X
+4009(also)X
+4161(sub-)X
+1131 3107(stantially)N
+1444(worse,)X
+1676(so)X
+1767(this)X
+1902(option)X
+2126(is)X
+2199(generally)X
+2 f
+2518(not)X
+1 f
+2640(recommended.)X
+3 f
+9 f
+843 3241(-)N
+3 f
+887(s#)X
+1 f
+1131(\(Device)X
+1420(=)X
+1499(Apple)X
+1729(LaserWriter)X
+2152(only\).)X
+2395(Force)X
+2612(characters)X
+2973(larger)X
+3195(than)X
+3367(#)X
+3440(pixels)X
+3664(wide)X
+3853(or)X
+3953(high)X
+4128(to)X
+4223(be)X
+1131 3337(reloaded)N
+1438(each)X
+1616(time)X
+1788(they)X
+1956(are)X
+2085(required.)X
+2423(The)X
+2578(Version)X
+2862(23.0)X
+3032(PostScript)X
+3389(interpreter)X
+3753(has)X
+3889(a)X
+3954(bug)X
+4103(which)X
+1131 3433(manifests)N
+1464(itself)X
+1650(in)X
+1738(fatal)X
+2 f
+1906(VM)X
+2047(error)X
+1 f
+2241(messages)X
+2569(when)X
+2768(large)X
+2954(characters)X
+3306(are)X
+3430(sent.)X
+3624(A)X
+3707(reasonable)X
+4076(default)X
+1131 3529(value)N
+1332(has)X
+1465(been)X
+1643(set)X
+1758(for)X
+1878(this)X
+2019(which)X
+2241(should)X
+2480(normally)X
+2795(avoid)X
+2999(the)X
+3123(problem.)X
+3456(Specifying)X
+3 f
+9 f
+3829(-)X
+3 f
+3873(s0)X
+1 f
+3970(will)X
+4120(cause)X
+1131 3625(reloading)N
+1454(of)X
+1541(every)X
+1740(character)X
+2056(each)X
+2224(time)X
+2386(it)X
+2450(is)X
+2523(used.)X
+3 f
+9 f
+843 3759(-)N
+3 f
+887(v)X
+1 f
+1131(\(Device)X
+1406(=)X
+1471(Apple)X
+1687(LaserWriter)X
+2116(only\).)X
+2345(Force)X
+2548(reloading)X
+2891(of)X
+2978(all)X
+3078(required)X
+3366(fonts)X
+3546(at)X
+3624(start)X
+3782(of)X
+3869(each)X
+4037(page.)X
+3 f
+9 f
+843 3893(-)N
+3 f
+887(x#)X
+2 f
+(units)S
+1 f
+1131 3989(The)N
+3 f
+9 f
+1298(-)X
+3 f
+1342(x)X
+1 f
+1404(options)X
+1661(specify)X
+1915(the)X
+2035(left)X
+2164(margin)X
+2413(of)X
+2502(the)X
+2622(TeX)X
+2787(page)X
+2960(on)X
+3061(the)X
+3180(output)X
+3405(page)X
+3578(in)X
+3661(any)X
+3798(of)X
+3886(the)X
+4005(indicated)X
+1131 4085(units.)N
+1347(Letter)X
+1560(case)X
+1720(is)X
+1794(not)X
+1917(signi\256cant)X
+2270(in)X
+2352(the)X
+2470(units)X
+2645(\256eld,)X
+2827(which)X
+3043(must)X
+2 f
+3218(not)X
+1 f
+3340(be)X
+3436(separated)X
+3760(from)X
+3936(the)X
+4054(number)X
+1131 4181(by)N
+1234(any)X
+1373(space.)X
+2 f
+1595(#)X
+1 f
+1658(may)X
+1819(be)X
+1918(fractional.)X
+2289(For)X
+2423(example,)X
+3 f
+9 f
+2738(-)X
+3 f
+2782(x1.0in)X
+1 f
+2988(,)X
+3 f
+9 f
+3031(-)X
+3 f
+3075(x2.54cm)X
+1 f
+3358(,)X
+3 f
+9 f
+3400(-)X
+3 f
+3444(x72.27pt)X
+1 f
+3735(,)X
+3777(and)X
+3 f
+9 f
+3915(-)X
+3 f
+3959(x6.0225pc)X
+1 f
+1131 4277(all)N
+1238(specify)X
+1497(a)X
+1560(one-inch)X
+1868(left)X
+2002(margin.)X
+2276(Negative)X
+2593(values)X
+2824(are)X
+2949(permissible,)X
+3364(and)X
+3506(may)X
+3670(be)X
+3772(used)X
+3945(to)X
+4033(shift)X
+4201(the)X
+1131 4373(output)N
+1355(page)X
+1527(left)X
+1654(\(possibly)X
+1967(truncating)X
+2312(it)X
+2376(on)X
+2476(the)X
+2594(left\))X
+2748(in)X
+2830(order)X
+3020(to)X
+3102(display)X
+3353(a)X
+3409(wide)X
+3585(TeX)X
+3748(page.)X
+1131 4565(The)N
+2 f
+1276(units)X
+1 f
+1451(\256eld)X
+1613(is)X
+1686(mandatory,)X
+2069(and)X
+2205(may)X
+2363(be)X
+2459(one)X
+2595(of)X
+3 f
+1131 4699(bp)N
+1 f
+1419(big)X
+1541(point)X
+1725(\(1in)X
+1874(=)X
+1939(72bp\))X
+3 f
+1131 4833(cc)N
+1 f
+1419(cicero)X
+1636(\(1cc)X
+1795(=)X
+1860(12dd\))X
+3 f
+1131 4967(cm)N
+1 f
+1419(centimeter)X
+1778(\(1in)X
+1927(=)X
+1992(2.54cm\))X
+3 f
+1131 5101(dd)N
+1 f
+1419(didot)X
+1603(point)X
+1787(\(1157dd)X
+2074(=)X
+2139(1238pt\))X
+3 f
+1131 5235(in)N
+1 f
+1419(inch)X
+3 f
+1131 5369(mm)N
+1 f
+1419(millimeter)X
+1772(\(10mm)X
+2023(=)X
+2088(1cm\))X
+3 f
+1131 5503(pc)N
+1 f
+1419(pica)X
+1573(\(1pc)X
+1736(=)X
+1801(12pt\))X
+3 f
+1131 5637(pt)N
+1 f
+1419(point)X
+1603(\(72.27pt)X
+1892(=)X
+1957(1in\))X
+555 6144(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(4)X
+
+ep
+%%Page: 3 4
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+3 f
+1131 767(system\("VAR=value;)N
+1883(dvixxx)X
+2129(\256lename"\))X
+1 f
+2489(.)X
+3 f
+9 f
+843 901(-)N
+3 f
+887(f)X
+2 f
+914(fontsub\256le)X
+1 f
+1131 997(De\256ne)N
+1381(an)X
+1493(alternate)X
+1806(font)X
+1971(substitution)X
+2379(\256le)X
+2517(which)X
+2749(is)X
+2838(to)X
+2936(be)X
+3048(used)X
+3231(instead)X
+3494(of)X
+3596(the)X
+3729(default)X
+3987(ones)X
+4169(\(see)X
+1131 1093(below\).)N
+3 f
+9 f
+843 1227(-)N
+3 f
+887(l)X
+1 f
+1131(Inhibit)X
+1364(logging.)X
+3 f
+9 f
+843 1361(-)N
+3 f
+887(m#)X
+1 f
+1131(Reset)X
+1345(magni\256cation)X
+1820(to)X
+1917(#.)X
+2032(The)X
+2192(default)X
+2450(for)X
+2579(low)X
+2734(resolution)X
+3089(printers)X
+3369(is)X
+3 f
+9 f
+3457(-)X
+3 f
+3501(m603,)X
+1 f
+3743(corresponding)X
+4237(to)X
+1131 1457(1/1.2\3035)N
+1425(magni\256cation)X
+1930(of)X
+2062(300-dot/inch)X
+2536(fonts.)X
+2800(By)X
+2957(TeX)X
+3164(conventions,)X
+3635(magni\256cation)X
+4139(1000)X
+1131 1553(corresponds)N
+1540(to)X
+1623(a)X
+1680(200-dot/inch)X
+2110(output)X
+2335(device.)X
+2606(The)X
+2751(default)X
+2994(magni\256cation)X
+3454(is)X
+3527(always)X
+3770(adjusted)X
+4057(accord-)X
+1131 1649(ing)N
+1260(to)X
+1349(the)X
+1474(output)X
+1705(device)X
+1942(resolution)X
+2289(in)X
+2378(order)X
+2575(to)X
+2664(give)X
+2829(a)X
+2892(normal)X
+3146(page)X
+3325(size,)X
+3497(so)X
+3595(this)X
+3737(parameter)X
+4086(should)X
+1131 1745(rarely)N
+1342(be)X
+1441(required.)X
+1772(Legal)X
+1978(values)X
+2206(are)X
+2328(int\(\(1000)X
+2649(or)X
+2739(1440)X
+2922(or)X
+3012(1500\))X
+3222(x)X
+3285(1.2\303\(k/2\))X
+3590([k)X
+3679(=)X
+3746(-16)X
+3875(.)X
+3908(.)X
+3941(.)X
+3983(16];)X
+4134(other)X
+1131 1841(values)N
+1362(will)X
+1512(be)X
+1614(set)X
+1728(to)X
+1815(the)X
+1938(nearest)X
+2191(in)X
+2278(this)X
+2418(family.)X
+2692(Not)X
+2837(all)X
+2942(fonts)X
+3127(will)X
+3276(be)X
+3377(available)X
+3692(in)X
+3779(this)X
+3919(wide)X
+4100(range,)X
+1131 1937(and)N
+1267(most)X
+1442(installations)X
+1848(will)X
+1992(probably)X
+2297(have)X
+2469(only)X
+2631(a)X
+2687(half)X
+2832(dozen)X
+3044(or)X
+3131(so)X
+3222(magni\256cations.)X
+1131 2129(Magni\256cation)N
+1601(values)X
+1827(less)X
+1968(than)X
+2127(25)X
+2228(are)X
+2348(taken)X
+2543(to)X
+2626(be)X
+2723(a)X
+2780(TeX)X
+2944(magstep)X
+3232(parameter)X
+3574(which)X
+3790(is)X
+3863(applied)X
+4119(to)X
+4201(the)X
+1131 2225(standard)N
+1438(magni\256cation)X
+1913(for)X
+2042(that)X
+2197(device.)X
+2482(For)X
+2628(example,)X
+3 f
+9 f
+2955(-)X
+3 f
+2999(m-0.5)X
+1 f
+3228(selects)X
+3477(a)X
+3548(smaller)X
+3819(size,)X
+3998(and)X
+3 f
+9 f
+4148(-)X
+3 f
+4192(m2)X
+1 f
+1131 2321(selects)N
+1365(a)X
+1421(size)X
+1566(1.44)X
+1726(times)X
+1919(larger)X
+2127(than)X
+2285(normal.)X
+3 f
+9 f
+843 2455(-)N
+3 f
+887(o#)X
+2 f
+987(or)X
+3 f
+9 f
+1078(-)X
+3 f
+1122(o#:#)X
+2 f
+1289(or)X
+3 f
+9 f
+1380(-)X
+3 f
+1424(o#:#:#)X
+1 f
+1131 2551(Specify)N
+1398(a)X
+1456(page)X
+1630(number,)X
+1917(or)X
+2006(range)X
+2207(of)X
+2295(page)X
+2468(numbers,)X
+2785(to)X
+2868(be)X
+2965(selected)X
+3245(for)X
+3360(output.)X
+3625(In)X
+3713(the)X
+3832(third)X
+4004(form,)X
+4201(the)X
+1131 2647(last)N
+1275(number)X
+1553(is)X
+1639(the)X
+1770(page)X
+1955(number)X
+2233(step)X
+2395(size;)X
+2575(it)X
+2652(is)X
+2738(normally)X
+3060(1.)X
+3173(This)X
+3348(option)X
+3585(may)X
+3756(be)X
+3865(speci\256ed)X
+4183(any)X
+1131 2743(number)N
+1397(of)X
+1485(times.)X
+1719(If)X
+1794(it)X
+1859(is)X
+1933(not)X
+2056(speci\256ed,)X
+2382(then)X
+2541(all)X
+2642(pages)X
+2846(will)X
+2991(be)X
+3088(printed.)X
+3376(Pages)X
+3584(are)X
+3704(numbered)X
+4046(in)X
+4129(order)X
+1131 2839(1,)N
+1213(2,)X
+1295(3,)X
+1377(.)X
+1410(.)X
+1443(.)X
+1484(in)X
+1567(the)X
+1686(\256le,)X
+1829(but)X
+1952(any)X
+2089(page)X
+2262(number)X
+2528(recorded)X
+2831(by)X
+2932(TeX)X
+3096(on)X
+3197(the)X
+3316(printed)X
+3564(page)X
+3737(will)X
+3882(in)X
+3965(general)X
+4223(be)X
+1131 2935(different.)N
+1478(Negative)X
+1798(page)X
+1980(numbers)X
+2286(count)X
+2494(backward;)X
+9 f
+2859(-)X
+1 f
+2903(1)X
+2973(is)X
+3056(the)X
+3184(last)X
+3324(page)X
+3505(in)X
+3596(the)X
+3723(document,)X
+9 f
+4088(-)X
+1 f
+4132(2)X
+4201(the)X
+1131 3031(second)N
+1374(last)X
+1505(page,)X
+1697(and)X
+1833(so)X
+1924(on.)X
+1131 3223(As)N
+1243(pages)X
+1449(are)X
+1571(selected)X
+1853(for)X
+1970(printing,)X
+2266([#{#})X
+2472(will)X
+2619(be)X
+2718(printed)X
+2968(on)X
+2 f
+3071(stderr)X
+1 f
+3262(,)X
+3305(where)X
+3525(the)X
+3646(\256rst)X
+3792(#)X
+3854(is)X
+3929(the)X
+4049(sequen-)X
+1131 3319(tial)N
+1261(page)X
+1441(number)X
+1714(in)X
+1804(the)X
+1930(\256le,)X
+2080(and)X
+2224(the)X
+2350(second)X
+2601(#)X
+2669(is)X
+2750(a)X
+2814(string)X
+3024(of)X
+3119(values)X
+3351(of)X
+3445(the)X
+3570(TeX)X
+3740(counters,)X
+4059(\\count0)X
+1131 3415(through)N
+1409(\\count9,)X
+1698(separated)X
+2031(by)X
+2140(dots,)X
+2322(with)X
+2493(trailing)X
+2753(zero)X
+2921(counters)X
+3222(dropped.)X
+3534(\\count0)X
+3803(usually)X
+4062(records)X
+1131 3511(the)N
+1262(printed)X
+1522(page)X
+1707(number.)X
+2025(When)X
+2250(the)X
+2381(page)X
+2566(is)X
+2652(completely)X
+3041(output,)X
+3298(a)X
+3367(closing)X
+2 f
+3631(])X
+1 f
+3695(will)X
+3852(be)X
+3960(printed)X
+4219(on)X
+2 f
+1131 3607(stderr)N
+1 f
+1322(.)X
+1368(Any)X
+1531(error)X
+1713(messages)X
+2041(from)X
+2222(processing)X
+2590(of)X
+2682(that)X
+2827(page)X
+3004(will)X
+3153(therefore)X
+3469(occur)X
+3673(between)X
+3966(the)X
+4089(square)X
+1131 3703(brackets.)N
+1465(For)X
+1602(example,)X
+3 f
+9 f
+1920(-)X
+3 f
+1964(o1:3)X
+9 f
+2137(-)X
+3 f
+2181(o12)X
+9 f
+2327(-)X
+3 f
+2371(o17:23)X
+9 f
+2624(-)X
+3 f
+2668(o)X
+9 f
+(-)S
+3 f
+2752(3:)X
+9 f
+2819(-)X
+3 f
+2863(1)X
+1 f
+2928(would)X
+3153(select)X
+3361(pages)X
+3569(1,)X
+3654(2,)X
+3739(3,)X
+3824(12,)X
+3949(17,)X
+4074(18,)X
+4199(19,)X
+1131 3799(20,)N
+1251(21,)X
+1371(22,)X
+1491(and)X
+1627(23,)X
+1747(plus)X
+1900(the)X
+2018(last)X
+2149(three)X
+2330(pages.)X
+1131 3991(Pages)N
+1345(are)X
+1471(processed)X
+1815(in)X
+1904(the)X
+2029(order)X
+2225(found)X
+2438(in)X
+2526(the)X
+2650(DVI)X
+2819(\256le;)X
+2969(there)X
+3156(is)X
+3235(intentionally)X
+3665(no)X
+3771(attempt)X
+4037(made)X
+4237(to)X
+1131 4087(sort)N
+1272(them)X
+1453(according)X
+1791(to)X
+1874(the)X
+1993(\\count0)X
+2254(values,)X
+2500(since)X
+2686(different)X
+2984(macro)X
+3206(packages)X
+3522(may)X
+3681(use)X
+3809(this)X
+3944(counter)X
+4205(for)X
+1131 4183(different)N
+1437(purposes,)X
+1771(and)X
+1916(in)X
+2007(the)X
+2134(case)X
+2302(of)X
+2398(\257oating)X
+2671(tables)X
+2887(and)X
+3032(\256gures,)X
+3299(the)X
+3426(pages)X
+3638(may)X
+3805(not)X
+3935(be)X
+4039(in)X
+4129(order)X
+1131 4279(anyway.)N
+1131 4471(Pages)N
+1340(will)X
+1486(always)X
+1731(be)X
+1829(printed)X
+2078(in)X
+2162(an)X
+2260(order)X
+2452(appropriate)X
+2840(for)X
+2956(the)X
+3076(device)X
+3308(so)X
+3401(that)X
+3543(the)X
+3663(\256rst)X
+3809(document)X
+4147(page)X
+1131 4567(occurs)N
+1369(\256rst)X
+1521(face)X
+1684(up)X
+1792(in)X
+1882(the)X
+2008(document)X
+2352(stack;)X
+2567(the)X
+3 f
+9 f
+2693(-)X
+3 f
+2737(b)X
+1 f
+2809(option)X
+3041(can)X
+3181(be)X
+3285(used)X
+3460(to)X
+3549(reverse)X
+3809(this)X
+3951(order.)X
+4188(For)X
+1131 4663(example,)N
+1456(some)X
+1658(Hewlett-Packard)X
+2231(LaserJet)X
+2532(Plus)X
+2702(printers)X
+2979(are)X
+3110(equipped)X
+3436(with)X
+3610(a)X
+3678(page)X
+3862(\257ipper)X
+4103(which)X
+1131 4759(stacks)N
+1362(output)X
+1601(face)X
+1771(down;)X
+2006(for)X
+2135(these,)X
+2355(the)X
+3 f
+9 f
+2488(-)X
+3 f
+2532(b)X
+1 f
+2611(option)X
+2850(will)X
+3009(ensure)X
+3254(that)X
+3409(the)X
+3542(pages)X
+3760(come)X
+3969(out)X
+4105(in)X
+4201(the)X
+1131 4855(expected)N
+1437(order.)X
+1131 5047(Speci\256cation)N
+1573(of)X
+1664(a)X
+1724(page)X
+1900(number)X
+2169(step)X
+2322(size)X
+2471(is)X
+2548(useful)X
+2768(for)X
+2886(producing)X
+3235(duplex)X
+3477(\(two-sided\))X
+3871(printing.)X
+4188(For)X
+1131 5143(example,)N
+1470(with)X
+1659(laser)X
+1857(printers)X
+2148(using)X
+2367(the)X
+2511(Canon)X
+2766(LBP-CX)X
+3096(engine,)X
+3376(the)X
+3520(\256rst)X
+3690(run)X
+3843(could)X
+4067(specify)X
+3 f
+9 f
+1131 5239(-)N
+3 f
+1175(o1:9999:2,)X
+1 f
+1562(which)X
+1791(would)X
+2024(stack)X
+2221(output)X
+2457(face)X
+2624(up,)X
+2756(beginning)X
+3108(with)X
+3282(the)X
+3412(last)X
+3555(page,)X
+3759(and)X
+3907(ending)X
+4157(with)X
+1131 5335(page)N
+1310(1)X
+1377(on)X
+1484(top.)X
+1652(The)X
+1803(printed)X
+2056(pages)X
+2265(can)X
+2403(then)X
+2567(be)X
+2669(reinserted)X
+3012(in)X
+3100(the)X
+3224(input)X
+3414(tray)X
+2 f
+3565(face)X
+3725(up)X
+1 f
+(,)S
+3851(page)X
+4029(1)X
+4095(on)X
+4201(the)X
+1131 5431(top,)N
+1274(exactly)X
+1527(as)X
+1615(they)X
+1774(were)X
+1952(found)X
+2160(in)X
+2243(the)X
+2362(output)X
+2587(tray,)X
+2753(with)X
+2916(the)X
+3035(top)X
+3158(of)X
+3246(the)X
+3364(page)X
+3536(in)X
+3618(the)X
+3736(tray)X
+3881(closest)X
+4119(to)X
+4201(the)X
+1131 5527(end)N
+1276(which)X
+1501(is)X
+1583(inserted)X
+1866(\256rst)X
+2019(into)X
+2172(the)X
+2299(printer.)X
+2582(A)X
+2669(second)X
+2921(run)X
+3057(with)X
+3 f
+9 f
+3228(-)X
+3 f
+3272(b)X
+9 f
+3345(-)X
+3 f
+3389(o2:9999:2)X
+1 f
+3752(would)X
+3981(then)X
+4148(print)X
+1131 5623(pages)N
+1340(2,)X
+1426(4,)X
+1512(.)X
+1545(.)X
+1578(.,)X
+1644(on)X
+1750(the)X
+1874(backs)X
+2083(of)X
+2176(pages)X
+2385(1,)X
+2471(3,)X
+2557(.)X
+2590(.)X
+2623(.;)X
+2691(note)X
+2855(the)X
+3 f
+9 f
+2979(-)X
+3 f
+3023(b)X
+1 f
+3093(option)X
+3322(to)X
+3409(get)X
+3532(backwards)X
+3901(order)X
+4096(on)X
+4201(the)X
+1131 5719(second)N
+1374(run.)X
+555 6144(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(3)X
+
+ep
+%%Page: 2 3
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+2 f
+843 767(dvioki)N
+1 f
+1514(OKIDATA)X
+1900(Pacemark)X
+2237(2410)X
+2417(144)X
+2557(dpi)X
+2679(printer)X
+2 f
+843 901(dviprx)N
+1 f
+1514(Printronix)X
+1858(60h)X
+1998(x)X
+2058(72v)X
+2198(dpi)X
+2320(printer)X
+2 f
+843 1035(dvitos)N
+1 f
+1514(Toshiba)X
+1792(P-1351)X
+2043(180)X
+2183(dpi)X
+2305(printer)X
+2 f
+843 1169(dvityp)N
+1 f
+1059(or)X
+2 f
+1146(dvitype)X
+1 f
+1514(DVI)X
+1677(Translator)X
+2027(for)X
+2141(human-readable)X
+2679(output)X
+3 f
+9 s
+555 1399(OPTIONS)N
+1 f
+10 s
+843 1495(The)N
+997(order)X
+1196(of)X
+1292(command)X
+1637(options)X
+1901(and)X
+2046(DVI)X
+2217(\256le)X
+2347(names)X
+2580(is)X
+2 f
+2661(not)X
+1 f
+2791(signi\256cant;)X
+3174(all)X
+3282(switch)X
+3519(values)X
+3752(apply)X
+3958(to)X
+4048(all)X
+4156(DVI)X
+843 1591(\256les.)N
+1036(DVI)X
+1199(\256les)X
+1352(are)X
+1471(processed)X
+1808(in)X
+1890(order)X
+2080(from)X
+2256(left)X
+2383(to)X
+2465(right.)X
+843 1783(Letter)N
+1055(case)X
+1214(is)X
+2 f
+1287(ignored)X
+1 f
+1556(in)X
+1638(option)X
+1862(switches:)X
+3 f
+9 f
+2180(-)X
+3 f
+2224(A)X
+1 f
+2302(and)X
+3 f
+9 f
+2438(-)X
+3 f
+2482(a)X
+1 f
+2542(are)X
+2661(equivalent.)X
+3 f
+9 f
+843 1917(-)N
+3 f
+887(a)X
+1 f
+1131(Implement)X
+1507(virtual)X
+1745(font)X
+1903(caching,)X
+2202(if)X
+2280(possible.)X
+2611(When)X
+2832(a)X
+2897(font)X
+3055(\256le)X
+3186(is)X
+3268(opened,)X
+3549(a)X
+3613(buffer)X
+3838(is)X
+3919(allocated)X
+4237(to)X
+1131 2013(contain)N
+1388(the)X
+1507(entire)X
+1711(\256le,)X
+1853(and)X
+1989(the)X
+2107(\256le)X
+2229(is)X
+2302(then)X
+2460(read)X
+2619(with)X
+2781(one)X
+2917(system)X
+3159(call.)X
+3335(This)X
+3497(is)X
+3570(important)X
+3901(primarily)X
+4219(on)X
+1131 2109(networked)N
+1494(\256le)X
+1620(systems,)X
+1917(where)X
+2138(the)X
+2260(many)X
+2462(random-access)X
+2964(calls)X
+3135(in)X
+3221(the)X
+3343(font)X
+3496(\256le)X
+3622(for)X
+3740(small)X
+3937(amounts)X
+4232(of)X
+1131 2205(data)N
+1291(entail)X
+1495(substantial)X
+1863(network)X
+2152(overhead.)X
+2513(With)X
+2699(the)X
+2823(entire)X
+3032(\256le)X
+3160(cached)X
+3409(in)X
+3496(local)X
+3677(memory,)X
+3989(this)X
+4129(over-)X
+1131 2301(head)N
+1311(is)X
+1392(removed.)X
+1761(The)X
+1914(additional)X
+2262(memory)X
+2557(required)X
+2853(for)X
+2975(the)X
+3101(font)X
+3258(\256le)X
+3388(buffers)X
+3644(amounts)X
+3943(to)X
+4032(100K)X
+4237(to)X
+1131 2397(200K)N
+1329(bytes)X
+1518(\(assuming)X
+1867(the)X
+1985(compact)X
+2 f
+2277(.pk)X
+1 f
+2393(font)X
+2542(\256le)X
+2664(format\),)X
+2945(which)X
+3161(is)X
+3234(not)X
+3356(excessive.)X
+3724(If)X
+3798(memory)X
+4085(cannot)X
+1131 2493(be)N
+1228(allocated)X
+1539(for)X
+1654(a)X
+1711(font)X
+1861(\256le,)X
+2004(then)X
+2163(normal)X
+2411(buffering)X
+2731(of)X
+2819(small)X
+3013(blocks)X
+3243(is)X
+3317(used.)X
+3525(A)X
+3603(trace)X
+3780(option)X
+4004(\()X
+3 f
+9 f
+4031(-)X
+3 f
+4075(d64)X
+1 f
+4199(\))X
+4246(is)X
+1131 2589(provided)N
+1436(to)X
+1518(monitor)X
+1791(the)X
+1909(font)X
+2058(caching;)X
+2350(see)X
+2473(below.)X
+3 f
+9 f
+843 2723(-)N
+3 f
+887(b)X
+1 f
+1131(Backwards)X
+1511(order)X
+1703(printing)X
+1978(from)X
+2156(the)X
+2276(default.)X
+2561(For)X
+2694(example,)X
+3008(laser)X
+3182(printers)X
+3449(using)X
+3644(the)X
+3784(Canon)X
+4015(LBP-CX)X
+1131 2819(print)N
+1336(engine)X
+1604(normally)X
+1927(receive)X
+2214(pages)X
+2451(in)X
+2547(reverse)X
+2834(order)X
+3058(because)X
+3367(they)X
+3559(stack)X
+3757(printed)X
+4017(side)X
+4199(up.)X
+1131 2915(Some)N
+1361(have)X
+1541(page)X
+1721(handling)X
+2049(mechanisms)X
+2472(that)X
+2619(stack)X
+2811(them)X
+2998(face)X
+3180(down,)X
+3405(and)X
+3548(in)X
+3637(such)X
+3831(a)X
+3894(case)X
+3 f
+9 f
+4060(-)X
+3 f
+4104(b)X
+1 f
+4175(will)X
+1131 3011(ensure)N
+1361(that)X
+1501(they)X
+1679(come)X
+1873(out)X
+1995(in)X
+2097(order)X
+2287(1,)X
+2367(2,)X
+2447(.)X
+2480(.)X
+2513(.)X
+2573(instead)X
+2840(of)X
+2927(n,)X
+3007(n-1,)X
+3154(n-2,)X
+3301(.)X
+3334(.)X
+3367(.)X
+3 f
+9 f
+843 3145(-)N
+3 f
+887(c#)X
+1 f
+1131(Print)X
+1309(#)X
+1372(copies)X
+1599(of)X
+1688(each)X
+1858(output)X
+2084(page.)X
+2298(Page)X
+2476(copies)X
+2703(are)X
+2824(printed)X
+3073(consecutively;)X
+3558(this)X
+3695(does)X
+2 f
+3864(not)X
+1 f
+3988(give)X
+4148(mul-)X
+1131 3241(tiple)N
+1293(collated)X
+1567(copies)X
+1792(of)X
+1879(the)X
+1997(entire)X
+2200(job.)X
+3 f
+9 f
+843 3375(-)N
+3 f
+887(d#)X
+1 f
+1131(Produce)X
+1423(debugging)X
+1790(output)X
+2023(on)X
+2 f
+2131(stderr)X
+1 f
+2350(if)X
+2427(a)X
+2491(non-zero)X
+2805(value)X
+3007(is)X
+3088(given.)X
+3334(Multiple)X
+3 f
+9 f
+3637(-)X
+3 f
+3681(d)X
+1 f
+3753(switches)X
+4057(may)X
+4223(be)X
+1131 3471(speci\256ed,)N
+1470(and)X
+1620(one)X
+1770(may)X
+1942(also)X
+2105(add)X
+2255(values)X
+2493(of)X
+2593(the)X
+2724(following)X
+3068(possible)X
+3363(options)X
+3631(to)X
+3726(obtain)X
+3959(the)X
+4090(switch)X
+1131 3567(value:)N
+2 f
+1131 3701(1)N
+1 f
+1419(\()X
+2 f
+1446(dvijet)X
+1 f
+1644(only\))X
+1833(print)X
+2004(page)X
+2176(bitmap)X
+2418(in)X
+2500(hexadecimal;)X
+2 f
+1131 3835(2)N
+1 f
+1419(display)X
+1678(page)X
+1858(coordinates)X
+2256(and)X
+2400(metrics)X
+2664(of)X
+2758(each)X
+2933(output)X
+3164(character,)X
+3507(and)X
+3650(print)X
+3828(each)X
+4003(character)X
+1419 3931(bitmap)N
+1661(in)X
+1743(hexadecimal;)X
+2 f
+1131 4065(4)N
+1 f
+1419(\()X
+2 f
+1446(dvijep)X
+1 f
+1686(only\))X
+1899(display)X
+2174(updated)X
+2472(page)X
+2668(coordinate)X
+3051(of)X
+3162(each)X
+3354(character)X
+3694(after)X
+3886(each)X
+4078(call)X
+4237(to)X
+2 f
+1419 4161(\256xpos\(\))N
+1 f
+1660(;)X
+2 f
+1131 4295(8)N
+1 f
+1419(print)X
+1590(\256lename)X
+1886(and)X
+2022(open)X
+2198(mode)X
+2396(of)X
+2483(each)X
+2 f
+2651(successful)X
+1 f
+2996(\256le)X
+3118(opening;)X
+2 f
+1131 4429(16)N
+1 f
+1419(print)X
+1590(\256lename)X
+1886(and)X
+2022(open)X
+2198(mode)X
+2396(of)X
+2483(each)X
+2 f
+2651(unsuccessful)X
+1 f
+3076(\256le)X
+3198(opening;)X
+2 f
+1131 4563(32)N
+1 f
+1419(show)X
+1608(discarded)X
+1936(off-page)X
+2229(text;)X
+2 f
+1131 4697(64)N
+1 f
+1419(trace)X
+1596(virtual)X
+1825(font)X
+1974(caching;)X
+2 f
+1131 4831(128)N
+1 f
+1419(trace)X
+1596(character)X
+1912(setting)X
+2145(\()X
+2 f
+2172(lots)X
+1 f
+2307(of)X
+2394(output\).)X
+1131 4965(For)N
+1262(example,)X
+1574(either)X
+3 f
+9 f
+1777(-)X
+3 f
+1821(d8)X
+9 f
+1925(-)X
+3 f
+1969(d16)X
+1 f
+2113(or)X
+3 f
+9 f
+2200(-)X
+3 f
+2244(d24)X
+1 f
+2388(will)X
+2532(trace)X
+2709(all)X
+2809(attempted)X
+3145(\256le)X
+3267(openings.)X
+3 f
+9 f
+843 5099(-)N
+3 f
+887(eVAR=value)X
+1 f
+1131 5195(De\256ne)N
+1380(an)X
+1491(environment)X
+1931(variable)X
+2225(on)X
+2340(the)X
+2473(command)X
+2823(line)X
+2977(\(see)X
+3141(the)X
+3273(later)X
+3450(section)X
+3711(ENVIRONMENT)X
+1131 5291(VARIABLES\).)N
+1686(The)X
+1850(acceptable)X
+2229(values)X
+2473(for)X
+2 f
+2606(VAR)X
+1 f
+2792(are)X
+2 f
+2930(DVIHELP,)X
+3322(FONTLIST,)X
+3739(TEXFONTS)X
+1 f
+4125(,)X
+4183(and)X
+2 f
+1131 5387(TEXINPUTS)N
+1 f
+1544(.)X
+1609(Under)X
+1835(normal)X
+2087(use)X
+2219(of)X
+2311(the)X
+2434(translators,)X
+2813(these)X
+3003(can)X
+3140(be)X
+3241(set)X
+3355(by)X
+3460(TOPS-20)X
+3787(and)X
+3928(VAX)X
+4126(VMS)X
+3 f
+1131 5483(de\256ne)N
+1359(VAR:)X
+1583(value)X
+1 f
+1788(commands,)X
+2178(or)X
+2268(by)X
+2371(Unix)X
+2554(csh)X
+3 f
+2684(setenv)X
+2921(VAR)X
+3118(value)X
+1 f
+3323(or)X
+3413(sh)X
+3 f
+3507(VAR=value)X
+1 f
+3932(commands.)X
+1131 5579(When)N
+1351(the)X
+1477(translator)X
+1808(is)X
+1889(invoked)X
+2175(by)X
+2283(another)X
+2552(program,)X
+2872(such)X
+3047(as)X
+3142(a)X
+3206(print)X
+3385(spooler,)X
+3669(on)X
+3777(some)X
+3974(systems)X
+4255(it)X
+1131 5675(may)N
+1291(not)X
+1415(be)X
+1513(possible)X
+1797(to)X
+1881(set)X
+1992(a)X
+2050(particular)X
+2379(value)X
+2574(of)X
+2662(an)X
+2759(environment)X
+3185(variable)X
+3465(for)X
+3580(the)X
+3699(subprocess,)X
+4092(so)X
+4184(this)X
+1131 5771(option)N
+1366(gets)X
+1526(around)X
+1780(this)X
+1925(limitation.)X
+2305(On)X
+2433(most)X
+2618(Unix)X
+2808(systems,)X
+3111(it)X
+3185(should)X
+3428(be)X
+3534(possible)X
+3826(to)X
+3918(use)X
+4055(the)X
+4183(call)X
+555 6155(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(2)X
+
+ep
+%%Page: 1 2
+bp
+10 s 0 xH 0 xS 1 f
+555 383(dvi)N
+670(\()X
+710(1L)X
+812(\))X
+1954(UNIX)X
+2175(Programmer's)X
+2654(Manual)X
+4015(dvi)X
+4130(\()X
+4170(1L)X
+4272(\))X
+3 f
+9 s
+555 767(NAME)N
+1 f
+10 s
+843 863(dvixxx)N
+9 f
+1085(-)X
+1 f
+1149(TeX)X
+1312(DVI)X
+1475(to)X
+1557(device)X
+1787(xxx)X
+1927(translator)X
+2250(family)X
+3 f
+9 s
+555 1093(SYNOPSIS)N
+10 s
+843 1189(dvixxx)N
+1 f
+1099([)X
+3 f
+9 f
+1126(-)X
+3 f
+1170(a)X
+1 f
+(])S
+1267([)X
+3 f
+9 f
+1294(-)X
+3 f
+1338(b)X
+1 f
+1382(])X
+1439([)X
+3 f
+9 f
+1466(-)X
+3 f
+1510(c#)X
+1 f
+1586(])X
+1643([)X
+3 f
+9 f
+1670(-)X
+3 f
+1714(d#)X
+1 f
+1798(])X
+1855([)X
+3 f
+9 f
+1882(-)X
+3 f
+1926(e)X
+2 f
+1962(VAR=value)X
+1 f
+2337(].)X
+2397(.)X
+2430(.)X
+2510([)X
+3 f
+9 f
+2537(-)X
+3 f
+2581(f)X
+2 f
+2608(fontsub\256le)X
+1 f
+2941(])X
+2998([)X
+3 f
+9 f
+3025(-)X
+3 f
+3069(l)X
+1 f
+3091(])X
+3148([)X
+3 f
+9 f
+3175(-)X
+3 f
+3219(m#)X
+1 f
+3326(])X
+1131 1285([)N
+3 f
+9 f
+1158(-)X
+3 f
+1202(o#)X
+1 f
+(].)S
+1342(.)X
+1375(.)X
+1455([)X
+3 f
+9 f
+1482(-)X
+3 f
+1526(o#:#)X
+1 f
+1673(].)X
+1733(.)X
+1766(.)X
+1846([)X
+3 f
+9 f
+1873(-)X
+3 f
+1917(o#:#:#)X
+1 f
+2131(].)X
+2191(.)X
+2224(.)X
+1131 1381([)N
+3 f
+9 f
+1158(-)X
+3 f
+1202(p)X
+1 f
+1246(])X
+1303([)X
+3 f
+9 f
+1330(-)X
+3 f
+1374(q)X
+1 f
+1418(])X
+1475([)X
+3 f
+9 f
+1502(-)X
+3 f
+1546(r#)X
+1 f
+1622(])X
+1679([)X
+3 f
+9 f
+1706(-)X
+3 f
+1750(s#)X
+1 f
+1821(])X
+1878([)X
+3 f
+9 f
+1905(-)X
+3 f
+1949(v)X
+1 f
+(])S
+2046([)X
+3 f
+9 f
+2073(-)X
+3 f
+2117(x#)X
+2 f
+(units)S
+1 f
+2352(])X
+2409([)X
+3 f
+9 f
+2436(-)X
+3 f
+2480(y#)X
+2 f
+(units)S
+1 f
+2715(])X
+2772([)X
+3 f
+9 f
+2799(-)X
+3 f
+2843(z)X
+1 f
+2879(])X
+3 f
+2936(dvi\256le1)X
+1 f
+3214([)X
+3 f
+3271(dvi\256le2)X
+1 f
+3519(].)X
+3579(.)X
+3612(.)X
+2 f
+843 1573(xxx)N
+1 f
+981(=)X
+1056(output)X
+1290(device)X
+1530(identi\256er)X
+1849(suf\256x)X
+2061(\(see)X
+2221(below\))X
+3 f
+9 s
+555 1803(DESCRIPTION)N
+1 f
+10 s
+843 1899(Several)N
+1106(TeX)X
+1271(DVI)X
+1436(translators)X
+1792(are)X
+1913(available.)X
+2265(They)X
+2452(all)X
+2554(expect)X
+2786(the)X
+2906(name)X
+3102(of)X
+3191(the)X
+3311(DVI)X
+3476(\256le)X
+3600(on)X
+3702(the)X
+3822(command)X
+4159(line,)X
+843 1995(and)N
+981(the)X
+1101(extension)X
+2 f
+1430(.dvi)X
+1 f
+1569(can)X
+1702(always)X
+1946(be)X
+2043(omitted.)X
+2348(As)X
+2458(illustrated)X
+2799(below,)X
+3036(they)X
+3195(issue)X
+3376(a)X
+3433(one-line)X
+3717(identi\256er)X
+4027(message)X
+843 2091(and,)N
+1004(if)X
+1078(no)X
+1183(command)X
+1524(line)X
+1669(arguments)X
+2028(are)X
+2151(given,)X
+2373(type)X
+2535(a)X
+2595(Unix-style)X
+2 f
+2957(usage)X
+1 f
+3168(message.)X
+3504(Some)X
+3710(of)X
+3801(them)X
+3985(may)X
+4147(have)X
+843 2187(additional)N
+1193(help)X
+1361(\256les.)X
+1564(On)X
+1692(case-sensitive)X
+2168(\256le)X
+2300(systems,)X
+2603(\256le)X
+2734(names)X
+2968(may)X
+3135(be)X
+3240(expected)X
+3555(to)X
+3646(be)X
+3751(entirely)X
+4025(in)X
+4116(lower)X
+843 2283(case,)N
+1022(so)X
+1113(you)X
+1253(should)X
+1486(type)X
+2 f
+1644(dvialw)X
+1 f
+1877(instead)X
+2124(of)X
+2 f
+2211(DVIALW)X
+1 f
+2505(.)X
+843 2475(For)N
+977(all)X
+1080(except)X
+2 f
+1313(dvibit)X
+1 f
+1495(,)X
+1538(which)X
+1757(is)X
+1833(intended)X
+2132(for)X
+2248(interactive)X
+2609(display,)X
+2882(the)X
+3002(output)X
+3228(\256le)X
+3352(will)X
+3498(be)X
+3596(given)X
+3796(the)X
+3916(name)X
+4112(of)X
+4201(the)X
+2 f
+843 2571(.dvi)N
+1 f
+985(\256le,)X
+1131(but)X
+1257(with)X
+1423(suf\256x)X
+2 f
+1629(.dvi-xxx)X
+1 f
+1882(,)X
+1926(where)X
+2 f
+2147(xxx)X
+1 f
+2279(is)X
+2356(the)X
+2478 0.3214(three-character)AX
+2985(mnemonic)X
+3346(for)X
+3463(the)X
+3584(translator)X
+3910(program.)X
+4245(If)X
+843 2667(long)N
+1013(\256lenames)X
+1348(are)X
+1475(not)X
+1604(supported,)X
+1967(then)X
+2 f
+2132(.xxx)X
+1 f
+2287(is)X
+2367(used.)X
+2581(For)X
+2 f
+2719(dvibit)X
+1 f
+2901(,)X
+2948(output)X
+3179(is)X
+3259(on)X
+2 f
+3366(stdout)X
+1 f
+3561(,)X
+3608(which)X
+3831(defaults)X
+4112(to)X
+4201(the)X
+843 2763(terminal;)N
+1156(it)X
+1223(may)X
+1384(be)X
+1483(redirected)X
+1828(in)X
+1913(the)X
+2034(usual)X
+2226(Unix)X
+2409(fashion)X
+2668(by)X
+2 f
+2771(>\256lename)X
+1 f
+3120(on)X
+3223(the)X
+3344(command)X
+3683(line)X
+3826(\(e.g.)X
+2 f
+3992(dvibit)X
+4197(foo)X
+843 2859(>foo.out)N
+1 f
+1121(\).)X
+843 3051(As)N
+960(each)X
+2 f
+1136(.dvi)X
+1 f
+1282(\256le)X
+1412(is)X
+1493(processed,)X
+1858(a)X
+1922(list)X
+2047(of)X
+2142(errors)X
+2358(is)X
+2439(printed)X
+2694(on)X
+2802(the)X
+2928(standard)X
+3228(error)X
+3413(unit,)X
+2 f
+3584(stderr)X
+1 f
+3775(;)X
+3824(this)X
+3966(list)X
+4090(is)X
+4170(also)X
+843 3147(saved)N
+1053(in)X
+1142(a)X
+1205(\256le)X
+1334(with)X
+1503(suf\256x)X
+2 f
+1712(.dvi-err)X
+1 f
+1982(\(or)X
+2 f
+2103(.err)X
+1 f
+2221(,)X
+2268(if)X
+2344(long)X
+2513(\256lenames)X
+2846(are)X
+2971(not)X
+3099(supported\).)X
+3488(This)X
+3656(\256le)X
+3784(is)X
+3863(not)X
+3991(created)X
+4250(if)X
+843 3243(there)N
+1032(are)X
+1159(no)X
+1267(errors.)X
+1523(As)X
+1640(each)X
+1816(page)X
+1996(is)X
+2077(printed,)X
+2352(the)X
+2478(physical)X
+2773(page)X
+2953(number)X
+3226(and)X
+3369(the)X
+3494(TeX)X
+3664(page)X
+3843(number\(s\))X
+4200(are)X
+843 3339(printed)N
+1090(without)X
+1354(a)X
+1410(following)X
+1741(character)X
+2057(return;)X
+2291(after)X
+2459(the)X
+2577(last)X
+2708(page,)X
+2900(the)X
+3018(string)X
+3220(``[OK]'')X
+3518(is)X
+3591(printed,)X
+3858(followed)X
+4163(by)X
+4263(a)X
+843 3435(newline.)N
+1144(This)X
+1313(gives)X
+1508(a)X
+1570(convenient)X
+1948(progress)X
+2246(report)X
+2464(to)X
+2552(the)X
+2676(terminal.)X
+2989(If)X
+3069(it)X
+3139(is)X
+3218(not)X
+3346(wanted,)X
+3624(then)X
+3788(the)X
+3912(error)X
+4095(output)X
+843 3531(can)N
+982(be)X
+1085(redirected)X
+1434(into)X
+1585(a)X
+1648(\256le)X
+1777(\(possibly)X
+2097(the)X
+2222(null)X
+2373(device\))X
+2637(\(e.g.)X
+2 f
+2807(dvixxx)X
+3040(foo)X
+3169(&foo.err)X
+1 f
+3451(\),)X
+3524(or)X
+3617(the)X
+3 f
+9 f
+3741(-)X
+3 f
+3785(q)X
+1 f
+3855(\(quiet\))X
+4095(option)X
+843 3627(can)N
+975(be)X
+1071(given)X
+1269(to)X
+1351(suppress)X
+1647(it.)X
+3 f
+9 s
+555 3857(DEVICES)N
+905(SUPPORTED)X
+1 f
+10 s
+843 3953(The)N
+988(available)X
+1298(translators)X
+1652(are)X
+1771(as)X
+1858(follows:)X
+2 f
+843 4087(dvialw)N
+1 f
+1514(PostScript)X
+1862(\(Apple)X
+2105(LaserWriter\))X
+2 f
+843 4221(dvibit)N
+1 f
+1514(Version)X
+1788(3.10)X
+1948(BBN)X
+2132(BitGraph)X
+2450(terminal)X
+2 f
+843 4355(dvican)N
+1 f
+1514(Canon)X
+1743(LBP-8)X
+1976(A2)X
+2094(laser)X
+2266(printer)X
+2 f
+843 4489(dvigd)N
+1 f
+1514(Golden)X
+1770(Dawn)X
+1982(Golden)X
+2238(Laser)X
+2437(100)X
+2577(printer)X
+2 f
+843 4623(dviimp)N
+1 f
+1514(Imagen)X
+1775(imPRESS-language)X
+2430(laser)X
+2602(printer)X
+2836(family)X
+2 f
+843 4757(dvijep)N
+1 f
+1514(Hewlett-Packard)X
+2074(LaserJet)X
+2362(Plus)X
+2 f
+843 4891(dvijet)N
+1 f
+1514(Hewlett-Packard)X
+2074(LaserJet)X
+2 f
+843 5025(dvil3p)N
+1 f
+1514(DEC)X
+1694(LN03)X
+1901(Plus)X
+2058(laser)X
+2230(printer)X
+2 f
+843 5159(dvil75)N
+1 f
+1514(DEC)X
+1694(LA75)X
+1901(144)X
+2041(dpi)X
+2163(printer)X
+2 f
+843 5293(dvim72)N
+1 f
+1514(Apple)X
+1730(Imagewriter)X
+2143(72)X
+2243(dpi)X
+2365(printer)X
+2 f
+843 5427(dvimac)N
+1 f
+1514(Apple)X
+1730(Imagewriter)X
+2143(144)X
+2283(dpi)X
+2405(printer)X
+2 f
+843 5561(dvimpi)N
+1 f
+1514(MPI)X
+1676(Sprinter)X
+1954(72)X
+2054(dpi)X
+2176(printer)X
+2 f
+843 5695(dvio72)N
+1 f
+1514(OKIDATA)X
+1900(Pacemark)X
+2237(2410)X
+2417(72)X
+2517(dpi)X
+2639(printer)X
+555 6144(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(1)X
+
+ep
+%%Page: 1 1
+bp
+10 s 0 xH 0 xS 1 f
+555 6144(4th)N
+677(Berkeley)X
+987(distribution)X
+2157(21)X
+2257(October)X
+2536(1987)X
+4259(1)X
+
+ep
+%%Trailer
+xt
+
+xs