documentation fix
[docutils.git] / sandbox / manpage-writer / expected / optionstoo.ps
blob39680f5c5d15a2030c15d287d3aaa305c61bf2d9
1 %!PS-Adobe-3.0
2 %%Creator: groff version 1.23.0
3 %%CreationDate: Wed Nov  1 19:44:07 2023
4 %%DocumentNeededResources: font Times-Italic
5 %%+ font Times-Roman
6 %%+ font Times-Bold
7 %%DocumentSuppliedResources: procset grops 1.23 0
8 %%Pages: 1
9 %%PageOrder: Ascend
10 %%DocumentMedia: Default 595 842 0 () ()
11 %%Orientation: Portrait
12 %%EndComments
13 %%BeginDefaults
14 %%PageMedia: Default
15 %%EndDefaults
16 %%BeginProlog
17 %%BeginResource: procset grops 1.23 0
18 %!PS-Adobe-3.0 Resource-ProcSet
19 /setpacking where{
20 pop
21 currentpacking
22 true setpacking
23 }if
24 /grops 120 dict dup begin
25 % The ASCII code of the space character.
26 /SC 32 def
27 /A/show load def
28 /B{0 SC 3 -1 roll widthshow}bind def
29 /C{0 exch ashow}bind def
30 /D{0 exch 0 SC 5 2 roll awidthshow}bind def
31 /E{0 rmoveto show}bind def
32 /F{0 rmoveto 0 SC 3 -1 roll widthshow}bind def
33 /G{0 rmoveto 0 exch ashow}bind def
34 /H{0 rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
35 /I{0 exch rmoveto show}bind def
36 /J{0 exch rmoveto 0 SC 3 -1 roll widthshow}bind def
37 /K{0 exch rmoveto 0 exch ashow}bind def
38 /L{0 exch rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
39 /M{rmoveto show}bind def
40 /N{rmoveto 0 SC 3 -1 roll widthshow}bind def
41 /O{rmoveto 0 exch ashow}bind def
42 /P{rmoveto 0 exch 0 SC 5 2 roll awidthshow}bind def
43 /Q{moveto show}bind def
44 /R{moveto 0 SC 3 -1 roll widthshow}bind def
45 /S{moveto 0 exch ashow}bind def
46 /T{moveto 0 exch 0 SC 5 2 roll awidthshow}bind def
47 % name size font SF -
48 /SF{
49 findfont exch
50 [exch dup 0 exch 0 exch neg 0 0]makefont
51 dup setfont
52 [exch/setfont cvx]cvx bind def
53 }bind def
54 % name a c d font MF -
55 /MF{
56 findfont
57 [5 2 roll
58 0 3 1 roll % b
59 neg 0 0]makefont
60 dup setfont
61 [exch/setfont cvx]cvx bind def
62 }bind def
63 /level0 0 def
64 /RES 0 def
65 /PL 0 def
66 /LS 0 def
67 % Enable manual feed.
68 % MANUAL -
69 /MANUAL{
70 statusdict begin/manualfeed true store end
71 }bind def
72 % Guess the page length.
73 % This assumes that the imageable area is vertically centered on the page.
74 % PLG - length
75 /PLG{
76 gsave newpath clippath pathbbox grestore
77 exch pop add exch pop
78 }bind def
79 % BP -
80 /BP{
81 /level0 save def
82 1 setlinecap
83 1 setlinejoin
84 DEFS/BPhook known{DEFS begin BPhook end}if
85 72 RES div dup scale
86 LS{
87 90 rotate
89 0 PL translate
90 }ifelse
91 1 -1 scale
92 }bind def
93 /EP{
94 level0 restore
95 showpage
96 }def
97 % centerx centery radius startangle endangle DA -
98 /DA{
99 newpath arcn stroke
100 }bind def
101 % x y SN - x' y'
102 % round a position to nearest (pixel + (.25,.25))
103 /SN{
104 transform
105 .25 sub exch .25 sub exch
106 round .25 add exch round .25 add exch
107 itransform
108 }bind def
109 % endx endy startx starty DL -
110 % we round the endpoints of the line, so that parallel horizontal
111 % and vertical lines will appear even
112 /DL{
114 moveto
116 lineto stroke
117 }bind def
118 % centerx centery radius DC -
119 /DC{
120 newpath 0 360 arc closepath
121 }bind def
122 /TM matrix def
123 %  width height centerx centery DE -
124 /DE{
125 TM currentmatrix pop
126 translate scale newpath 0 0 .5 0 360 arc closepath
127 TM setmatrix
128 }bind def
129 % these are for splines
130 /RC/rcurveto load def
131 /RL/rlineto load def
132 /ST/stroke load def
133 /MT/moveto load def
134 /CL/closepath load def
135 % fill the last path
136 % r g b Fr -
137 /Fr{
138 setrgbcolor fill
139 }bind def
140 % c m y k Fk -
141 /setcmykcolor where{
143 /Fk{
144 setcmykcolor fill
145 }bind def
147 % g Fg -
148 /Fg{
149 setgray fill
150 }bind def
151 % fill with the "current color"
152 /FL/fill load def
153 /LW/setlinewidth load def
154 /Cr/setrgbcolor load def
155 /setcmykcolor where{
157 /Ck/setcmykcolor load def
159 /Cg/setgray load def
160 % new_font_name encoding_vector old_font_name RE -
161 /RE{
162 findfont
163 dup maxlength 1 index/FontName known not{1 add}if dict begin
165 1 index/FID ne
166 2 index/UniqueID ne
168 {def}{pop pop}ifelse
169 }forall
170 /Encoding exch def
171 dup/FontName exch def
172 currentdict end definefont pop
173 }bind def
174 /DEFS 0 def
175 % hpos vpos EBEGIN -
176 /EBEGIN{
177 moveto
178 DEFS begin
179 }bind def
180 /EEND/end load def
181 /CNT 0 def
182 /level1 0 def
183 % llx lly newwid wid newht ht newllx newlly PBEGIN -
184 /PBEGIN{
185 /level1 save def
186 translate
187 div 3 1 roll div exch scale
188 neg exch neg exch translate
189 % set the graphics state to default values
190 0 setgray
191 0 setlinecap
192 1 setlinewidth
193 0 setlinejoin
194 10 setmiterlimit
195 []0 setdash
196 /setstrokeadjust where{
198 false setstrokeadjust
200 /setoverprint where{
202 false setoverprint
204 newpath
205 /CNT countdictstack def
206 userdict begin
207 /showpage{}def
209 %  Any included setpagedevice should be ignored.
210 %  See: http://www.w-beer.de/doc/ps/.
212 /setpagedevice{}def
213 mark
214 }bind def
215 /PEND{
216 cleartomark
217 countdictstack CNT sub{end}repeat
218 level1 restore
219 }bind def
220 end def
221 /setpacking where{
223 setpacking
225 %%EndResource
226 %%EndProlog
227 %%BeginSetup
228 %%BeginFeature: *PageSize Default
229 << /PageSize [ 595 842 ] /ImagingBBox null >> setpagedevice
230 %%EndFeature
231 %%IncludeResource: font Times-Italic
232 %%IncludeResource: font Times-Roman
233 %%IncludeResource: font Times-Bold
234 grops begin/DEFS 1 dict def DEFS begin/u{.001 mul}bind def end/RES 72
235 def/PL PLG def/LS false def/ENC0[/asciicircum/asciitilde/Scaron/Zcaron
236 /scaron/zcaron/Ydieresis/trademark/quotesingle/Euro/.notdef/.notdef
237 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
238 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
239 /.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent
240 /ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen
241 /period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon
242 /semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O
243 /P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/circumflex
244 /underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y
245 /z/braceleft/bar/braceright/tilde/.notdef/quotesinglbase/guillemotleft
246 /guillemotright/bullet/florin/fraction/perthousand/dagger/daggerdbl
247 /endash/emdash/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/hungarumlaut
248 /dotaccent/breve/caron/ring/ogonek/quotedblleft/quotedblright/oe/lslash
249 /quotedblbase/OE/Lslash/.notdef/exclamdown/cent/sterling/currency/yen
250 /brokenbar/section/dieresis/copyright/ordfeminine/guilsinglleft
251 /logicalnot/minus/registered/macron/degree/plusminus/twosuperior
252 /threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior
253 /ordmasculine/guilsinglright/onequarter/onehalf/threequarters
254 /questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE
255 /Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex
256 /Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis
257 /multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn
258 /germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
259 /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
260 /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash
261 /ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
262 /Times-Bold@0 ENC0/Times-Bold RE/Times-Roman@0 ENC0/Times-Roman RE
263 /Times-Italic@0 ENC0/Times-Italic RE
264 %%EndSetup
265 %%Page: 1 1
266 %%BeginPageSetup
268 %%EndPageSetup
269 /F0 10/Times-Italic@0 SF(REGRESSION-380)72.63 48 Q/F1 10/Times-Roman@0
270 SF(\(\)).47 E F0(REGRESSION-380)298.69 E F1(\(\)).47 E/F2 10.95
271 /Times-Bold@0 SF -.219(NA)72 84 S(ME).219 E F1(re)108 96 Q
272 (gression-380 \255 re)-.15 E(gression test for B)-.15 E(UG#380)-.1 E
273 (#380 manpage writer does not add space after .B)108 120 Q(... some)108
274 144 Q(where in the sphinx pipeline something is ... f)-.25 E(ailing)-.1
275 E(Maybe the)108 168 Q/F3 10/Times-Bold@0 SF(install)2.5 E F1
276 (subparser is a problem.)2.5 E(Input e)108 192 Q
277 (xtracted with standard ar)-.15 E(gparse \255\255\255)-.18 E
278 (usage: tmpmain.p)108 216 Q 2.5(y[)-.1 G
279 (\255h] [\255\255general GENERAL] foo bar {install} ...)-2.5 E F3
280 (positional ar)108 232.8 Q(guments:)-.1 E F1 45(foo foo)144 244.8 R
281 (help bar {install})2.5 E(System Message: ERR)108 261.6 Q
282 (OR/3 \(input/optionstoo.txt:, line 23\))-.4 E(Une)144 273.6 Q
283 (xpected indentation.)-.15 E 30(install install)160.5 285.6 R(help)2.5 E
284 F3(optional ar)108 302.4 Q(guments:)-.1 E<ad68>143 319.2 Q F1(,)A F3
285 (\255\255help)2.5 E F1(sho)179 331.2 Q 2.5(wt)-.25 G
286 (his help message and e)-2.5 E(xit)-.15 E F3(\255\255general)143 348 Q
287 F0(GENERAL)2.5 E F1(,)A F3<ad47>2.5 E F0(GENERAL)2.5 E F1
288 (General option)179 360 Q F3<ad6f>143 376.8 Q F0(FILE)2.5 E F1(,)A F3
289 (\255\255ouput)2.5 E F0(FILE)2.5 E F1(output \214le)179 388.8 Q(NO)108
290 412.8 Q(TE "sho)-.4 E(w" "General" and "output" on same column.)-.25 E
291 (1)535 768 Q 0 Cg EP
292 %%Trailer
294 %%EOF