summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/info/dvips.info
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-03-04 16:00:29 +0000
committerKarl Berry <karl@freefriends.org>2022-03-04 16:00:29 +0000
commit5027858830867ff20c7eca53eed6f8b798c5ad9c (patch)
tree842f07fed6d88920a1bcdc035157bb20e17e7904 /Master/texmf-dist/doc/info/dvips.info
parentf23f3a09677e44ad094dcf2aa3ac0c3dc3893238 (diff)
2022 doc (+sync) update
git-svn-id: svn://tug.org/texlive/trunk@62387 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/info/dvips.info')
-rw-r--r--Master/texmf-dist/doc/info/dvips.info714
1 files changed, 379 insertions, 335 deletions
diff --git a/Master/texmf-dist/doc/info/dvips.info b/Master/texmf-dist/doc/info/dvips.info
index 07bdeff39f2..34086bc9dc3 100644
--- a/Master/texmf-dist/doc/info/dvips.info
+++ b/Master/texmf-dist/doc/info/dvips.info
@@ -1,11 +1,11 @@
-This is dvips.info, produced by makeinfo version 5.1 from dvips.texi.
+This is dvips.info, produced by makeinfo version 6.8 from dvips.texi.
-This manual documents Dvips version 2021.1 (February 2021), a program to
+This manual documents Dvips version 2022.1 (January 2022), a program to
translate a DVI file into PostScript. You may freely use, modify and/or
distribute this file.
INFO-DIR-SECTION TeX
START-INFO-DIR-ENTRY
-* DVI-to-Postscript: (dvips). Translating TeX DVI files to PostScript.
+* DVI-to-PostScript: (dvips). Translating TeX DVI files to PostScript.
* afm2tfm: (dvips)Invoking afm2tfm. Making Type 1 fonts available to TeX.
* dvips: (dvips)Invoking Dvips. DVI-to-PostScript translator.
END-INFO-DIR-ENTRY
@@ -16,7 +16,7 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir)
Dvips
*****
-This manual documents Dvips version 2021.1 (February 2021), a program to
+This manual documents Dvips version 2022.1 (January 2022), a program to
translate a DVI file into PostScript. You may freely use, modify and/or
distribute this file.
@@ -213,7 +213,7 @@ format. The latest version is available via <https://ghostscript.com>.
The program Ghostview, originally written by Johannes Plass and Tim
Theisen, provides typical previewing capabilities (next page/previous
page, magnification, etc.). It requires Ghostscript to run, and files
-in structured Postscript, specifically with '%%Page' comments (no 'N' in
+in structured PostScript, specifically with '%%Page' comments (no 'N' in
'config.ps'). The current version is known as GV, and is available from
<https://www.gnu.org/software/gv>.
@@ -416,9 +416,9 @@ environment variables, and command-line options.
* Menu:
* Basic usage::
-* Command-line options::
-* Environment variables::
-* Config files::
+* Command-line options::
+* Environment variables::
+* Config files::

File: dvips.info, Node: Basic usage, Next: Command-line options, Up: Invoking Dvips
@@ -639,8 +639,10 @@ reversal, use '-r0'. Such options are marked with a trailing '*'.
'-h NAME'
Prepend NAME as an additional header file, or, if NAME is '-',
- suppress all header files. Any definitions in the header file get
- added to the PostScript 'userdict'.
+ suppress inclusion of default header files. If '-h' is given
+ multiple times, the headers are included in the order given. Any
+ definitions in the header file get added to the PostScript
+ 'userdict'.
'-i*'
Make each section be a separate file; a "section" is a part of the
@@ -684,18 +686,35 @@ reversal, use '-r0'. Such options are marked with a trailing '*'.
header macros from some software packages read portion the input
stream line by line, searching for a particular comment.
-'-l [=]NUM'
- The last page printed will be the first one numbered NUM. Default
- is the last page in the document. If NUM is prefixed by an equals
- sign, then it (and the argument to the '-p' option, if specified)
- is treated as a physical (absolute) page number, rather than a
- value to compare with the TeX '\count0' values stored in the DVI
- file. Thus, using '-l =9' will end with the ninth page of the
- document, no matter what the pages are actually numbered.
+'-l [=]NUM[.PAGESEQ]'
+ The last page printed will be the first one numbered NUM; the
+ default is the last page in the document.
+
+ By default, NUM is compared to TeX's idea of the page number (more
+ precisely, the '\count0' value written in the DVI file). But if
+ NUM is prefixed by an equals sign, then it (and the argument to the
+ '-p' option, if specified) is treated as a physical (absolute) page
+ number, Thus, using '-l =9' will end the output with the ninth page
+ of the document, no matter what the pages are actually numbered.
+
+ On the other hand, if PAGESEQ is specified, the PAGESEQth
+ occurrence of the given TeX page number is used. For example, '-l
+ 99.2' says to end with the second page numbered 99 in the document.
+ The '=' and LASTSEQ features aren't useful together.
'-L*'
By default or with '-L1', the last 'papersize' special wins; with
- '-L0', the first special wins. *Note 'papersize' special::.
+ '-L0', the first special wins. *Note papersize special::.
+
+'-landscaperotate*'
+ When looking for matching paper sizes, permit rotation of page
+ content on the page to match the given size; the default, as of
+ Dvips 2022.1, is not to do this. It should not be needed in modern
+ systems with normal print spoolers, and can be harmful when
+ converting to PDF (*note Config file paper sizes::). This option
+ accepts an optional suffix of 0 (to explicitly disable) or 1 (to
+ explicitly enable); if the option is specified without a suffix, it
+ enables the behavior.
'-m*'
Specify manual feed, if supported by the output device.
@@ -771,7 +790,7 @@ reversal, use '-r0'. Such options are marked with a trailing '*'.
'-O X-OFFSET,Y-OFFSET'
Move the origin by X-OFFSET,Y-OFFSET, a comma-separated pair of
- dimensions such as '.1in,-.3cm' (*note 'papersize' special::). The
+ dimensions such as '.1in,-.3cm' (*note papersize special::). The
origin of the page is shifted from the default position (of one
inch down, one inch to the right from the upper left corner of the
paper) by this amount. This is usually best specified in the
@@ -787,14 +806,9 @@ reversal, use '-r0'. Such options are marked with a trailing '*'.
every page, your best recourse is to use 'bop-hook' (*note
PostScript hooks::).
-'-p [=]NUM'
- The first page printed will be the first one numbered NUM. Default
- is the first page in the document. If NUM is prefixed by an equals
- sign, then it (and the argument to the '-l' option, if specified)
- is treated as a physical (absolute) page number, rather than a
- value to compare with the TeX '\count0' values stored in the DVI
- file. Thus, using '-p =3' will start with the third page of the
- document, no matter what the pages are actually numbered.
+'-p [=]NUM[.PAGESEQ]'
+ Exactly analogous to '-l' (q.v.), but specifying the first page
+ number to be printed (processed).
'-pp FIRST-LAST'
Print pages FIRST through LAST; equivalent to '-p FIRST -l LAST',
@@ -875,7 +889,7 @@ reversal, use '-r0'. Such options are marked with a trailing '*'.
'-T HSIZE,VSIZE'
Set the paper size to (HSIZE,VSIZE), a comma-separated pair of
- dimensions such as '.1in,-.3cm' (*note 'papersize' special::). It
+ dimensions such as '.1in,-.3cm' (*note papersize special::). It
overrides any paper size special in the DVI file. Be careful, as
the paper size will stick to a predefined size if there is one
close enough. To disable this behavior, use '-tunknown'.
@@ -1153,7 +1167,9 @@ There is no provision for continuation lines.
Option details::.
'h HEADER'
- Prepend HEADER to output. Same as 'h-', *note Option details::.
+ Prepend HEADER to output. Same as 'h-'; that is, the config file
+ 'h' directive suppresses any inclusion of standard headers (*note
+ Option details::).
'H PATH'
Use PATH to search for PostScript header files. The environment
@@ -1175,6 +1191,10 @@ There is no provision for continuation lines.
If zero, the first paper size specified is effective, else the
last. Same as '-L', *note Option details::.
+'landscaperotate'
+ Permit rotation of page content to match page size. Same as
+ '-landscaperotate', *note Option details::.
+
'm NUM'
Declare NUM as the memory available for fonts and strings in the
printer. The compile-time default is 180000, but this is typically
@@ -1207,7 +1227,7 @@ There is no provision for continuation lines.
'N*'
Disable structured comments. Beware: This also turns off
- displaying page numbers or changing to specific pagenumbers in
+ displaying page numbers or changing to specific page numbers in
PostScript viewers. Same as '-N', *note Option details::.
'o NAME'
@@ -1338,12 +1358,12 @@ attempt to override it manually.
* Menu:
-* 'papersize' special:: Specifying the paper size in TeX.
+* papersize special:: Specifying the paper size in TeX.
* Config file paper sizes:: Specifying printer- and site-specific sizes.
* Paper trays:: Changing paper trays automatically.

-File: dvips.info, Node: 'papersize' special, Next: Config file paper sizes, Up: Paper size and landscape
+File: dvips.info, Node: papersize special, Next: Config file paper sizes, Up: Paper size and landscape
4.1 'papersize' special
=======================
@@ -1365,7 +1385,7 @@ An alternate specification of 'landscape':
\special{landscape}
This is supported for backward compatibility, but it is hoped that
-reventually the 'papersize' comment will dominate.
+eventually the 'papersize' comment will dominate.
Of course, such a '\special' only informs Dvips of the desired paper
size; you must also adjust '\hsize' and '\vsize' in your TeX document
@@ -1386,7 +1406,7 @@ the first special wins--this was the behavior of Dvips prior to the 2017
release.

-File: dvips.info, Node: Config file paper sizes, Next: Paper trays, Prev: 'papersize' special, Up: Paper size and landscape
+File: dvips.info, Node: Config file paper sizes, Next: Paper trays, Prev: papersize special, Up: Paper size and landscape
4.2 Configuration file paper size command
=========================================
@@ -1443,7 +1463,21 @@ with zero dimensions is used; this should be the 'unknown' paper size
definition mentioned below, resulting in the actual dimensions being
used.
- Landscape mode for all paper sizes is automatically supported.
+ In versions of Dvips prior to 2022.1, if the paper size specified did
+not match one of the defined paper sizes, Dvips considered rotated page
+content and rotated paper sizes for a match. This provided some
+automatic support for landscape mode on raw printers, but today it can
+be harmful when generating PDF. (Specifically, the '/MediaBox' then ends
+up with rotated values, which is not expected by PDF viewers, e.g., when
+a document intentionally has a single page rotated.)
+
+ Further, on all recent computer systems, this facility is typically
+provided instead by a print spooler that considers the bounding box of
+the document and inserts appropriate media selection commands as part of
+the print job. So, this automatic rotation is no longer done by default
+by Dvips. If you want to enable it, the '-landscaperotate' command line
+option or 'landscaperotate' configuration file option can be used.
+*Note Option details::.
If your printer has a command to set a special paper size, then give
dimensions of '0in 0in'; the PostScript code that sets the paper size
@@ -1730,8 +1764,8 @@ terminal when it processes each figure, give the command:
* Menu:
-* EPSF scaling::
-* EPSF clipping::
+* EPSF scaling::
+* EPSF clipping::

File: dvips.info, Node: EPSF scaling, Next: EPSF clipping, Up: EPSF macros
@@ -2003,8 +2037,8 @@ header files are included.
* Menu:
-* Including headers from TeX::
-* Including headers from the command line::
+* Including headers from TeX::
+* Including headers from the command line::
* Headers and memory usage::

@@ -2381,11 +2415,6 @@ more, but copies are available elsewhere:
<http://www.math.hawaii.edu/~ralph/MathOnWeb/TeXPDF.html>
<http://www.utdallas.edu/~cantrell/online/543e.html>
- You may also want to check "Notes on converting (La)TeX documents to
-robust PDF using Rokicki's dvips and Acrobat Distiller" by Timothy P.
-Van Zandt:
-<http://www.emrg.com/texpdf.htmlhttp://zandtwerk.insead.fr/tex2pdf.html>.
-

File: dvips.info, Node: Hypertext specials, Prev: Hypertext caveats, Up: Hypertext
@@ -2530,7 +2559,7 @@ ff, ffi, and ffl.)
Different typesetting systems use different metric file formats:
- * Each Postscript font has an "Adobe font metrics" ('.afm') file.
+ * Each PostScript font has an "Adobe font metrics" ('.afm') file.
These files are plain text, so you can inspect them easily. You
can get AFM files for Adobe's fonts from
<ftp://ftp.adobe.com/pub/adobe/Fonts/AFMs>.
@@ -2588,7 +2617,7 @@ appearance of the font at small sizes or low resolutions.
Although various kinds of PostScript outline fonts exist, by far the
most common, and the only one we will consider, is called "Type 1". The
-glyph files for Postscript Type 1 fonts typically have names ending in
+glyph files for PostScript Type 1 fonts typically have names ending in
'.pfa' ("printer font ASCII") or '.pfb' ("printer font binary").
In contrast, glyph files for Computer Modern and the other standard
@@ -2707,7 +2736,7 @@ To dvips, bitmapped fonts do not have any notion of linguistics; they
are simply a vector of glyphs. By comparison, PostScript fonts are
required to contain an encoding vector that at least provides glyph
names; these names can permit PostScript and PDF viewers to extract
-legible text from Postscript and PDF output.
+legible text from PostScript and PDF output.
Unlike previous versions, dvips versions 2020 and later add glyph
naming information to Type 3 bitmapped fonts (if they can locate such
@@ -2862,7 +2891,7 @@ something like this:
afm2tfm Times-Roman -v ptmr rptmr
This reads the file 'Times-Roman.afm', and produces two files as output,
-namely the virtual property list'file 'ptmr.vpl', and the "raw" font
+namely the virtual property list file 'ptmr.vpl', and the "raw" font
metric file 'rptmr.tfm'. To use the font in TeX, you first run
vptovf ptmr.vpl ptmr.vf ptmr.tfm
@@ -3774,23 +3803,23 @@ Index
* Menu:
* ! special (literal PS header): Literal headers. (line 6)
-* ! starting output filename: Option details. (line 247)
+* ! starting output filename: Option details. (line 266)
* " special (literal PostScript): " special. (line 6)
* %%BoundingBox: Bounding box. (line 17)
* %%Page, and multi-page information: PostScript hooks. (line 37)
-* %%Page, not generating: Option details. (line 212)
-* %%Page, removing: Option details. (line 165)
+* %%Page, not generating: Option details. (line 231)
+* %%Page, removing: Option details. (line 167)
* %%Page, required by Ghostview: Ghostscript installation.
(line 12)
-* %%Title: Option details. (line 357)
+* %%Title: Option details. (line 371)
* %%VMusage: Headers and memory usage.
(line 12)
* %*Font: Fonts in figures. (line 6)
* (atend), bounding box specification: Bounding box. (line 28)
* +PSMAPFILE: Configuration file commands.
- (line 126)
+ (line 132)
* -: Option details. (line 11)
-* - as output filename: Option details. (line 247)
+* - as output filename: Option details. (line 266)
* --help: Option summary. (line 7)
* --help <1>: Option details. (line 15)
* --version: Option details. (line 18)
@@ -3812,60 +3841,61 @@ Index
* -F: Option details. (line 115)
* -G: Option details. (line 122)
* -h NAME: Option details. (line 127)
-* -i: Option details. (line 132)
-* -j for partial font downloading: Option details. (line 151)
-* -K: Option details. (line 165)
-* -k for cropmarks: Option details. (line 157)
-* -L: Option details. (line 183)
-* -l [=]NUM: Option details. (line 174)
-* -m: Option details. (line 187)
-* -M: Option details. (line 199)
-* -mode MODE: Option details. (line 190)
-* -N: Option details. (line 212)
-* -n NUM: Option details. (line 209)
-* -noomega: Option details. (line 220)
-* -noptex: Option details. (line 226)
+* -i: Option details. (line 134)
+* -j for partial font downloading: Option details. (line 153)
+* -K: Option details. (line 167)
+* -k for cropmarks: Option details. (line 159)
+* -L: Option details. (line 192)
+* -l [=]NUM[.PAGESEQ]: Option details. (line 176)
+* -landscaperotate: Option details. (line 196)
+* -m: Option details. (line 206)
+* -M: Option details. (line 218)
+* -mode MODE: Option details. (line 209)
+* -N: Option details. (line 231)
+* -n NUM: Option details. (line 228)
+* -noomega: Option details. (line 239)
+* -noptex: Option details. (line 245)
* -O: Afm2tfm options. (line 51)
-* -o NAME: Option details. (line 242)
-* -O X-OFFSET,Y-OFFSET: Option details. (line 259)
-* -P PRINTER: Option details. (line 291)
+* -o NAME: Option details. (line 261)
+* -O X-OFFSET,Y-OFFSET: Option details. (line 278)
+* -P PRINTER: Option details. (line 305)
* -p PS-ENC: Changing PostScript encodings.
(line 6)
* -p PS-ENC <1>: Afm2tfm options. (line 56)
-* -p [=]NUM: Option details. (line 277)
-* -pp FIRST-LAST: Option details. (line 286)
-* -pp RANGE: Option details. (line 286)
+* -p [=]NUM[.PAGESEQ]: Option details. (line 296)
+* -pp FIRST-LAST: Option details. (line 300)
+* -pp RANGE: Option details. (line 300)
* -PPRINTER, and config file searching: Configuration file searching.
(line 27)
-* -q: Option details. (line 310)
-* -r: Option details. (line 314)
-* -R: Option details. (line 317)
-* -s: Option details. (line 325)
-* -S NUM: Option details. (line 332)
+* -q: Option details. (line 324)
+* -r: Option details. (line 328)
+* -R: Option details. (line 331)
+* -s: Option details. (line 339)
+* -S NUM: Option details. (line 346)
* -s SLANT: Afm2tfm options. (line 61)
* -T ENC-FILE: Changing both encodings.
(line 6)
-* -T HSIZE,VSIZE: Option details. (line 363)
-* -t PAPERTYPE: Option details. (line 337)
+* -T HSIZE,VSIZE: Option details. (line 377)
+* -t PAPERTYPE: Option details. (line 351)
* -T PS-TEX-ENC: Afm2tfm options. (line 71)
* -t TEX-ENC: Changing TeX encodings.
(line 6)
* -t TEX-ENC <1>: Afm2tfm options. (line 66)
-* -title STR: Option details. (line 357)
-* -U: Option details. (line 378)
+* -title STR: Option details. (line 371)
+* -U: Option details. (line 392)
* -u: Afm2tfm options. (line 75)
-* -u PSMAPFILE: Option details. (line 370)
-* -v: Option details. (line 386)
-* -V: Option details. (line 389)
+* -u PSMAPFILE: Option details. (line 384)
+* -v: Option details. (line 400)
+* -V: Option details. (line 403)
* -v VPL-FILE: Afm2tfm options. (line 81)
* -V VPL-FILE: Afm2tfm options. (line 84)
-* -x NUM: Option details. (line 398)
-* -X NUM: Option details. (line 406)
-* -Y NUM: Option details. (line 413)
+* -x NUM: Option details. (line 412)
+* -X NUM: Option details. (line 420)
+* -Y NUM: Option details. (line 427)
* -z: Hypertext. (line 6)
-* -Z for compressing bitmap fonts: Option details. (line 422)
-* -z for recognizing hyperdvi: Option details. (line 416)
-* '..'-relative filenames: Option details. (line 317)
+* -Z for compressing bitmap fonts: Option details. (line 436)
+* -z for recognizing hyperdvi: Option details. (line 430)
+* ..-relative filenames: Option details. (line 331)
* .afm Adobe metric files: Metric files. (line 26)
* .dvipsrc, searched for: Configuration file searching.
(line 14)
@@ -3917,20 +3947,20 @@ Index
* \magnification: EPSF scaling. (line 62)
* \rotninety: Literal examples. (line 27)
* \textCOLORNAME: Color macro files. (line 46)
-* | starting output filename: Option details. (line 247)
+* | starting output filename: Option details. (line 266)
* a config command (conserve memory): Configuration file commands.
(line 21)
* A ring, Scandinavian letter: Reencoding with Afm2tfm.
(line 32)
-* a3 papertype: Option details. (line 337)
+* a3 papertype: Option details. (line 351)
* a4 paper size: Config file paper sizes.
- (line 82)
-* a4 papertype: Option details. (line 337)
+ (line 96)
+* a4 papertype: Option details. (line 351)
* A4size paper size: Config file paper sizes.
- (line 90)
-* absolute filenames, disabling: Option details. (line 317)
-* absolute page number, and '-l': Option details. (line 174)
-* absolute page number, and '-p': Option details. (line 277)
+ (line 104)
+* absolute filenames, disabling: Option details. (line 331)
+* absolute page number, and -l: Option details. (line 176)
+* absolute page number, and -p: Option details. (line 296)
* accent height adjustment, omitting: Afm2tfm options. (line 33)
* accents, in wrong position: Reencoding with Afm2tfm.
(line 32)
@@ -3946,7 +3976,7 @@ Index
* Aladdin Ghostscript: Ghostscript installation.
(line 6)
* Anderson, Laurie: Hypertext specials. (line 42)
-* angle ('psfile' special option): psfile special. (line 36)
+* angle (psfile special option): psfile special. (line 36)
* arcs: Glyph files. (line 17)
* ASCII character codes, used by PostScript: PostScript typesetting.
(line 31)
@@ -3973,7 +4003,7 @@ Index
* bop-hook: Paper trays. (line 6)
* bop-hook <1>: EPSF scaling. (line 74)
* bop-hook <2>: PostScript hooks. (line 11)
-* bop-hook, and offset pages: Option details. (line 272)
+* bop-hook, and offset pages: Option details. (line 291)
* boundary character: Encoding file format.
(line 41)
* bounding box, comment for: Bounding box. (line 6)
@@ -3997,7 +4027,7 @@ Index
(line 6)
* CharStrings Type 1 dictionary: PostScript typesetting.
(line 51)
-* clip ('psfile' special option): psfile special. (line 39)
+* clip (psfile special option): psfile special. (line 39)
* clipping of EPSF: EPSF clipping. (line 6)
* CODINGSCHEME: Reencoding with Afm2tfm.
(line 51)
@@ -4021,21 +4051,21 @@ Index
(line 13)
* comments, in encoding files: Encoding file format.
(line 20)
-* comments, removing included: Option details. (line 165)
+* comments, removing included: Option details. (line 167)
* compilation: Installation. (line 6)
* compressed PostScript: Dynamic creation of graphics.
(line 6)
-* compressing bitmap fonts: Option details. (line 422)
+* compressing bitmap fonts: Option details. (line 436)
* Computer Modern in PostScript: Hypertext caveats. (line 6)
* Computer Modern, encoding of: Encodings. (line 15)
* condensed fonts: Afm2tfm options. (line 47)
* config.proto: config.ps installation.
(line 14)
-* config.ps: Option details. (line 291)
+* config.ps: Option details. (line 305)
* config.ps installation: config.ps installation.
(line 6)
* config.ps paper sizes: Config file paper sizes.
- (line 82)
+ (line 96)
* config.ps, searched for: Configuration file searching.
(line 10)
* configuration file options: Configuration file commands.
@@ -4063,8 +4093,8 @@ Index
* copies, duplicated page bodies: Option details. (line 31)
* copies, uncollated: Option details. (line 46)
* Crayola crayon box: Color macro files. (line 17)
-* crop.pro: Option details. (line 157)
-* cropmarks: Option details. (line 157)
+* crop.pro: Option details. (line 159)
+* cropmarks: Option details. (line 159)
* current font, in PostScript: PostScript typesetting.
(line 35)
* D config command (dpi): Configuration file commands.
@@ -4076,22 +4106,22 @@ Index
* debugging <1>: Option details. (line 57)
* debugging options: Debug options. (line 6)
* default resolutions: Configuration file commands.
- (line 147)
+ (line 153)
* default_texsizes Make variable: Configuration file commands.
- (line 163)
+ (line 169)
* Deutsch, Peter: Ghostscript installation.
(line 6)
* device dependency, and virtual fonts: Configuration file commands.
- (line 186)
-* dictionary, 'CharStrings': PostScript typesetting.
+ (line 192)
+* dictionary, CharStrings: PostScript typesetting.
(line 51)
* dictionary, PostScript language: PostScript typesetting.
(line 35)
-* dictionary, 'SDict': Literal headers. (line 6)
-* dictionary, 'userdict': Header files. (line 21)
-* distillation, and '-z': Option details. (line 416)
+* dictionary, SDict: Literal headers. (line 6)
+* dictionary, userdict: Header files. (line 21)
+* distillation, and -z: Option details. (line 430)
* distiller, for PDF files: Hypertext. (line 11)
-* document title, specifying: Option details. (line 357)
+* document title, specifying: Option details. (line 371)
* dot accent: Reencoding with Afm2tfm.
(line 32)
* double-sided printing: Option details. (line 37)
@@ -4116,7 +4146,7 @@ Index
* DVIPSHEADERS: Environment variables.
(line 31)
* DVIPSHEADERS, overrides H: Configuration file commands.
- (line 60)
+ (line 62)
* DVIPSMAKEPK: Environment variables.
(line 35)
* DVIPSRC: Environment variables.
@@ -4124,7 +4154,7 @@ Index
* DVIPSSIZES: Environment variables.
(line 46)
* DVIPSSIZES, overrides R: Configuration file commands.
- (line 160)
+ (line 166)
* dynamic creation of graphics: Dynamic creation of graphics.
(line 6)
* e config command (maxdrift): Configuration file commands.
@@ -4184,16 +4214,16 @@ Index
(line 6)
* failure, to print at all: No output. (line 6)
* fallback resolutions: Configuration file commands.
- (line 147)
+ (line 153)
* figures and fonts: Fonts in figures. (line 6)
* figures, natural size: EPSF macros. (line 38)
* figures, scaling: EPSF scaling. (line 6)
* filter, running as a: Option details. (line 103)
-* first page printed: Option details. (line 277)
+* first page printed: Option details. (line 296)
* font concepts: Font concepts. (line 6)
* font encodings, bitmap: Bitmap font encodings.
(line 6)
-* font generation, avoiding: Option details. (line 199)
+* font generation, avoiding: Option details. (line 218)
* fontinst: Invoking afm2tfm. (line 13)
* fonts, as header files: Including headers from TeX.
(line 13)
@@ -4223,11 +4253,11 @@ Index
(line 6)
* ghostview: Ghostscript installation.
(line 12)
-* Ghostview, and no 'N': Ghostscript installation.
+* Ghostview, and no N: Ghostscript installation.
(line 12)
* glyph files: Glyph files. (line 6)
* GLYPHFONTS, overrides P: Configuration file commands.
- (line 135)
+ (line 141)
* gnuplot: Dynamic creation of graphics.
(line 25)
* graphics inclusion fails: Including graphics fails.
@@ -4235,16 +4265,16 @@ Index
* gs installation: Ghostscript installation.
(line 6)
* gsave/grestore, and literal PS: Literal examples. (line 27)
-* gsftopk: Option details. (line 390)
+* gsftopk: Option details. (line 404)
* h config command (download additional header): Configuration file commands.
(line 57)
* H config command (PostScript header path): Configuration file commands.
- (line 60)
+ (line 62)
* Hafner, Jim: Color. (line 6)
* header file, downloading: Option details. (line 127)
* header files, defined: Header files. (line 6)
* header path, defining: Configuration file commands.
- (line 60)
+ (line 62)
* header=FILE \special: Including headers from TeX.
(line 6)
* headers and memory usage: Headers and memory usage.
@@ -4255,24 +4285,23 @@ Index
(line 6)
* hints: PostScript typesetting.
(line 55)
-* hoffset ('psfile' special option): psfile special. (line 18)
+* hoffset (psfile special option): psfile special. (line 18)
* HP4Si printer and paper trays: Paper trays. (line 6)
* href: Hypertext specials. (line 32)
-* hscale ('psfile' special option): psfile special. (line 30)
-* hsize ('psfile' special option): psfile special. (line 24)
+* hscale (psfile special option): psfile special. (line 30)
+* hsize (psfile special option): psfile special. (line 24)
* html specials: Hypertext. (line 6)
-* html specials, and '-z': Option details. (line 416)
-* 'http://xxx.lanl.gov/hypertex': Hypertext. (line 22)
+* html specials, and -z: Option details. (line 430)
* Hungarian umlaut: Reencoding with Afm2tfm.
(line 32)
-* hyperdvi extensions, enabling: Option details. (line 416)
+* hyperdvi extensions, enabling: Option details. (line 430)
* hypertext and bitmap fonts: Hypertext caveats. (line 6)
* hypertext caveats: Hypertext caveats. (line 6)
* hypertext caveats <1>: Hypertext caveats. (line 6)
* hypertext specials: Hypertext specials. (line 6)
* hypertext support: Hypertext. (line 6)
* i config command (pages/section): Configuration file commands.
- (line 64)
+ (line 66)
* Illustrator, workaround for: Including graphics fails.
(line 10)
* img: Hypertext specials. (line 52)
@@ -4282,7 +4311,7 @@ Index
(line 6)
* including headers in TeX: Including headers from TeX.
(line 6)
-* installation of 'config.ps': config.ps installation.
+* installation of config.ps: config.ps installation.
(line 6)
* installation of PostScript fonts: PostScript font installation.
(line 6)
@@ -4294,34 +4323,41 @@ Index
* inverted output: Small or inverted. (line 6)
* invoking Dvips: Invoking Dvips. (line 6)
* j config command (partial font downloading): Configuration file commands.
- (line 68)
+ (line 70)
* Japanese font metric file: Virtual fonts. (line 37)
* Jeffrey, Alan: Invoking afm2tfm. (line 13)
* JFM file, and virtual font fallback: Virtual fonts. (line 37)
* K config command (comment removal): Configuration file commands.
- (line 72)
+ (line 74)
* kerning, defined: Metric files. (line 15)
* KPATHSEA_DEBUG: Environment variables.
(line 18)
* L config command (last paper size wins): Configuration file commands.
- (line 76)
+ (line 78)
* landscape orientation, defined: Paper size and landscape.
(line 11)
-* landscape papertype: Option details. (line 337)
-* landscape, as '\special': 'papersize' special. (line 16)
-* last page printed: Option details. (line 174)
-* last-resort font scaling, with 'DVIPSSIZES': Environment variables.
+* landscape papertype: Option details. (line 351)
+* landscape, as \special: papersize special. (line 16)
+* landscaperotate: Option details. (line 196)
+* landscaperotate command line option: Config file paper sizes.
+ (line 58)
+* landscaperotate config command: Configuration file commands.
+ (line 82)
+* landscaperotate configuration file command: Config file paper sizes.
+ (line 58)
+* last page printed: Option details. (line 176)
+* last-resort font scaling, with DVIPSSIZES: Environment variables.
(line 47)
-* last-resort scaling, with 'R': Configuration file commands.
- (line 147)
-* ledger papertype: Option details. (line 337)
-* legal papertype: Option details. (line 337)
+* last-resort scaling, with R: Configuration file commands.
+ (line 153)
+* ledger papertype: Option details. (line 351)
+* legal papertype: Option details. (line 351)
* letter paper size: Config file paper sizes.
- (line 82)
-* letter papertype: Option details. (line 337)
+ (line 96)
+* letter papertype: Option details. (line 351)
* letterhead tray: Paper trays. (line 10)
* letterSize paper size: Config file paper sizes.
- (line 90)
+ (line 104)
* ligature operations: Encoding file format.
(line 54)
* ligature, defined: Metric files. (line 15)
@@ -4332,28 +4368,28 @@ Index
* literal headers: Literal headers. (line 6)
* literal PostScript, examples: Literal examples. (line 6)
* literal PostScript, using: Literal PS. (line 6)
-* llx ('psfile' special option): psfile special. (line 42)
-* lly ('psfile' special option): psfile special. (line 42)
+* llx (psfile special option): psfile special. (line 42)
+* lly (psfile special option): psfile special. (line 42)
* long documents not printing: Long documents fail. (line 6)
* low characters, shifting: Option details. (line 122)
-* lpr spooler, MS-DOS emulation: Option details. (line 247)
+* lpr spooler, MS-DOS emulation: Option details. (line 266)
* m config command (available memory): Configuration file commands.
- (line 80)
+ (line 86)
* M config command (mf mode): Configuration file commands.
- (line 107)
+ (line 113)
* macros for color: Color macro files. (line 6)
* macros for epsf inclusion: \includegraphics. (line 6)
* macros for epsf inclusion <1>: EPSF macros. (line 6)
* magnification, DVI: EPSF scaling. (line 62)
-* magnification, overriding DVI: Option details. (line 398)
-* magnification, vertical: Option details. (line 409)
+* magnification, overriding DVI: Option details. (line 412)
+* magnification, vertical: Option details. (line 423)
* mailcap and hypertext: Hypertext specials. (line 53)
-* manual feed: Option details. (line 187)
+* manual feed: Option details. (line 206)
* maxdrift: Option details. (line 76)
-* maximum pages printed: Option details. (line 209)
-* media: Option details. (line 337)
+* maximum pages printed: Option details. (line 228)
+* media: Option details. (line 351)
* memory available: Configuration file commands.
- (line 80)
+ (line 86)
* memory of printer exhausted: Printer errors. (line 14)
* memory usage, and headers: Headers and memory usage.
(line 6)
@@ -4362,43 +4398,43 @@ Index
(line 104)
* Metafont ligature operations: Encoding file format.
(line 54)
-* Metafont mode, specifying: Option details. (line 190)
+* Metafont mode, specifying: Option details. (line 209)
* Metafont source files: Glyph files. (line 30)
* metric files: Metric files. (line 6)
* Minion typeface family: psfonts.map. (line 60)
-* missfont.log: Option details. (line 199)
-* MISSFONT_LOG: Option details. (line 202)
+* missfont.log: Option details. (line 218)
+* MISSFONT_LOG: Option details. (line 221)
* Mitsubishi Shinko CHC-S446i printer: No output. (line 14)
* mkdvipspapers: Config file paper sizes.
- (line 79)
-* mktexpk, avoiding: Option details. (line 199)
+ (line 93)
+* mktexpk, avoiding: Option details. (line 218)
* mktexpk, changing name: Environment variables.
(line 36)
-* mode name, specifying: Option details. (line 190)
-* mtpk: Option details. (line 390)
+* mode name, specifying: Option details. (line 209)
+* mtpk: Option details. (line 404)
* multiple master fonts: psfonts.map. (line 60)
-* multiple output files: Option details. (line 132)
+* multiple output files: Option details. (line 134)
* multiple paper trays: Paper trays. (line 6)
* Murphy, Tim: Hypertext specials. (line 20)
* N config command (disable EPS): Configuration file commands.
- (line 110)
+ (line 116)
* name: Hypertext specials. (line 41)
* narrow fonts: psfonts.map. (line 19)
* no output at all: No output. (line 6)
* non-printing characters, shifting: Option details. (line 122)
* non-resident fonts: psfonts.map. (line 6)
-* nopaper, paper format for '-t': Config file paper sizes.
- (line 74)
+* nopaper, paper format for -t: Config file paper sizes.
+ (line 88)
* o config command (output destination): Configuration file commands.
- (line 115)
+ (line 121)
* O config command (page offsets): Configuration file commands.
- (line 123)
+ (line 129)
* oblique fonts: Special font effects.
(line 6)
* octal character codes: Afm2tfm options. (line 51)
* odd pages only: Option details. (line 27)
-* offset pages: Option details. (line 259)
-* Omega extensions: Option details. (line 220)
+* offset pages: Option details. (line 278)
+* Omega extensions: Option details. (line 239)
* option, details of: Option details. (line 6)
* options, debugging: Debug options. (line 6)
* options, Dvips: Invoking Dvips. (line 6)
@@ -4411,21 +4447,22 @@ Index
* output file, sectioning of: Headers and memory usage.
(line 6)
* output file, setting: Configuration file commands.
- (line 115)
-* output files, multiple: Option details. (line 132)
-* output title, specifying: Option details. (line 357)
+ (line 121)
+* output files, multiple: Option details. (line 134)
+* output title, specifying: Option details. (line 371)
* output, inverted: Small or inverted. (line 6)
* output, none: No output. (line 6)
-* output, redirecting: Option details. (line 242)
+* output, redirecting: Option details. (line 261)
* output, too small: Small or inverted. (line 6)
* p config command (font aliases): Configuration file commands.
- (line 126)
+ (line 132)
* P config command (PK path): Configuration file commands.
- (line 135)
-* page range: Option details. (line 286)
-* page, first printed: Option details. (line 277)
-* page, last printed: Option details. (line 174)
-* pages, maximum printed: Option details. (line 209)
+ (line 141)
+* page numbers, multiple repetitions of: Option details. (line 176)
+* page range: Option details. (line 300)
+* page, first printed: Option details. (line 296)
+* page, last printed: Option details. (line 176)
+* pages, maximum printed: Option details. (line 228)
* PaintType: Special font effects.
(line 50)
* Pantone colors: Color macro files. (line 17)
@@ -4436,16 +4473,16 @@ Index
* paper size, general: Paper size and landscape.
(line 6)
* paper trays: Paper trays. (line 6)
-* paper type: Option details. (line 337)
-* papersize special: 'papersize' special. (line 6)
-* papersize special, and no '-t': Option details. (line 337)
-* 'papersize' special, first vs. last: Option details. (line 183)
+* paper type: Option details. (line 351)
+* papersize special: papersize special. (line 6)
+* papersize special, and no -t: Option details. (line 351)
+* papersize special, first vs. last: Option details. (line 192)
* partial font downloading: psfonts.map. (line 55)
* PDF files, font quality: Hypertext caveats. (line 6)
* PDF files, making: Ghostscript installation.
(line 6)
* PDF files, making <1>: Hypertext. (line 11)
-* PDF files, option for: Option details. (line 416)
+* PDF files, option for: Option details. (line 430)
* pdfmark: Hypertext. (line 6)
* pfa files: Glyph files. (line 25)
* pfb files: Glyph files. (line 25)
@@ -4453,16 +4490,16 @@ Index
* pfm files: Metric files. (line 48)
* Phaser printer, used for color calibration: Color device configuration.
(line 18)
-* physical page number, and '-l': Option details. (line 174)
-* physical page number, and '-p': Option details. (line 277)
-* physical page number, and 'bop-hook': PostScript hooks. (line 26)
+* physical page number, and -l: Option details. (line 176)
+* physical page number, and -p: Option details. (line 296)
+* physical page number, and bop-hook: PostScript hooks. (line 26)
* pipes, not readable: Option details. (line 103)
* pk files: Glyph files. (line 35)
* PKFONTS, overrides P: Configuration file commands.
- (line 135)
-* plotfile, 'ps' subspecial: ps special. (line 29)
+ (line 141)
+* plotfile, ps subspecial: ps special. (line 29)
* pltotf: Metric files. (line 39)
-* popen for output: Option details. (line 247)
+* popen for output: Option details. (line 266)
* portrait orientation, defined: Paper size and landscape.
(line 11)
* positioning accuracy: Option details. (line 76)
@@ -4472,9 +4509,9 @@ Index
* PostScript encoding: Encodings. (line 27)
* PostScript encoding, changing: Changing PostScript encodings.
(line 6)
-* PostScript font alias file: Option details. (line 370)
+* PostScript font alias file: Option details. (line 384)
* PostScript font alias file <1>: Configuration file commands.
- (line 126)
+ (line 132)
* PostScript fonts: PostScript fonts. (line 6)
* PostScript fonts, installing: PostScript font installation.
(line 6)
@@ -4500,12 +4537,12 @@ Index
(line 14)
* printer errors: Printer errors. (line 6)
* printer memory: Configuration file commands.
- (line 80)
+ (line 86)
* printer memory exhausted: Printer errors. (line 14)
-* printer offset: Option details. (line 259)
+* printer offset: Option details. (line 278)
* PRINTER, and config file searching: Configuration file searching.
(line 36)
-* PRINTER, avoided with '-f': Option details. (line 103)
+* PRINTER, avoided with -f: Option details. (line 103)
* printer, driving directly: Option details. (line 115)
* problems: Diagnosing problems. (line 6)
* property list files: Metric files. (line 39)
@@ -4520,19 +4557,19 @@ Index
* psfonts.map <2>: psfonts.map. (line 6)
* psheaderdir: Header files. (line 12)
* psi character missing: Hypertext caveats. (line 53)
-* pstopk: Option details. (line 390)
-* pTeX extensions: Option details. (line 220)
-* pTeX extensions <1>: Option details. (line 226)
+* pstopk: Option details. (line 404)
+* pTeX extensions: Option details. (line 239)
+* pTeX extensions <1>: Option details. (line 245)
* ptex JFM: Virtual fonts. (line 37)
* q config command (quiet): Configuration file commands.
- (line 141)
+ (line 147)
* Q config command (quiet): Configuration file commands.
- (line 141)
-* quiet operation: Option details. (line 310)
-* R config command (fallback resolution): Configuration file commands.
(line 147)
+* quiet operation: Option details. (line 324)
+* R config command (fallback resolution): Configuration file commands.
+ (line 153)
* r config command (page reversal): Configuration file commands.
- (line 144)
+ (line 150)
* raw tfm files: Afm2tfm options. (line 17)
* reencode/*.enc: Encodings. (line 35)
* reencoding: Reencoding with Afm2tfm.
@@ -4543,25 +4580,25 @@ Index
* remapping: Reencoding with Afm2tfm.
(line 6)
* resident fonts, different in different printers: Option details.
- (line 370)
+ (line 384)
* resident fonts, different in different printers <1>: Configuration file commands.
- (line 126)
-* resolution: Option details. (line 406)
-* resolution <1>: Option details. (line 413)
+ (line 132)
+* resolution: Option details. (line 420)
+* resolution <1>: Option details. (line 427)
* resolution, setting: Option details. (line 63)
-* reverse pagination: Option details. (line 314)
-* rhi ('psfile' special option): psfile special. (line 46)
+* reverse pagination: Option details. (line 328)
+* rhi (psfile special option): psfile special. (line 46)
* Rokicki, Tomas: Why Dvips. (line 52)
* rotate.tex: ps special. (line 33)
-* rwi ('psfile' special option): psfile special. (line 46)
+* rwi (psfile special option): psfile special. (line 46)
* s config command (global save/restore): Configuration file commands.
- (line 169)
+ (line 175)
* S config command (pict path): Configuration file commands.
- (line 172)
+ (line 178)
* save/restore, and inverted output: Small or inverted. (line 6)
* save/restore, and literal PS: Literal examples. (line 27)
* save/restore, and specials: ps special. (line 6)
-* save/restore, generating global: Option details. (line 325)
+* save/restore, generating global: Option details. (line 339)
* scaleunit: psfile special. (line 66)
* scaling of figures: EPSF scaling. (line 6)
* scaling small caps: Afm2tfm options. (line 43)
@@ -4575,15 +4612,15 @@ Index
(line 6)
* sections of output file, and memory: Headers and memory usage.
(line 6)
-* sections output, in separate files: Option details. (line 132)
-* security: Option details. (line 317)
-* shell command execution, disabling: Option details. (line 317)
+* sections output, in separate files: Option details. (line 134)
+* security: Option details. (line 331)
+* shell command execution, disabling: Option details. (line 331)
* shell escape, in config file: Configuration file commands.
(line 42)
* Shinko CHC-S446i printer: No output. (line 14)
* show PostScript operator: PostScript typesetting.
(line 23)
-* silent operation: Option details. (line 310)
+* silent operation: Option details. (line 324)
* simplex mode on duplex printers: Including headers from the command line.
(line 13)
* slanted fonts: Special font effects.
@@ -4598,21 +4635,21 @@ Index
* specials, hypertext: Hypertext specials. (line 6)
* splines: Glyph files. (line 17)
* spooler, lacking: Option details. (line 115)
-* spooling to lpr on MS-DOS: Option details. (line 247)
+* spooling to lpr on MS-DOS: Option details. (line 266)
* standard I/O: Option details. (line 103)
* standard input, reading options from: Option details. (line 11)
-* standard output, output to: Option details. (line 242)
+* standard output, output to: Option details. (line 261)
* standard PostScript, required by Ghostview: Ghostscript installation.
(line 12)
* start-hook: PostScript hooks. (line 11)
-* structured comments: Option details. (line 212)
+* structured comments: Option details. (line 231)
* system in config file: Configuration file commands.
(line 42)
* T config command (TFM path): Configuration file commands.
- (line 177)
+ (line 183)
* Tektronix Phaser printer, used for color calibration: Color device configuration.
(line 18)
-* testpage.tex: Option details. (line 266)
+* testpage.tex: Option details. (line 285)
* TeX encoding, changing: Changing TeX encodings.
(line 6)
* TeX, including headers in: Including headers from TeX.
@@ -4620,13 +4657,13 @@ Index
* TEXCONFIG: Environment variables.
(line 55)
* TEXFONTS, overrides P: Configuration file commands.
- (line 135)
+ (line 141)
* TEXFONTS, overrides T: Configuration file commands.
- (line 177)
+ (line 183)
* TEXINPUTS, overrides S: Configuration file commands.
- (line 172)
+ (line 178)
* texmext.enc: Encodings. (line 35)
-* TEXMFOUTPUT: Option details. (line 202)
+* TEXMFOUTPUT: Option details. (line 221)
* texmital.enc: Encodings. (line 35)
* texmsym.enc: Encodings. (line 35)
* texmsym.enc <1>: Changing TeX encodings.
@@ -4634,164 +4671,171 @@ Index
* TEXPICTS: Environment variables.
(line 62)
* TEXPICTS, overrides S: Configuration file commands.
- (line 172)
+ (line 178)
* TEXPKS, overrides P: Configuration file commands.
- (line 135)
+ (line 141)
* TEXSIZES, overrides R: Configuration file commands.
- (line 160)
+ (line 166)
* text in figures, chopped off: EPSF clipping. (line 6)
* tfm files: Metric files. (line 31)
* TFMFONTS, overrides T: Configuration file commands.
- (line 177)
+ (line 183)
* tftopl: Metric files. (line 39)
* Theisen, Tim: Ghostscript installation.
(line 12)
* tight bounding box, finding: Option details. (line 87)
-* title, specifying: Option details. (line 357)
+* title, specifying: Option details. (line 371)
* too-small output: Small or inverted. (line 6)
* trademark character, accessing: Changing PostScript encodings.
(line 18)
* trailing spaces, dropped: Hypertext caveats. (line 53)
-* TranScript: Option details. (line 212)
+* TranScript: Option details. (line 231)
* transforming downloaded fonts: psfonts.map. (line 19)
* trouble: Diagnosing problems. (line 6)
* Type 1 fonts: Glyph files. (line 25)
* typesetting in PostScript: PostScript typesetting.
(line 6)
* U config command (Xerox 4045): Configuration file commands.
- (line 182)
+ (line 188)
* uncollated copies: Option details. (line 46)
* uncompressing PostScript: Dynamic creation of graphics.
(line 6)
* uniform resource locator: Hypertext specials. (line 20)
-* unknown, paper format for '-t': 'papersize' special. (line 29)
-* unknown, paper format for '-t' <1>: Config file paper sizes.
- (line 69)
+* unknown, paper format for -t: papersize special. (line 29)
+* unknown, paper format for -t <1>: Config file paper sizes.
+ (line 83)
* uptex JFM: Virtual fonts. (line 37)
* URL, definition: Hypertext specials. (line 27)
* URL, extended for TeX: Hypertext specials. (line 20)
-* urx ('psfile' special option): psfile special. (line 42)
-* ury ('psfile' special option): psfile special. (line 42)
+* urx (psfile special option): psfile special. (line 42)
+* ury (psfile special option): psfile special. (line 42)
* usage, basic: Basic usage. (line 6)
* user-definable colors: User-definable colors.
(line 6)
* userdict, and dictionary files: Header files. (line 21)
* userdict, used for header files: Option details. (line 127)
* V config command (vf path): Configuration file commands.
- (line 186)
+ (line 192)
* verbose EPSF processing: EPSF macros. (line 46)
* vf files: Virtual fonts. (line 16)
* virtual font expansion: Virtual fonts. (line 33)
* virtual font path: Configuration file commands.
- (line 186)
+ (line 192)
* virtual fonts: Virtual fonts. (line 6)
* virtual fonts, creating: Invoking afm2tfm. (line 13)
* VM exhausted: Printer errors. (line 14)
* VMusage: Headers and memory usage.
(line 12)
-* voffset ('psfile' special option): psfile special. (line 21)
+* voffset (psfile special option): psfile special. (line 21)
* vpl files: Virtual fonts. (line 16)
* vptovf: Making a font available.
(line 52)
-* vscale ('psfile' special option): psfile special. (line 33)
-* vsize ('psfile' special option): psfile special. (line 27)
+* vscale (psfile special option): psfile special. (line 33)
+* vsize (psfile special option): psfile special. (line 27)
* W config command (emit warning): Configuration file commands.
- (line 191)
+ (line 197)
* warning messages, defining: Configuration file commands.
- (line 191)
-* warnings, suppressing: Option details. (line 310)
+ (line 197)
+* warnings, suppressing: Option details. (line 324)
* whole font downloading: psfonts.map. (line 60)
* wide fonts: psfonts.map. (line 19)
* X config command (horizontal resolution): Configuration file commands.
- (line 198)
-* Xerox 4045: Option details. (line 378)
+ (line 204)
+* Xerox 4045: Option details. (line 392)
* Y config command (vertical resolution): Configuration file commands.
- (line 201)
+ (line 207)
* Z config command (compress fonts): Configuration file commands.
- (line 204)
+ (line 210)
* z config command (secure mode): Configuration file commands.
- (line 207)
+ (line 213)
+* zero dimensions and setting paper size: Config file paper sizes.
+ (line 74)

Tag Table:
-Node: Top521
-Node: Why Dvips1271
-Node: Installation3854
-Node: config.ps installation4789
-Node: PostScript font installation7396
-Node: Ghostscript installation8316
-Node: Diagnosing problems9255
-Node: Debug options10346
-Node: No output11350
-Node: Small or inverted12816
-Node: Printer errors13534
-Node: Long documents fail14866
-Node: Including graphics fails15207
-Node: Invoking Dvips16446
-Node: Basic usage17068
-Node: Command-line options18066
-Node: Option summary18514
-Node: Option details20789
-Node: Environment variables41006
-Node: Config files43867
-Node: Configuration file searching44537
-Node: Configuration file commands47734
-Node: Paper size and landscape55708
-Node: 'papersize' special57335
-Node: Config file paper sizes59045
-Node: Paper trays63203
-Node: Interaction with PostScript64537
-Node: PostScript figures65190
-Node: Bounding box65916
-Node: \includegraphics69288
-Node: EPSF macros71580
-Node: EPSF scaling73579
-Node: EPSF clipping76149
-Node: psfile special76791
-Node: Dynamic creation of graphics79183
-Node: Fonts in figures80501
-Node: Header files82151
-Node: Including headers from TeX83361
-Node: Including headers from the command line85399
-Node: Headers and memory usage86498
-Node: Literal PS87709
-Node: " special88291
-Node: ps special89032
-Node: Literal headers90530
-Node: PostScript hooks91239
-Node: Literal examples93335
-Node: Hypertext94789
-Node: Hypertext caveats95963
-Node: Hypertext specials100319
-Node: PostScript fonts102953
-Node: Font concepts104070
-Node: Metric files105300
-Node: Glyph files108080
-Node: Virtual fonts110439
-Node: Encodings112594
-Node: Bitmap font encodings114996
-Node: PostScript typesetting117526
-Node: Making a font available120623
-Node: Invoking afm2tfm125657
-Node: Changing font encodings126677
-Node: Changing TeX encodings127468
-Node: Changing PostScript encodings128570
-Node: Changing both encodings129914
-Node: Reencoding with Afm2tfm130588
-Node: Encoding file format133691
-Node: Special font effects137895
-Node: Afm2tfm options140155
-Node: psfonts.map143680
-Node: Color148410
-Node: Color macro files149454
-Node: User-definable colors152664
-Node: Color subtleties153940
-Node: Ted Turner155592
-Node: Color device configuration156817
-Node: Color support details159261
-Node: Color specifications159639
-Node: Color specials161043
-Node: Index163172
+Node: Top520
+Node: Why Dvips1269
+Node: Installation3852
+Node: config.ps installation4787
+Node: PostScript font installation7394
+Node: Ghostscript installation8314
+Node: Diagnosing problems9253
+Node: Debug options10344
+Node: No output11348
+Node: Small or inverted12814
+Node: Printer errors13532
+Node: Long documents fail14864
+Node: Including graphics fails15205
+Node: Invoking Dvips16444
+Node: Basic usage17035
+Node: Command-line options18033
+Node: Option summary18481
+Node: Option details20756
+Node: Environment variables41579
+Node: Config files44440
+Node: Configuration file searching45110
+Node: Configuration file commands48307
+Node: Paper size and landscape56512
+Node: papersize special58137
+Node: Config file paper sizes59844
+Node: Paper trays64867
+Node: Interaction with PostScript66201
+Node: PostScript figures66854
+Node: Bounding box67580
+Node: \includegraphics70952
+Node: EPSF macros73244
+Node: EPSF scaling75212
+Node: EPSF clipping77782
+Node: psfile special78424
+Node: Dynamic creation of graphics80816
+Node: Fonts in figures82134
+Node: Header files83784
+Node: Including headers from TeX84990
+Node: Including headers from the command line87028
+Node: Headers and memory usage88127
+Node: Literal PS89338
+Node: " special89920
+Node: ps special90661
+Node: Literal headers92159
+Node: PostScript hooks92868
+Node: Literal examples94964
+Node: Hypertext96418
+Node: Hypertext caveats97592
+Node: Hypertext specials101720
+Node: PostScript fonts104354
+Node: Font concepts105471
+Node: Metric files106701
+Node: Glyph files109481
+Node: Virtual fonts111840
+Node: Encodings113995
+Node: Bitmap font encodings116397
+Node: PostScript typesetting118927
+Node: Making a font available122024
+Node: Invoking afm2tfm127058
+Node: Changing font encodings128078
+Node: Changing TeX encodings128869
+Node: Changing PostScript encodings129971
+Node: Changing both encodings131315
+Node: Reencoding with Afm2tfm131989
+Node: Encoding file format135092
+Node: Special font effects139296
+Node: Afm2tfm options141556
+Node: psfonts.map145081
+Node: Color149811
+Node: Color macro files150855
+Node: User-definable colors154065
+Node: Color subtleties155341
+Node: Ted Turner156993
+Node: Color device configuration158218
+Node: Color support details160662
+Node: Color specifications161040
+Node: Color specials162444
+Node: Index164573

End Tag Table
+
+
+Local Variables:
+coding: utf-8
+End: