summaryrefslogtreecommitdiff
path: root/support/hypertex/tanmoy/ghostview-1.5-hacked/ghostview.ps
diff options
context:
space:
mode:
Diffstat (limited to 'support/hypertex/tanmoy/ghostview-1.5-hacked/ghostview.ps')
-rw-r--r--support/hypertex/tanmoy/ghostview-1.5-hacked/ghostview.ps7017
1 files changed, 7017 insertions, 0 deletions
diff --git a/support/hypertex/tanmoy/ghostview-1.5-hacked/ghostview.ps b/support/hypertex/tanmoy/ghostview-1.5-hacked/ghostview.ps
new file mode 100644
index 0000000000..2ff22b126e
--- /dev/null
+++ b/support/hypertex/tanmoy/ghostview-1.5-hacked/ghostview.ps
@@ -0,0 +1,7017 @@
+%!PS-Adobe-3.0
+%%Creator: psdit
+%%For: appenzell:tim (Tim Theisen,3375C,20438,2219620)
+%%Title: stdin (ditroff)
+%%CreationDate: Sun Jul 25 08:46:43 1993
+%%DocumentNeededResources: (atend)
+%%DocumentSuppliedResources: DIThacks
+%%Pages: (atend)
+%%Orientation: Portrait
+%%DocumentMedia: Letter 612 792 75 white ()
+%%EndComments
+% psdit.pro -- prolog for ditroff translator
+% Copyright (c) 1985,1987,1992 Adobe Systems Incorporated. All Rights
+% Reserved.
+% GOVERNMENT END USERS: See Notice file in TranScript library directory
+% -- probably /usr/lib/ps/Notice
+% RCS: $Header: /src/misc/transcript4/lib/RCS/psdit.pro,v 1.2 1993/03/16 22:43:47 tim Exp $
+/$DITroff 180 dict def $DITroff begin
+
+/DocumentInitState [ matrix currentmatrix currentlinewidth currentlinecap
+currentlinejoin currentdash currentgray currentmiterlimit ] cvx def
+
+%% Psfig additions
+/startFig {
+ /SavedState save def
+ userdict maxlength dict begin
+ currentpoint transform
+
+ DocumentInitState setmiterlimit setgray setdash setlinejoin setlinecap
+ setlinewidth setmatrix
+
+ itransform moveto
+
+ /ury exch def
+ /urx exch def
+ /lly exch def
+ /llx exch def
+ /y exch 72 mul resolution div def
+ /x exch 72 mul resolution div def
+
+ currentpoint /cy exch def /cx exch def
+
+ /sx x urx llx sub div def % scaling for x
+ /sy y ury lly sub div def % scaling for y
+
+ sx sy scale % scale by (sx,sy)
+
+ cx sx div llx sub
+ cy sy div ury sub translate
+
+ /DefFigCTM matrix currentmatrix def
+
+ /initmatrix {
+ DefFigCTM setmatrix
+ } def
+ /defaultmatrix {
+ DefFigCTM exch copy
+ } def
+
+ /initgraphics {
+ DocumentInitState setmiterlimit setgray setdash
+ setlinejoin setlinecap setlinewidth setmatrix
+ DefFigCTM setmatrix
+ } def
+
+ /showpage {
+ initgraphics
+ } def
+
+} def
+% Args are llx lly urx ury (in figure coordinates)
+/clipFig {
+ currentpoint 6 2 roll
+ newpath 4 copy
+ 4 2 roll moveto
+ 6 -1 roll exch lineto
+ exch lineto
+ exch lineto
+ closepath clip
+ newpath
+ moveto
+} def
+% doclip, if called, will always be just after a `startfig'
+/doclip { llx lly urx ury clipFig } def
+/endFig {
+ end SavedState restore
+} def
+/globalstart {
+ % Push details about the enviornment on the stack.
+ fontnum fontsize fontslant fontheight
+ % firstpage
+ mh my resolution slotno currentpoint
+ pagesave restore gsave
+} def
+/globalend {
+ grestore moveto
+ /slotno exch def /resolution exch def /my exch def
+ /mh exch def
+ % /firstpage exch def
+ /fontheight exch def
+ /fontslant exch def /fontsize exch def /fontnum exch def
+ F
+ /pagesave save def
+} def
+
+%% end XMOD additions
+
+/fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def
+/xi {/fontnum 1 def /fontsize 10 def /fontheight 10 def /fontslant 0 def F
+ }def
+/ps {/pagesave save def 72 mul 0 exch translate 72 resolution div dup neg
+ scale 0 0 moveto } def
+/psL {/pagesave save def 90 rotate 72 resolution div dup neg
+ scale 0 0 moveto } def
+/PB{save /psv exch def currentpoint translate
+ resolution 72 div dup neg scale 0 0 moveto}def
+/PE{psv restore}def
+/m1 matrix def /m2 matrix def /m3 matrix def /oldmat matrix def
+/tan{dup sin exch cos div}bind def
+/point{resolution 72 div mul}bind def
+/dround {transform round exch round exch itransform}bind 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}bind def
+/xS{/fontslant exch def F}bind def
+/s{/fontsize exch def /fontheight fontsize def F}bind def
+/f{/fontnum exch def F}bind 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 neg tan 1 0 0 m2 astore m3 concatmatrix}if
+ makefont setfont .04 fontsize point mul 0 dround pop setlinewidth}bind def
+/X{exch currentpoint exch pop moveto show}bind def
+/N{3 1 roll moveto show}bind def
+/Y{exch currentpoint pop exch moveto show}bind def
+/S /show load def
+/ditpush{}def/ditpop{}def
+/AX{3 -1 roll currentpoint exch pop moveto 0 exch ashow}bind def
+/AN{4 2 roll moveto 0 exch ashow}bind def
+/AY{3 -1 roll currentpoint pop exch moveto 0 exch ashow}bind def
+/AS{0 exch ashow}bind def
+/MX{currentpoint exch pop moveto}bind def
+/MY{currentpoint pop exch moveto}bind def
+/MXY /moveto load def
+/cb{pop}def % action on unknown char -- nothing for now
+/n{}def/w{}def
+/p{pop pagesave restore showpage}def
+/abspoint{currentpoint exch pop add exch currentpoint pop add exch}def
+/dstroke{currentpoint stroke moveto}bind def
+/Dg{gsave}def
+/Dgi{rlineto}def
+/Dgl{stroke grestore moveto}def
+/Dl{2 copy gsave rlineto stroke grestore rmoveto}bind def
+/arcellipse{oldmat currentmatrix pop
+ currentpoint translate 1 diamv diamh div scale /rad diamh 2 div def
+ rad 0 rad -180 180 arc oldmat setmatrix}def
+/Dc{gsave dup /diamv exch def /diamh exch def arcellipse dstroke
+ grestore diamh 0 rmoveto}def
+/De{gsave /diamv exch def /diamh exch def arcellipse dstroke
+ grestore diamh 0 rmoveto}def
+/Da{currentpoint /by exch def /bx exch def /fy exch def /fx exch def
+ /cy exch def /cx exch def /rad cx cx mul cy cy mul add sqrt def
+ /ang1 cy neg cx neg atan def /ang2 fy fx atan def cx bx add cy by add
+ 2 copy rad ang1 ang2 arcn stroke exch fx add exch fy add moveto}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 .05 dm .16 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
+%%BeginResource: font DIThacks
+% DIThacks fonts for some special chars
+50 dict dup begin
+/FontType 3 def
+/FontName /DIThacks def
+/FontMatrix [.001 0.0 0.0 .001 0.0 0.0] def
+/FontBBox [-220 -280 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
+ 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 750 moveto 500 0 rls}def
+/vr{20 800 moveto 0 -770 rls}def
+/bv{20 800 moveto 0 -1000 rls}def
+/br{20 770 moveto 0 -1040 rls}def
+/ul{0 -250 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{355 333 rmoveto currentpoint newpath 333 0 360 arc
+ 50 setlinewidth stroke}def
+
+/lt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 add exch s4 a4p stroke}def
+/lb{20 800 moveto 0 -550 rlineto currx -200 2cx s4 add exch s4 a4p stroke}def
+/rt{20 -200 moveto 0 550 rlineto currx 800 2cx s4 sub exch s4 a4p stroke}def
+/rb{20 800 moveto 0 -500 rlineto currx -200 2cx s4 sub exch s4 a4p stroke}def
+/lk{20 800 moveto 20 300 -280 300 s4 arcto pop pop 1000 sub
+ currentpoint stroke moveto
+ 20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
+/rk{20 800 moveto 20 300 320 300 s4 arcto pop pop 1000 sub
+ currentpoint stroke moveto
+ 20 300 4 2 roll s4 a4p 20 -200 lineto stroke}def
+/lf{20 800 moveto 0 -1000 rlineto s4 0 rls}def
+/rf{20 800 moveto 0 -1000 rlineto s4 neg 0 rls}def
+/lc{20 -200 moveto 0 1000 rlineto s4 0 rls}def
+/rc{20 -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 250 def
+/lb 250 def
+/rt 250 def
+/rb 250 def
+/lk 250 def
+/rk 250 def
+/rc 250 def
+/lc 250 def
+/rf 250 def
+/lf 250 def
+/bv 250 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
+%%EndResource
+%%EndProlog
+%%BeginSetup
+ditstart
+(psc)xT
+576 1 1 xr
+%%IncludeResource: font Times-Roman
+1(Times-Roman)xf 1 f
+%%IncludeResource: font Times-Italic
+2(Times-Italic)xf 2 f
+%%IncludeResource: font Times-Bold
+3(Times-Bold)xf 3 f
+%%IncludeResource: font Times-BoldItalic
+4(Times-BoldItalic)xf 4 f
+%%IncludeResource: font Helvetica
+5(Helvetica)xf 5 f
+%%IncludeResource: font Helvetica-Bold
+6(Helvetica-Bold)xf 6 f
+%%IncludeResource: font Courier
+7(Courier)xf 7 f
+%%IncludeResource: font Courier-Bold
+8(Courier-Bold)xf 8 f
+%%IncludeResource: font Symbol
+9(Symbol)xf 9 f
+10(DIThacks)xf 10 f
+10 s
+1 f
+xi
+%%EndSetup
+
+%%Page: 1 1
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+9 s
+576 768(NAME)N
+2 f
+10 s
+864 864(ghostview)N
+1 f
+9 f
+1204(-)X
+1 f
+1268(View)X
+1462(PostScript)X
+1810(documents)X
+2177(using)X
+2370(ghostscript)X
+3 f
+9 s
+576 998(SYNOPSIS)N
+10 s
+864 1094(ghostview)N
+1 f
+1222([\256lename])X
+864 1190(or)N
+3 f
+864 1286(ghostview)N
+1 f
+1250([)X
+9 f
+1277(-)X
+1 f
+1321(monochrome])X
+1819([)X
+9 f
+1846(-)X
+1 f
+1890(grayscale])X
+2269([)X
+9 f
+2296(-)X
+1 f
+2340(color])X
+2580([)X
+9 f
+2607(-)X
+1 f
+2651([no]title])X
+2984([)X
+9 f
+3011(-)X
+1 f
+3055([no]date])X
+3398([)X
+9 f
+3425(-)X
+1 f
+3469([no]locator])X
+3901([)X
+9 f
+3928(-)X
+1 f
+3972([no]labels])X
+864 1382([)N
+9 f
+891(-)X
+1 f
+935(resolution)X
+2 f
+1275(dpi)X
+1 f
+1377(])X
+1515([)X
+9 f
+1542(-)X
+1 f
+1586(dpi)X
+2 f
+1708(dpi)X
+1 f
+1810(])X
+1948([)X
+9 f
+1975(-)X
+1 f
+2019(xdpi)X
+2 f
+2181(dpi)X
+1 f
+2283(])X
+2421([)X
+9 f
+2448(-)X
+1 f
+2492(ydpi)X
+2 f
+2654(dpi)X
+1 f
+2756(])X
+2894([)X
+9 f
+2921(-)X
+1 f
+2965(magstep)X
+2 f
+3252(n)X
+1 f
+(])S
+3429([)X
+9 f
+3456(-)X
+1 f
+3500([no]safer])X
+3928([)X
+9 f
+3955(-)X
+1 f
+3999([no]quiet])X
+864 1478([)N
+9 f
+891(-)X
+1 f
+935(arguments)X
+2 f
+1289(arguments)X
+1 f
+1627(])X
+1691([)X
+9 f
+1718(-)X
+1 f
+1762([no]center])X
+2157([)X
+9 f
+2184(-)X
+1 f
+2228(portrait])X
+2529([)X
+9 f
+2556(-)X
+1 f
+2600(landscape])X
+2982([)X
+9 f
+3009(-)X
+1 f
+3053(upsidedown])X
+3505([)X
+9 f
+3532(-)X
+1 f
+3576(seascape])X
+3923([)X
+9 f
+3950(-)X
+1 f
+3994([no]swap])X
+864 1574([)N
+9 f
+891(-)X
+1 f
+935(letter])X
+1162([)X
+9 f
+1189(-)X
+1 f
+1233(tabloid])X
+1517([)X
+9 f
+1544(-)X
+1 f
+1588(ledger])X
+1851([)X
+9 f
+1878(-)X
+1 f
+1922(legal])X
+2140([)X
+9 f
+2167(-)X
+1 f
+2211(statement])X
+2580([)X
+9 f
+2607(-)X
+1 f
+2651(executive])X
+3021([)X
+9 f
+3048(-)X
+1 f
+3092(a3])X
+3230([)X
+9 f
+3257(-)X
+1 f
+3301(a4])X
+3439([)X
+9 f
+3466(-)X
+1 f
+3510(a5])X
+3647([)X
+9 f
+3674(-)X
+1 f
+3718(b4])X
+3859([)X
+9 f
+3886(-)X
+1 f
+3930(b5])X
+4071([)X
+9 f
+4098(-)X
+1 f
+4142(folio])X
+864 1670([)N
+9 f
+891(-)X
+1 f
+935(quarto])X
+1188([)X
+9 f
+1215(-)X
+1 f
+1259(10x14])X
+1507([)X
+9 f
+1534(-)X
+1 f
+1578(force])X
+1793([)X
+9 f
+1820(-)X
+1 f
+1864(forceorientation])X
+2426([)X
+9 f
+2453(-)X
+1 f
+2497(forcemedia])X
+2908([)X
+9 f
+2935(-)X
+1 f
+2979([no]openwindows])X
+3607([)X
+9 f
+3634(-)X
+1 f
+3678([no]ncdwm])X
+4097([)X
+9 f
+4124(-)X
+1 f
+4168(page)X
+2 f
+864 1766(label)N
+1 f
+(])S
+1071([)X
+9 f
+1098(-)X
+2 f
+1142(toolkitoption)X
+1 f
+1570(...])X
+1697([\256lename])X
+3 f
+9 s
+576 1900(DESCRIPTION)N
+1 f
+10 s
+864 1996(The)N
+2 f
+1024(ghostview)X
+1 f
+1379(program)X
+1686(provides)X
+1997(an)X
+2108(X11)X
+2281(user)X
+2450(interface)X
+2767(for)X
+2896(the)X
+2 f
+3029(ghostscript)X
+1 f
+3419(interpreter.)X
+2 f
+3830(Ghostview)X
+1 f
+4204(and)X
+2 f
+864 2092(ghostscript)N
+1 f
+1243(function)X
+1534(as)X
+1624(two)X
+1767(cooperating)X
+2169(programs.)X
+2 f
+2535(Ghostview)X
+1 f
+2896(creates)X
+3143(the)X
+3264(viewing)X
+3545(window)X
+3826(and)X
+2 f
+3965(ghostscript)X
+1 f
+864 2188(draws)N
+1076(in)X
+1158(it.)X
+864 2322(Don't)N
+1071(be)X
+1167(alarmed)X
+1447(by)X
+1548(the)X
+1667(number)X
+1933(of)X
+2021(options.)X
+2317(Generally,)X
+2675(one)X
+2812(invokes)X
+2 f
+3082(ghostview)X
+1 f
+3423(with)X
+3586(just)X
+3722(one)X
+3859(parameter,)X
+4222(the)X
+864 2418(name)N
+1064(of)X
+1157(the)X
+1281(\256le)X
+1409(to)X
+1497(be)X
+1599(previewed.)X
+2000(If)X
+2080(the)X
+2204(\256lename)X
+2506(is)X
+2585(``-'',)X
+2 f
+2766(ghostview)X
+1 f
+3112(will)X
+3262(read)X
+3426(from)X
+3607(``stdin''.)X
+3935(The)X
+4085(options)X
+864 2514(provide)N
+1129(a)X
+1185(way)X
+1339(to)X
+1421(set)X
+1531(X)X
+1610(resources)X
+1935(from)X
+2112(the)X
+2231(command)X
+2568(line)X
+2709(for)X
+2824(a)X
+2881(single)X
+3093(invocation)X
+3452(of)X
+2 f
+3540(ghostview)X
+1 f
+(.)S
+3921(For)X
+4053(that)X
+4194(rea-)X
+864 2610(son,)N
+1015(discussion)X
+1368(of)X
+1455(the)X
+1573(options)X
+1828(is)X
+1901(delayed)X
+2171(until)X
+2337(after)X
+2505(the)X
+2623(X)X
+2701(resources)X
+3025(are)X
+3144(discussed.)X
+3 f
+9 s
+576 2744(MAIN)N
+806(WINDOW)X
+1 f
+10 s
+864 2840(The)N
+1014(main)X
+1199(viewport)X
+1509(is)X
+1587(on)X
+1692(the)X
+1815(right)X
+1991(side)X
+2145(of)X
+2237(the)X
+2360(main)X
+2545(window.)X
+2868(If)X
+2947(the)X
+3070(page)X
+3247(is)X
+3326(larger)X
+3540(than)X
+3704(the)X
+3828(viewport,)X
+4159(there)X
+864 2936(will)N
+1010(be)X
+1108(scroll)X
+1308(bars)X
+1464(along)X
+1664(the)X
+1784(bottom)X
+2032(and)X
+2170(right)X
+2343(edges)X
+2548(of)X
+2636(the)X
+2755(viewport.)X
+3101(To)X
+3211(the)X
+3330(left)X
+3458(of)X
+3546(the)X
+3665(viewport)X
+3971(is)X
+4045(the)X
+4164(table)X
+864 3032(of)N
+954(contents.)X
+1284(If)X
+1361(the)X
+1482(PostScript)X
+1833(\256le)X
+1958(has)X
+2088(document)X
+2427(structuring)X
+2798(convention)X
+3178(\(DSC\))X
+3411(comments,)X
+3784(the)X
+3906(table)X
+4086(of)X
+4177(con-)X
+864 3128(text)N
+1005(will)X
+1150(display)X
+1402(the)X
+1521(page)X
+1694(labels)X
+1902(\(i.e.)X
+2048(usually)X
+2300(page)X
+2473(numbers\).)X
+2837(To)X
+2947(the)X
+3066(left)X
+3194(of)X
+3282(the)X
+3401(table)X
+3577(of)X
+3664(contents)X
+3951(is)X
+4024(the)X
+4142(menu)X
+864 3224(box.)N
+1048(Each)X
+1233(push)X
+1408(button)X
+1636(brings)X
+1860(up)X
+1964(a)X
+2024(popup)X
+2248(menu.)X
+2490(Over)X
+2675(the)X
+2797(menu)X
+2999(box)X
+3143(and)X
+3284(table)X
+3465(of)X
+3557(contents)X
+3849(there)X
+4035(are)X
+4159(three)X
+864 3320(optional)N
+1151(labels)X
+1363(that)X
+1508(contain)X
+1769(the)X
+1892(title,)X
+2061(date,)X
+2240(and)X
+2381(locator.)X
+2669(The)X
+2818(title)X
+2966(label)X
+3146(contains)X
+3437(the)X
+3559(document)X
+3899(title)X
+4047(found)X
+4258(in)X
+864 3416(the)N
+986(DSC)X
+1165(comments.)X
+1558(If)X
+1636(no)X
+1740(title)X
+1888(can)X
+2024(be)X
+2124(found,)X
+2355(the)X
+2477(\256lename)X
+2777(is)X
+2854(used)X
+3025(in)X
+3111(its)X
+3210(place.)X
+3444(The)X
+3593(date)X
+3751(label)X
+3931(contains)X
+4222(the)X
+864 3512(document)N
+1207(date)X
+1368(found)X
+1582(in)X
+1671(the)X
+1796(DSC)X
+1977(comments.)X
+2372(If)X
+2452(no)X
+2558(date)X
+2718(can)X
+2856(be)X
+2958(found,)X
+3191(the)X
+3315(last)X
+3452(modi\256ed)X
+3762(date)X
+3922(of)X
+4015(the)X
+4139(\256le)X
+4267(is)X
+864 3608(used)N
+1039(in)X
+1129(its)X
+1232(place.)X
+1470(Since)X
+1676(the)X
+1802(title)X
+1954(and)X
+2098(date)X
+2260(labels)X
+2475(may)X
+2641(be)X
+2745(clipped)X
+3009(by)X
+3117(the)X
+3243(main)X
+3431(viewport,)X
+3764(the)X
+3890(date)X
+4052(and)X
+4196(title)X
+864 3704(labels)N
+1080(are)X
+1208(push)X
+1387(buttons)X
+1650(that)X
+1798(bring)X
+1995(up)X
+2103(a)X
+2167(popup)X
+2395(window)X
+2681(with)X
+2851(the)X
+2977(title)X
+3129(or)X
+3224(date.)X
+3426(These)X
+3646(popup)X
+3874(windows)X
+4191(also)X
+864 3800(show)N
+1055(the)X
+1175(``document'')X
+1621(icon)X
+1781(when)X
+1977(the)X
+2097(displayed)X
+2426(string)X
+2630(comes)X
+2857(from)X
+3035(the)X
+3156(DSC)X
+3334(comments.)X
+3726(The)X
+3874(locator)X
+4120(shows)X
+864 3896(the)N
+986(location)X
+1268(of)X
+1359(the)X
+1481(cursor)X
+1706(in)X
+1792(the)X
+1914(viewport.)X
+2262(The)X
+2410(location)X
+2691(is)X
+2767(expressed)X
+3107(in)X
+3192(the)X
+3313(default)X
+3559(user)X
+3716(coordinate)X
+4078(system.)X
+864 3992(The)N
+1009(locator)X
+1252(is)X
+1325(useful)X
+1541(for)X
+1655(measuring)X
+2009(bounding)X
+2331(boxes.)X
+864 4126(Within)N
+1109(the)X
+1230(main)X
+1413(viewport)X
+1721(the)X
+1842(mouse)X
+2074(cursor)X
+2298(is)X
+2374(a)X
+2433(``target'')X
+2747(when)X
+2 f
+2944(ghostscript)X
+1 f
+3322(is)X
+3398(doing)X
+3604(work.)X
+3833(The)X
+3982(cursor)X
+4207(is)X
+4284(a)X
+864 4222(``cross)N
+1106(hair'')X
+1308(when)X
+2 f
+1505(ghostscript)X
+1 f
+1883(is)X
+1959(idle.)X
+2142(When)X
+2357(moving)X
+2624(to)X
+2708(another)X
+2971(page)X
+3145(in)X
+3229(a)X
+3287(document,)X
+3645(it)X
+3711(is)X
+3786(generally)X
+4107(best)X
+4258(to)X
+864 4318(wait)N
+1022(for)X
+2 f
+1136(ghostscript)X
+1 f
+1511(to)X
+1593(become)X
+1863(idle.)X
+2043(Otherwise,)X
+2413(the)X
+2531(current)X
+2 f
+2780(ghostscript)X
+1 f
+3156(process)X
+3418(must)X
+3594(be)X
+3691(killed)X
+3894(and)X
+4031(the)X
+4150(over-)X
+864 4414(head)N
+1036(of)X
+1123(reading)X
+1384(the)X
+1502(prologue)X
+1807(is)X
+1880(incurred)X
+2168(again.)X
+2 f
+864 4548(Ghostview)N
+1 f
+1223(will)X
+1368(check)X
+1577(to)X
+1660(see)X
+1785(if)X
+1856(the)X
+1976(\256le)X
+2100(has)X
+2229(been)X
+2403(modi\256ed)X
+2709(just)X
+2846(before)X
+3074(it)X
+3140(displays)X
+3424(a)X
+3482(page)X
+3656(or)X
+3745(when)X
+3941(the)X
+4061(applica-)X
+864 4644(tion)N
+1008(is)X
+1081(deiconi\256ed.)X
+1497(If)X
+1571(the)X
+1689(\256le)X
+1811(has)X
+1938(changed,)X
+2246(it)X
+2310(will)X
+2454(reopen)X
+2693(the)X
+2811(\256le.)X
+864 4778(Clicking)N
+1169(anywhere)X
+1512(within)X
+1746(the)X
+1874(viewport)X
+2189(will)X
+2344(popup)X
+2575(a)X
+2642(zoom)X
+2851(window.)X
+3180(The)X
+3336(window)X
+3625(is)X
+3709(centered)X
+4013(about)X
+4222(the)X
+864 4874(location)N
+1152(that)X
+1302(was)X
+1456(clicked.)X
+1757(Clicking)X
+2061(with)X
+2232(the)X
+2359(\256rst)X
+2512(mouse)X
+2750(button)X
+2983(pops)X
+3163(up)X
+3272(a)X
+3337(low)X
+3486(resolution)X
+3835(zoom)X
+4042(window.)X
+864 4970(Clicking)N
+1170(with)X
+1343(the)X
+1472(second)X
+1726(mouse)X
+1966(button)X
+2201(pops)X
+2383(up)X
+2494(a)X
+2561(medium)X
+2854(resolution)X
+3205(zoom)X
+3414(window.)X
+3743(Clicking)X
+4049(with)X
+4222(the)X
+864 5066(third)N
+1036(mouse)X
+1266(button)X
+1491(pops)X
+1663(up)X
+1764(a)X
+1821(high)X
+1984(resolution)X
+2325(zoom)X
+2524(window.)X
+2843(The)X
+2989(cursor)X
+3211(in)X
+3294(the)X
+3413(zoom)X
+3611(window)X
+3889(will)X
+4033(display)X
+4284(a)X
+864 5162(``target'')N
+1176(or)X
+1264(``cross)X
+1504(hair'')X
+1704(depending)X
+2059(on)X
+2160(the)X
+2279(state)X
+2447(of)X
+2 f
+2535(ghostscript)X
+1 f
+2890(.)X
+2951(The)X
+3097(locator)X
+3341(reports)X
+3585(the)X
+3704(position)X
+3982(of)X
+4070(the)X
+4190(cur-)X
+864 5258(sor)N
+982(in)X
+1064(the)X
+1182(zoom)X
+1380(windows)X
+1689(as)X
+1776(well)X
+1934(as)X
+2021(the)X
+2139(main)X
+2319(viewport.)X
+864 5392(In)N
+953(the)X
+1073(table)X
+1251(of)X
+1340(contents,)X
+1649(the)X
+1769(\256rst)X
+1915(and)X
+2053(third)X
+2226(mouse)X
+2457(button)X
+2683(function)X
+2972(exactly)X
+3226(as)X
+3315(they)X
+3475(do)X
+3578(in)X
+3663(a)X
+3722(Text)X
+3892(widget.)X
+4173(That)X
+864 5488(is)N
+939(the)X
+1059(\256rst)X
+1205(mouse)X
+1436(button)X
+1662(selects)X
+1898(text)X
+2040(and)X
+2178(the)X
+2298(third)X
+2470(mouse)X
+2700(button)X
+2925(extends)X
+3191(selections.)X
+3568(However,)X
+3904(clicking)X
+4183(on)X
+4284(a)X
+864 5584(page)N
+1043(label)X
+1226(with)X
+1395(the)X
+1520(second)X
+1770(mouse)X
+2006(button)X
+2237(will)X
+2388(cause)X
+2594(that)X
+2742(page)X
+2922(to)X
+3012(be)X
+3116(shown.)X
+3393(The)X
+3546(page)X
+3726(being)X
+3932(displayed)X
+4267(is)X
+864 5680(marked)N
+1125(with)X
+1287(a)X
+1343('<')X
+1462(in)X
+1544(the)X
+1662(right)X
+1833(margin)X
+2080(of)X
+2167(the)X
+2285(table)X
+2461(of)X
+2548(contents.)X
+576 6144(7th)N
+698(Edition)X
+4280(1)X
+
+2 p
+%%Page: 2 2
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+9 s
+576 768(POPUP)N
+846(WINDOWS)X
+1 f
+10 s
+864 864(There)N
+1073(are)X
+1193(several)X
+1442(additional)X
+1783(windows)X
+2093(that)X
+2234(may)X
+2393(appear.)X
+2669(The)X
+2 f
+2815(copyright)X
+1 f
+3143(window)X
+3422(will)X
+3567(appear)X
+3803(whenever)X
+4137(copy-)X
+864 960(right)N
+1042(information)X
+1447(is)X
+1527(requested.)X
+1902(The)X
+2 f
+2054(information)X
+1 f
+2457(window)X
+2741(appears)X
+3013(whenever)X
+3352(the)X
+2 f
+3476(ghostscript)X
+1 f
+3857(process)X
+4124(writes)X
+864 1056(to)N
+948(``stdout'')X
+1273(or)X
+1362(``stderr''.)X
+1715(Whenever)X
+2068(there)X
+2251(is)X
+2326(an)X
+2424(error)X
+2603(in)X
+2687(the)X
+2807(PostScript)X
+3157(program,)X
+3471(the)X
+3591(stack)X
+3778(trace)X
+3958(will)X
+4105(appear)X
+864 1152(in)N
+947(this)X
+1083(window.)X
+1402(When)X
+2 f
+1614(ghostscript)X
+1 f
+1989(is)X
+2062(invoked)X
+2340(without)X
+2604(the)X
+2722(quiet)X
+2902(option,)X
+3146(informational)X
+3602(message)X
+3894(regarding)X
+4222(the)X
+864 1248(state)N
+1031(of)X
+2 f
+1118(ghostscript)X
+1 f
+1493(will)X
+1637(appear)X
+1873(in)X
+1956(the)X
+2 f
+2075(information)X
+1 f
+2473(window.)X
+2792(The)X
+2 f
+2938(copyright)X
+1 f
+3266(and)X
+2 f
+3403(information)X
+1 f
+3801(windows)X
+4111(can)X
+4244(be)X
+864 1344(dismissed)N
+1199(by)X
+1299(pushing)X
+1572(the)X
+1690(``Dismiss'')X
+2075(button.)X
+864 1478(The)N
+2 f
+1018(Select)X
+1239(File)X
+1 f
+1397(dialog)X
+1626(widget)X
+1873(will)X
+2026(appear)X
+2270(when)X
+2473(you)X
+2622(wish)X
+2802(to)X
+2893(open)X
+3078(or)X
+3174(save)X
+3346(a)X
+3412(\256le.)X
+3584(The)X
+2 f
+3739(Select)X
+3961(File)X
+1 f
+4120(dialog)X
+864 1574(widget)N
+1104(allows)X
+1335(an)X
+1433(X11)X
+1593(user)X
+1749(to)X
+1832(select)X
+2036(a)X
+2093(\256le)X
+2216(by)X
+2317(typing)X
+2542(the)X
+2661(path)X
+2820(or)X
+2908(by)X
+3009(browsing)X
+3328(in)X
+3411(directory)X
+3722(listings)X
+3973(and)X
+4110(select-)X
+864 1670(ing)N
+986(entries)X
+1220(with)X
+1382(the)X
+1500(mouse.)X
+864 1804(The)N
+1014(space)X
+1218(bar)X
+1346(can)X
+1483(be)X
+1584(pressed)X
+1850(to)X
+1937(complete)X
+2256(\256lenames,)X
+2608(and)X
+2750(tilde)X
+2918(is)X
+2997(used)X
+3170(for)X
+3290(home)X
+3494(directories.)X
+3899(All)X
+4027(the)X
+4151(usual)X
+864 1900(key)N
+1010(bindings)X
+1315(can)X
+1457(be)X
+1563(used)X
+1740(in)X
+1832(the)X
+1960(text)X
+2110(widget,)X
+2378(except)X
+2618(for)X
+2742(Return)X
+2989(and)X
+3134(Control)X
+9 f
+3378(-)X
+1 f
+3422(M,)X
+3542(which)X
+3767(are)X
+3895(equivalent)X
+4258(to)X
+864 1996(pressing)N
+1157(the)X
+1281(OK)X
+1423(button.)X
+1693(The)X
+1844(path)X
+2008(can)X
+2146(be)X
+2249(scrolled)X
+2530(using)X
+2730(the)X
+2855(large)X
+3043(horizontal)X
+3395(scroll)X
+3600(bar,)X
+3750(or)X
+3844(by)X
+3951(moving)X
+4222(the)X
+864 2092(insertion)N
+1165(cursor)X
+1387(in)X
+1470(the)X
+1589(text)X
+1730(widget.)X
+2009(The)X
+2155(directory)X
+2466(entries)X
+2701(can)X
+2834(be)X
+2931(scrolled)X
+3206(using)X
+3400(the)X
+3519(vertical)X
+3781(scroll)X
+3979(bars,)X
+4153(or)X
+4240(by)X
+864 2188(holding)N
+1133(a)X
+1194(mouse)X
+1428(button)X
+1657(down)X
+1860(and)X
+2001(moving)X
+2271(out)X
+2399(of)X
+2492(the)X
+2616(listing.)X
+2881(The)X
+3032(scrolling)X
+3338(speed)X
+3547(varies)X
+3765(with)X
+3933(the)X
+4057(distance)X
+864 2284(from)N
+1040(the)X
+1158(listing.)X
+864 2418(The)N
+1014(directory)X
+1330(entries)X
+1570(are)X
+1695(terminated)X
+2064(with)X
+2232(special)X
+2481(characters)X
+2834(that)X
+2980(show)X
+3175(the)X
+3299(type)X
+3463(of)X
+3556(entry,)X
+3767(similar)X
+4015(to)X
+4103(the)X
+2 f
+9 f
+4227(-)X
+2 f
+4271(F)X
+1 f
+864 2514(option)N
+1088(of)X
+2 f
+1175(ls)X
+1 f
+1234(\(1\).)X
+864 2648(The)N
+2 f
+1012(Select)X
+1227(File)X
+1 f
+1379(dialog)X
+1602(widget)X
+1843(is)X
+1919(in)X
+2004(total)X
+2169(control)X
+2419(until)X
+2588(is)X
+2664(pops)X
+2838(down.)X
+3079(No)X
+3200(other)X
+3388(controls)X
+3669(in)X
+2 f
+3754(ghostview)X
+1 f
+4097(will)X
+4244(be)X
+864 2744(active)N
+1076(during)X
+1305(this)X
+1440(time.)X
+3 f
+9 s
+576 2878(MENUS)N
+1 f
+10 s
+864 2974(There)N
+1076(are)X
+1199(\256ve)X
+1344(buttons)X
+1604(in)X
+1691(the)X
+1814(menu)X
+2017(box.)X
+2202(They)X
+2392(are)X
+2516(the)X
+3 f
+2639(File)X
+1 f
+2768(,)X
+3 f
+2813(Page)X
+1 f
+2978(,)X
+3 f
+3023(Magstep)X
+1 f
+3317(,)X
+3 f
+3362(Orientation)X
+1 f
+(,)S
+3807(and)X
+3 f
+3948(Media)X
+1 f
+4191(but-)X
+864 3070(tons.)N
+1077(There)X
+1305(are)X
+1444(keyboard)X
+1783 0.2841(accelerators)AX
+2207(for)X
+2340(most)X
+2534(of)X
+2640(the)X
+2777(popup)X
+3016(menus.)X
+3304(Be)X
+3432(sure)X
+3605(to)X
+3706(read)X
+3884(the)X
+4021(keyboard)X
+864 3166 0.3250(accelerator)AN
+1238(section.)X
+3 f
+864 3300(File)N
+1 f
+1440(This)X
+1602(popup)X
+1822(menu)X
+2020(controls)X
+2298(\256le)X
+2420(access:)X
+3 f
+1440 3434(Open...)N
+1 f
+2016(Pops)X
+2208(up)X
+2325(the)X
+2460(Select)X
+2693(File)X
+2854(window)X
+3149(in)X
+3248(preparation)X
+3651(to)X
+3750(open)X
+3943(a)X
+4016(\256le.)X
+4195(The)X
+2016 3530(Select)N
+2237(File)X
+2386(widget)X
+2629(is)X
+2707(in)X
+2794(total)X
+2961(control)X
+3212(until)X
+3382(it)X
+3450(pops)X
+3625(down.)X
+3867(Opens)X
+4096(the)X
+4218(\256le)X
+2016 3626(for)N
+2130(viewing.)X
+3 f
+1440 3760(Reopen)N
+1 f
+2016(Reopens)X
+2312(the)X
+2430(current)X
+2678(\256le.)X
+3 f
+1440 3894(Print...)N
+1 f
+2016(Pops)X
+2197(up)X
+2303(a)X
+2365(dialog)X
+2591(widget)X
+2835(to)X
+2923(ask)X
+3056(for)X
+3176(the)X
+3300(printer)X
+3540(name.)X
+3781(Sends)X
+3999(the)X
+4124(whole)X
+2016 3990(document)N
+2352(to)X
+2434(the)X
+2552(printer.)X
+3 f
+1440 4124(Print)N
+1638(marked)X
+1925(pages...)X
+1 f
+2016 4220(Pops)N
+2193(up)X
+2295(a)X
+2353(dialog)X
+2576(widget)X
+2817(to)X
+2902(ask)X
+3032(for)X
+3149(the)X
+3270(printer)X
+3507(name.)X
+3744(Sends)X
+3958(the)X
+4079(marked)X
+2016 4316(pages)N
+2219(to)X
+2301(the)X
+2419(printer.)X
+2693(If)X
+2767(no)X
+2867(pages)X
+3070(have)X
+3242(been)X
+3414(marked,)X
+3695(the)X
+3813(mark)X
+3998(procedure)X
+2016 4412(is)N
+2095(called)X
+2313(before)X
+2545(printing)X
+2824(and)X
+2966(then)X
+3130(the)X
+3254(unmark)X
+3525(procedure)X
+3873(is)X
+3953(called)X
+4172(after)X
+2016 4508(printing.)N
+3 f
+1440 4642(Save)N
+1620(marked)X
+1907(pages...)X
+1 f
+2016 4738(Pops)N
+2191(up)X
+2291(the)X
+2409(Select)X
+2625(File)X
+2769(window)X
+3047(in)X
+3129(preparation)X
+3515(to)X
+3597(save)X
+3760(a)X
+3816(\256le.)X
+3978(The)X
+4124(Select)X
+2016 4834(File)N
+2173(widget)X
+2424(is)X
+2510(in)X
+2605(total)X
+2780(control)X
+3040(until)X
+3219(it)X
+3296(pops)X
+3480(down.)X
+3730(Saves)X
+3949(the)X
+4079(marked)X
+2016 4930(pages)N
+2220(in)X
+2303(the)X
+2422(selected)X
+2702(\256le.)X
+2865(If)X
+2941(no)X
+3043(pages)X
+3248(have)X
+3422(been)X
+3596(marked,)X
+3879(the)X
+3999(mark)X
+4186(pro-)X
+2016 5026(cedure)N
+2256(is)X
+2333(called)X
+2549(before)X
+2779(saving)X
+3012(and)X
+3152(then)X
+3314(the)X
+3436(unmark)X
+3705(procedure)X
+4051(is)X
+4128(called)X
+2016 5122(after)N
+2184(saving.)X
+3 f
+1440 5256(Copyright...)N
+1 f
+2016(Pops)X
+2191(up)X
+2291(the)X
+2 f
+2409(copyright)X
+1 f
+2736(window.)X
+3 f
+1440 5390(Quit)N
+1 f
+2016(Causes)X
+2 f
+2263(ghostview)X
+1 f
+2603(to)X
+2685(exit.)X
+3 f
+864 5524(Page)N
+1 f
+1440(This)X
+1602(popup)X
+1822(menu)X
+2020(controls)X
+2298(page)X
+2470(access:)X
+3 f
+1440 5658(Next)N
+1 f
+2016(Display)X
+2285(the)X
+2403(next)X
+2561(page.)X
+576 6144(7th)N
+698(Edition)X
+4280(2)X
+
+3 p
+%%Page: 3 3
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+1440 768(Redisplay)N
+1 f
+2016(Display)X
+2285(the)X
+2403(current)X
+2651(page.)X
+3 f
+1440 902(Previous)N
+1 f
+2016(Display)X
+2285(the)X
+2403(previous)X
+2699(page.)X
+3 f
+1440 1036(Center)N
+1 f
+2016(Center)X
+2250(the)X
+2368(page)X
+2540(in)X
+2622(the)X
+2740(viewport.)X
+3 f
+1440 1170(Mark)N
+1 f
+2016(Mark)X
+2216(the)X
+2340(pages)X
+2549(that)X
+2695(have)X
+2873(been)X
+3051(selected)X
+3336(in)X
+3424(the)X
+3548(table)X
+3731(of)X
+3825(contents.)X
+4159(If)X
+4240(no)X
+2016 1266(pages)N
+2219(have)X
+2391(been)X
+2563(selected,)X
+2862(mark)X
+3047(the)X
+3165(current)X
+3413(page.)X
+3 f
+1440 1400(Unmark)N
+1 f
+2016(Unmark)X
+2306(the)X
+2431(pages)X
+2641(that)X
+2789(have)X
+2969(been)X
+3149(selected)X
+3436(in)X
+3526(the)X
+3652(table)X
+3836(of)X
+3931(contents.)X
+4266(If)X
+2016 1496(no)N
+2116(pages)X
+2319(have)X
+2491(been)X
+2663(selected,)X
+2962(unmark)X
+3227(the)X
+3345(current)X
+3593(page.)X
+3 f
+864 1630(Magstep)N
+1 f
+1440(The)X
+1597(Magstep)X
+1905(menu)X
+2115(controls)X
+2405(the)X
+2535(magni\256cation)X
+3007(at)X
+3097(which)X
+3325(the)X
+3455(document)X
+3804(is)X
+3890(viewed.)X
+4195(The)X
+1440 1726(default)N
+1691(magstep)X
+1986(of)X
+2081(0)X
+2149(implies)X
+2412(no)X
+2520(magni\256cation)X
+2988(\(i.e.)X
+3141(the)X
+3267(size)X
+3419(on)X
+3526(the)X
+3651(screen)X
+3884(should)X
+4124(match)X
+1440 1822(the)N
+1591(size)X
+1769(on)X
+1902(paper\).)X
+2 f
+2201(Ghostview)X
+1 f
+2592(borrows)X
+2908(the)X
+3059(notion)X
+3316(of)X
+3437(magstep)X
+3758(from)X
+3968(T)X
+4004 1841(E)N
+4043 1822(X.)N
+4195(The)X
+1440 1918(magni\256cation)N
+1908(is)X
+1989(de\256ned)X
+2253(to)X
+2343(be)X
+2447(1.2)X
+9 f
+(**)S
+1 f
+(magstep.)S
+2962(At)X
+3070(magstep)X
+3365(1,)X
+3452(the)X
+3577(document)X
+3920(is)X
+4000(magni\256ed)X
+1440 2014(by)N
+1544(1.2.)X
+1708(At)X
+1812(magstep)X
+2104(-1,)X
+2216(the)X
+2339(document)X
+2680(is)X
+2758(reduced)X
+3038(by)X
+3143(1.2.)X
+3308(The)X
+3458(Magstep)X
+3759(menu)X
+3962(lists)X
+4115(values)X
+1440 2110(from)N
+1616(-5)X
+1703(to)X
+1785(5.)X
+3 f
+864 2244(Orientation)N
+1 f
+1440(The)X
+1591(Orientation)X
+1982(menu)X
+2186(controls)X
+2470(the)X
+2594(display)X
+2851(orientation.)X
+3264(A)X
+3348(``dot'')X
+3584(appears)X
+3856(in)X
+3945(front)X
+4128(of)X
+4222(the)X
+1440 2340(current)N
+1696(orientation.)X
+2111(The)X
+2264(\256rst)X
+2416(mouse)X
+2653(button)X
+2885(sets)X
+3032(the)X
+3157(default)X
+3407(orientation.)X
+3821(The)X
+3973(DSC)X
+4155(com-)X
+1440 2436(ments)N
+1656(may)X
+1819(specify)X
+2076(an)X
+2177(orientation)X
+2549(of)X
+2641(Portrait)X
+2906(or)X
+2999(Landscape)X
+3369(that)X
+3515(overrides)X
+3840(the)X
+3964(default.)X
+4253(In)X
+1440 2532(this)N
+1585(case,)X
+1774(a)X
+1840("document")X
+2252(appears)X
+2528(in)X
+2620(front)X
+2806(of)X
+2903(the)X
+3031(current)X
+3289(orientation.)X
+3705(The)X
+3859(second)X
+4111(mouse)X
+1440 2628(button)N
+1669(can)X
+1806(be)X
+1907(used)X
+2079(to)X
+2166 0.4062(``force'')AX
+2465(the)X
+2588(orientation)X
+2960(on)X
+3065(a)X
+3126(document)X
+3468(to)X
+3556(override)X
+3850(the)X
+3974(DSC)X
+4155(com-)X
+1440 2724(ments.)N
+1698(If)X
+1779(an)X
+1882(orientation)X
+2256(is)X
+2336(being)X
+2541(forced,)X
+2793(then)X
+2957(a)X
+3019(``tie)X
+3179(\256ghter'')X
+3468(will)X
+3618(appear)X
+3859(in)X
+3947(front)X
+4129(of)X
+4222(the)X
+1440 2820(current)N
+1688(orientation.)X
+3 f
+1440 2954(Portrait)N
+1 f
+2016(Set)X
+2157(the)X
+2294(orientation)X
+2680(to)X
+2781(Portrait.)X
+3080(This)X
+3262(implies)X
+3537(no)X
+3657(rotation.)X
+3986(A)X
+4084(portrait)X
+2016 3050(orientation)N
+2386(indicates)X
+2694(that)X
+2837(the)X
+2958(longest)X
+3212(edge)X
+3387(of)X
+3477(the)X
+3598(paper)X
+3800(is)X
+3875(parallel)X
+4138(to)X
+4222(the)X
+2016 3146(vertical)N
+2277(\(y\))X
+2391(axis.)X
+3 f
+1440 3280(Landscape)N
+1 f
+2016(Set)X
+2144(the)X
+2268(orientation)X
+2641(to)X
+2729(Landscape.)X
+3139(This)X
+3307(implies)X
+3568(a)X
+3630(clockwise)X
+3977(rotation)X
+4253(of)X
+2016 3376(the)N
+2150(paper)X
+2365(by)X
+2481(90)X
+2597(degrees.)X
+2919(A)X
+3013(landscape)X
+3365(orientation)X
+3747(indicates)X
+4067(that)X
+4222(the)X
+2016 3472(longest)N
+2267(edge)X
+2439(of)X
+2526(the)X
+2644(paper)X
+2843(is)X
+2916(parallel)X
+3177(to)X
+3259(the)X
+3377(horizontal)X
+3722(\(x\))X
+3836(axis.)X
+3 f
+1440 3606(Upside)N
+9 f
+1675(-)X
+1677(-)X
+3 f
+1721(down)X
+1 f
+2016(Set)X
+2138(the)X
+2256(orientation)X
+2623(to)X
+2705(Upside)X
+9 f
+2932(-)X
+1 f
+2976(Down.)X
+3 f
+1440 3740(Seascape)N
+1 f
+2016(Set)X
+2143(the)X
+2267(orientation)X
+2640(to)X
+2728(Seascape.)X
+3089(This)X
+3257(implies)X
+3518(a)X
+3580(counterclockwise)X
+4168(rota-)X
+2016 3836(tion)N
+2160(of)X
+2247(the)X
+2365(paper)X
+2564(by)X
+2664(90)X
+2764(degrees.)X
+3 f
+1440 3970(Swap)N
+1646(Landscape)X
+1 f
+2016 4066(Swap)N
+2215(the)X
+2334(meaning)X
+2631(of)X
+2720(Landscape)X
+3086(and)X
+3224(Seascape.)X
+3581(Most)X
+3767(of)X
+3856(the)X
+3976(Landscape)X
+2016 4162(documents)N
+2392(that)X
+2541(I)X
+2597(have)X
+2778(encountered)X
+3199(require)X
+3455(a)X
+3519(90)X
+3627(clockwise)X
+3976(rotation)X
+4253(of)X
+2016 4258(the)N
+2135(paper)X
+2335(to)X
+2418(view.)X
+2655(However,)X
+2991(there)X
+3173(is)X
+3248(no)X
+3350(standard)X
+3644(and)X
+3782(some)X
+3973(documents)X
+2016 4354(need)N
+2199(to)X
+2292(be)X
+2399(rotated)X
+2653(the)X
+2781(other)X
+2976(way.)X
+3180(The)X
+3335(swap)X
+3530(landscape)X
+3877(button)X
+4111(allows)X
+2 f
+2016 4450(ghostview)N
+1 f
+2385(to)X
+2496(automatically)X
+2981(rotate)X
+3213(the)X
+3360(document)X
+3725(the)X
+3873(right)X
+4074(way)X
+4258(in)X
+2016 4546(response)N
+2317(to)X
+2399(the)X
+3 f
+2517(%%Orientation)X
+1 f
+3097(comment)X
+3415(in)X
+3497(the)X
+3615(PostScript)X
+3963(\256le.)X
+3 f
+864 4680(Media)N
+1 f
+1440(The)X
+1599(entries)X
+1847(on)X
+1962(the)X
+2095(Media)X
+2335(menu)X
+2548(set)X
+2672(the)X
+2805(page)X
+2992(media.)X
+3263(Media)X
+3503(de\256ned)X
+3774(in)X
+3871(the)X
+4004(document)X
+1440 4776(appear)N
+1688(at)X
+1779(the)X
+1910(beginning)X
+2263(of)X
+2363(the)X
+2494(menu)X
+2704(separated)X
+3040(by)X
+3152(a)X
+3220(line)X
+3372(from)X
+3560(the)X
+3690(standard)X
+3994(media.)X
+4262(A)X
+1440 4872(``dot'')N
+1683(appears)X
+1962(in)X
+2058(front)X
+2248(of)X
+2349(the)X
+2481(current)X
+2743(media.)X
+3013(The)X
+3172(\256rst)X
+3330(mouse)X
+3573(button)X
+3811(sets)X
+3965(the)X
+4097(default)X
+1440 4968(media.)N
+1705(The)X
+1859(DSC)X
+2043(comments)X
+2401(may)X
+2568(specify)X
+2829(the)X
+2956(page)X
+3137(media)X
+3361(that)X
+3509(overrides)X
+3836(the)X
+3962(default.)X
+4253(In)X
+1440 5064(this)N
+1578(case,)X
+1760(a)X
+1820("document")X
+2226(appears)X
+2496(in)X
+2582(front)X
+2762(of)X
+2853(the)X
+2975(current)X
+3227(media.)X
+3487(The)X
+3636(second)X
+3883(mouse)X
+4116(button)X
+1440 5160(can)N
+1576(be)X
+1676(used)X
+1847(to)X
+1933 0.4062(``force'')AX
+2231(the)X
+2353(media)X
+2573(on)X
+2677(a)X
+2737(document)X
+3077(to)X
+3163(override)X
+3455(the)X
+3576(DSC)X
+3754(comments.)X
+4146(Forc-)X
+1440 5256(ing)N
+1565(the)X
+1686(media)X
+1905(on)X
+2008(an)X
+2107(EPSF)X
+2311(\256gure)X
+2521(will)X
+2669(override)X
+2961(the)X
+3083(Bounding)X
+3422(Box.)X
+3619(This)X
+3785(makes)X
+4014(is)X
+4091(easy)X
+4258(to)X
+1440 5352(view)N
+1619(a)X
+1678(\256gure)X
+1888(with)X
+2053(an)X
+2152(incorrect)X
+3 f
+2461(%%BoundingBox)X
+1 f
+3107(comment.)X
+3467(If)X
+3543(a)X
+3601(media)X
+3819(is)X
+3894(being)X
+4094(forced,)X
+1440 5448(then)N
+1598(a)X
+1654(``tie)X
+1808(\256ghter'')X
+2091(will)X
+2235(appear)X
+2470(in)X
+2552(front)X
+2728(of)X
+2815(the)X
+2933(current)X
+3181(media.)X
+1440 5640(Here)N
+1625(are)X
+1752(the)X
+1878(standard)X
+2178(media)X
+2402(names)X
+2635(and)X
+2779(their)X
+2954(sizes.)X
+3178(The)X
+3331(size)X
+3484(is)X
+3565(given)X
+3771(as)X
+3866(the)X
+3993(width)X
+4204(and)X
+1440 5736(height)N
+1660(in)X
+1742(PostScript)X
+2090(points.)X
+3 f
+1440 5832(Letter)N
+1 f
+2324(612)X
+2464(x)X
+2544(792)X
+3168(\(8.5)X
+3315(x)X
+3375(11)X
+3495(in.\))X
+576 6216(7th)N
+698(Edition)X
+4280(3)X
+
+4 p
+%%Page: 4 4
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+1440 768(Tabloid)N
+1 f
+2324(792)X
+2464(x)X
+2524(1224)X
+3168(\(11)X
+3315(x)X
+3375(17)X
+3495(in.\))X
+3 f
+1440 864(Ledger)N
+1 f
+2304(1224)X
+2484(x)X
+2564(792)X
+3168(\(17)X
+3315(x)X
+3375(11)X
+3495(in.\))X
+3 f
+1440 960(Legal)N
+1 f
+2324(612)X
+2464(x)X
+2524(1008)X
+3168(\(8.5)X
+3315(x)X
+3375(14)X
+3495(in.\))X
+3 f
+1440 1056(Statement)N
+1 f
+2324(396)X
+2464(x)X
+2544(612)X
+3168(\(5.5)X
+3315(x)X
+3375(8.5)X
+3495(in.\))X
+3 f
+1440 1152(Executive)N
+1 f
+2324(540)X
+2464(x)X
+2544(720)X
+3168(\(7.5)X
+3315(x)X
+3375(10)X
+3495(in.\))X
+3 f
+1440 1248(A3)N
+1 f
+2324(842)X
+2464(x)X
+2524(1190)X
+3 f
+1440 1344(A4)N
+1 f
+2324(595)X
+2464(x)X
+2544(842)X
+3 f
+1440 1440(A5)N
+1 f
+2324(420)X
+2464(x)X
+2544(595)X
+3 f
+1440 1536(B4)N
+1 f
+2324(729)X
+2464(x)X
+2524(1032)X
+3 f
+1440 1632(B5)N
+1 f
+2324(516)X
+2464(x)X
+2544(729)X
+3 f
+1440 1728(Folio)N
+1 f
+2324(612)X
+2464(x)X
+2544(936)X
+3168(\(8.5)X
+3315(x)X
+3375(13)X
+3495(in.\))X
+3 f
+1440 1824(Quarto)N
+1 f
+2324(610)X
+2464(x)X
+2544(780)X
+3 f
+1440 1920(10x14)N
+1 f
+2324(720)X
+2464(x)X
+2524(1008)X
+3168(\(10)X
+3315(x)X
+3375(14)X
+3495(in.\))X
+3 f
+9 s
+576 2054(KEYBOARD)N
+1022(ACCELERATORS)X
+1 f
+10 s
+864 2150(Most)N
+1049(of)X
+1137(the)X
+1256(popup)X
+1477(menu)X
+1676(commands)X
+2044(have)X
+2217(an)X
+2314(equivalent)X
+2669(action)X
+2886(that)X
+3027(can)X
+3160(be)X
+3257(invoked)X
+3536(from)X
+3714(the)X
+3834(keyboard.)X
+4195(The)X
+864 2246(popup)N
+1089(menu)X
+1292(entry)X
+1482(must)X
+1662(be)X
+1763(sensitive)X
+2068(\(i.e.)X
+2218(not)X
+2345(grayed)X
+2589(out\))X
+2743(for)X
+2862(the)X
+2985(action)X
+3206(to)X
+3293(have)X
+3469(effect.)X
+3717(Here)X
+3898(is)X
+3975(the)X
+4097(default)X
+864 2342(keyboard)N
+1183(binding:)X
+3 f
+864 2476(Q)N
+1 f
+1440(Bound)X
+1678(to)X
+3 f
+1765(GhostviewQuit\(\))X
+1 f
+2359(which)X
+2580(is)X
+2658(equivalent)X
+3017(to)X
+3104(pushing)X
+3382(the)X
+3 f
+3505(Quit)X
+1 f
+3685(menu)X
+3888(button)X
+4117(on)X
+4222(the)X
+3 f
+1440 2572(Ghostview)N
+1 f
+1820(menu.)X
+3 f
+864 2706(O)N
+1 f
+1440(Bound)X
+1678(to)X
+3 f
+1765(GhostviewOpen\(\))X
+1 f
+2390(which)X
+2611(is)X
+2689(equivalent)X
+3048(to)X
+3135(pushing)X
+3413(the)X
+3 f
+3536(Open...)X
+1 f
+3807(menu)X
+4010(button)X
+4240(on)X
+1440 2802(the)N
+3 f
+1558(File)X
+1 f
+1707(menu.)X
+3 f
+864 2936(R)N
+1 f
+1440(Bound)X
+1680(to)X
+3 f
+1769(GhostviewReopen\(\))X
+1 f
+2468(which)X
+2691(is)X
+2771(equivalent)X
+3132(to)X
+3221(pushing)X
+3501(the)X
+3 f
+3626(Reopen)X
+1 f
+3911(menu)X
+4116(button)X
+1440 3032(on)N
+1540(the)X
+3 f
+1658(File)X
+1 f
+1807(menu.)X
+3 f
+864 3166(S)N
+1 f
+1440(Bound)X
+1685(to)X
+3 f
+1779(GhostviewSave\(\))X
+1 f
+2385(which)X
+2613(is)X
+2698(equivalent)X
+3064(to)X
+3159(pushing)X
+3445(the)X
+3 f
+3576(Save)X
+3769(marked)X
+4069(pages...)X
+1 f
+1440 3262(menu)N
+1638(button)X
+1862(on)X
+1962(the)X
+3 f
+2080(File)X
+1 f
+2229(menu.)X
+3 f
+864 3396(P)N
+1 f
+1440(Bound)X
+1682(to)X
+3 f
+1773(GhostviewPrintMarked\(\))X
+1 f
+2670(which)X
+2895(is)X
+2978(equivalent)X
+3342(to)X
+3434(pushing)X
+3717(the)X
+3 f
+3845(Print)X
+4053(marked)X
+1440 3492(pages...)N
+1 f
+1711(menu)X
+1909(button)X
+2133(on)X
+2233(the)X
+3 f
+2351(File)X
+1 f
+2500(menu.)X
+3 f
+864 3626(Shift)N
+9 f
+1028(-)X
+1030(-)X
+3 f
+1074(P)X
+1 f
+1440(Bound)X
+1675(to)X
+3 f
+1759(GhostviewPrintWhole\(\))X
+1 f
+2595(which)X
+2814(is)X
+2890(equivalent)X
+3247(to)X
+3332(pushing)X
+3608(the)X
+3 f
+3729(Print...)X
+1 f
+3990(menu)X
+4191(but-)X
+1440 3722(ton)N
+1562(on)X
+1662(the)X
+3 f
+1780(File)X
+1 f
+1929(menu.)X
+3 f
+864 3856(BackSpace)N
+1 f
+1237(,)X
+3 f
+1277(Delete)X
+1 f
+1492(,)X
+3 f
+1532(Prior)X
+1 f
+1715(,)X
+3 f
+1755(B)X
+1 f
+1440 3952(Bound)N
+1679(to)X
+3 f
+1767(GhostviewPrevious\(\))X
+1 f
+2505(which)X
+2727(is)X
+2806(equivalent)X
+3167(to)X
+3256(pushing)X
+3536(the)X
+3 f
+3661(Previous)X
+1 f
+3986(menu)X
+4191(but-)X
+1440 4048(ton)N
+1562(on)X
+1662(the)X
+3 f
+1780(Page)X
+1 f
+1965(menu.)X
+3 f
+864 4182(space)N
+1 f
+1051(,)X
+3 f
+1091(Return)X
+1 f
+1336(,)X
+3 f
+1376(Next)X
+1 f
+1537(,)X
+3 f
+1577(F)X
+1 f
+1440 4278(Bound)N
+1677(to)X
+3 f
+1763(GhostviewNext\(\))X
+1 f
+2362(which)X
+2582(is)X
+2659(equivalent)X
+3017(to)X
+3103(pushing)X
+3380(the)X
+3 f
+3502(Next)X
+1 f
+3687(menu)X
+3889(button)X
+4117(on)X
+4222(the)X
+3 f
+1440 4374(Page)N
+1 f
+1625(menu.)X
+3 f
+864 4508(period)N
+1 f
+1086(,)X
+3 f
+1126(Ctrl)X
+9 f
+1269(-)X
+1271(-)X
+3 f
+1315(L)X
+1 f
+1440(Bound)X
+1679(to)X
+3 f
+1767(GhostviewShow\(\))X
+1 f
+2393(which)X
+2615(is)X
+2694(equivalent)X
+3054(to)X
+3142(pushing)X
+3422(the)X
+3 f
+3547(Redisplay)X
+1 f
+3911(menu)X
+4116(button)X
+1440 4604(on)N
+1540(the)X
+3 f
+1658(Page)X
+1 f
+1843(menu.)X
+3 f
+864 4738(M)N
+1 f
+1440(Bound)X
+1681(to)X
+3 f
+1771(GhostviewMark\(\))X
+1 f
+2409(which)X
+2633(is)X
+2714(equivalent)X
+3076(to)X
+3166(pushing)X
+3448(the)X
+3 f
+3575(Mark)X
+1 f
+3800(menu)X
+4007(button)X
+4240(on)X
+1440 4834(the)N
+3 f
+1558(Page)X
+1 f
+1743(menu.)X
+3 f
+864 4968(N)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewUnMark\(\))X
+1 f
+2487(which)X
+2703(is)X
+2776(equivalent)X
+3131(to)X
+3214(pushing)X
+3488(the)X
+3 f
+3607(Unmark)X
+1 f
+3917(menu)X
+4116(button)X
+1440 5064(on)N
+1540(the)X
+3 f
+1658(Page)X
+1 f
+1843(menu.)X
+3 f
+864 5198(0)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewMagstep\(0\))X
+1 f
+2523(which)X
+2739(is)X
+2812(equivalent)X
+3166(to)X
+3248(pushing)X
+3521(the)X
+3 f
+3639(0)X
+1 f
+3699(menu)X
+3897(button)X
+4121(on)X
+4222(the)X
+3 f
+1440 5294(Magstep)N
+1 f
+1754(menu.)X
+3 f
+864 5428(1)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewMagstep\(1\))X
+1 f
+2523(which)X
+2739(is)X
+2812(equivalent)X
+3166(to)X
+3248(pushing)X
+3521(the)X
+3 f
+3639(1)X
+1 f
+3699(menu)X
+3897(button)X
+4121(on)X
+4222(the)X
+3 f
+1440 5524(Magstep)N
+1 f
+1754(menu.)X
+3 f
+864 5658(2)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewMagstep\(2\))X
+1 f
+2523(which)X
+2739(is)X
+2812(equivalent)X
+3166(to)X
+3248(pushing)X
+3521(the)X
+3 f
+3639(2)X
+1 f
+3699(menu)X
+3897(button)X
+4121(on)X
+4222(the)X
+3 f
+1440 5754(Magstep)N
+1 f
+1754(menu.)X
+576 6144(7th)N
+698(Edition)X
+4280(4)X
+
+5 p
+%%Page: 5 5
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+864 768(3)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewMagstep\(3\))X
+1 f
+2523(which)X
+2739(is)X
+2812(equivalent)X
+3166(to)X
+3248(pushing)X
+3521(the)X
+3 f
+3639(3)X
+1 f
+3699(menu)X
+3897(button)X
+4121(on)X
+4222(the)X
+3 f
+1440 864(Magstep)N
+1 f
+1754(menu.)X
+3 f
+864 998(4)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewMagstep\(4\))X
+1 f
+2523(which)X
+2739(is)X
+2812(equivalent)X
+3166(to)X
+3248(pushing)X
+3521(the)X
+3 f
+3639(4)X
+1 f
+3699(menu)X
+3897(button)X
+4121(on)X
+4222(the)X
+3 f
+1440 1094(Magstep)N
+1 f
+1754(menu.)X
+3 f
+864 1228(5)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewMagstep\(5\))X
+1 f
+2523(which)X
+2739(is)X
+2812(equivalent)X
+3166(to)X
+3248(pushing)X
+3521(the)X
+3 f
+3639(5)X
+1 f
+3699(menu)X
+3897(button)X
+4121(on)X
+4222(the)X
+3 f
+1440 1324(Magstep)N
+1 f
+1754(menu.)X
+3 f
+864 1458(+)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewIncreaseMagstep\(\))X
+1 f
+2773(which)X
+2989(increases)X
+3304(the)X
+3422(magstep)X
+3709(by)X
+3809(1.)X
+3 f
+864 1592(-)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755 0.1650(GhostviewDecreaseMagstep\(\))AX
+1 f
+2792(which)X
+3008(decreases)X
+3337(the)X
+3455(magstep)X
+3742(by)X
+3842(1.)X
+3 f
+864 1726(U)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewUp\(\))X
+1 f
+2291(which)X
+2507(scrolls)X
+2736(the)X
+2854(main)X
+3034(viewport)X
+3339(up.)X
+3 f
+864 1860(D)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewDown\(\))X
+1 f
+2389(which)X
+2605(scrolls)X
+2834(the)X
+2952(main)X
+3132(viewport)X
+3437(down.)X
+3 f
+864 1994(H)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewLeft\(\))X
+1 f
+2332(which)X
+2548(scrolls)X
+2777(the)X
+2895(main)X
+3075(viewport)X
+3380(left.)X
+3 f
+864 2128(J)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewDown\(\))X
+1 f
+2389(which)X
+2605(scrolls)X
+2834(the)X
+2952(main)X
+3132(viewport)X
+3437(down.)X
+3 f
+864 2262(K)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewUp\(\))X
+1 f
+2291(which)X
+2507(scrolls)X
+2736(the)X
+2854(main)X
+3034(viewport)X
+3339(up.)X
+3 f
+864 2396(L)N
+1 f
+1440(Bound)X
+1673(to)X
+3 f
+1755(GhostviewRight\(\))X
+1 f
+2380(which)X
+2596(scrolls)X
+2825(the)X
+2943(main)X
+3123(viewport)X
+3428(right.)X
+3 f
+864 2530(Up)N
+1 f
+986(\(arrow\))X
+1440(Bound)X
+1679(to)X
+3 f
+1768(GhostviewDefault\(\))X
+2463(GhostviewSetOrientation\(portrait\))X
+1 f
+3683(which)X
+3906(is)X
+3986(equivalent)X
+1440 2626(to)N
+1522(pushing)X
+3 f
+1795(Portrait)X
+1 f
+2092(with)X
+2254(the)X
+2372(\256rst)X
+2516(mouse)X
+2745(button)X
+2969(on)X
+3069(the)X
+3 f
+3187(Orientation)X
+1 f
+3607(menu.)X
+3 f
+864 2760(Right)N
+1 f
+1075(\(arrow\))X
+1440(Bound)X
+1739(to)X
+3 f
+1887(GhostviewDefault\(\))X
+2641(GhostviewSetOrientation\(landscape\))X
+1 f
+3985(which)X
+4267(is)X
+1440 2856(equivalent)N
+1794(to)X
+1876(pushing)X
+3 f
+2149(Landscape)X
+1 f
+2537(with)X
+2699(the)X
+2817(\256rst)X
+2961(mouse)X
+3190(button)X
+3414(on)X
+3514(the)X
+3 f
+3632(Orientation)X
+1 f
+4052(menu.)X
+3 f
+864 2990(Down)N
+1 f
+1084(\(arrow\))X
+1440(Bound)X
+1715(to)X
+3 f
+1840(GhostviewDefault\(\))X
+2571(GhostviewSetOrientation\(upside)X
+9 f
+3686(-)X
+3688(-)X
+3 f
+3732(down\))X
+1 f
+4008(which)X
+4267(is)X
+1440 3086(equivalent)N
+1812(to)X
+1912(pushing)X
+3 f
+2202(Upside)X
+9 f
+2437(-)X
+2439(-)X
+3 f
+2483(down)X
+1 f
+2706(with)X
+2885(the)X
+3020(\256rst)X
+3181(mouse)X
+3427(button)X
+3668(on)X
+3785(the)X
+3 f
+3920(Orientation)X
+1 f
+1440 3182(menu.)N
+3 f
+864 3316(Left)N
+1 f
+1027(\(arrow\))X
+1440(Bound)X
+1676(to)X
+3 f
+1761(GhostviewDefault\(\))X
+2452(GhostviewSetOrientation\(seascape\))X
+1 f
+3690(which)X
+3909(is)X
+3986(equivalent)X
+1440 3412(to)N
+1522(pushing)X
+3 f
+1795(Seascape)X
+1 f
+2122(with)X
+2284(the)X
+2402(\256rst)X
+2546(mouse)X
+2775(button)X
+2999(on)X
+3099(the)X
+3 f
+3217(Orientation)X
+1 f
+3637(menu.)X
+3 f
+864 3546(Shift)N
+9 f
+1028(-)X
+1030(-)X
+3 f
+1074(Up)X
+1 f
+1196(\(arrow\))X
+1440 3642(Bound)N
+1675(to)X
+3 f
+1759(GhostviewForce\(\))X
+2392(GhostviewSetOrientation\(portrait\))X
+1 f
+3607(which)X
+3825(is)X
+3901(equivalent)X
+4258(to)X
+1440 3738(pushing)N
+3 f
+1713(Portrait)X
+1 f
+2010(with)X
+2172(the)X
+2290(second)X
+2533(mouse)X
+2762(button)X
+2986(on)X
+3086(the)X
+3 f
+3204(Orientation)X
+1 f
+3624(menu.)X
+3 f
+864 3872(Shift)N
+9 f
+1028(-)X
+1030(-)X
+3 f
+1074(Right)X
+1 f
+1285(\(arrow\))X
+1440 3968(Bound)N
+1678(to)X
+3 f
+1765(GhostviewForce\(\))X
+2401(GhostviewSetOrientation\(landscape\))X
+1 f
+3685(which)X
+3907(is)X
+3986(equivalent)X
+1440 4064(to)N
+1522(pushing)X
+3 f
+1795(Landscape)X
+1 f
+2183(with)X
+2345(the)X
+2463(second)X
+2706(mouse)X
+2935(button)X
+3159(on)X
+3259(the)X
+3 f
+3377(Orientation)X
+1 f
+3797(menu.)X
+3 f
+864 4198(Shift)N
+9 f
+1028(-)X
+1030(-)X
+3 f
+1074(Down)X
+1 f
+1294(\(arrow\))X
+1440 4294(Bound)N
+1727(to)X
+3 f
+1863(GhostviewForce\(\))X
+2548(GhostviewSetOrientation\(upside)X
+9 f
+3663(-)X
+3665(-)X
+3 f
+3709(down\))X
+1 f
+3996(which)X
+4267(is)X
+1440 4390(equivalent)N
+1803(to)X
+1894(pushing)X
+3 f
+2175(Upside)X
+9 f
+2410(-)X
+2412(-)X
+3 f
+2456(down)X
+1 f
+2670(with)X
+2840(the)X
+2966(second)X
+3217(mouse)X
+3454(button)X
+3686(on)X
+3794(the)X
+3 f
+3920(Orientation)X
+1 f
+1440 4486(menu.)N
+3 f
+864 4620(Shift)N
+9 f
+1028(-)X
+1030(-)X
+3 f
+1074(Left)X
+1 f
+1237(\(arrow\))X
+1440 4716(Bound)N
+1685(to)X
+3 f
+1779(GhostviewForce\(\))X
+2423(GhostviewSetOrientation\(seascape\))X
+1 f
+3671(which)X
+3900(is)X
+3986(equivalent)X
+1440 4812(to)N
+1522(pushing)X
+3 f
+1795(Seascape)X
+1 f
+2122(with)X
+2284(the)X
+2402(second)X
+2645(mouse)X
+2874(button)X
+3098(on)X
+3198(the)X
+3 f
+3316(Orientation)X
+1 f
+3736(menu.)X
+3 f
+9 s
+576 4946(ACTIONS)N
+1 f
+10 s
+864 5042(Most)N
+1049(of)X
+1137(the)X
+1256(popup)X
+1477(menu)X
+1676(commands)X
+2044(have)X
+2217(an)X
+2314(equivalent)X
+2670(action)X
+2888(that)X
+3030(can)X
+3164(be)X
+3262(used)X
+3431(in)X
+3515(a)X
+3573(translation.)X
+3973(The)X
+4120(popup)X
+864 5138(menu)N
+1062(entry)X
+1247(must)X
+1422(be)X
+1518(sensitive)X
+1818(\(i.e.)X
+1963(not)X
+2085(grayed)X
+2324(out\))X
+2473(for)X
+2587(the)X
+2705(action)X
+2921(to)X
+3003(have)X
+3175(effect.)X
+3419(Here)X
+3596(is)X
+3669(the)X
+3787(list)X
+3904(of)X
+3991(actions:)X
+3 f
+864 5272(GhostviewCopyright\(\))N
+1 f
+1440 5368(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Copyright...)X
+1 f
+2711(menu)X
+2909(button)X
+3133(on)X
+3233(the)X
+3 f
+3351(Ghostview)X
+1 f
+3731(menu.)X
+3 f
+864 5502(GhostviewQuit\(\))N
+1 f
+1440 5598(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Quit)X
+1 f
+2455(menu)X
+2653(button)X
+2877(on)X
+2977(the)X
+3 f
+3095(Ghostview)X
+1 f
+3475(menu.)X
+3 f
+864 5732(GhostviewOpen\(\))N
+1 f
+1440 5828(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Open...)X
+1 f
+2546(menu)X
+2744(button)X
+2968(on)X
+3068(the)X
+3 f
+3186(File)X
+1 f
+3335(menu.)X
+576 6212(7th)N
+698(Edition)X
+4280(5)X
+
+6 p
+%%Page: 6 6
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+864 768(GhostviewReopen\(\))N
+1 f
+1440 864(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Reopen)X
+1 f
+2558(menu)X
+2756(button)X
+2980(on)X
+3080(the)X
+3 f
+3198(File)X
+1 f
+3347(menu.)X
+3 f
+864 998(GhostviewSave\(\))N
+1 f
+1440 1094(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Save)X
+2460(marked)X
+2747(pages...)X
+1 f
+3018(menu)X
+3216(button)X
+3440(on)X
+3540(the)X
+3 f
+3658(File)X
+1 f
+3807(menu.)X
+3 f
+864 1228(GhostviewPrintWhole\(\))N
+1 f
+1440 1324(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Print...)X
+1 f
+2538(menu)X
+2736(button)X
+2960(on)X
+3060(the)X
+3 f
+3178(File)X
+1 f
+3327(menu.)X
+3 f
+864 1458(GhostviewPrintMarked\(\))N
+1 f
+1440 1554(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Print)X
+2478(marked)X
+2765(pages...)X
+1 f
+3036(menu)X
+3234(button)X
+3458(on)X
+3558(the)X
+3 f
+3676(File)X
+1 f
+3825(menu.)X
+3 f
+864 1688(GhostviewPrevious\(\))N
+1 f
+1440 1784(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Previous)X
+1 f
+2598(menu)X
+2796(button)X
+3020(on)X
+3120(the)X
+3 f
+3238(Page)X
+1 f
+3423(menu.)X
+3 f
+864 1918(GhostviewShow\(\))N
+1 f
+1440 2014(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Redisplay)X
+1 f
+2637(menu)X
+2835(button)X
+3059(on)X
+3159(the)X
+3 f
+3277(Page)X
+1 f
+3462(menu.)X
+3 f
+864 2148(GhostviewNext\(\))N
+1 f
+1440 2244(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Next)X
+1 f
+2461(menu)X
+2659(button)X
+2883(on)X
+2983(the)X
+3 f
+3101(Page)X
+1 f
+3286(menu.)X
+3 f
+864 2378(GhostviewCenter\(\))N
+1 f
+1440 2474(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Center)X
+1 f
+2537(menu)X
+2735(button)X
+2959(on)X
+3059(the)X
+3 f
+3177(Page)X
+1 f
+3362(menu.)X
+3 f
+864 2608(GhostviewMark\(\))N
+1 f
+1440 2704(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Mark)X
+1 f
+2496(menu)X
+2694(button)X
+2918(on)X
+3018(the)X
+3 f
+3136(Page)X
+1 f
+3321(menu.)X
+3 f
+864 2838(GhostviewUnmark\(\))N
+1 f
+1440 2934(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Unmark)X
+1 f
+2589(menu)X
+2787(button)X
+3011(on)X
+3111(the)X
+3 f
+3229(Page)X
+1 f
+3414(menu.)X
+3 f
+864 3068(GhostviewSetMagstep\(magstep\))N
+1 f
+1440 3164(Sets)N
+1593(the)X
+1711(magstep.)X
+2038(The)X
+2183(parameter)X
+2525(must)X
+2700(be)X
+2796(an)X
+2892(integer.)X
+3 f
+864 3298(GhostviewIncreaseMagstep\(\))N
+1 f
+1440 3394(Increases)N
+1760(magstep)X
+2047(by)X
+2147(one.)X
+3 f
+864 3528 0.1650(GhostviewDecreaseMagstep\(\))AN
+1 f
+1440 3624(Decreases)N
+1787(magstep)X
+2074(by)X
+2174(one.)X
+3 f
+864 3758(GhostviewSetOrientation\(orientation\))N
+1 f
+1440 3854(Set)N
+1564(the)X
+1684(orientation)X
+2053(to)X
+2137(the)X
+2257(passed)X
+2493(parameter.)X
+2878(The)X
+3026(parameter)X
+3371(must)X
+3549(be)X
+3 f
+3648(portrait)X
+1 f
+3920(,)X
+3 f
+3963(landscape)X
+1 f
+4300(,)X
+3 f
+1440 3950(upside)N
+9 f
+1661(-)X
+1663(-)X
+3 f
+1707(down)X
+1 f
+1893(,)X
+1933(or)X
+3 f
+2020(seascape)X
+1 f
+2314(.)X
+3 f
+864 4084(GhostviewSwapLandscape\(\))N
+1 f
+1440 4180(Equivalent)N
+1807(to)X
+1889(pushing)X
+2162(the)X
+3 f
+2280(Swap)X
+2486(Landscape)X
+1 f
+2874(menu)X
+3072(button)X
+3296(on)X
+3396(the)X
+3 f
+3514(Orientation)X
+1 f
+3934(menu.)X
+3 f
+864 4314(GhostviewSetPageMedia\(media)N
+9 f
+1950(-)X
+1952(-)X
+3 f
+1996(name\))X
+1 f
+1440 4410(Sets)N
+1602(the)X
+1729(media.)X
+1994(The)X
+2149(parameter)X
+2501(should)X
+2744(be)X
+2850(either)X
+3063(a)X
+3129(media)X
+3355(de\256ned)X
+3621(in)X
+3713(the)X
+3841(document)X
+4187(or)X
+4284(a)X
+1440 4506(standard)N
+1732(media.)X
+3 f
+864 4640(GhostviewDefault\(\))N
+1 f
+1440 4736(The)N
+1591(orientation)X
+1964(or)X
+2057(media)X
+2279(being)X
+2483(set)X
+2599(is)X
+2679(not)X
+2808(forced)X
+3041(on)X
+3148(the)X
+3273(document.)X
+3656(This)X
+3825(action)X
+4048(is)X
+4128(called)X
+1440 4832(before)N
+1666(the)X
+1784(action)X
+2000(that)X
+2140(sets)X
+2280(the)X
+2398(orientation)X
+2765(or)X
+2852(media.)X
+3 f
+864 4966(GhostviewForce\(\))N
+1 f
+1440 5062(The)N
+1600(orientation)X
+1982(or)X
+2085(media)X
+2317(being)X
+2531(set)X
+2656(is)X
+2745(forced)X
+2987(on)X
+3103(the)X
+3237(document.)X
+3629(This)X
+3807(action)X
+4039(is)X
+4128(called)X
+1440 5158(before)N
+1666(the)X
+1784(action)X
+2000(that)X
+2140(sets)X
+2280(the)X
+2398(orientation)X
+2765(or)X
+2852(media.)X
+3 f
+864 5292(GhostviewDeleteWindow\(\))N
+1 f
+1440 5388(Destroy)N
+1716(the)X
+1836(current)X
+2086(window.)X
+2406(This)X
+2570(provides)X
+2868(a)X
+2926(way)X
+3083(to)X
+3168(implement)X
+3533(the)X
+3654(Delete)X
+3887(Window)X
+4186(pro-)X
+1440 5484(tocol)N
+1620(for)X
+1734(window)X
+2012(managers.)X
+3 f
+864 5618(GhostviewDismiss\(\))N
+1 f
+1440 5714(Pop)N
+1593(down)X
+1800(the)X
+1927(current)X
+2184(window.)X
+2511(This)X
+2682(provides)X
+2987(a)X
+3052(way)X
+3215(to)X
+3306(implement)X
+3677(the)X
+3804(Delete)X
+4044(Window)X
+1440 5810(protocol)N
+1727(for)X
+1841(window)X
+2119(managers.)X
+576 6194(7th)N
+698(Edition)X
+4280(6)X
+
+7 p
+%%Page: 7 7
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+864 768(GhostviewScrollUp\(\))N
+1 f
+1440 864(Scroll)N
+1651(the)X
+1769(main)X
+1949(viewport)X
+2254(up.)X
+3 f
+864 998(GhostviewScrollDown\(\))N
+1 f
+1440 1094(Scroll)N
+1651(the)X
+1769(main)X
+1949(viewport)X
+2254(down.)X
+3 f
+864 1228(GhostviewScrollLeft\(\))N
+1 f
+1440 1324(Scroll)N
+1651(the)X
+1769(main)X
+1949(viewport)X
+2254(left.)X
+3 f
+864 1458(GhostviewScrollRight\(\))N
+1 f
+1440 1554(Scroll)N
+1651(the)X
+1769(main)X
+1949(viewport)X
+2254(right.)X
+3 f
+864 1688(GhostviewEraseLocator\(\))N
+1 f
+1440 1784(Used)N
+1625(to)X
+1707(erase)X
+1893(the)X
+2011(locator)X
+2254(when)X
+2448(leaving)X
+2704(a)X
+2760(Ghostview)X
+3127(widget.)X
+3 f
+864 1918(GhostviewCheckFile\(\))N
+1 f
+1440 2014(Checks)N
+1696(to)X
+1778(see)X
+1901(if)X
+1970(the)X
+2088(\256le)X
+2210(changed)X
+2498(and)X
+2634(refreshes)X
+2945(the)X
+3063(screen)X
+3289(if)X
+3358(necessary.)X
+3 f
+9 s
+576 2148(APPLICATION)N
+1110(RESOURCES)X
+1 f
+10 s
+864 2244(The)N
+1009(following)X
+1340(application)X
+1716(resources)X
+2040(may)X
+2198(be)X
+2294(set)X
+2403(to)X
+2485(control)X
+2732(the)X
+2850(default)X
+3093(behavior)X
+3394(of)X
+2 f
+3481(ghostview)X
+1 f
+(.)S
+3 f
+864 2378(showTitle)N
+1217(\()X
+1 f
+1244(class)X
+3 f
+1420(Labels\))X
+1 f
+1440 2474(Tells)N
+1620(whether)X
+1899(to)X
+1981(display)X
+2232(the)X
+3 f
+2350(%%Title)X
+1 f
+2690(comment.)X
+3048(The)X
+3193(default)X
+3436(is)X
+3509(``true''.)X
+3 f
+864 2608(showDate)N
+1218(\()X
+1 f
+1245(class)X
+3 f
+1421(Labels\))X
+1 f
+1440 2704(Tells)N
+1620(whether)X
+1899(to)X
+1981(display)X
+2232(the)X
+3 f
+2350(%%Data)X
+1 f
+2695(comment.)X
+3053(The)X
+3198(default)X
+3441(is)X
+3514(``true''.)X
+3 f
+864 2838(showLocator)N
+1329(\()X
+1 f
+1356(class)X
+3 f
+1532(Labels\))X
+1 f
+1440 2934(Tells)N
+1620(whether)X
+1899(to)X
+1981(display)X
+2232(the)X
+2350(locator.)X
+2633(The)X
+2778(default)X
+3021(is)X
+3094(``true''.)X
+3 f
+864 3068(autoCenter)N
+1272(\()X
+1 f
+1299(class)X
+3 f
+1475(AutoCenter\))X
+1 f
+1440 3164(Tells)N
+1630(whether)X
+1919(to)X
+2011(center)X
+2238(the)X
+2366(page)X
+2549(within)X
+2784(the)X
+2913(viewport)X
+3229(whenever)X
+3573(the)X
+3702(page)X
+3885(size)X
+4041(changes.)X
+1440 3260(The)N
+1585(default)X
+1828(is)X
+1901(``true''.)X
+3 f
+864 3394(horizonalMargin)N
+1466(\()X
+1 f
+1493(class)X
+3 f
+1669(Margin\))X
+1 f
+1440 3490(Tells)N
+1623(how)X
+1784(many)X
+1985(pixels)X
+2199(ghostview)X
+2552(should)X
+2789(reserve)X
+3046(for)X
+3164(window)X
+3446(decorations)X
+3840(in)X
+3926(the)X
+4048(horizon-)X
+1440 3586(tal)N
+1540(direction.)X
+1885(The)X
+2030(default)X
+2273(value)X
+2467(is)X
+2540(``20''.)X
+3 f
+864 3720(verticalMargin)N
+1401(\()X
+1 f
+1428(class)X
+3 f
+1604(Margin\))X
+1 f
+1440 3816(Tells)N
+1626(how)X
+1790(many)X
+1994(pixels)X
+2211(ghostview)X
+2566(should)X
+2805(reserve)X
+3064(for)X
+3184(window)X
+3468(decorations)X
+3865(in)X
+3954(the)X
+4079(vertical)X
+1440 3912(direction.)N
+1785(The)X
+1930(default)X
+2173(value)X
+2367(is)X
+2440(``44''.)X
+3 f
+864 4046(minimumMagstep)N
+1511(\()X
+1 f
+1538(class)X
+3 f
+1714(Magstep\))X
+1 f
+1440 4142(Tells)N
+1620(the)X
+1738(smallest)X
+2020(magstep)X
+2307(to)X
+2389(display.)X
+2680(The)X
+2825(default)X
+3068(is)X
+3141(``-5''.)X
+3 f
+864 4276(maximumMagstep)N
+1525(\()X
+1 f
+1552(class)X
+3 f
+1728(Magstep\))X
+1 f
+1440 4372(Tells)N
+1620(the)X
+1738(largest)X
+1972(magstep)X
+2259(to)X
+2341(display.)X
+2632(The)X
+2777(default)X
+3020(is)X
+3093(``5''.)X
+3 f
+864 4506(magstep)N
+1169(\()X
+1 f
+1196(class)X
+3 f
+1372(Magstep\))X
+1 f
+1440 4602(Sets)N
+1593(the)X
+1711(default)X
+1954(magstep.)X
+2281(The)X
+2426(default)X
+2669(is)X
+2742(``0''.)X
+3 f
+864 4736(orientation)N
+1262(\()X
+1 f
+1289(class)X
+3 f
+1465(Orientation\))X
+1 f
+1440 4832(Sets)N
+1593(the)X
+1711(default)X
+1954(orientation.)X
+2361(The)X
+2506(default)X
+2749(is)X
+2822(``Portrait''.)X
+3 f
+864 4966(page)N
+1044(\()X
+1 f
+1071(class)X
+3 f
+1247(Page\))X
+1 f
+1440 5062(Gives)N
+1652(the)X
+1775(initial)X
+1986(page)X
+2163(to)X
+2250(display.)X
+2546(This)X
+2713(resource)X
+3012(only)X
+3180(affects)X
+3421(the)X
+3545(display)X
+3802(of)X
+3895(the)X
+4019(\256le)X
+4147(listed)X
+1440 5158(on)N
+1540(the)X
+1658(command)X
+1994(line.)X
+2174(The)X
+2319(default)X
+2562(is)X
+2635(NULL.)X
+3 f
+864 5292(pageMedia)N
+1262(\()X
+1 f
+1289(class)X
+3 f
+1465(PageMedia\))X
+1 f
+1440 5388(Sets)N
+1593(the)X
+1711(default)X
+1954(page)X
+2126(media.)X
+2382(The)X
+2527(default)X
+2770(is)X
+2843(``Letter''.)X
+3 f
+864 5522(forceOrientation)N
+1459(\()X
+1 f
+1486(class)X
+3 f
+1662(Force\))X
+1 f
+1440 5618(Tells)N
+1620(whether)X
+1899(to)X
+1981(force)X
+2167(the)X
+2285(orientation)X
+2652(on)X
+2752(the)X
+2870(document.)X
+3246(The)X
+3391(default)X
+3634(is)X
+3707(``false''.)X
+576 6144(7th)N
+698(Edition)X
+4280(7)X
+
+8 p
+%%Page: 8 8
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+864 768(forcePageMedia)N
+1442(\()X
+1 f
+1469(class)X
+3 f
+1645(Force\))X
+1 f
+1440 864(Tells)N
+1620(whether)X
+1899(to)X
+1981(force)X
+2167(the)X
+2285(page)X
+2457(media)X
+2673(on)X
+2773(the)X
+2891(document.)X
+3267(The)X
+3412(default)X
+3655(is)X
+3728(``false''.)X
+3 f
+864 998(swapLandscape)N
+1425(\()X
+1 f
+1452(class)X
+3 f
+1628(SwapLandscape\))X
+1 f
+1440 1094(Tells)N
+1620(whether)X
+1899(to)X
+1981(swap)X
+2166(the)X
+2284(meaning)X
+2580(of)X
+2667(Landscape)X
+3031(and)X
+3167(Seascape.)X
+3522(The)X
+3667(default)X
+3910(is)X
+3983(``false''.)X
+3 f
+864 1228(printCommand)N
+1417(\()X
+1 f
+1444(class)X
+3 f
+1620(PrintCommand\))X
+1 f
+1440 1324(Sets)N
+1611(the)X
+1747(command)X
+2101(used)X
+2286(for)X
+2418(printing.)X
+2749(The)X
+2912(printer)X
+3164(environment)X
+3607(variable)X
+3904(is)X
+3995(set)X
+4122(to)X
+4222(the)X
+1440 1420(desired)N
+1700(printer)X
+1942(and)X
+2086(then)X
+2252(this)X
+2395(command)X
+2739(is)X
+2819(executed)X
+3132(using)X
+3332(popen.)X
+3595(This)X
+3764(command)X
+4107(should)X
+1440 1516(read)N
+1599(from)X
+1775(``stdin'')X
+2058(and)X
+2194(send)X
+2361(the)X
+2479(\256le)X
+2601(to)X
+2683(the)X
+2802(appropriate)X
+3189(printer.)X
+3464(The)X
+3610(default)X
+3854(value)X
+4049(is)X
+4123(``lpr'')X
+1440 1612(for)N
+1554(BSD)X
+1729(and)X
+1865(``lp'')X
+2055(for)X
+2169(System)X
+2424(V.)X
+3 f
+864 1746(printerVariable)N
+1427(\()X
+1 f
+1454(class)X
+3 f
+1630(PrinterVariable\))X
+1 f
+1440 1842(Gives)N
+1653(the)X
+1777(name)X
+1978(of)X
+2072(the)X
+2197(printer)X
+2438(environment)X
+2870(variable.)X
+3196(The)X
+3348(default)X
+3598(value)X
+3799(is)X
+3879(``PRINTER'')X
+1440 1938(for)N
+1554(BSD)X
+1729(and)X
+1865(``LPDEST'')X
+2286(for)X
+2400(System)X
+2655(V.)X
+3 f
+864 2072(defaultPrinter)N
+1374(\()X
+1 f
+1401(class)X
+3 f
+1577(DefaultPrinter\))X
+1 f
+1440 2168(Gives)N
+1661(the)X
+1793(printer)X
+2041(name)X
+2249(to)X
+2345(use)X
+2486(when)X
+2694(the)X
+2826(printer)X
+3074(environment)X
+3513(variable)X
+3806(is)X
+3894(not)X
+4031(set.)X
+4195(The)X
+1440 2264(default)N
+1683(value)X
+1877(is)X
+1950(NULL.)X
+3 f
+864 2398(printPrompt)N
+1320(\()X
+1 f
+1347(class)X
+3 f
+1523(PrintPrompt\))X
+1 f
+1440 2494(Sets)N
+1593(the)X
+1711(prompt)X
+1962(used)X
+2129(to)X
+2211(ask)X
+2338(for)X
+2452(the)X
+2570(printer)X
+2804(name.)X
+3038(The)X
+3183(default)X
+3426(value)X
+3620(is)X
+3693(``Printer)X
+3985(Name:)X
+4219(''.)X
+3 f
+864 2628(printFail)N
+1190(\()X
+1 f
+1217(class)X
+3 f
+1393(printFail\))X
+1 f
+1440 2724(Sets)N
+1602(the)X
+1729(string)X
+1940(used)X
+2116(to)X
+2207(inform)X
+2454(the)X
+2581(user)X
+2744(that)X
+2893(the)X
+3020(printer)X
+3263(command)X
+3608(failed.)X
+3860(The)X
+4014(default)X
+4267(is)X
+1440 2820(``"lpr")N
+1669(command)X
+2005(failed.''.)X
+3 f
+864 2954(openPrompt)N
+1311(\()X
+1 f
+1338(class)X
+3 f
+1514(OpenPrompt\))X
+1 f
+1440 3050(Sets)N
+1593(the)X
+1711(prompt)X
+1962(used)X
+2129(to)X
+2211(ask)X
+2338(for)X
+2452(a)X
+2508(\256le)X
+2630(name)X
+2824(to)X
+2906(open.)X
+3122(The)X
+3267(default)X
+3510(value)X
+3704(is)X
+3777(``Open)X
+4025(File:)X
+4191(''.)X
+3 f
+864 3184(openFail)N
+1181(\()X
+1 f
+1208(class)X
+3 f
+1384(OpenFail\))X
+1 f
+1440 3280(Sets)N
+1615(the)X
+1755(string)X
+1979(used)X
+2168(to)X
+2272(inform)X
+2532(the)X
+2672(user)X
+2848(that)X
+3010(the)X
+3151(open)X
+3350(failed.)X
+3616(The)X
+3784(default)X
+4050(value)X
+4267(is)X
+1440 3376(``Cannot)N
+1745(open)X
+1921(\256le:)X
+2065(''.)X
+3 f
+864 3510(savePrompt)N
+1294(\()X
+1 f
+1321(class)X
+3 f
+1497(SavePrompt\))X
+1 f
+1440 3606(Sets)N
+1593(the)X
+1711(prompt)X
+1962(used)X
+2129(to)X
+2211(ask)X
+2338(for)X
+2452(a)X
+2508(\256le)X
+2630(name)X
+2824(to)X
+2906(save.)X
+3109(The)X
+3254(default)X
+3497(value)X
+3691(is)X
+3764(``Save)X
+3994(File:)X
+4160(''.)X
+3 f
+864 3740(saveFail)N
+1164(\()X
+1 f
+1191(class)X
+3 f
+1367(SaveFail\))X
+1 f
+1440 3836(Sets)N
+1616(the)X
+1757(string)X
+1982(used)X
+2172(to)X
+2277(inform)X
+2538(the)X
+2679(user)X
+2856(that)X
+3019(the)X
+3160(save)X
+3346(failed.)X
+3613(The)X
+3782(default)X
+4049(value)X
+4267(is)X
+1440 3932(``Cannot)N
+1745(save)X
+1908(\256le:)X
+2052(''.)X
+3 f
+864 4066(openWindows)N
+1367(\()X
+1 f
+1394(class)X
+3 f
+1570(OpenWindows\))X
+1 f
+1440 4162(OpenWindows)N
+1953(servers)X
+2213(sometimes)X
+2587(cause)X
+2798(error)X
+2987(messages)X
+3322(about)X
+3532(bitmaps)X
+3817(not)X
+3952(being)X
+4163(1)X
+4236(bit)X
+1440 4258(deep.)N
+1658(Turning)X
+1942(on)X
+2048(this)X
+2189(resource)X
+2488(avoids)X
+2723(the)X
+2847(problem)X
+3139(by)X
+3244(not)X
+3371(using)X
+3569(any)X
+3710(bitmaps.)X
+4028(You)X
+4191(lose)X
+1440 4354(the)N
+1571(functionality)X
+2013(of)X
+2113(having)X
+2364(the)X
+2495(current)X
+2756(magstep,)X
+3076(orientation)X
+3456(and)X
+3605(media)X
+3834(marked)X
+4108(on)X
+4222(the)X
+1440 4450(popup)N
+1660(menus.)X
+1929(The)X
+2074(default)X
+2317(value)X
+2511(is)X
+2584(``false''.)X
+3 f
+864 4584(ncdwm)N
+1133(\()X
+1 f
+1160(class)X
+3 f
+1336(Ncdwm\))X
+1 f
+1440 4680(The)N
+1593(Xt)X
+1701(Intrinsics)X
+2027(has)X
+2162(a)X
+2226(bug)X
+2374(that)X
+2522(causes)X
+2760(bogus)X
+2979(information)X
+3385(in)X
+3475(the)X
+3602(window)X
+3889(manager)X
+4195(size)X
+1440 4776(hints.)N
+2 f
+1660(Ncdwm)X
+1 f
+1925(and)X
+2066(possibly)X
+2357(other)X
+2547(window)X
+2830(managers)X
+3162(get)X
+3284(confused)X
+3598(by)X
+3702(the)X
+3824(bogus)X
+4039(informa-)X
+1440 4872(tion)N
+1591(and)X
+1734(make)X
+1935(the)X
+2061(window)X
+2347(extremely)X
+2696(small.)X
+2 f
+2937(Twm)X
+1 f
+3120(and)X
+2 f
+3264(mwm)X
+1 f
+3461(ignore)X
+3694(the)X
+3820(bogus)X
+4039(informa-)X
+1440 4968(tion.)N
+1633(Turning)X
+1920(on)X
+2029(the)X
+2156(resource)X
+2457(avoids)X
+2694(the)X
+2820(problem)X
+3115(with)X
+2 f
+3285(ncdwm)X
+1 f
+3540(by)X
+3648(doing)X
+3858(things)X
+4081(slightly)X
+1440 5064(differently.)N
+1843(However,)X
+2182(this)X
+2321(can)X
+2457(confuse)X
+2731(other)X
+2920(window)X
+3202(managers)X
+3535(such)X
+3707(as)X
+2 f
+3799(mwm)X
+1 f
+3968(.)X
+4033(This)X
+4200(bug)X
+1440 5160(is)N
+1514(\256xed)X
+1695(in)X
+1777(X11R5)X
+2028(\256x-10.)X
+2279(You)X
+2437(should)X
+2670(only)X
+2832(set)X
+2941(this)X
+3076(resource)X
+3369(if)X
+3438(you)X
+3578(have)X
+3750(the)X
+3868(problem.)X
+4195(The)X
+1440 5256(default)N
+1683(value)X
+1877(is)X
+1950(``false''.)X
+3 f
+9 s
+576 5390(GHOSTVIEW)N
+1062(WIDGET)X
+1396(RESOURCES)X
+1 f
+10 s
+864 5486(Certain)N
+1123(resources)X
+1450(in)X
+1535(the)X
+1656(Ghostview)X
+2026(widget)X
+2267(may)X
+2428(be)X
+2527(set)X
+2639(by)X
+2742(the)X
+2864(user.)X
+3062(These)X
+3278(selected)X
+3561(resources)X
+3889(are)X
+4012(presented)X
+864 5582(below.)N
+3 f
+864 5716(arguments)N
+1249(\()X
+1 f
+1276(class)X
+3 f
+1452(Arguments\))X
+1 f
+1440 5812(Additional)N
+1802(arguments)X
+2156(passed)X
+2391(to)X
+2474(the)X
+2593(interpreter.)X
+2989(It)X
+3059(is)X
+3133(convenient)X
+3506(to)X
+3589(name)X
+3784(\256les)X
+3938(that)X
+4079(preload)X
+576 6196(7th)N
+698(Edition)X
+4280(8)X
+
+9 p
+%%Page: 9 9
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+1440 768(fonts)N
+1627(here)X
+1793(for)X
+1914(PostScript)X
+2269(programs)X
+2599(that)X
+2746(continually)X
+3133(reload)X
+3361(fonts)X
+3548(while)X
+3752(rendering)X
+4086(a)X
+4148(page.)X
+1440 864(The)N
+1585(default)X
+1828(is)X
+1901(no)X
+2001(additional)X
+2341(arguments.)X
+3 f
+864 998(busyCursor)N
+1288(\()X
+1 f
+1315(class)X
+3 f
+1491(Cursor\))X
+1 f
+1440 1094(The)N
+1586(cursor)X
+1808(shown)X
+2038(when)X
+2 f
+2233(ghostscript)X
+1 f
+2609(is)X
+2683(rendering)X
+3012(to)X
+3095(the)X
+3214(window.)X
+3533(The)X
+3679(busy)X
+3851(cursor)X
+4073(is)X
+4147(set)X
+4258(to)X
+1440 1190(the)N
+1558(``target'')X
+1869(by)X
+1969(the)X
+2087(application)X
+2463(defaults.)X
+3 f
+864 1324(cursor)N
+1107(\()X
+1 f
+1134(class)X
+3 f
+1310(Cursor\))X
+1 f
+1440 1420(The)N
+1585(cursor)X
+1806(shown)X
+2035(when)X
+2 f
+2229(ghostscript)X
+1 f
+2604(is)X
+2677(idle.)X
+2857(The)X
+3002(default)X
+3245(cursor)X
+3466(is)X
+3539(the)X
+3657(``crosshair''.)X
+3 f
+864 1554(interpreter)N
+1264(\()X
+1 f
+1291(class)X
+3 f
+1467(Interpreter\))X
+1 f
+1440 1650(The)N
+1592(name)X
+1793(of)X
+1887(the)X
+2012(executable)X
+2383(to)X
+2472(call)X
+2615(to)X
+2704(render)X
+2938(the)X
+3064(PostScript.)X
+3460(It)X
+3537(is)X
+3618(convenient)X
+3998(to)X
+4088(set)X
+4205(this)X
+1440 1746(resource)N
+1734(to)X
+1817(the)X
+1936(path)X
+2095(of)X
+2183(an)X
+2280(alternate)X
+2578(version)X
+2835(of)X
+2923(ghostscript)X
+3295(for)X
+3410(testing.)X
+3684(The)X
+3830(default)X
+4073(value)X
+4267(is)X
+1440 1842(``gs''.)N
+3 f
+864 1976(palette)N
+1116(\()X
+1 f
+1143(class)X
+3 f
+1319(Palette\))X
+1 f
+1440 2072(Tells)N
+2 f
+1620(ghostscript)X
+1 f
+1995(how)X
+2153(to)X
+2236(restrict)X
+2480(the)X
+2599(palette)X
+2834(used)X
+3002(when)X
+3197(rendering.)X
+3566(The)X
+3712(possible)X
+3995(values)X
+4221(are)X
+1440 2168(``color'',)N
+1753 0.2692(``grayscale'',)AX
+2205(and)X
+2341(``monochrome''.)X
+2932(The)X
+3077(default)X
+3320(value)X
+3514(is)X
+3587(``color''.)X
+3 f
+864 2302(quiet)N
+1057(\()X
+1 f
+1084(class)X
+3 f
+1260(Quiet\))X
+1 f
+1440 2398(Tells)N
+2 f
+1645(ghostscript)X
+1 f
+2045(whether)X
+2349(to)X
+2456(supress)X
+2737(informational)X
+3218(messages.)X
+3607(The)X
+3778(default)X
+4047(value)X
+4267(is)X
+1440 2494(``true''.)N
+3 f
+864 2628(safer)N
+1054(\()X
+1 f
+1081(class)X
+3 f
+1257(Safer\))X
+1 f
+1440 2724(Tells)N
+2 f
+1620(ghostscript)X
+1 f
+1995(whether)X
+2274(to)X
+2356(run)X
+2483(in)X
+2565 0.3906(``safer'')AX
+2850(mode.)X
+3088(The)X
+3233(default)X
+3476(value)X
+3670(is)X
+3743(``true''.)X
+3 f
+864 2858(useBackingPixmap)N
+1536(\()X
+1 f
+1563(class)X
+3 f
+1739(UseBackingPixmap\))X
+1 f
+1440 2954(Tells)N
+1642(whether)X
+1943(to)X
+2047(use)X
+2196(a)X
+2274(backing)X
+2570(pixmap.)X
+2892(If)X
+2988(this)X
+3145(resource)X
+3460(is)X
+3556(false,)X
+3771(backing)X
+4068(store)X
+4267(is)X
+1440 3050(requested)N
+1777(on)X
+1886(the)X
+2013(Ghostview)X
+2389(window.)X
+2716(Some)X
+2927(X)X
+3014(servers)X
+3271(have)X
+3451(limited)X
+3705(resources)X
+4037(for)X
+4159(large)X
+1440 3146(pixmaps.)N
+1777(Also,)X
+1974(some)X
+2169(X)X
+2253(servers')X
+2534(backing)X
+2814(store)X
+2996(is)X
+3075(much)X
+3279(faster)X
+3484(than)X
+3648(using)X
+3847(a)X
+3910(backing)X
+4191(pix-)X
+1440 3242(map.)N
+1649(You)X
+1818(should)X
+2062(reset)X
+2245(this)X
+2391(resource)X
+2695(if)X
+2775(your)X
+2953(X)X
+3042(server)X
+3270(is)X
+3354(one)X
+3501(of)X
+3599(the)X
+3728(server)X
+3956(types)X
+4155(men-)X
+1440 3338(tioned.)N
+1700(The)X
+1845(default)X
+2088(value)X
+2282(is)X
+2355(``true''.)X
+3 f
+864 3472(xdpi)N
+1034(\()X
+1 f
+1061(class)X
+3 f
+1237(Resolution\))X
+1 f
+1440 3568(Sets)N
+1595(the)X
+1715(X)X
+1795(resolution)X
+2137(of)X
+2226(the)X
+2346(window)X
+2626(in)X
+2710(dots)X
+2865(per)X
+2990(inch.)X
+3191(You)X
+3352(can)X
+3487(use)X
+3617(this)X
+3755(resource)X
+4051(to)X
+4136(affect)X
+1440 3664(the)N
+1567(main)X
+1756(window.)X
+2083(Zoom)X
+2303(windows)X
+2621(have)X
+2801(their)X
+2976(X)X
+3062(dpi)X
+3192(set)X
+3309(explicitly)X
+3639(in)X
+3729(the)X
+3855(program.)X
+4195(The)X
+1440 3760(default)N
+1683(value)X
+1877(is)X
+1950(calculated)X
+2296(from)X
+2472(the)X
+2590(screen)X
+2816(metrics.)X
+3 f
+864 3894(ydpi)N
+1034(\()X
+1 f
+1061(class)X
+3 f
+1237(Resolution\))X
+1 f
+1440 3990(Sets)N
+1595(the)X
+1715(Y)X
+1795(resolution)X
+2137(of)X
+2226(the)X
+2346(window)X
+2626(in)X
+2710(dots)X
+2865(per)X
+2990(inch.)X
+3191(You)X
+3352(can)X
+3487(use)X
+3617(this)X
+3755(resource)X
+4051(to)X
+4136(affect)X
+1440 4086(the)N
+1567(main)X
+1756(window.)X
+2083(Zoom)X
+2303(windows)X
+2621(have)X
+2801(their)X
+2976(Y)X
+3062(dpi)X
+3192(set)X
+3309(explicitly)X
+3639(in)X
+3729(the)X
+3855(program.)X
+4195(The)X
+1440 4182(default)N
+1683(value)X
+1877(is)X
+1950(calculated)X
+2296(from)X
+2472(the)X
+2590(screen)X
+2816(metrics.)X
+3 f
+9 s
+576 4316(GHOSTVIEW)N
+1062(WIDGET)X
+1396(ACTIONS)X
+10 s
+864 4412(notify\(width)N
+1306(height)X
+1539(xdpi)X
+1709(ydpi\))X
+1 f
+1440 4508(The)N
+1594(notify)X
+1814(event)X
+2018(is)X
+2101(used)X
+2278(by)X
+2388(the)X
+2516(ghostview)X
+2875(application)X
+3261(for)X
+3385(the)X
+3513(locator)X
+3766(and)X
+3912(popup)X
+4142(zoom)X
+1440 4604(windows.)N
+1797(If)X
+1879(the)X
+2004(width)X
+2213(and)X
+2356(height)X
+2583(are)X
+2709(0,)X
+2796(the)X
+2921(event)X
+3122(is)X
+3202(user)X
+3363(for)X
+3484(the)X
+3609(locator.)X
+3899(Otherwise,)X
+4276(it)X
+1440 4700(triggers)N
+1711(a)X
+1773(popup)X
+1999(zoom)X
+2203(window.)X
+2527(The)X
+2678(default)X
+2927(width)X
+3135(and)X
+3277(height)X
+3503(are)X
+3629(72.)X
+3776(The)X
+3928(default)X
+4178(xdpi)X
+1440 4796(and)N
+1580(ydpi)X
+1746(are)X
+1869(300.)X
+2053(The)X
+2202(height)X
+2426(will)X
+2574(default)X
+2820(to)X
+2905(the)X
+3026(width)X
+3231(if)X
+3303(the)X
+3424(height)X
+3647(is)X
+3723(omitted.)X
+4030(The)X
+4178(xdpi)X
+1440 4892(will)N
+1584(default)X
+1827(to)X
+1909(the)X
+2027(xdpi)X
+2189(if)X
+2258(the)X
+2376(ydpi)X
+2538(is)X
+2611(omitted.)X
+3 f
+9 s
+576 5026(OPTIONS)N
+10 s
+9 f
+864 5122(-)N
+866(-)X
+3 f
+910(monochrome)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.palette:)S
+2839(Monochrome''.)X
+3 f
+9 f
+864 5256(-)N
+866(-)X
+3 f
+910(grayscale)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.palette:)S
+2839(GrayScale''.)X
+3 f
+9 f
+864 5390(-)N
+866(-)X
+3 f
+910(color)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.palette:)S
+2839(Color''.)X
+3 f
+9 f
+864 5524(-)N
+866(-)X
+3 f
+910(title)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.showTitle:)X
+2905(True''.)X
+3 f
+9 f
+864 5658(-)N
+866(-)X
+3 f
+910(notitle)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.showTitle:)X
+2905(False''.)X
+576 6144(7th)N
+698(Edition)X
+4280(9)X
+
+10 p
+%%Page: 10 10
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+9 f
+864 768(-)N
+866(-)X
+3 f
+910(date)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.showDate:)X
+2906(True''.)X
+3 f
+9 f
+864 902(-)N
+866(-)X
+3 f
+910(nodate)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.showDate:)X
+2906(False''.)X
+3 f
+9 f
+864 1036(-)N
+866(-)X
+3 f
+910(locator)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.showLocator:)X
+3004(True''.)X
+3 f
+9 f
+864 1170(-)N
+866(-)X
+3 f
+910(nolocator)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.showLocator:)X
+3004(False''.)X
+3 f
+9 f
+864 1304(-)N
+866(-)X
+3 f
+910(labels)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.Labels:)X
+2799(True''.)X
+3 f
+9 f
+864 1438(-)N
+866(-)X
+3 f
+910(nolabels)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.Labels:)X
+2799(False''.)X
+3 f
+9 f
+864 1572(-)N
+866(-)X
+3 f
+910(resolution)X
+2 f
+1272(dpi)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.Resolution:)S
+2 f
+2971(dpi)X
+1 f
+3073(''.)X
+3 f
+9 f
+864 1706(-)N
+866(-)X
+3 f
+910(dpi)X
+2 f
+1040(dpi)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.Resolution:)S
+2 f
+2971(dpi)X
+1 f
+3073(''.)X
+3 f
+9 f
+864 1840(-)N
+866(-)X
+3 f
+910(xdpi)X
+2 f
+1080(dpi)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.xdpi:)S
+2 f
+2767(dpi)X
+1 f
+2869(''.)X
+3 f
+9 f
+864 1974(-)N
+866(-)X
+3 f
+910(ydpi)X
+2 f
+1080(dpi)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.ydpi:)S
+2 f
+2767(dpi)X
+1 f
+2869(''.)X
+3 f
+9 f
+864 2108(-)N
+866(-)X
+3 f
+910(magstep)X
+2 f
+1215(magstep)X
+1 f
+1440 2204(Equivalent)N
+1807(to)X
+1889(setting)X
+2122(``Ghostview.magstep:)X
+2 f
+2852(magstep)X
+1 f
+3119(''.)X
+3 f
+9 f
+864 2338(-)N
+866(-)X
+3 f
+910(safer)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.safer:)S
+2782(True''.)X
+3 f
+9 f
+864 2472(-)N
+866(-)X
+3 f
+910(nosafer)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.safer:)S
+2782(False''.)X
+3 f
+9 f
+864 2606(-)N
+866(-)X
+3 f
+910(quiet)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.quiet:)S
+2785(True''.)X
+3 f
+9 f
+864 2740(-)N
+866(-)X
+3 f
+910(noquiet)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.quiet:)S
+2785(False''.)X
+3 f
+9 f
+864 2874(-)N
+866(-)X
+3 f
+910(arguments)X
+2 f
+1295(arguments)X
+1 f
+1440 2970(Equivalent)N
+1807(to)X
+1889(setting)X
+2122(``)X
+9 f
+2176(*)X
+1 f
+(Ghostview.arguments:)S
+2 f
+2959(arguments)X
+1 f
+3297(''.)X
+3 f
+9 f
+864 3104(-)N
+866(-)X
+3 f
+910(center)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.autoCenter:)X
+2937(True''.)X
+3 f
+9 f
+864 3238(-)N
+866(-)X
+3 f
+910(nocenter)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.autoCenter:)X
+2937(False''.)X
+3 f
+9 f
+864 3372(-)N
+866(-)X
+3 f
+910(portrait)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.orientation:)X
+2932(Portrait''.)X
+3 f
+9 f
+864 3506(-)N
+866(-)X
+3 f
+910(landscape)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.orientation:)X
+2932(Landscape''.)X
+3 f
+9 f
+864 3640(-)N
+866(-)X
+3 f
+910(upsidedown)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.orientation:)X
+2932(Upside)X
+9 f
+3159(-)X
+1 f
+3203(down''.)X
+3 f
+9 f
+864 3774(-)N
+866(-)X
+3 f
+910(seascape)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.orientation:)X
+2932(Seascape''.)X
+3 f
+9 f
+864 3908(-)N
+866(-)X
+3 f
+910(swap)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122 0.1400(``Ghostview.swapLandscape:)AX
+3094(True''.)X
+3 f
+9 f
+864 4042(-)N
+866(-)X
+3 f
+910(noswap)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122 0.1400(``Ghostview.swapLandscape:)AX
+3094(False''.)X
+3 f
+9 f
+864 4176(-)N
+866(-)X
+3 f
+910(letter)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(Letter''.)X
+3 f
+9 f
+864 4310(-)N
+866(-)X
+3 f
+910(tabloid)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(Tabloid''.)X
+3 f
+9 f
+864 4444(-)N
+866(-)X
+3 f
+910(ledger)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(Ledger''.)X
+3 f
+9 f
+864 4578(-)N
+866(-)X
+3 f
+910(legal)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(Legal''.)X
+3 f
+9 f
+864 4712(-)N
+866(-)X
+3 f
+910(statement)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(Statement''.)X
+3 f
+9 f
+864 4846(-)N
+866(-)X
+3 f
+910(executive)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(Executive''.)X
+3 f
+9 f
+864 4980(-)N
+866(-)X
+3 f
+910(a3)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(A3''.)X
+3 f
+9 f
+864 5114(-)N
+866(-)X
+3 f
+910(a4)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(A4''.)X
+3 f
+9 f
+864 5248(-)N
+866(-)X
+3 f
+910(a5)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(A5''.)X
+3 f
+9 f
+864 5382(-)N
+866(-)X
+3 f
+910(b4)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(B4''.)X
+3 f
+9 f
+864 5516(-)N
+866(-)X
+3 f
+910(b5)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(B5''.)X
+3 f
+9 f
+864 5650(-)N
+866(-)X
+3 f
+910(folio)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(Folio''.)X
+576 6144(7th)N
+698(Edition)X
+4240(10)X
+
+11 p
+%%Page: 11 11
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+9 f
+864 768(-)N
+866(-)X
+3 f
+910(quarto)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(Quarto''.)X
+3 f
+9 f
+864 902(-)N
+866(-)X
+3 f
+910(10x14)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.pageMedia:)X
+2942(10x14''.)X
+3 f
+9 f
+864 1036(-)N
+866(-)X
+3 f
+910(force)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.Force:)X
+2768(True''.)X
+3 f
+9 f
+864 1170(-)N
+866(-)X
+3 f
+910(forceorientation)X
+1 f
+1440 1266(Equivalent)N
+1807(to)X
+1889(setting)X
+2122 0.1161(``Ghostview.forceOrientation:)AX
+3116(True''.)X
+3 f
+9 f
+864 1400(-)N
+866(-)X
+3 f
+910(forcemedia)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122 0.1442(``Ghostview.forcePageMedia:)AX
+3112(True''.)X
+3 f
+9 f
+864 1534(-)N
+866(-)X
+3 f
+910(openwindows)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.openWindows:)X
+3048(True''.)X
+3 f
+9 f
+864 1668(-)N
+866(-)X
+3 f
+910(noopenwindows)X
+1 f
+1440 1764(Equivalent)N
+1807(to)X
+1889(setting)X
+2122(``Ghostview.openWindows:)X
+3048(False''.)X
+3 f
+9 f
+864 1898(-)N
+866(-)X
+3 f
+910(ncdwm)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.ncdwm:)X
+2821(True''.)X
+3 f
+9 f
+864 2032(-)N
+866(-)X
+3 f
+910(noncdwm)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.ncdwm:)X
+2821(False''.)X
+3 f
+9 f
+864 2166(-)N
+866(-)X
+3 f
+910(page)X
+2 f
+1090(label)X
+1 f
+1440(Equivalent)X
+1807(to)X
+1889(setting)X
+2122(``Ghostview.page:)X
+2 f
+2737(label)X
+1 f
+(''.)S
+3 f
+9 s
+576 2300(WIDGET)N
+910(HIERARCHY)X
+2 f
+10 s
+864 2396(The)N
+1004(hierarchy)X
+1336(of)X
+1418(the)X
+1536(ghostview)X
+1876(application:)X
+1 f
+864 2588(Ghostview)N
+1251(ghostview)X
+1152 2684(Form)N
+1365(form)X
+1440 2780(MenuButton)N
+1884(titleButton)X
+1728 2876(SimpleMenu)N
+2181(menu)X
+2016 2972(SmeBSB)N
+2348(title)X
+1440 3068(MenuButton)N
+1884(dateButton)X
+1728 3164(SimpleMenu)N
+2181(menu)X
+2016 3260(SmeBSB)N
+2348(date)X
+1440 3356(Label)N
+1663(locator)X
+1440 3452(Box)N
+1613(box)X
+1728 3548(MenuButton)N
+2172(\256leButton)X
+2016 3644(SimpleMenu)N
+2469(menu)X
+2304 3740(SmeBSB)N
+2636(open)X
+2304 3836(SmeBSB)N
+2636(reopen)X
+2304 3932(SmeBSB)N
+2636(printwhole)X
+2304 4028(SmeBSB)N
+2636(printmarked)X
+2304 4124(SmeBSB)N
+2636(save)X
+2304 4220(SmeLine)N
+2633(line)X
+2304 4316(SmeBSB)N
+2636(copyright)X
+2304 4412(SmeBSB)N
+2636(quit)X
+1728 4508(MenuButton)N
+2172(pageButton)X
+2016 4604(SimpleMenu)N
+2469(menu)X
+2304 4700(SmeBSB)N
+2636(next)X
+2304 4796(SmeBSB)N
+2636(show)X
+2304 4892(SmeBSB)N
+2636(prev)X
+2304 4988(SmeLine)N
+2633(line)X
+2304 5084(SmeBSB)N
+2636(center)X
+2304 5180(SmeLine)N
+2633(line)X
+2304 5276(SmeBSB)N
+2636(mark)X
+2304 5372(SmeBSB)N
+2636(unmark)X
+1728 5468(MenuButton)N
+2172(magstepButton)X
+2016 5564(SimpleMenu)N
+2469(menu)X
+2304 5660(SmeBSB)N
+2636(-5)X
+2304 5756(SmeBSB)N
+2636(-4)X
+2304 5852(SmeBSB)N
+2636(-3)X
+576 6236(7th)N
+698(Edition)X
+4240(11)X
+
+12 p
+%%Page: 12 12
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+2304 768(SmeBSB)N
+2636(-2)X
+2304 864(SmeBSB)N
+2636(-1)X
+2304 960(SmeBSB)N
+2636(0)X
+2304 1056(SmeBSB)N
+2636(1)X
+2304 1152(SmeBSB)N
+2636(2)X
+2304 1248(SmeBSB)N
+2636(3)X
+2304 1344(SmeBSB)N
+2636(4)X
+2304 1440(SmeBSB)N
+2636(5)X
+1728 1536(MenuButton)N
+2172(orientationButton)X
+2016 1632(SimpleMenu)N
+2469(menu)X
+2304 1728(SmeBSB)N
+2636(portrait)X
+2304 1824(SmeBSB)N
+2636(landscape)X
+2304 1920(SmeBSB)N
+2636(upsidedown)X
+2304 2016(SmeBSB)N
+2636(seascape)X
+2304 2112(SmeLine)N
+2633(line)X
+2304 2208(SmeBSB)N
+2636(swap)X
+1728 2304(MenuButton)N
+2172(pagemediaButton)X
+2016 2400(SimpleMenu)N
+2469(menu)X
+2304 2496(SmeBSB)N
+2636(Letter)X
+2304 2592(SmeBSB)N
+2636(Tabloid)X
+2304 2688(SmeBSB)N
+2636(Ledger)X
+2304 2784(SmeBSB)N
+2636(Legal)X
+2304 2880(SmeBSB)N
+2636(Statement)X
+2304 2976(SmeBSB)N
+2636(Executive)X
+2304 3072(SmeBSB)N
+2636(A3)X
+2304 3168(SmeBSB)N
+2636(A4)X
+2304 3264(SmeBSB)N
+2636(A5)X
+2304 3360(SmeBSB)N
+2636(B4)X
+2304 3456(SmeBSB)N
+2636(B5)X
+2304 3552(SmeBSB)N
+2636(Folio)X
+2304 3648(SmeBSB)N
+2636(Quarto)X
+2304 3744(SmeBSB)N
+2636(10x14)X
+1440 3840(Text)N
+1627(toc)X
+1440 3936(Viewport)N
+1783(pageview)X
+1728 4032(Core)N
+1924(clip)X
+1728 4128(Ghostview)N
+2115(page)X
+1728 4224(Scrollbar)N
+2062(horizontal)X
+1728 4320(Scrollbar)N
+2062(vertical)X
+1152 4416(TopLevelShell)N
+1668(information)X
+1440 4512(Form)N
+1653(form)X
+1728 4608(Text)N
+1915(text)X
+1728 4704(Command)N
+2101(dismiss)X
+1152 4800(TopLevelShell)N
+1668(copyright)X
+1440 4896(Form)N
+1653(form)X
+1728 4992(Text)N
+1915(text)X
+1728 5088(Command)N
+2101(dismiss)X
+1152 5184(TransientShell)N
+1659(popup)X
+1440 5280(Form)N
+1653(dialog)X
+1728 5376(Label)N
+1951(prompt)X
+1728 5472(Text)N
+1915(response)X
+1728 5568(Command)N
+2101(okay)X
+1728 5664(Command)N
+2101(cancel)X
+1152 5760(TopLevelShell)N
+1668(zoom)X
+576 6144(7th)N
+698(Edition)X
+4240(12)X
+
+13 p
+%%Page: 13 13
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+1440 768(Form)N
+1653(form)X
+1728 864(Ghostview)N
+2115(page)X
+1728 960(Command)N
+2101(dismiss)X
+2 f
+864 1152(The)N
+1004(hierarchy)X
+1336(of)X
+1418(the)X
+1536(Select)X
+1748(File)X
+1897(dialog)X
+2121(box:)X
+1 f
+864 1344(TransientShell)N
+1371(selFile)X
+1152 1440(Form)N
+1365(selFileForm)X
+1440 1536(Label)N
+1663(selFilePrompt)X
+1440 1632(Text)N
+1627(selFileField)X
+1440 1728(Scrollbar)N
+1774(selFileHScroll)X
+1440 1824(Composite)N
+1826(selFileList1)X
+1728 1920(Scrollbar)N
+2062(selFileVScroll)X
+1728 2016(Scrollbar)N
+2062(selFileHScroll)X
+1440 2112(Composite)N
+1826(selFileList2)X
+1728 2208(Scrollbar)N
+2062(selFileVScroll)X
+1728 2304(Scrollbar)N
+2062(selFileHScroll)X
+1440 2400(Composite)N
+1826(selFileList3)X
+1728 2496(Scrollbar)N
+2062(selFileVScroll)X
+1728 2592(Scrollbar)N
+2062(selFileHScroll)X
+1440 2688(Command)N
+1813(selFileOK)X
+1440 2784(Command)N
+1813(selFileCancel)X
+3 f
+9 s
+576 2918(ENVIRONMENT)N
+10 s
+864 3014(LPDEST)N
+1 f
+1440(The)X
+1585(LPDEST)X
+1898(environment)X
+2323(variable)X
+2602(gives)X
+2791(the)X
+2909(default)X
+3152(printer)X
+3386(destination)X
+3757(on)X
+3857(System)X
+4112(V.)X
+3 f
+864 3148(PRINTER)N
+1 f
+1440(The)X
+1585(PRINTER)X
+1938(environment)X
+2363(variable)X
+2642(gives)X
+2831(the)X
+2949(default)X
+3192(printer)X
+3426(destination)X
+3797(on)X
+3897(BSD.)X
+3 f
+9 s
+576 3282(LIMITATIONS)N
+1 f
+10 s
+864 3378(If)N
+947(the)X
+1074(document)X
+1419(does)X
+1595(not)X
+1726(begin)X
+1933(with)X
+2104(``%!PS)X
+9 f
+2340(-)X
+1 f
+2384(Adobe)X
+9 f
+2598(-)X
+1 f
+2642('',)X
+2745(it)X
+2818(does)X
+2994(not)X
+3126(claim)X
+3334(conformance)X
+3784(to)X
+3876(the)X
+4004(document)X
+864 3474(structuring)N
+1232(convention.)X
+1649(When)X
+1861(these)X
+2046(documents)X
+2413(are)X
+2532(encountered,)X
+2965(the)X
+3083(functionality)X
+3512(of)X
+2 f
+3599(ghostview)X
+1 f
+3939(is)X
+4012(limited)X
+4258(to)X
+864 3570(giving)N
+1094(you)X
+1240(scroll)X
+1444(bars)X
+1604(and)X
+1746(a)X
+1808(next)X
+1972(page)X
+2151(capability.)X
+2534(Because)X
+2829(there)X
+3017(is)X
+3097(no)X
+3204(table)X
+3387(of)X
+3481(contents,)X
+3795(skipping)X
+4097(around)X
+864 3666(the)N
+982(document)X
+1318(and)X
+1454(marking)X
+1741(pages)X
+1944(is)X
+2017(impossible.)X
+864 3800(If)N
+938(there)X
+1119(is)X
+1192(no)X
+1292(table)X
+1468(of)X
+1555(contents)X
+1842(for)X
+1956(the)X
+2074(document,)X
+2430(the)X
+2548(popup)X
+2768(zoom)X
+2966(window)X
+3244(will)X
+3388(always)X
+3631(show)X
+3820(the)X
+3938(\256rst)X
+4082(page.)X
+3 f
+9 s
+576 3934(BUGS)N
+1 f
+10 s
+864 4030(If)N
+938(you)X
+1078(\256nd)X
+1222(a)X
+1278(bug,)X
+1438(please)X
+1659(send)X
+1826(a)X
+1882(bug)X
+2022(report)X
+2234(to)X
+2316(ghostview@cs.wisc.edu.)X
+3 f
+9 s
+576 4164(AUTHOR)N
+1 f
+10 s
+864 4260(Copyright)N
+1208(\(C\))X
+1335(1992)X
+1535(Timothy)X
+1830(O.)X
+1928(Theisen)X
+864 4394(This)N
+1027(program)X
+1320(is)X
+1394(free)X
+1541(software;)X
+1861(you)X
+2002(can)X
+2136(redistribute)X
+2523(it)X
+2589(and/or)X
+2816(modify)X
+3069(it)X
+3135(under)X
+3340(the)X
+3460(terms)X
+3660(of)X
+3749(the)X
+3869(GNU)X
+4065(General)X
+864 4490(Public)N
+1094(License)X
+1370(as)X
+1463(published)X
+1800(by)X
+1906(the)X
+2030(Free)X
+2199(Software)X
+2515(Foundation;)X
+2927(either)X
+3135(version)X
+3396(2)X
+3461(of)X
+3553(the)X
+3676(License,)X
+3971(or)X
+4063(\(at)X
+4173(your)X
+864 4586(option\))N
+1115(any)X
+1251(later)X
+1414(version.)X
+864 4720(This)N
+1029(program)X
+1324(is)X
+1400(distributed)X
+1765(in)X
+1850(the)X
+1971(hope)X
+2150(that)X
+2293(it)X
+2360(will)X
+2507(be)X
+2606(useful,)X
+2845(but)X
+2970(WITHOUT)X
+3369(ANY)X
+3567(WARRANTY;)X
+4076(without)X
+864 4816(even)N
+1050(the)X
+1182(implied)X
+1460(warranty)X
+1780(of)X
+1881(MERCHANTABILITY)X
+2685(or)X
+2786(FITNESS)X
+3135(FOR)X
+3324(A)X
+3415(PARTICULAR)X
+3950(PURPOSE.)X
+864 4912(See)N
+1000(the)X
+1118(GNU)X
+1312(General)X
+1587(Public)X
+1811(License)X
+2081(for)X
+2195(more)X
+2380(details.)X
+864 5046(You)N
+1022(should)X
+1255(have)X
+1427(received)X
+1721(a)X
+1778(copy)X
+1955(of)X
+2043(the)X
+2162(GNU)X
+2357(General)X
+2633(Public)X
+2858(License)X
+3129(along)X
+3328(with)X
+3491(this)X
+3627(program;)X
+3942(if)X
+4012(not,)X
+4155(write)X
+864 5142(to)N
+946(the)X
+1064(Free)X
+1227(Software)X
+1537(Foundation,)X
+1941(Inc.,)X
+2104(675)X
+2244(Mass)X
+2433(Ave,)X
+2607(Cambridge,)X
+3003(MA)X
+3152(02139,)X
+3392(USA.)X
+864 5334(Author:)N
+1440(Tim)X
+1593(Theisen)X
+2592(Systems)X
+2878(Programmer)X
+864 5430(Internet:)N
+1440(tim@cs.wisc.edu)X
+2592(Department)X
+2991(of)X
+3078(Computer)X
+3418(Sciences)X
+864 5526(UUCP:)N
+1440(uwvax!tim)X
+2592(University)X
+2950(of)X
+3037(Wisconsin)X
+9 f
+3375(-)X
+1 f
+3419(Madison)X
+864 5622(Phone:)N
+1440(\(608\)262)X
+9 f
+1734(-)X
+1 f
+1778(0438)X
+2592(1210)X
+2772(West)X
+2957(Dayton)X
+3213(Street)X
+864 5718(FAX:)N
+1440(\(608\)262)X
+9 f
+1734(-)X
+1 f
+1778(9777)X
+2592(Madison,)X
+2912(WI)X
+3075(53706)X
+576 6144(7th)N
+698(Edition)X
+4240(13)X
+
+14 p
+%%Page: 14 14
+11.00 ps
+10 s 10 xH 0 xS 1 f
+576 384(GHOSTVIEW)N
+1066(\()X
+1106(1)X
+1159(\))X
+1975(UNIX)X
+2196(Programmer's)X
+2675(Manual)X
+3710(GHOSTVIEW)X
+4200(\()X
+4240(1)X
+4293(\))X
+3 f
+9 s
+576 768(ACKNOWLEDGEMENTS)N
+1 f
+10 s
+864 864(The)N
+1009(Select)X
+1225(File)X
+1369(widget)X
+1607(contains)X
+1894(the)X
+2012(following)X
+2343(copyright)X
+2670(notice:)X
+864 998(Copyright)N
+1208(1989)X
+1388(Software)X
+1698(Research)X
+2013(Associates,)X
+2396(Inc.,)X
+2559(Tokyo,)X
+2808(Japan)X
+864 1132(Permission)N
+1247(to)X
+1337(use,)X
+1492(copy,)X
+1696(modify,)X
+1975(and)X
+2119(distribute)X
+2449(this)X
+2593(software)X
+2899(and)X
+3044(its)X
+3148(documentation)X
+3653(for)X
+3776(any)X
+3921(purpose)X
+4204(and)X
+864 1228(without)N
+1134(fee)X
+1259(is)X
+1338(hereby)X
+1583(granted,)X
+1870(provided)X
+2181(that)X
+2327(the)X
+2451(above)X
+2669(copyright)X
+3002(notice)X
+3224(appear)X
+3465(in)X
+3553(all)X
+3659(copies)X
+3890(and)X
+4032(that)X
+4178(both)X
+864 1324(that)N
+1008(copyright)X
+1339(notice)X
+1559(and)X
+1699(this)X
+1838(permission)X
+2213(notice)X
+2433(appear)X
+2672(in)X
+2758(supporting)X
+3124(documentation,)X
+3645(and)X
+3786(that)X
+3931(the)X
+4054(name)X
+4253(of)X
+864 1420(Software)N
+1191(Research)X
+1523(Associates)X
+1903(not)X
+2042(be)X
+2155(used)X
+2339(in)X
+2438(advertising)X
+2831(or)X
+2935(publicity)X
+3256(pertaining)X
+3617(to)X
+3715(distribution)X
+4119(of)X
+4222(the)X
+864 1516(software)N
+1170(without)X
+1443(speci\256c,)X
+1737(written)X
+1993(prior)X
+2178(permission.)X
+2599(Software)X
+2919(Research)X
+3244(Associates)X
+3617(makes)X
+3852(no)X
+3962(representa-)X
+864 1612(tions)N
+1040(about)X
+1239(the)X
+1358(suitability)X
+1698(of)X
+1786(this)X
+1922(software)X
+2220(for)X
+2335(any)X
+2472(purpose.)X
+2787(It)X
+2857(is)X
+2931(provided)X
+3237("as)X
+3358(is")X
+3464(without)X
+3728(express)X
+3989(or)X
+4076(implied)X
+864 1708(warranty.)N
+864 1842(SOFTWARE)N
+1315(RESEARCH)X
+1753(ASSOCIATES)X
+2258(DISCLAIMS)X
+2710(ALL)X
+2887(WARRANTIES)X
+3433(WITH)X
+3664(REGARD)X
+4014(TO)X
+4142(THIS)X
+864 1938(SOFTWARE,)N
+1337(INCLUDING)X
+1805(ALL)X
+1983(IMPLIED)X
+2330(WARRANTIES)X
+2876(OF)X
+2999(MERCHANTABILITY)X
+3790(AND)X
+3985(FITNESS,)X
+864 2034(IN)N
+980(NO)X
+1127(EVENT)X
+1421(SHALL)X
+1710(SOFTWARE)X
+2172(RESEARCH)X
+2620(ASSOCIATES)X
+3135(BE)X
+3268(LIABLE)X
+3584(FOR)X
+3770(ANY)X
+3976(SPECIAL,)X
+864 2130(INDIRECT)N
+1267(OR)X
+1407(CONSEQUENTIAL)X
+2104(DAMAGES)X
+2529(OR)X
+2669(ANY)X
+2871(DAMAGES)X
+3295(WHATSOEVER)X
+3875(RESULTING)X
+864 2226(FROM)N
+1118(LOSS)X
+1341(OF)X
+1471(USE,)X
+1670(DATA)X
+1921(OR)X
+2061(PROFITS,)X
+2429(WHETHER)X
+2850(IN)X
+2964(AN)X
+3109(ACTION)X
+3441(OF)X
+3572(CONTRACT,)X
+4052(NEGLI-)X
+864 2322(GENCE)N
+1152(OR)X
+1284(OTHER)X
+1572(TORTIOUS)X
+1989(ACTION,)X
+2333(ARISING)X
+2679(OUT)X
+2864(OF)X
+2986(OR)X
+3117(IN)X
+3222(CONNECTION)X
+3763(WITH)X
+3993(THE)X
+4169(USE)X
+864 2418(OR)N
+995(PERFORMANCE)X
+1605(OF)X
+1727(THIS)X
+1925(SOFTWARE.)X
+864 2610(Author:)N
+1440(Erik)X
+1598(M.)X
+1709(van)X
+1845(der)X
+1968(Poel)X
+1440 2706(Software)N
+1750(Research)X
+2065(Associates,)X
+2448(Inc.,)X
+2611(Tokyo,)X
+2860(Japan)X
+1440 2802(erik@sra.co.jp)N
+576 6144(7th)N
+698(Edition)X
+4240(14)X
+
+14 p
+%%Trailer
+xt
+%%Pages: 14
+%%DocumentNeededResources: font Times-Roman Times-Italic Times-Bold
+%%+ Times-BoldItalic Helvetica Helvetica-Bold Courier Courier-Bold Symbol
+
+xs