summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/info/dvips.info
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/info/dvips.info')
-rw-r--r--Master/texmf/doc/info/dvips.info631
1 files changed, 326 insertions, 305 deletions
diff --git a/Master/texmf/doc/info/dvips.info b/Master/texmf/doc/info/dvips.info
index 681a6779397..007024dca84 100644
--- a/Master/texmf/doc/info/dvips.info
+++ b/Master/texmf/doc/info/dvips.info
@@ -1,6 +1,7 @@
-This is dvips.info, produced by makeinfo version 4.12 from dvips.texi.
+This is ../../../texk/dvipsk/dvips.info, produced by makeinfo version
+4.13 from ../../../texk/dvipsk/dvips.texi.
-This manual documents Dvips version 5.97 (July 2008), a program to
+This manual documents Dvips version 5.98 (September 2009), a program to
translate a DVI file into PostScript. You may freely use, modify
and/or distribute this file.
@@ -17,7 +18,7 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir)
Dvips
*****
-This manual documents Dvips version 5.97 (July 2008), a program to
+This manual documents Dvips version 5.98 (September 2009), a program to
translate a DVI file into PostScript. You may freely use, modify
and/or distribute this file.
@@ -724,7 +725,8 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
`-G*'
Shift non-printing characters (ASCII 0-32, 127) to higher-numbered
- positions. This may be useful sometimes.
+ positions. This was useful to work around bugs in old versions of
+ Adobe's PDF reader. It's more likely to cause problems nowadays.
`-h NAME'
Prepend NAME as an additional header file, or, if NAME is `-',
@@ -930,13 +932,18 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
once for `landscape'.
- In general, you should not use any `-t' option when using a
- `papersize' special, as some LaTeX packages do, e.g.,
- `hyperref.sty'.
+ `papersize' special, which some LaTeX packages (e.g.,
+ `hyperref') insert.
- - The exception is when using a nonstandard paper size that is
+ - One exception is when using a nonstandard paper size that is
not already defined in `config.ps'; in this case, you need to
specify `-t unknown'.
+ - Another exception is when producing multi-page files for
+ further processing; use `-t nopaper' to omit any paper size
+ information in the output. (If you just have a single page
+ document, you can use `-E' to get pure EPSF output.)
+
`-T HSIZE,VSIZE'
Set the paper size to (HSIZE,VSIZE), a comma-separated pair of
dimensions such as `.1in,-.3cm' (*note papersize special::). It
@@ -1208,6 +1215,10 @@ There is no provision for continuation lines.
`F'
Run as a filter. Same as `-f', *note Option details::.
+`G*'
+ Shift low-numbered characters; obsolete. Same as `-G', *note
+ Option details::.
+
`h HEADER'
Prepend HEADER to output. Same as `h-', *note Option details::.
@@ -1475,24 +1486,24 @@ For example:
When Dvips has a paper format name given on the command line, it
looks for a match by the NAME; when it has a `papersize' special, it
looks for a match by dimensions. The best match found (from the paper
-size information in the configuration file) is used. If nothing
-matches, a warning is printed and the first paper size is used. The
-dimensions must match within 5bp. Landscape mode for all paper sizes
-is automatically supported.
+size information in the configuration file) is used. The dimensions
+must match within 5bp.
+
+ If nothing matches, a warning is printed and the first paper size
+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.
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
can refer to the dimensions the user requested as `hsize' and `vsize';
these will be macros defined in the PostScript that return the
-requested size in default PostScript units. Virtually all of the
-PostScript commands you use here are device-dependent and degrade the
-portability of the file; that is why the default first paper size entry
-should not send any PostScript commands down (although a structured
-comment or two would be okay). Also, some printers want
+requested size in default PostScript units. Also, some printers want
`BeginPaperSize' comments and paper size setting commands; others (such
as the NeXT) want `PaperSize' comments and they will handle setting the
-paper size. There is no solution I could find that works for both
-(except maybe specifying both).
+paper size. So paper size entries should typically specify both.
When using a paper size that is not already defined in `config.ps',
you probably want to say `-t unknown' on the command line; the
@@ -1500,6 +1511,11 @@ you probably want to say `-t unknown' on the command line; the
PostScript incantation to set the PostScript page size, as just
described.
+ If you want no paper size information in the output at all, use
+`-t nopaper'. This is useful with multi-page output that will be
+processed further. If you just have a single page document, you can
+use `-E' to get pure EPSF output.
+
The Perl 5 script `contrib/configs/mkdvipspapers' in the
distribution directory may help in determining appropriate paper size
definitions.
@@ -3332,24 +3348,11 @@ and constructs. Each line has the format:
For example, the line
rpstrn StoneInformal <StoneInformal.pfb
- causes Dvips to download `StoneInformal.pfb' if your document (just
-as if it were a header file, *note Header files::) uses the font
-`StoneInformal'.
-
- If the `j' config file or command-line option is enabled,
-`StoneInformal.pfb' will be "partially downloaded"--only those
-characters your document actually uses will be extracted and downloaded,
-and the remainder discarded. *Note Option details::.
-
- Filenames of fonts that are partially downloaded are surrounded by
-curly braces (`{...}') in the progress report Dvips writes to standard
-output. Wholly-downloaded fonts appear inside angle brackets
-(`<...>'), like other downloaded files.
-
- Adobe Multiple Master fonts, such as Minion, cannot be partially
-downloaded. To partially download in general, but avoid partial
-downloading for individual fonts, use `<<' instead `<':
- pmnr8r Minion <<Minion.pfb
+ causes Dvips to download `StoneInformal.pfb' (just as if it were a
+header file, *note Header files::) if the DVI file (or a virtual font,
+*note Virtual fonts::) references the TFM file `rpstrn'. The
+PostScript `/FontName' of the font defined inside the `pfb' file should
+be `StoneInformal'.
You can generate transformed fonts with a line like this:
rpstrc StoneInformal <StoneInformal.pfb ".8 ExtendFont"
@@ -3387,6 +3390,16 @@ conversion yourself. In addition, Dvips scans the font to determine its
memory usage, just as it does for other header files (*note Header
files::).
+ If the `j' config file or command-line option is enabled (as it is
+by default), `StoneInformal.pfb' will be "partially downloaded"--only
+those characters your document actually uses will be extracted and
+downloaded, and the remainder discarded. *Note Option details::.
+
+ Adobe Multiple Master fonts, such as Minion, cannot be partially
+downloaded. To partially download in general, but avoid partial
+downloading for individual fonts, use `<<' instead `<':
+ pmnr8r Minion <<Minion.pfb
+
Here is a brief summary of how `psfonts.map' is read:
1. If a line is empty or begins with a space, percent, asterisk,
@@ -3417,10 +3430,12 @@ files::).
verbatim at the appropriate point. (And the double quotes
beginning and ending the word are removed.)
- 7. Otherwise the word is a name. The first such name is the TFM file
- that a virtual font file can refer to. If there is a second name,
- it is used as the PostScript name; if there is only one name, it
- is used for both the TeX name and the PostScript name.
+ 7. Otherwise the word is a name. The first such name is the TFM file,
+ that either a DVI file or a virtual font file can refer to. If
+ there is a second name, it is used as the PostScript name and
+ should match what is defined in the downloaded file; if there is
+ only one name, it is used for both the TeX name and the PostScript
+ name.

@@ -3760,12 +3775,12 @@ Index
* Menu:
* ! special (literal PS header): Literal headers. (line 6)
-* ! starting output filename: Option details. (line 223)
+* ! starting output filename: Option details. (line 224)
* " 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 197)
-* %%Page, removing: Option details. (line 153)
+* %%Page, not generating: Option details. (line 198)
+* %%Page, removing: Option details. (line 154)
* %%Page, required by Ghostview: Ghostscript installation.
(line 17)
* %%VMusage: Headers and memory usage.
@@ -3773,9 +3788,9 @@ Index
* %*Font: Fonts in figures. (line 6)
* (atend), bounding box specification: Bounding box. (line 28)
* +PSMAPFILE: Configuration file commands.
- (line 101)
+ (line 105)
* -: Option details. (line 11)
-* - as output filename: Option details. (line 223)
+* - as output filename: Option details. (line 224)
* --help <1>: Option details. (line 15)
* --help: Option summary. (line 7)
* --version: Option details. (line 18)
@@ -3794,71 +3809,71 @@ Index
* -F: Option details. (line 110)
* -f: Option details. (line 98)
* -G: Option details. (line 117)
-* -h NAME: Option details. (line 121)
-* -i: Option details. (line 126)
-* -j for partial font downloading: Option details. (line 139)
-* -K: Option details. (line 153)
-* -k for cropmarks: Option details. (line 145)
-* -l [=]NUM: Option details. (line 162)
-* -M: Option details. (line 183)
-* -m: Option details. (line 171)
-* -mode: Option details. (line 174)
-* -mode MODE: Option details. (line 174)
-* -N: Option details. (line 197)
-* -n NUM: Option details. (line 194)
-* -noomega: Option details. (line 205)
+* -h NAME: Option details. (line 122)
+* -i: Option details. (line 127)
+* -j for partial font downloading: Option details. (line 140)
+* -K: Option details. (line 154)
+* -k for cropmarks: Option details. (line 146)
+* -l [=]NUM: Option details. (line 163)
+* -M: Option details. (line 184)
+* -m: Option details. (line 172)
+* -mode: Option details. (line 175)
+* -mode MODE: Option details. (line 175)
+* -N: Option details. (line 198)
+* -n NUM: Option details. (line 195)
+* -noomega: Option details. (line 206)
* -O: Afm2tfm options. (line 41)
-* -o NAME: Option details. (line 218)
-* -O X-OFFSET,Y-OFFSET: Option details. (line 235)
-* -p [=]NUM: Option details. (line 253)
-* -P PRINTER: Option details. (line 267)
+* -o NAME: Option details. (line 219)
+* -O X-OFFSET,Y-OFFSET: Option details. (line 236)
+* -p [=]NUM: Option details. (line 254)
+* -P PRINTER: Option details. (line 268)
* -p PS-ENC <1>: Afm2tfm options. (line 46)
* -p PS-ENC: Changing PostScript encodings.
(line 6)
-* -pp FIRST-LAST: Option details. (line 262)
-* -pp RANGE: Option details. (line 262)
+* -pp FIRST-LAST: Option details. (line 263)
+* -pp RANGE: Option details. (line 263)
* -PPRINTER, and config file searching: Configuration file searching.
(line 27)
-* -q: Option details. (line 286)
-* -R: Option details. (line 293)
-* -r: Option details. (line 290)
-* -s: Option details. (line 301)
-* -S NUM: Option details. (line 308)
+* -q: Option details. (line 287)
+* -R: Option details. (line 294)
+* -r: Option details. (line 291)
+* -s: Option details. (line 302)
+* -S NUM: Option details. (line 309)
* -s SLANT: Afm2tfm options. (line 51)
* -T ENC-FILE: Changing both encodings.
(line 6)
-* -T HSIZE,VSIZE: Option details. (line 332)
-* -t PAPERTYPE: Option details. (line 313)
+* -T HSIZE,VSIZE: Option details. (line 338)
+* -t PAPERTYPE: Option details. (line 314)
* -T PS-TEX-ENC: Afm2tfm options. (line 61)
* -t TEX-ENC <1>: Afm2tfm options. (line 56)
* -t TEX-ENC: Changing TeX encodings.
(line 6)
* -u: Afm2tfm options. (line 65)
-* -U: Option details. (line 347)
-* -u PSMAPFILE: Option details. (line 339)
-* -V: Option details. (line 358)
-* -v: Option details. (line 355)
+* -U: Option details. (line 353)
+* -u PSMAPFILE: Option details. (line 345)
+* -V: Option details. (line 364)
+* -v: Option details. (line 361)
* -V VPL-FILE: Afm2tfm options. (line 74)
* -v VPL-FILE: Afm2tfm options. (line 71)
-* -X NUM: Option details. (line 375)
-* -x NUM: Option details. (line 367)
-* -Y NUM: Option details. (line 382)
+* -X NUM: Option details. (line 381)
+* -x NUM: Option details. (line 373)
+* -Y NUM: Option details. (line 388)
* -z: Hypertext. (line 6)
-* -Z for compressing bitmap fonts: Option details. (line 391)
-* -z for recognizing hyperdvi: Option details. (line 385)
-* ..-relative filenames: Option details. (line 293)
+* -Z for compressing bitmap fonts: Option details. (line 397)
+* -z for recognizing hyperdvi: Option details. (line 391)
+* ..-relative filenames: Option details. (line 294)
* .afm Adobe metric files: Metric files. (line 26)
* .dvipsrc, searched for: Configuration file searching.
(line 14)
-* .enc extension for encoding vectors: psfonts.map. (line 55)
+* .enc extension for encoding vectors: psfonts.map. (line 42)
* .lpro long prologue files: Header files. (line 12)
* .mf Metafont source files: Glyph files. (line 30)
* .NNNpk packed font bitmaps: Glyph files. (line 35)
* .pfa extension required for partial downloading: psfonts.map.
- (line 59)
+ (line 46)
* .pfa printer font ascii files: Glyph files. (line 25)
* .pfb extension required for partial downloading: psfonts.map.
- (line 59)
+ (line 46)
* .pfb printer font binary files: Glyph files. (line 25)
* .pfm printer font metric files: Metric files. (line 49)
* .pl property list files: Metric files. (line 39)
@@ -3869,11 +3884,11 @@ Index
* 612 792 bounding box size: Bounding box. (line 43)
* 8r encoding, and extra characters: Changing PostScript encodings.
(line 24)
-* 8r font encoding: psfonts.map. (line 44)
+* 8r font encoding: psfonts.map. (line 31)
* 8r.enc: Encodings. (line 35)
* < font downloading: psfonts.map. (line 11)
-* << whole font downloading: psfonts.map. (line 27)
-* <[ encoding vector downloading: psfonts.map. (line 49)
+* << whole font downloading: psfonts.map. (line 60)
+* <[ encoding vector downloading: psfonts.map. (line 36)
* =: ligature operation: Encoding file format.
(line 59)
* @ paper size config command: Configuration file commands.
@@ -3901,15 +3916,15 @@ Index
(line 21)
* A ring, Scandinavian letter: Reencoding with Afm2tfm.
(line 32)
-* a3 papertype: Option details. (line 313)
+* a3 papertype: Option details. (line 314)
* a4 paper size: Config file paper sizes.
- (line 79)
-* a4 papertype: Option details. (line 313)
+ (line 84)
+* a4 papertype: Option details. (line 314)
* A4size paper size: Config file paper sizes.
- (line 87)
-* absolute filenames, disabling: Option details. (line 293)
-* absolute page number, and -l: Option details. (line 162)
-* absolute page number, and -p: Option details. (line 253)
+ (line 92)
+* absolute filenames, disabling: Option details. (line 294)
+* absolute page number, and -l: Option details. (line 163)
+* absolute page number, and -p: Option details. (line 254)
* accents, in wrong position: Reencoding with Afm2tfm.
(line 32)
* accents, wrong: Afm2tfm options. (line 17)
@@ -3936,7 +3951,7 @@ Index
* b config command (#copies): Configuration file commands.
(line 24)
* base: Hypertext specials. (line 57)
-* base encoding, recommended: psfonts.map. (line 44)
+* base encoding, recommended: psfonts.map. (line 31)
* base fonts: Virtual fonts. (line 24)
* bbfig: Bounding box. (line 37)
* before header, inserting code: Including headers from TeX.
@@ -3954,7 +3969,7 @@ Index
* bop-hook <1>: PostScript hooks. (line 11)
* bop-hook <2>: EPSF scaling. (line 75)
* bop-hook: Paper trays. (line 6)
-* bop-hook, and offset pages: Option details. (line 248)
+* bop-hook, and offset pages: Option details. (line 249)
* boundary character: Encoding file format.
(line 41)
* bounding box, comment for: Bounding box. (line 6)
@@ -3998,21 +4013,21 @@ Index
(line 13)
* comments, in encoding files: Encoding file format.
(line 20)
-* comments, removing included: Option details. (line 153)
+* comments, removing included: Option details. (line 154)
* compilation: Installation. (line 6)
* compressed PostScript: Dynamic creation of graphics.
(line 6)
-* compressing bitmap fonts: Option details. (line 391)
+* compressing bitmap fonts: Option details. (line 397)
* Computer Modern in PostScript: Hypertext caveats. (line 6)
* Computer Modern, encoding of: Encodings. (line 15)
* condensed fonts: Afm2tfm options. (line 37)
* config.proto: config.ps installation.
(line 15)
-* config.ps: Option details. (line 267)
+* config.ps: Option details. (line 268)
* config.ps installation: config.ps installation.
(line 6)
* config.ps paper sizes: Config file paper sizes.
- (line 79)
+ (line 84)
* config.ps, searched for: Configuration file searching.
(line 10)
* configuration file options: Configuration file commands.
@@ -4038,8 +4053,8 @@ Index
* copies, duplicated page bodies: Option details. (line 31)
* copies, uncollated: Option details. (line 41)
* Crayola crayon box: Color macro files. (line 16)
-* crop.pro: Option details. (line 145)
-* cropmarks: Option details. (line 145)
+* crop.pro: Option details. (line 146)
+* cropmarks: Option details. (line 146)
* current font, in PostScript: PostScript typesetting.
(line 35)
* D config command (dpi): Configuration file commands.
@@ -4051,25 +4066,25 @@ Index
* debugging: Diagnosing problems. (line 6)
* debugging options: Debug options. (line 6)
* default resolutions: Configuration file commands.
- (line 123)
+ (line 127)
* default_texsizes Make variable: Configuration file commands.
- (line 139)
+ (line 143)
* Deutsch, Peter: Ghostscript installation.
(line 6)
* device dependency, and virtual fonts: Configuration file commands.
- (line 162)
+ (line 166)
* 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 385)
+* distillation, and -z: Option details. (line 391)
* distiller, for PDF files: Hypertext. (line 11)
* dot accent: Reencoding with Afm2tfm.
(line 32)
* double-sided printing: Option details. (line 37)
-* downloading fonts partially: psfonts.map. (line 17)
+* downloading fonts partially: psfonts.map. (line 55)
* downloading PostScript fonts: psfonts.map. (line 6)
* Doyle, Mark: Hypertext. (line 21)
* draft copies: PostScript hooks. (line 16)
@@ -4088,7 +4103,7 @@ Index
* DVIPSHEADERS: Environment variables.
(line 31)
* DVIPSHEADERS, overrides H: Configuration file commands.
- (line 47)
+ (line 51)
* DVIPSMAKEPK: Environment variables.
(line 35)
* DVIPSRC: Environment variables.
@@ -4096,7 +4111,7 @@ Index
* DVIPSSIZES: Environment variables.
(line 46)
* DVIPSSIZES, overrides R: Configuration file commands.
- (line 136)
+ (line 140)
* dynamic creation of graphics: Dynamic creation of graphics.
(line 6)
* e config command (maxdrift): Configuration file commands.
@@ -4134,7 +4149,7 @@ Index
* error messages from printer: Printer errors. (line 6)
* even pages only: Option details. (line 37)
* examples of literal PostScript: Literal examples. (line 6)
-* expanded fonts <1>: psfonts.map. (line 32)
+* expanded fonts <1>: psfonts.map. (line 19)
* expanded fonts <2>: Afm2tfm options. (line 37)
* expanded fonts: Special font effects.
(line 24)
@@ -4154,14 +4169,14 @@ Index
(line 6)
* failure, to print at all: No output. (line 6)
* fallback resolutions: Configuration file commands.
- (line 123)
+ (line 127)
* 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 253)
+* first page printed: Option details. (line 254)
* font concepts: Font concepts. (line 6)
-* font generation, avoiding: Option details. (line 183)
+* font generation, avoiding: Option details. (line 184)
* fontinst: Invoking afm2tfm. (line 13)
* fonts, as header files: Including headers from TeX.
(line 13)
@@ -4183,6 +4198,8 @@ Index
(line 34)
* fonts, system PostScript: PostScript font installation.
(line 24)
+* G character shifting config command: Configuration file commands.
+ (line 44)
* gf files: Glyph files. (line 41)
* gftopk: Glyph files. (line 41)
* Ghostscript installation: Ghostscript installation.
@@ -4193,7 +4210,7 @@ Index
(line 17)
* glyph files: Glyph files. (line 6)
* GLYPHFONTS, overrides P: Configuration file commands.
- (line 110)
+ (line 114)
* GNU Ghostscript: Ghostscript installation.
(line 13)
* gnuplot: Dynamic creation of graphics.
@@ -4203,16 +4220,16 @@ Index
* gs installation: Ghostscript installation.
(line 6)
* gsave/grestore, and literal PS: Literal examples. (line 27)
-* gsftopk: Option details. (line 359)
+* gsftopk: Option details. (line 365)
* h header downloading config command: Configuration file commands.
- (line 44)
+ (line 48)
* H header path config command: Configuration file commands.
- (line 47)
+ (line 51)
* Hafner, Jim: Color. (line 6)
-* header file, downloading: Option details. (line 121)
+* header file, downloading: Option details. (line 122)
* header files, defined: Header files. (line 6)
* header path, defining: Configuration file commands.
- (line 47)
+ (line 51)
* header=FILE \special: Including headers from TeX.
(line 6)
* headers and memory usage: Headers and memory usage.
@@ -4231,18 +4248,18 @@ 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 385)
+* html specials, and -z: Option details. (line 391)
* 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 385)
+* hyperdvi extensions, enabling: Option details. (line 391)
* hypertext and bitmap fonts: Hypertext caveats. (line 6)
* hypertext caveats: Hypertext caveats. (line 6)
* hypertext specials: Hypertext specials. (line 6)
* hypertext support: Hypertext. (line 6)
* i config command (pages/section): Configuration file commands.
- (line 51)
+ (line 55)
* idvi Java DVI reader: Hypertext. (line 21)
* Illustrator, workaround for: Including graphics fails.
(line 10)
@@ -4265,31 +4282,31 @@ Index
* inverted output: Small or inverted. (line 6)
* invoking Dvips: Invoking Dvips. (line 6)
* j config command (partial font downloading): Configuration file commands.
- (line 55)
+ (line 59)
* Java DVI reader: Hypertext. (line 21)
* Jeffrey, Alan: Invoking afm2tfm. (line 13)
-* K config command (comment-removeal): Configuration file commands.
- (line 59)
+* K config command (comment-removal): Configuration file commands.
+ (line 63)
* kerning, defined: Metric files. (line 15)
* KPATHSEA_DEBUG: Environment variables.
(line 18)
* landscape orientation, defined: Paper size and landscape.
(line 11)
-* landscape papertype: Option details. (line 313)
+* landscape papertype: Option details. (line 314)
* landscape, as \special: papersize special. (line 16)
-* last page printed: Option details. (line 162)
+* last page printed: Option details. (line 163)
* last-resort font scaling, with DVIPSSIZES: Environment variables.
(line 47)
* last-resort scaling, with R: Configuration file commands.
- (line 123)
-* ledger papertype: Option details. (line 313)
-* legal papertype: Option details. (line 313)
+ (line 127)
+* ledger papertype: Option details. (line 314)
+* legal papertype: Option details. (line 314)
* letter paper size: Config file paper sizes.
- (line 79)
-* letter papertype: Option details. (line 313)
+ (line 84)
+* letter papertype: Option details. (line 314)
* letterhead tray: Paper trays. (line 10)
* letterSize paper size: Config file paper sizes.
- (line 87)
+ (line 92)
* ligature operations: Encoding file format.
(line 54)
* ligature, defined: Metric files. (line 15)
@@ -4304,26 +4321,26 @@ Index
* 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 223)
+* lpr spooler, MS-DOS emulation: Option details. (line 224)
* Lucida, installing: PostScript font installation.
(line 10)
* m config command (available memory): Configuration file commands.
- (line 63)
+ (line 67)
* M config command (mf mode): Configuration file commands.
- (line 82)
+ (line 86)
* macros for color: Color macro files. (line 6)
* macros for epsf inclusion <1>: EPSF macros. (line 6)
* macros for epsf inclusion: \includegraphics. (line 6)
* magnification, DVI: EPSF scaling. (line 63)
-* magnification, overriding DVI: Option details. (line 367)
-* magnification, vertical: Option details. (line 378)
+* magnification, overriding DVI: Option details. (line 373)
+* magnification, vertical: Option details. (line 384)
* mailcap and hypertext: Hypertext specials. (line 53)
-* manual feed: Option details. (line 171)
+* manual feed: Option details. (line 172)
* maxdrift: Option details. (line 71)
-* maximum pages printed: Option details. (line 194)
-* media: Option details. (line 313)
+* maximum pages printed: Option details. (line 195)
+* media: Option details. (line 314)
* memory available: Configuration file commands.
- (line 63)
+ (line 67)
* memory of printer exhausted: Printer errors. (line 14)
* memory usage, and headers: Headers and memory usage.
(line 6)
@@ -4332,45 +4349,47 @@ Index
(line 104)
* Metafont ligature operations: Encoding file format.
(line 54)
-* Metafont mode, specifying: Option details. (line 174)
+* Metafont mode, specifying: Option details. (line 175)
* Metafont source files: Glyph files. (line 30)
* metric files: Metric files. (line 6)
-* Minion typeface family: psfonts.map. (line 27)
-* missfont.log: Option details. (line 183)
-* MISSFONT_LOG: Option details. (line 186)
+* Minion typeface family: psfonts.map. (line 60)
+* missfont.log: Option details. (line 184)
+* MISSFONT_LOG: Option details. (line 187)
* Mitsubishi Shinko CHC-S446i printer: No output. (line 14)
* mkdvipspapers: Config file paper sizes.
- (line 75)
-* mktexpk, avoiding: Option details. (line 183)
+ (line 80)
+* mktexpk, avoiding: Option details. (line 184)
* mktexpk, changing name: Environment variables.
(line 36)
-* mode name, specifying: Option details. (line 174)
+* mode name, specifying: Option details. (line 175)
* Monotype fonts: PostScript font installation.
(line 10)
* Monotype fonts, installing: PostScript font installation.
(line 19)
-* mtpk: Option details. (line 359)
-* multiple master fonts: psfonts.map. (line 27)
-* multiple output files: Option details. (line 126)
+* mtpk: Option details. (line 365)
+* multiple master fonts: psfonts.map. (line 60)
+* multiple output files: Option details. (line 127)
* multiple paper trays: Paper trays. (line 6)
* Murphy, Tim: Hypertext specials. (line 20)
* N EPS-disabling config command: Configuration file commands.
- (line 85)
+ (line 89)
* name: Hypertext specials. (line 41)
-* narrow fonts: psfonts.map. (line 32)
+* narrow fonts: psfonts.map. (line 19)
* no output at all: No output. (line 6)
* non-printing characters, shifting: Option details. (line 117)
* non-resident fonts: psfonts.map. (line 6)
+* nopaper, paper format for -t: Config file paper sizes.
+ (line 75)
* O config command (offset): Configuration file commands.
- (line 98)
+ (line 102)
* o config command (output file): Configuration file commands.
- (line 90)
+ (line 94)
* oblique fonts: Special font effects.
(line 6)
* octal character codes: Afm2tfm options. (line 41)
* odd pages only: Option details. (line 27)
-* offset pages: Option details. (line 235)
-* Omega extensions: Option details. (line 205)
+* offset pages: Option details. (line 236)
+* Omega extensions: Option details. (line 206)
* option, details of: Option details. (line 6)
* options, debugging: Debug options. (line 6)
* options, Dvips: Invoking Dvips. (line 6)
@@ -4383,20 +4402,20 @@ Index
* output file, sectioning of: Headers and memory usage.
(line 6)
* output file, setting: Configuration file commands.
- (line 90)
-* output files, multiple: Option details. (line 126)
+ (line 94)
+* output files, multiple: Option details. (line 127)
* output, inverted: Small or inverted. (line 6)
* output, none: No output. (line 6)
-* output, redirecting: Option details. (line 218)
+* output, redirecting: Option details. (line 219)
* output, too small: Small or inverted. (line 6)
* p config command (font aliases): Configuration file commands.
- (line 101)
+ (line 105)
* P config command (PK path): Configuration file commands.
- (line 110)
-* page range: Option details. (line 262)
-* page, first printed: Option details. (line 253)
-* page, last printed: Option details. (line 162)
-* pages, maximum printed: Option details. (line 194)
+ (line 114)
+* page range: Option details. (line 263)
+* page, first printed: Option details. (line 254)
+* page, last printed: Option details. (line 163)
+* pages, maximum printed: Option details. (line 195)
* PaintType: Special font effects.
(line 50)
* Pantone colors: Color macro files. (line 16)
@@ -4407,32 +4426,32 @@ Index
* paper size, general: Paper size and landscape.
(line 6)
* paper trays: Paper trays. (line 6)
-* paper type: Option details. (line 313)
+* paper type: Option details. (line 314)
* papersize special: papersize special. (line 6)
-* papersize special, and no -t: Option details. (line 313)
-* partial font downloading: psfonts.map. (line 17)
+* papersize special, and no -t: Option details. (line 314)
+* partial font downloading: psfonts.map. (line 55)
* PDF files, font quality: Hypertext caveats. (line 6)
* PDF files, making <1>: Hypertext. (line 11)
* PDF files, making: Ghostscript installation.
(line 6)
-* PDF files, option for: Option details. (line 385)
+* PDF files, option for: Option details. (line 391)
* pdfmark: Hypertext. (line 6)
* pfa files: Glyph files. (line 25)
* pfb files: Glyph files. (line 25)
-* pfb files, automatically unpacked: psfonts.map. (line 62)
+* pfb files, automatically unpacked: psfonts.map. (line 49)
* pfm files: Metric files. (line 49)
* Phaser printer, used for color calibration: Color device configuration.
(line 18)
-* physical page number, and -l: Option details. (line 162)
-* physical page number, and -p: Option details. (line 253)
+* physical page number, and -l: Option details. (line 163)
+* physical page number, and -p: Option details. (line 254)
* physical page number, and bop-hook: PostScript hooks. (line 26)
* pipes, not readable: Option details. (line 98)
* pk files: Glyph files. (line 35)
* PKFONTS, overrides P: Configuration file commands.
- (line 110)
+ (line 114)
* plotfile, ps subspecial: ps special. (line 30)
* pltotf: Metric files. (line 39)
-* popen for output: Option details. (line 223)
+* popen for output: Option details. (line 224)
* portrait orientation, defined: Paper size and landscape.
(line 11)
* positioning accuracy: Option details. (line 71)
@@ -4443,8 +4462,8 @@ Index
* PostScript encoding, changing: Changing PostScript encodings.
(line 6)
* PostScript font alias file <1>: Configuration file commands.
- (line 101)
-* PostScript font alias file: Option details. (line 339)
+ (line 105)
+* PostScript font alias file: Option details. (line 345)
* PostScript fonts: PostScript fonts. (line 6)
* PostScript fonts, installing: PostScript font installation.
(line 6)
@@ -4470,9 +4489,9 @@ Index
(line 15)
* printer errors: Printer errors. (line 6)
* printer memory: Configuration file commands.
- (line 63)
+ (line 67)
* printer memory exhausted: Printer errors. (line 14)
-* printer offset: Option details. (line 235)
+* printer offset: Option details. (line 236)
* PRINTER, and config file searching: Configuration file searching.
(line 36)
* PRINTER, avoided with -f: Option details. (line 98)
@@ -4490,43 +4509,43 @@ Index
(line 24)
* psheaderdir: Header files. (line 12)
* psi character missing: Hypertext caveats. (line 55)
-* pstopk: Option details. (line 359)
+* pstopk: Option details. (line 365)
* Q config command (quiet): Configuration file commands.
- (line 117)
+ (line 121)
* q config command (quiet): Configuration file commands.
- (line 117)
-* quiet operation: Option details. (line 286)
+ (line 121)
+* quiet operation: Option details. (line 287)
* r config command (page reversal): Configuration file commands.
- (line 120)
+ (line 124)
* R fallback resolution config command: Configuration file commands.
- (line 123)
+ (line 127)
* reencode/*.enc: Encodings. (line 35)
* reencoding: Reencoding with Afm2tfm.
(line 6)
-* reencoding PostScript fonts: psfonts.map. (line 37)
+* reencoding PostScript fonts: psfonts.map. (line 24)
* registered character, accessing: Changing PostScript encodings.
(line 18)
* remapping: Reencoding with Afm2tfm.
(line 6)
* resident fonts, different in different printers <1>: Configuration file commands.
- (line 101)
+ (line 105)
* resident fonts, different in different printers: Option details.
- (line 339)
-* resolution: Option details. (line 375)
+ (line 345)
+* resolution: Option details. (line 381)
* resolution, setting: Option details. (line 58)
-* reverse pagination: Option details. (line 290)
+* reverse pagination: Option details. (line 291)
* rhi (psfile special option): psfile special. (line 46)
* Rokicki, Tomas: Why Dvips. (line 68)
* rotate.tex: ps special. (line 34)
* rwi (psfile special option): psfile special. (line 46)
* S config command (pict path): Configuration file commands.
- (line 148)
+ (line 152)
* s config command (save/restore): Configuration file commands.
- (line 145)
+ (line 149)
* 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 301)
+* save/restore, generating global: Option details. (line 302)
* scaleunit: psfile special. (line 67)
* scaling of figures: EPSF scaling. (line 6)
* scaling small caps: Afm2tfm options. (line 33)
@@ -4540,15 +4559,15 @@ Index
(line 6)
* sections of output file, and memory: Headers and memory usage.
(line 6)
-* sections output, in separate files: Option details. (line 126)
-* security: Option details. (line 293)
-* shell command execution, disabling: Option details. (line 293)
+* sections output, in separate files: Option details. (line 127)
+* security: Option details. (line 294)
+* shell command execution, disabling: Option details. (line 294)
* shell escape, in config file: Configuration file commands.
(line 33)
* Shinko CHC-S446i printer: No output. (line 14)
* show PostScript operator: PostScript typesetting.
(line 23)
-* silent operation: Option details. (line 286)
+* silent operation: Option details. (line 287)
* simplex mode on duplex printers: Including headers from the command line.
(line 13)
* slanted fonts: Special font effects.
@@ -4567,21 +4586,21 @@ Index
* 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 223)
+* spooling to lpr on MS-DOS: Option details. (line 224)
* standard I/O: Option details. (line 98)
* standard input, reading options from: Option details. (line 11)
-* standard output, output to: Option details. (line 218)
+* standard output, output to: Option details. (line 219)
* standard PostScript, required by Ghostview: Ghostscript installation.
(line 17)
* start-hook: PostScript hooks. (line 11)
-* structured comments: Option details. (line 197)
+* structured comments: Option details. (line 198)
* system in config file: Configuration file commands.
(line 33)
* T config command (TFM path): Configuration file commands.
- (line 153)
+ (line 157)
* Tektronix Phaser printer, used for color calibration: Color device configuration.
(line 18)
-* testpage.tex: Option details. (line 242)
+* testpage.tex: Option details. (line 243)
* TeX encoding, changing: Changing TeX encodings.
(line 6)
* TeX, including headers in: Including headers from TeX.
@@ -4589,13 +4608,13 @@ Index
* TEXCONFIG: Environment variables.
(line 55)
* TEXFONTS, overrides P: Configuration file commands.
- (line 110)
+ (line 114)
* TEXFONTS, overrides T: Configuration file commands.
- (line 153)
+ (line 157)
* TEXINPUTS, overrides S: Configuration file commands.
- (line 148)
+ (line 152)
* texmext.enc: Encodings. (line 35)
-* TEXMFOUTPUT: Option details. (line 186)
+* TEXMFOUTPUT: Option details. (line 187)
* texmital.enc: Encodings. (line 35)
* texmsym.enc <1>: Changing TeX encodings.
(line 16)
@@ -4603,15 +4622,15 @@ Index
* TEXPICTS: Environment variables.
(line 62)
* TEXPICTS, overrides S: Configuration file commands.
- (line 148)
+ (line 152)
* TEXPKS, overrides P: Configuration file commands.
- (line 110)
+ (line 114)
* TEXSIZES, overrides R: Configuration file commands.
- (line 136)
+ (line 140)
* text in figures, chopped off: EPSF clipping. (line 6)
* tfm files: Metric files. (line 31)
* TFMFONTS, overrides T: Configuration file commands.
- (line 153)
+ (line 157)
* tftopl: Metric files. (line 39)
* Theisen, Tim: Ghostscript installation.
(line 17)
@@ -4620,18 +4639,20 @@ Index
* trademark character, accessing: Changing PostScript encodings.
(line 18)
* trailing spaces, dropped: Hypertext caveats. (line 55)
-* TranScript: Option details. (line 197)
-* transforming downloaded fonts: psfonts.map. (line 32)
+* TranScript: Option details. (line 198)
+* 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 158)
+ (line 162)
* uncollated copies: Option details. (line 41)
* uncompressing PostScript: Dynamic creation of graphics.
(line 6)
* uniform resource locator: Hypertext specials. (line 20)
+* unknown, paper format for -t <1>: Config file paper sizes.
+ (line 69)
* unknown, paper format for -t: papersize special. (line 29)
* URL, definition: Hypertext specials. (line 27)
* URL, extended for TeX: Hypertext specials. (line 20)
@@ -4640,14 +4661,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 121)
+* userdict, used for header files: Option details. (line 122)
* V config command (vf path): Configuration file commands.
- (line 162)
+ (line 166)
* verbose EPSF processing: EPSF macros. (line 46)
* vf files: Virtual fonts. (line 16)
* virtual font expansion: Virtual fonts. (line 34)
* virtual font path: Configuration file commands.
- (line 162)
+ (line 166)
* virtual fonts: Virtual fonts. (line 6)
* virtual fonts, creating: Invoking afm2tfm. (line 13)
* VM exhausted: Printer errors. (line 14)
@@ -4660,104 +4681,104 @@ Index
* vscale (psfile special option): psfile special. (line 33)
* vsize (psfile special option): psfile special. (line 27)
* W config command (warning): Configuration file commands.
- (line 167)
+ (line 171)
* warning messages, defining: Configuration file commands.
- (line 167)
-* warnings, suppressing: Option details. (line 286)
-* whole font downloading: psfonts.map. (line 27)
-* wide fonts: psfonts.map. (line 32)
+ (line 171)
+* warnings, suppressing: Option details. (line 287)
+* whole font downloading: psfonts.map. (line 60)
+* wide fonts: psfonts.map. (line 19)
* X config command (horizontal resolution): Configuration file commands.
- (line 174)
-* Xerox 4045: Option details. (line 347)
+ (line 178)
+* Xerox 4045: Option details. (line 353)
* Y config command (vertical resolution): Configuration file commands.
- (line 177)
+ (line 181)
* Y&Y fonts, installing: PostScript font installation.
(line 19)
* Z config command (compression): Configuration file commands.
- (line 180)
+ (line 184)
* z config command (secure mode): Configuration file commands.
- (line 183)
-* | starting output filename: Option details. (line 223)
+ (line 187)
+* | starting output filename: Option details. (line 224)

Tag Table:
-Node: Top517
-Node: Why Dvips1261
-Node: Installation4709
-Node: config.ps installation5847
-Node: PostScript font installation8389
-Node: Ghostscript installation11263
-Node: Diagnosing problems12360
-Node: Debug options13455
-Node: No output14658
-Node: Small or inverted16126
-Node: Printer errors16845
-Node: Long documents fail18177
-Node: Including graphics fails18518
-Node: Invoking Dvips19756
-Node: Basic usage20347
-Node: Command-line options21331
-Node: Option summary21780
-Node: Option details23942
-Node: Environment variables42575
-Node: Config files45534
-Node: Configuration file searching46217
-Node: Configuration file commands49517
-Node: Paper size and landscape56534
-Node: papersize special58132
-Node: Config file paper sizes59541
-Node: Paper trays63613
-Node: Interaction with PostScript64947
-Node: PostScript figures65600
-Node: Bounding box66326
-Node: \includegraphics69697
-Node: EPSF macros71988
-Node: EPSF scaling73958
-Node: EPSF clipping76528
-Node: psfile special77170
-Node: Dynamic creation of graphics79563
-Node: Fonts in figures80881
-Node: Header files82541
-Node: Including headers from TeX83747
-Node: Including headers from the command line85781
-Node: Headers and memory usage86881
-Node: Literal PS87591
-Node: " special88173
-Node: ps special88914
-Node: Literal headers90412
-Node: PostScript hooks91127
-Node: Literal examples93217
-Node: Hypertext94669
-Node: Hypertext caveats96227
-Node: Hypertext specials100624
-Node: PostScript fonts103258
-Node: Font concepts104374
-Node: Metric files105541
-Node: Glyph files108367
-Node: Virtual fonts110723
-Node: Encodings112613
-Node: PostScript typesetting114995
-Node: Making a font available118077
-Node: Invoking afm2tfm123107
-Node: Changing font encodings124077
-Node: Changing TeX encodings124867
-Node: Changing PostScript encodings125967
-Node: Changing both encodings127311
-Node: Reencoding with Afm2tfm127984
-Node: Encoding file format131088
-Node: Special font effects135291
-Node: Afm2tfm options137554
-Node: psfonts.map140539
-Node: Color145263
-Node: Color macro files146307
-Node: User-definable colors149505
-Node: Color subtleties150780
-Node: Ted Turner152431
-Node: Color device configuration153656
-Node: Color support details156098
-Node: Color specifications156476
-Node: Color specials157879
-Node: Index160008
+Node: Top564
+Node: Why Dvips1313
+Node: Installation4761
+Node: config.ps installation5899
+Node: PostScript font installation8441
+Node: Ghostscript installation11315
+Node: Diagnosing problems12412
+Node: Debug options13507
+Node: No output14710
+Node: Small or inverted16178
+Node: Printer errors16897
+Node: Long documents fail18229
+Node: Including graphics fails18570
+Node: Invoking Dvips19808
+Node: Basic usage20399
+Node: Command-line options21383
+Node: Option summary21832
+Node: Option details23994
+Node: Environment variables42998
+Node: Config files45957
+Node: Configuration file searching46640
+Node: Configuration file commands49940
+Node: Paper size and landscape57053
+Node: papersize special58651
+Node: Config file paper sizes60060
+Node: Paper trays64215
+Node: Interaction with PostScript65549
+Node: PostScript figures66202
+Node: Bounding box66928
+Node: \includegraphics70299
+Node: EPSF macros72590
+Node: EPSF scaling74560
+Node: EPSF clipping77130
+Node: psfile special77772
+Node: Dynamic creation of graphics80165
+Node: Fonts in figures81483
+Node: Header files83143
+Node: Including headers from TeX84349
+Node: Including headers from the command line86383
+Node: Headers and memory usage87483
+Node: Literal PS88193
+Node: " special88775
+Node: ps special89516
+Node: Literal headers91014
+Node: PostScript hooks91729
+Node: Literal examples93819
+Node: Hypertext95271
+Node: Hypertext caveats96829
+Node: Hypertext specials101226
+Node: PostScript fonts103860
+Node: Font concepts104976
+Node: Metric files106143
+Node: Glyph files108969
+Node: Virtual fonts111325
+Node: Encodings113215
+Node: PostScript typesetting115597
+Node: Making a font available118679
+Node: Invoking afm2tfm123709
+Node: Changing font encodings124679
+Node: Changing TeX encodings125469
+Node: Changing PostScript encodings126569
+Node: Changing both encodings127913
+Node: Reencoding with Afm2tfm128586
+Node: Encoding file format131690
+Node: Special font effects135893
+Node: Afm2tfm options138156
+Node: psfonts.map141141
+Node: Color145873
+Node: Color macro files146917
+Node: User-definable colors150115
+Node: Color subtleties151390
+Node: Ted Turner153041
+Node: Color device configuration154266
+Node: Color support details156708
+Node: Color specifications157086
+Node: Color specials158489
+Node: Index160618

End Tag Table