summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/info/dvips.info
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-13 17:38:53 +0000
committerKarl Berry <karl@freefriends.org>2020-03-13 17:38:53 +0000
commiteaea0d35a703f47bc759ec85ecc1533c8aacc404 (patch)
tree343d24ac887960c960257a545f84767300909154 /Master/texmf-dist/doc/info/dvips.info
parent3166b3e1095114d49cbef65216417c43bcd932d7 (diff)
texinfo manual updates for 2020
git-svn-id: svn://tug.org/texlive/trunk@54279 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/info/dvips.info')
-rw-r--r--Master/texmf-dist/doc/info/dvips.info636
1 files changed, 359 insertions, 277 deletions
diff --git a/Master/texmf-dist/doc/info/dvips.info b/Master/texmf-dist/doc/info/dvips.info
index e4e99c5ec26..9556053fede 100644
--- a/Master/texmf-dist/doc/info/dvips.info
+++ b/Master/texmf-dist/doc/info/dvips.info
@@ -1,6 +1,6 @@
-This is dvips.info, produced by makeinfo version 6.5 from dvips.texi.
+This is dvips.info, produced by makeinfo version 6.7 from dvips.texi.
-This manual documents Dvips version 5.999 (February 2019), a program to
+This manual documents Dvips version 2020.1 (January 2020), a program to
translate a DVI file into PostScript. You may freely use, modify and/or
distribute this file.
INFO-DIR-SECTION TeX
@@ -16,7 +16,7 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir)
Dvips
*****
-This manual documents Dvips version 5.999 (February 2019), a program to
+This manual documents Dvips version 2020.1 (January 2020), a program to
translate a DVI file into PostScript. You may freely use, modify and/or
distribute this file.
@@ -559,6 +559,11 @@ reversal, use '-r0'. Such options are marked with a trailing '*'.
Print only the even pages. This option uses TeX page numbers, not
physical page numbers.
+'-bitmapfontenc OPTION'
+ Turns bitmap font encoding to 'off', 'on' (no warnings for missing
+ bitmap font encodings), or 'strict' (with warnings for missing
+ bitmap font encodings).
+
'-c NUM'
Generate NUM consecutive copies of every page, i.e., the output is
uncollated. This merely sets the builtin PostScript variable
@@ -1119,6 +1124,11 @@ There is no provision for continuation lines.
'b #COPIES'
Multiple copies. Same as '-b', *note Option details::.
+'bitmapfontenc OPTION'
+ Turns bitmap font encoding to 'off', 'on' (no warnings for missing
+ bitmap font encodings), or 'strict' (with warnings for missing
+ bitmap font encodings).
+
'c FILENAME'
Include FILENAME as an additional configuration file, read
immediately.
@@ -2495,6 +2505,7 @@ i.e., renumbers, the characters of a font.
* Glyph files:: Character shapes.
* Virtual fonts:: Constructing one font from others.
* Encodings:: Character codes and character names.
+* Bitmap font encodings:: Encodings for bitmapped fonts.
* PostScript typesetting:: How PostScript typesets a character.

@@ -2639,7 +2650,7 @@ when you run 'vptovf'.
DVI translator that doesn't understand vf's itself.

-File: dvips.info, Node: Encodings, Next: PostScript typesetting, Prev: Virtual fonts, Up: Font concepts
+File: dvips.info, Node: Encodings, Next: Bitmap font encodings, Prev: Virtual fonts, Up: Font concepts
6.1.4 Encodings
---------------
@@ -2684,9 +2695,58 @@ mathematics fonts: 'texmext.enc' for math extensions, 'texmital.enc' for
math italics, and 'texmsym.enc' for math symbols.

-File: dvips.info, Node: PostScript typesetting, Prev: Encodings, Up: Font concepts
+File: dvips.info, Node: Bitmap font encodings, Next: PostScript typesetting, Prev: Encodings, Up: Font concepts
+
+6.1.5 Bitmap font encodings
+---------------------------
+
+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.
+
+ Unlike previous versions, dvips versions 2020 and later add glyph
+naming information to Type 3 bitmapped fonts (if they can locate such
+information) as an Encoding vector. This provides some support for
+search, for copy and paste, and even some limited support for
+accessibility. The 'bitmapfontenc' command line option (*note Option
+details:: and 'bitmapfontenc' configuration option (*note Configuration
+file commands::) enable and disable this functionality; by default it is
+set to enabled, without warnings.
+
+ To do this, dvips must find encoding information for the bitmapped
+fonts. It does this by first searching for a font-specific encoding
+file; for instance, for cmr10, it will search for 'dvips-cmr10.enc' in
+the standard encoding path. If it does not find such a file, it will
+search for a 'dvips-all.enc' file which contains a base set of encodings
+for many fonts.
+
+ The specific syntax of an encoding file is unspecified, except that
+it must be a PostScript fragment that leaves exactly one object on the
+operand stack. (This is different from the encoding files used to
+define encodings for PostScript fonts, described earlier). Normally
+that object is just an array of 256 names; in this case, that array is
+used as the encoding vector for the font. Alternatively, the object can
+be a procedure that, when executed, leaves a legal encoding vector on
+the stack. This second option is made available to support future
+enhancements that may add additional constructs to the font dictionary
+to enhance the interpretation of font characters.
+
+ The 'dvips-all.enc' file contains encodings for many fonts, and it is
+loaded by dvips at most once. The format is just a sequence of font
+names, one per line, each terminated by a colon, followed by the
+encoding to use for those files.
+
+ As part of its operation, to enable heuristics in PostScript and PDF
+viewers to properly identify word breaks and column gutters, dvips also
+generates a modified font bounding box and a modified font coordinate
+system.
+
+
+File: dvips.info, Node: PostScript typesetting, Prev: Bitmap font encodings, Up: Font concepts
-6.1.5 How PostScript typesets a character
+6.1.6 How PostScript typesets a character
-----------------------------------------
The output of Dvips is a program in the PostScript language that
@@ -3710,12 +3770,12 @@ Index
* Menu:
* ! special (literal PS header): Literal headers. (line 6)
-* ! starting output filename: Option details. (line 242)
+* ! starting output filename: Option details. (line 247)
* " 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 207)
-* %%Page, removing: Option details. (line 160)
+* %%Page, not generating: Option details. (line 212)
+* %%Page, removing: Option details. (line 165)
* %%Page, required by Ghostview: Ghostscript installation.
(line 12)
* %%VMusage: Headers and memory usage.
@@ -3723,9 +3783,9 @@ Index
* %*Font: Fonts in figures. (line 6)
* (atend), bounding box specification: Bounding box. (line 28)
* +PSMAPFILE: Configuration file commands.
- (line 121)
+ (line 126)
* -: Option details. (line 11)
-* - as output filename: Option details. (line 242)
+* - as output filename: Option details. (line 247)
* --help: Option summary. (line 7)
* --help <1>: Option details. (line 15)
* --version: Option details. (line 18)
@@ -3734,72 +3794,73 @@ Index
* -a <1>: Afm2tfm options. (line 33)
* -B: Option details. (line 37)
* -b NUM: Option details. (line 31)
-* -c NUM: Option details. (line 41)
-* -C NUM: Option details. (line 46)
+* -bitmapfontenc OPTION: Option details. (line 41)
+* -c NUM: Option details. (line 46)
+* -C NUM: Option details. (line 51)
* -c RATIO: Afm2tfm options. (line 43)
-* -d NUM: Option details. (line 52)
-* -D NUM: Option details. (line 58)
-* -E: Option details. (line 82)
-* -e NUM: Option details. (line 71)
+* -d NUM: Option details. (line 57)
+* -D NUM: Option details. (line 63)
+* -E: Option details. (line 87)
+* -e NUM: Option details. (line 76)
* -e RATIO: Afm2tfm options. (line 47)
-* -f: Option details. (line 98)
-* -F: Option details. (line 110)
-* -G: Option details. (line 117)
-* -h NAME: Option details. (line 122)
-* -i: Option details. (line 127)
-* -j for partial font downloading: Option details. (line 146)
-* -K: Option details. (line 160)
-* -k for cropmarks: Option details. (line 152)
-* -L: Option details. (line 178)
-* -l [=]NUM: Option details. (line 169)
-* -m: Option details. (line 182)
-* -M: Option details. (line 194)
-* -mode: Option details. (line 185)
-* -mode MODE: Option details. (line 185)
-* -N: Option details. (line 207)
-* -n NUM: Option details. (line 204)
-* -noomega: Option details. (line 215)
-* -noptex: Option details. (line 221)
+* -f: Option details. (line 103)
+* -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: Option details. (line 190)
+* -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)
* -O: Afm2tfm options. (line 51)
-* -o NAME: Option details. (line 237)
-* -O X-OFFSET,Y-OFFSET: Option details. (line 254)
-* -P PRINTER: Option details. (line 286)
+* -o NAME: Option details. (line 242)
+* -O X-OFFSET,Y-OFFSET: Option details. (line 259)
+* -P PRINTER: Option details. (line 291)
* -p PS-ENC: Changing PostScript encodings.
(line 6)
* -p PS-ENC <1>: Afm2tfm options. (line 56)
-* -p [=]NUM: Option details. (line 272)
-* -pp FIRST-LAST: Option details. (line 281)
-* -pp RANGE: Option details. (line 281)
+* -p [=]NUM: Option details. (line 277)
+* -pp FIRST-LAST: Option details. (line 286)
+* -pp RANGE: Option details. (line 286)
* -PPRINTER, and config file searching: Configuration file searching.
(line 27)
-* -q: Option details. (line 305)
-* -r: Option details. (line 309)
-* -R: Option details. (line 312)
-* -s: Option details. (line 320)
-* -S NUM: Option details. (line 327)
+* -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)
* -s SLANT: Afm2tfm options. (line 61)
* -T ENC-FILE: Changing both encodings.
(line 6)
-* -T HSIZE,VSIZE: Option details. (line 352)
-* -t PAPERTYPE: Option details. (line 332)
+* -T HSIZE,VSIZE: Option details. (line 357)
+* -t PAPERTYPE: Option details. (line 337)
* -T PS-TEX-ENC: Afm2tfm options. (line 71)
* -t TEX-ENC: Changing TeX encodings.
(line 6)
* -t TEX-ENC <1>: Afm2tfm options. (line 66)
-* -U: Option details. (line 367)
+* -U: Option details. (line 372)
* -u: Afm2tfm options. (line 75)
-* -u PSMAPFILE: Option details. (line 359)
-* -v: Option details. (line 375)
-* -V: Option details. (line 378)
+* -u PSMAPFILE: Option details. (line 364)
+* -v: Option details. (line 380)
+* -V: Option details. (line 383)
* -v VPL-FILE: Afm2tfm options. (line 81)
* -V VPL-FILE: Afm2tfm options. (line 84)
-* -x NUM: Option details. (line 387)
-* -X NUM: Option details. (line 395)
-* -Y NUM: Option details. (line 402)
+* -x NUM: Option details. (line 392)
+* -X NUM: Option details. (line 400)
+* -Y NUM: Option details. (line 407)
* -z: Hypertext. (line 6)
-* -Z for compressing bitmap fonts: Option details. (line 411)
-* -z for recognizing hyperdvi: Option details. (line 405)
-* ..-relative filenames: Option details. (line 312)
+* -Z for compressing bitmap fonts: Option details. (line 416)
+* -z for recognizing hyperdvi: Option details. (line 410)
+* ..-relative filenames: Option details. (line 317)
* .afm Adobe metric files: Metric files. (line 26)
* .dvipsrc, searched for: Configuration file searching.
(line 14)
@@ -3818,7 +3879,7 @@ Index
* .pro prologue files: Header files. (line 12)
* .tfm TeX font metric files: Metric files. (line 31)
* /#copies: Option details. (line 31)
-* /#copies <1>: Option details. (line 41)
+* /#copies <1>: Option details. (line 46)
* /magscale: EPSF scaling. (line 66)
* 612 792 bounding box size: Bounding box. (line 43)
* 8r encoding, and extra characters: Changing PostScript encodings.
@@ -3851,25 +3912,25 @@ Index
* \magnification: EPSF scaling. (line 62)
* \rotninety: Literal examples. (line 27)
* \textCOLORNAME: Color macro files. (line 45)
-* | starting output filename: Option details. (line 242)
+* | starting output filename: Option details. (line 247)
* a config command (conserve memory): Configuration file commands.
(line 21)
* A ring, Scandinavian letter: Reencoding with Afm2tfm.
(line 32)
-* a3 papertype: Option details. (line 332)
+* a3 papertype: Option details. (line 337)
* a4 paper size: Config file paper sizes.
(line 82)
-* a4 papertype: Option details. (line 332)
+* a4 papertype: Option details. (line 337)
* A4size paper size: Config file paper sizes.
(line 90)
-* absolute filenames, disabling: Option details. (line 312)
-* absolute page number, and -l: Option details. (line 169)
-* absolute page number, and -p: Option details. (line 272)
+* 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)
* accent height adjustment, omitting: Afm2tfm options. (line 33)
* accents, in wrong position: Reencoding with Afm2tfm.
(line 32)
* accents, wrong: Afm2tfm options. (line 17)
-* accuracy in positioning: Option details. (line 71)
+* accuracy in positioning: Option details. (line 76)
* afm files: Metric files. (line 26)
* afm2tfm: Making a font available.
(line 46)
@@ -3897,23 +3958,30 @@ Index
* big points: Bounding box. (line 11)
* binary files, not supported: Including graphics fails.
(line 23)
+* bitmap font encoding: Option details. (line 41)
+* bitmap font encodings: Bitmap font encodings.
+ (line 6)
* bitmap fonts: Glyph files. (line 30)
+* bitmapfontenc config command (bitmap font encoding): Configuration file commands.
+ (line 27)
* bop undefined error: Printer errors. (line 6)
* 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 267)
+* bop-hook, and offset pages: Option details. (line 272)
* boundary character: Encoding file format.
(line 41)
* bounding box, comment for: Bounding box. (line 6)
* bounding box, defined: Bounding box. (line 11)
* bounding box, determining: Bounding box. (line 37)
-* bounding box, finding tight: Option details. (line 82)
+* bounding box, finding tight: Option details. (line 87)
+* bounding box, for bitmap fonts: Bitmap font encodings.
+ (line 44)
* bounding box, inaccurate: EPSF clipping. (line 6)
* bounding box, supplying to TeX: \includegraphics. (line 36)
* bounding box, supplying to TeX <1>: EPSF macros. (line 26)
* c config command (include another config file): Configuration file commands.
- (line 27)
+ (line 32)
* changing PostScript encodings: Changing PostScript encodings.
(line 6)
* changing TeX encodings: Changing TeX encodings.
@@ -3928,7 +3996,7 @@ Index
* clipping of EPSF: EPSF clipping. (line 6)
* CODINGSCHEME: Reencoding with Afm2tfm.
(line 51)
-* collated copies: Option details. (line 46)
+* collated copies: Option details. (line 51)
* color: Color. (line 6)
* color configuration: Color device configuration.
(line 6)
@@ -3948,17 +4016,17 @@ Index
(line 13)
* comments, in encoding files: Encoding file format.
(line 20)
-* comments, removing included: Option details. (line 160)
+* comments, removing included: Option details. (line 165)
* compilation: Installation. (line 6)
* compressed PostScript: Dynamic creation of graphics.
(line 6)
-* compressing bitmap fonts: Option details. (line 411)
+* compressing bitmap fonts: Option details. (line 416)
* 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 286)
+* config.ps: Option details. (line 291)
* config.ps installation: config.ps installation.
(line 6)
* config.ps paper sizes: Config file paper sizes.
@@ -3983,38 +4051,40 @@ Index
* configuration, of Dvips: Installation. (line 6)
* continuation lines, not supported: Configuration file commands.
(line 13)
-* control-D: Option details. (line 110)
-* copies, collated: Option details. (line 46)
+* control-D: Option details. (line 115)
+* coordinate system, for bitmap fonts: Bitmap font encodings.
+ (line 44)
+* copies, collated: Option details. (line 51)
* copies, duplicated page bodies: Option details. (line 31)
-* copies, uncollated: Option details. (line 41)
+* copies, uncollated: Option details. (line 46)
* Crayola crayon box: Color macro files. (line 16)
-* crop.pro: Option details. (line 152)
-* cropmarks: Option details. (line 152)
+* crop.pro: Option details. (line 157)
+* cropmarks: Option details. (line 157)
* current font, in PostScript: PostScript typesetting.
(line 35)
* D config command (dpi): Configuration file commands.
- (line 31)
+ (line 36)
* dated output: PostScript hooks. (line 16)
* datestamp, in output: Configuration file commands.
- (line 37)
+ (line 42)
* debugging: Diagnosing problems. (line 6)
-* debugging <1>: Option details. (line 52)
+* debugging <1>: Option details. (line 57)
* debugging options: Debug options. (line 6)
* default resolutions: Configuration file commands.
- (line 142)
+ (line 147)
* default_texsizes Make variable: Configuration file commands.
- (line 158)
+ (line 163)
* Deutsch, Peter: Ghostscript installation.
(line 6)
* device dependency, and virtual fonts: Configuration file commands.
- (line 181)
+ (line 186)
* 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 405)
+* distillation, and -z: Option details. (line 410)
* distiller, for PDF files: Hypertext. (line 11)
* dot accent: Reencoding with Afm2tfm.
(line 32)
@@ -4030,6 +4100,8 @@ Index
* dvihps, hyperdvi to PostScript: Hypertext. (line 21)
* Dvips configuration file options: Configuration file commands.
(line 6)
+* dvips-all.enc: Bitmap font encodings.
+ (line 21)
* dvips.enc: Encodings. (line 35)
* DVIPSDEBUG: Environment variables.
(line 17)
@@ -4038,7 +4110,7 @@ Index
* DVIPSHEADERS: Environment variables.
(line 31)
* DVIPSHEADERS, overrides H: Configuration file commands.
- (line 55)
+ (line 60)
* DVIPSMAKEPK: Environment variables.
(line 35)
* DVIPSRC: Environment variables.
@@ -4046,13 +4118,13 @@ Index
* DVIPSSIZES: Environment variables.
(line 46)
* DVIPSSIZES, overrides R: Configuration file commands.
- (line 155)
+ (line 160)
* dynamic creation of graphics: Dynamic creation of graphics.
(line 6)
* e config command (maxdrift): Configuration file commands.
- (line 34)
+ (line 39)
* E config command (shell escape): Configuration file commands.
- (line 37)
+ (line 42)
* efficiency, and fonts: Making a font available.
(line 104)
* ehandler.ps: No output. (line 12)
@@ -4068,15 +4140,17 @@ Index
* encoding vectors, in Type 1 fonts: PostScript typesetting.
(line 43)
* encodings: Encodings. (line 6)
+* encodings, for bitmap fonts: Bitmap font encodings.
+ (line 6)
* end-hook: PostScript hooks. (line 11)
* environment variables: Environment variables.
(line 6)
-* EOF: Option details. (line 110)
+* EOF: Option details. (line 115)
* eop-hook: PostScript hooks. (line 11)
* EPS, and Ghostview: Ghostscript installation.
(line 12)
* EPSF macros: EPSF macros. (line 6)
-* EPSF, generating: Option details. (line 82)
+* EPSF, generating: Option details. (line 87)
* epsf.sty: EPSF macros. (line 15)
* epsf.tex: EPSF macros. (line 13)
* Epson printers: Ghostscript installation.
@@ -4095,23 +4169,25 @@ Index
* extra characters, accessing: Changing PostScript encodings.
(line 18)
* f config command (filter): Configuration file commands.
- (line 45)
+ (line 50)
* F config command (filter): Configuration file commands.
- (line 45)
+ (line 50)
* failure, and printer errors: Printer errors. (line 6)
* failure, of long documents: Long documents fail. (line 6)
* failure, to include graphics: Including graphics fails.
(line 6)
* failure, to print at all: No output. (line 6)
* fallback resolutions: Configuration file commands.
- (line 142)
+ (line 147)
* 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 98)
-* first page printed: Option details. (line 272)
+* filter, running as a: Option details. (line 103)
+* first page printed: Option details. (line 277)
* font concepts: Font concepts. (line 6)
-* font generation, avoiding: Option details. (line 194)
+* font encodings, bitmap: Bitmap font encodings.
+ (line 6)
+* font generation, avoiding: Option details. (line 199)
* fontinst: Invoking afm2tfm. (line 13)
* fonts, as header files: Including headers from TeX.
(line 13)
@@ -4134,7 +4210,7 @@ Index
* fonts, system PostScript: PostScript font installation.
(line 11)
* G config command (character shifting): Configuration file commands.
- (line 48)
+ (line 53)
* gf files: Glyph files. (line 41)
* gftopk: Glyph files. (line 41)
* Ghostscript installation: Ghostscript installation.
@@ -4145,7 +4221,7 @@ Index
(line 12)
* glyph files: Glyph files. (line 6)
* GLYPHFONTS, overrides P: Configuration file commands.
- (line 130)
+ (line 135)
* gnuplot: Dynamic creation of graphics.
(line 25)
* graphics inclusion fails: Including graphics fails.
@@ -4153,16 +4229,16 @@ Index
* gs installation: Ghostscript installation.
(line 6)
* gsave/grestore, and literal PS: Literal examples. (line 27)
-* gsftopk: Option details. (line 379)
+* gsftopk: Option details. (line 384)
* h config command (download additional header): Configuration file commands.
- (line 52)
+ (line 57)
* H config command (PostScript header path): Configuration file commands.
- (line 55)
+ (line 60)
* Hafner, Jim: Color. (line 6)
-* header file, downloading: Option details. (line 122)
+* header file, downloading: Option details. (line 127)
* header files, defined: Header files. (line 6)
* header path, defining: Configuration file commands.
- (line 55)
+ (line 60)
* header=FILE \special: Including headers from TeX.
(line 6)
* headers and memory usage: Headers and memory usage.
@@ -4179,19 +4255,19 @@ Index
* 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 405)
+* html specials, and -z: Option details. (line 410)
* http://www.win.tue.nl/~dickie/idvi: Hypertext. (line 21)
* http://xxx.lanl.gov/hypertex: Hypertext. (line 21)
* Hungarian umlaut: Reencoding with Afm2tfm.
(line 32)
-* hyperdvi extensions, enabling: Option details. (line 405)
+* hyperdvi extensions, enabling: Option details. (line 410)
* 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 59)
+ (line 64)
* idvi Java DVI reader: Hypertext. (line 21)
* Illustrator, workaround for: Including graphics fails.
(line 10)
@@ -4214,30 +4290,30 @@ Index
* inverted output: Small or inverted. (line 6)
* invoking Dvips: Invoking Dvips. (line 6)
* j config command (partial font downloading): Configuration file commands.
- (line 63)
+ (line 68)
* Java DVI reader: Hypertext. (line 21)
* Jeffrey, Alan: Invoking afm2tfm. (line 13)
* K config command (comment removal): Configuration file commands.
- (line 67)
+ (line 72)
* kerning, defined: Metric files. (line 15)
* KPATHSEA_DEBUG: Environment variables.
(line 18)
* L config command (last paper size wins): Configuration file commands.
- (line 71)
+ (line 76)
* landscape orientation, defined: Paper size and landscape.
(line 11)
-* landscape papertype: Option details. (line 332)
+* landscape papertype: Option details. (line 337)
* landscape, as \special: papersize special. (line 16)
-* last page printed: Option details. (line 169)
+* last page printed: Option details. (line 174)
* last-resort font scaling, with DVIPSSIZES: Environment variables.
(line 47)
* last-resort scaling, with R: Configuration file commands.
- (line 142)
-* ledger papertype: Option details. (line 332)
-* legal papertype: Option details. (line 332)
+ (line 147)
+* ledger papertype: Option details. (line 337)
+* legal papertype: Option details. (line 337)
* letter paper size: Config file paper sizes.
(line 82)
-* letter papertype: Option details. (line 332)
+* letter papertype: Option details. (line 337)
* letterhead tray: Paper trays. (line 10)
* letterSize paper size: Config file paper sizes.
(line 90)
@@ -4254,25 +4330,25 @@ Index
* 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 117)
-* lpr spooler, MS-DOS emulation: Option details. (line 242)
+* low characters, shifting: Option details. (line 122)
+* lpr spooler, MS-DOS emulation: Option details. (line 247)
* m config command (available memory): Configuration file commands.
- (line 75)
+ (line 80)
* M config command (mf mode): Configuration file commands.
- (line 102)
+ (line 107)
* 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 387)
-* magnification, vertical: Option details. (line 398)
+* magnification, overriding DVI: Option details. (line 392)
+* magnification, vertical: Option details. (line 403)
* mailcap and hypertext: Hypertext specials. (line 53)
-* manual feed: Option details. (line 182)
-* maxdrift: Option details. (line 71)
-* maximum pages printed: Option details. (line 204)
-* media: Option details. (line 332)
+* manual feed: Option details. (line 187)
+* maxdrift: Option details. (line 76)
+* maximum pages printed: Option details. (line 209)
+* media: Option details. (line 337)
* memory available: Configuration file commands.
- (line 75)
+ (line 80)
* memory of printer exhausted: Printer errors. (line 14)
* memory usage, and headers: Headers and memory usage.
(line 6)
@@ -4281,43 +4357,43 @@ Index
(line 104)
* Metafont ligature operations: Encoding file format.
(line 54)
-* Metafont mode, specifying: Option details. (line 185)
+* Metafont mode, specifying: Option details. (line 190)
* 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 194)
-* MISSFONT_LOG: Option details. (line 197)
+* missfont.log: Option details. (line 199)
+* MISSFONT_LOG: Option details. (line 202)
* Mitsubishi Shinko CHC-S446i printer: No output. (line 14)
* mkdvipspapers: Config file paper sizes.
(line 79)
-* mktexpk, avoiding: Option details. (line 194)
+* mktexpk, avoiding: Option details. (line 199)
* mktexpk, changing name: Environment variables.
(line 36)
-* mode name, specifying: Option details. (line 185)
-* mtpk: Option details. (line 379)
+* mode name, specifying: Option details. (line 190)
+* mtpk: Option details. (line 384)
* multiple master fonts: psfonts.map. (line 60)
-* multiple output files: Option details. (line 127)
+* multiple output files: Option details. (line 132)
* multiple paper trays: Paper trays. (line 6)
* Murphy, Tim: Hypertext specials. (line 20)
* N config command (disable EPS): Configuration file commands.
- (line 105)
+ (line 110)
* 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 117)
+* 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)
* o config command (output destination): Configuration file commands.
- (line 110)
+ (line 115)
* O config command (page offsets): Configuration file commands.
- (line 118)
+ (line 123)
* 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 254)
-* Omega extensions: Option details. (line 215)
+* offset pages: Option details. (line 259)
+* Omega extensions: Option details. (line 220)
* option, details of: Option details. (line 6)
* options, debugging: Debug options. (line 6)
* options, Dvips: Invoking Dvips. (line 6)
@@ -4330,20 +4406,20 @@ Index
* output file, sectioning of: Headers and memory usage.
(line 6)
* output file, setting: Configuration file commands.
- (line 110)
-* output files, multiple: Option details. (line 127)
+ (line 115)
+* output files, multiple: Option details. (line 132)
* output, inverted: Small or inverted. (line 6)
* output, none: No output. (line 6)
-* output, redirecting: Option details. (line 237)
+* output, redirecting: Option details. (line 242)
* output, too small: Small or inverted. (line 6)
* p config command (font aliases): Configuration file commands.
- (line 121)
+ (line 126)
* P config command (PK path): Configuration file commands.
- (line 130)
-* page range: Option details. (line 281)
-* page, first printed: Option details. (line 272)
-* page, last printed: Option details. (line 169)
-* pages, maximum printed: Option details. (line 204)
+ (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)
* PaintType: Special font effects.
(line 50)
* Pantone colors: Color macro files. (line 16)
@@ -4354,16 +4430,16 @@ Index
* paper size, general: Paper size and landscape.
(line 6)
* paper trays: Paper trays. (line 6)
-* paper type: Option details. (line 332)
+* paper type: Option details. (line 337)
* papersize special: papersize special. (line 6)
-* papersize special, and no -t: Option details. (line 332)
-* papersize special, first vs. last: Option details. (line 178)
+* papersize special, and no -t: Option details. (line 337)
+* papersize special, first vs. last: Option details. (line 183)
* 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 405)
+* PDF files, option for: Option details. (line 410)
* pdfmark: Hypertext. (line 6)
* pfa files: Glyph files. (line 25)
* pfb files: Glyph files. (line 25)
@@ -4371,28 +4447,28 @@ 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 169)
-* physical page number, and -p: Option details. (line 272)
+* 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)
-* pipes, not readable: Option details. (line 98)
+* pipes, not readable: Option details. (line 103)
* pk files: Glyph files. (line 35)
* PKFONTS, overrides P: Configuration file commands.
- (line 130)
+ (line 135)
* plotfile, ps subspecial: ps special. (line 29)
* pltotf: Metric files. (line 39)
-* popen for output: Option details. (line 242)
+* popen for output: Option details. (line 247)
* portrait orientation, defined: Paper size and landscape.
(line 11)
-* positioning accuracy: Option details. (line 71)
+* positioning accuracy: Option details. (line 76)
* post code after headers: Including headers from TeX.
(line 28)
* PostScript code, literal: Literal PS. (line 6)
* PostScript encoding: Encodings. (line 27)
* PostScript encoding, changing: Changing PostScript encodings.
(line 6)
-* PostScript font alias file: Option details. (line 359)
+* PostScript font alias file: Option details. (line 364)
* PostScript font alias file <1>: Configuration file commands.
- (line 121)
+ (line 126)
* PostScript fonts: PostScript fonts. (line 6)
* PostScript fonts, installing: PostScript font installation.
(line 6)
@@ -4418,13 +4494,13 @@ Index
(line 14)
* printer errors: Printer errors. (line 6)
* printer memory: Configuration file commands.
- (line 75)
+ (line 80)
* printer memory exhausted: Printer errors. (line 14)
-* printer offset: Option details. (line 254)
+* printer offset: Option details. (line 259)
* PRINTER, and config file searching: Configuration file searching.
(line 36)
-* PRINTER, avoided with -f: Option details. (line 98)
-* printer, driving directly: Option details. (line 110)
+* 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)
* prototype printer configuration file: config.ps installation.
@@ -4438,18 +4514,18 @@ Index
* psfonts.map <2>: psfonts.map. (line 6)
* psheaderdir: Header files. (line 12)
* psi character missing: Hypertext caveats. (line 54)
-* pstopk: Option details. (line 379)
-* pTeX extensions: Option details. (line 215)
-* pTeX extensions <1>: Option details. (line 221)
+* pstopk: Option details. (line 384)
+* pTeX extensions: Option details. (line 220)
+* pTeX extensions <1>: Option details. (line 226)
* q config command (quiet): Configuration file commands.
- (line 136)
+ (line 141)
* Q config command (quiet): Configuration file commands.
- (line 136)
-* quiet operation: Option details. (line 305)
+ (line 141)
+* quiet operation: Option details. (line 310)
* R config command (fallback resolution): Configuration file commands.
- (line 142)
+ (line 147)
* r config command (page reversal): Configuration file commands.
- (line 139)
+ (line 144)
* raw tfm files: Afm2tfm options. (line 17)
* reencode/*.enc: Encodings. (line 35)
* reencoding: Reencoding with Afm2tfm.
@@ -4460,25 +4536,25 @@ Index
* remapping: Reencoding with Afm2tfm.
(line 6)
* resident fonts, different in different printers: Option details.
- (line 359)
+ (line 364)
* resident fonts, different in different printers <1>: Configuration file commands.
- (line 121)
-* resolution: Option details. (line 395)
-* resolution <1>: Option details. (line 402)
-* resolution, setting: Option details. (line 58)
-* reverse pagination: Option details. (line 309)
+ (line 126)
+* resolution: Option details. (line 400)
+* resolution <1>: Option details. (line 407)
+* resolution, setting: Option details. (line 63)
+* reverse pagination: Option details. (line 314)
* rhi (psfile special option): psfile special. (line 46)
* Rokicki, Tomas: Why Dvips. (line 60)
* rotate.tex: ps special. (line 33)
* rwi (psfile special option): psfile special. (line 46)
* s config command (global save/restore): Configuration file commands.
- (line 164)
+ (line 169)
* S config command (pict path): Configuration file commands.
- (line 167)
+ (line 172)
* 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 320)
+* save/restore, generating global: Option details. (line 325)
* scaleunit: psfile special. (line 66)
* scaling of figures: EPSF scaling. (line 6)
* scaling small caps: Afm2tfm options. (line 43)
@@ -4492,15 +4568,15 @@ Index
(line 6)
* sections of output file, and memory: Headers and memory usage.
(line 6)
-* sections output, in separate files: Option details. (line 127)
-* security: Option details. (line 312)
-* shell command execution, disabling: Option details. (line 312)
+* sections output, in separate files: Option details. (line 132)
+* security: Option details. (line 317)
+* shell command execution, disabling: Option details. (line 317)
* shell escape, in config file: Configuration file commands.
- (line 37)
+ (line 42)
* Shinko CHC-S446i printer: No output. (line 14)
* show PostScript operator: PostScript typesetting.
(line 23)
-* silent operation: Option details. (line 305)
+* silent operation: Option details. (line 310)
* simplex mode on duplex printers: Including headers from the command line.
(line 13)
* slanted fonts: Special font effects.
@@ -4514,22 +4590,22 @@ Index
* spaces, dropped trailing: Hypertext caveats. (line 54)
* specials, hypertext: Hypertext specials. (line 6)
* splines: Glyph files. (line 17)
-* spooler, lacking: Option details. (line 110)
-* spooling to lpr on MS-DOS: Option details. (line 242)
-* standard I/O: Option details. (line 98)
+* spooler, lacking: Option details. (line 115)
+* spooling to lpr on MS-DOS: Option details. (line 247)
+* standard I/O: Option details. (line 103)
* standard input, reading options from: Option details. (line 11)
-* standard output, output to: Option details. (line 237)
+* standard output, output to: Option details. (line 242)
* standard PostScript, required by Ghostview: Ghostscript installation.
(line 12)
* start-hook: PostScript hooks. (line 11)
-* structured comments: Option details. (line 207)
+* structured comments: Option details. (line 212)
* system in config file: Configuration file commands.
- (line 37)
+ (line 42)
* T config command (TFM path): Configuration file commands.
- (line 172)
+ (line 177)
* Tektronix Phaser printer, used for color calibration: Color device configuration.
(line 18)
-* testpage.tex: Option details. (line 261)
+* testpage.tex: Option details. (line 266)
* TeX encoding, changing: Changing TeX encodings.
(line 6)
* TeX, including headers in: Including headers from TeX.
@@ -4537,13 +4613,13 @@ Index
* TEXCONFIG: Environment variables.
(line 55)
* TEXFONTS, overrides P: Configuration file commands.
- (line 130)
+ (line 135)
* TEXFONTS, overrides T: Configuration file commands.
- (line 172)
+ (line 177)
* TEXINPUTS, overrides S: Configuration file commands.
- (line 167)
+ (line 172)
* texmext.enc: Encodings. (line 35)
-* TEXMFOUTPUT: Option details. (line 197)
+* TEXMFOUTPUT: Option details. (line 202)
* texmital.enc: Encodings. (line 35)
* texmsym.enc: Encodings. (line 35)
* texmsym.enc <1>: Changing TeX encodings.
@@ -4551,32 +4627,32 @@ Index
* TEXPICTS: Environment variables.
(line 62)
* TEXPICTS, overrides S: Configuration file commands.
- (line 167)
+ (line 172)
* TEXPKS, overrides P: Configuration file commands.
- (line 130)
+ (line 135)
* TEXSIZES, overrides R: Configuration file commands.
- (line 155)
+ (line 160)
* text in figures, chopped off: EPSF clipping. (line 6)
* tfm files: Metric files. (line 31)
* TFMFONTS, overrides T: Configuration file commands.
- (line 172)
+ (line 177)
* tftopl: Metric files. (line 39)
* Theisen, Tim: Ghostscript installation.
(line 12)
-* tight bounding box, finding: Option details. (line 82)
+* tight bounding box, finding: Option details. (line 87)
* too-small output: Small or inverted. (line 6)
* trademark character, accessing: Changing PostScript encodings.
(line 18)
* trailing spaces, dropped: Hypertext caveats. (line 54)
-* TranScript: Option details. (line 207)
+* TranScript: Option details. (line 212)
* 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 177)
-* uncollated copies: Option details. (line 41)
+ (line 182)
+* uncollated copies: Option details. (line 46)
* uncompressing PostScript: Dynamic creation of graphics.
(line 6)
* uniform resource locator: Hypertext specials. (line 20)
@@ -4591,14 +4667,14 @@ Index
* user-definable colors: User-definable colors.
(line 6)
* userdict, and dictionary files: Header files. (line 21)
-* userdict, used for header files: Option details. (line 122)
+* userdict, used for header files: Option details. (line 127)
* V config command (vf path): Configuration file commands.
- (line 181)
+ (line 186)
* 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 181)
+ (line 186)
* virtual fonts: Virtual fonts. (line 6)
* virtual fonts, creating: Invoking afm2tfm. (line 13)
* VM exhausted: Printer errors. (line 14)
@@ -4611,21 +4687,21 @@ Index
* 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 186)
+ (line 191)
* warning messages, defining: Configuration file commands.
- (line 186)
-* warnings, suppressing: Option details. (line 305)
+ (line 191)
+* warnings, suppressing: Option details. (line 310)
* whole font downloading: psfonts.map. (line 60)
* wide fonts: psfonts.map. (line 19)
* X config command (horizontal resolution): Configuration file commands.
- (line 193)
-* Xerox 4045: Option details. (line 367)
+ (line 198)
+* Xerox 4045: Option details. (line 372)
* Y config command (vertical resolution): Configuration file commands.
- (line 196)
+ (line 201)
* Z config command (compress fonts): Configuration file commands.
- (line 199)
+ (line 204)
* z config command (secure mode): Configuration file commands.
- (line 202)
+ (line 207)

@@ -4648,64 +4724,70 @@ Node: Basic usage17535
Node: Command-line options18539
Node: Option summary18987
Node: Option details21236
-Node: Environment variables41008
-Node: Config files43869
-Node: Configuration file searching44539
-Node: Configuration file commands47736
-Node: Paper size and landscape55517
-Node: papersize special57142
-Node: Config file paper sizes58850
-Node: Paper trays63006
-Node: Interaction with PostScript64340
-Node: PostScript figures64993
-Node: Bounding box65719
-Node: \includegraphics69091
-Node: EPSF macros71384
-Node: EPSF scaling73353
-Node: EPSF clipping75923
-Node: psfile special76565
-Node: Dynamic creation of graphics78957
-Node: Fonts in figures80275
-Node: Header files81925
-Node: Including headers from TeX83131
-Node: Including headers from the command line85169
-Node: Headers and memory usage86268
-Node: Literal PS87479
-Node: " special88061
-Node: ps special88802
-Node: Literal headers90300
-Node: PostScript hooks91009
-Node: Literal examples93105
-Node: Hypertext94559
-Node: Hypertext caveats95788
-Node: Hypertext specials100176
-Node: PostScript fonts102810
-Node: Font concepts103927
-Node: Metric files105094
-Node: Glyph files107874
-Node: Virtual fonts110233
-Node: Encodings112059
-Node: PostScript typesetting114462
-Node: Making a font available117547
-Node: Invoking afm2tfm122581
-Node: Changing font encodings123598
-Node: Changing TeX encodings124389
-Node: Changing PostScript encodings125491
-Node: Changing both encodings126835
-Node: Reencoding with Afm2tfm127509
-Node: Encoding file format130612
-Node: Special font effects134816
-Node: Afm2tfm options137076
-Node: psfonts.map140601
-Node: Color145331
-Node: Color macro files146375
-Node: User-definable colors149568
-Node: Color subtleties150844
-Node: Ted Turner152496
-Node: Color device configuration153721
-Node: Color support details156165
-Node: Color specifications156543
-Node: Color specials157947
-Node: Index160076
+Node: Environment variables41202
+Node: Config files44063
+Node: Configuration file searching44733
+Node: Configuration file commands47930
+Node: Paper size and landscape55904
+Node: papersize special57529
+Node: Config file paper sizes59237
+Node: Paper trays63393
+Node: Interaction with PostScript64727
+Node: PostScript figures65380
+Node: Bounding box66106
+Node: \includegraphics69478
+Node: EPSF macros71771
+Node: EPSF scaling73740
+Node: EPSF clipping76310
+Node: psfile special76952
+Node: Dynamic creation of graphics79344
+Node: Fonts in figures80662
+Node: Header files82312
+Node: Including headers from TeX83518
+Node: Including headers from the command line85556
+Node: Headers and memory usage86655
+Node: Literal PS87866
+Node: " special88448
+Node: ps special89189
+Node: Literal headers90687
+Node: PostScript hooks91396
+Node: Literal examples93492
+Node: Hypertext94946
+Node: Hypertext caveats96175
+Node: Hypertext specials100563
+Node: PostScript fonts103197
+Node: Font concepts104314
+Node: Metric files105544
+Node: Glyph files108324
+Node: Virtual fonts110683
+Node: Encodings112509
+Node: Bitmap font encodings114911
+Node: PostScript typesetting117441
+Node: Making a font available120538
+Node: Invoking afm2tfm125572
+Node: Changing font encodings126589
+Node: Changing TeX encodings127380
+Node: Changing PostScript encodings128482
+Node: Changing both encodings129826
+Node: Reencoding with Afm2tfm130500
+Node: Encoding file format133603
+Node: Special font effects137807
+Node: Afm2tfm options140067
+Node: psfonts.map143592
+Node: Color148322
+Node: Color macro files149366
+Node: User-definable colors152559
+Node: Color subtleties153835
+Node: Ted Turner155487
+Node: Color device configuration156712
+Node: Color support details159156
+Node: Color specifications159534
+Node: Color specials160938
+Node: Index163067

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