diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-14 19:48:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-14 19:48:04 +0000 |
commit | d5dbd8ae587b13260ac2fd8ff1c39d67b18035bc (patch) | |
tree | f15175c23a55a8704e87422f299282f76bed3d3c /Master/texmf/doc/info/dvips.info | |
parent | c6716c453c9eba23e5cffa6be76cc53576d313b6 (diff) |
update texinfo output files
git-svn-id: svn://tug.org/texlive/trunk@3474 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/info/dvips.info')
-rw-r--r-- | Master/texmf/doc/info/dvips.info | 337 |
1 files changed, 172 insertions, 165 deletions
diff --git a/Master/texmf/doc/info/dvips.info b/Master/texmf/doc/info/dvips.info index 6f7348095fb..adfde7a1831 100644 --- a/Master/texmf/doc/info/dvips.info +++ b/Master/texmf/doc/info/dvips.info @@ -1,7 +1,8 @@ This is dvips.info, produced by makeinfo version 4.8 from dvips.texi. - This manual documents Dvips version 5.95b (August 2005), a program -to translate a DVI file into PostScript. + This manual documents Dvips version 5.96 (January 2007), 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 @@ -16,8 +17,9 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir) Dvips ***** -This manual documents Dvips version 5.95b (August 2005), a program to -translate a DVI file into PostScript. +This manual documents Dvips version 5.96 (January 2007), a program to +translate a DVI file into PostScript. You may freely use, modify +and/or distribute this file. * Menu: @@ -141,7 +143,7 @@ Since these are site-specific, `make install' does not create them; you must create them yourself. (These Dvips configuration files are independent of the Kpathsea -onfiguration file `texmf.cnf' (*note Config files: (kpathsea)Config +configuration file `texmf.cnf' (*note Config files: (kpathsea)Config files.). Dvips configuration files contents and searching are described fully @@ -810,9 +812,10 @@ reversal, use `-r0'. Such options are marked with a trailing `*'. Bugs: (kpathsea)Bugs.). `-o NAME' - Send output to the file NAME. If `-o' is specified without NAME, - the default is `FILE.ps' where the input DVI file was `FILE.dvi'. - If `-o' isn't given at all, the configuration file default is used. + Send output to the file NAME. If `-o' is specified without NAME + (i.e., it is the last thing on the command line), the default is + `FILE.ps' where the input DVI file was `FILE.dvi'. If `-o' isn't + given at all, the configuration file default is used. If NAME is `-', output goes to standard output. If the first character of NAME is `!' or `|', then the remainder will be used @@ -884,10 +887,12 @@ reversal, use `-r0'. Such options are marked with a trailing `*'. Output pages in reverse order. By default, page 1 is output first. `-R' - Run securely. This disables shell command execution in `\special' - (via ``', *note Dynamic creation of graphics::) and config files - (via the `E' option, *note Configuration file commands::), and - opening of any absolute filenames. + Run securely. `-R2' disables both shell command execution in + `\special' (via ``', *note Dynamic creation of graphics::) and + config files (via the `E' option, *note Configuration file + commands::) and opening of any absolute filenames. `-R1', the + default, forbids shell escapes but allows absolute filenames. + `-R0' allows both. `-s*' Enclose the output in a global save/restore pair. This causes the @@ -915,7 +920,9 @@ 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 - overrides any paper size special in the DVI file. + 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'. `-u PSMAPFILE' Set PSMAPFILE to be the file that dvips uses for looking up @@ -1313,8 +1320,8 @@ There is no provision for continuation lines. `z*' Disables execution of system commands, like `-R' (*note Option - details::). If `-R1' is given to disable system commands, - however, this will not re-enable them. + details::). If `-R' is specified on the command line, that takes + precedence. @@ -1433,11 +1440,11 @@ 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 first match found (in the order -the paper size information is found 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 a quarter of an inch. Landscape -mode for all paper sizes is automatically supported. +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. 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 @@ -3703,7 +3710,7 @@ Index * Menu: * ! special (literal PS header): Literal headers. (line 6) -* ! starting output filename: Option details. (line 222) +* ! starting output filename: Option details. (line 223) * " special (literal PostScript): " special. (line 6) * %%BoundingBox: Bounding box. (line 17) * %%Page, and multi-page information: PostScript hooks. (line 37) @@ -3718,7 +3725,7 @@ Index * +PSMAPFILE: Configuration file commands. (line 101) * -: Option details. (line 11) -* - as output filename: Option details. (line 222) +* - as output filename: Option details. (line 223) * --help <1>: Option details. (line 15) * --help: Option summary. (line 7) * --version: Option details. (line 18) @@ -3752,43 +3759,43 @@ Index * -noomega: Option details. (line 205) * -O: Afm2tfm options. (line 41) * -o NAME: Option details. (line 218) -* -O X-OFFSET,Y-OFFSET: Option details. (line 234) -* -p [=]NUM: Option details. (line 252) -* -P PRINTER: Option details. (line 266) +* -O X-OFFSET,Y-OFFSET: Option details. (line 235) +* -p [=]NUM: Option details. (line 253) +* -P PRINTER: Option details. (line 267) * -p PS-ENC <1>: Afm2tfm options. (line 46) * -p PS-ENC: Changing PostScript encodings. (line 6) -* -pp FIRST-LAST: Option details. (line 261) -* -pp RANGE: Option details. (line 261) +* -pp FIRST-LAST: Option details. (line 262) +* -pp RANGE: Option details. (line 262) * -PPRINTER, and config file searching: Configuration file searching. (line 27) -* -q: Option details. (line 285) -* -R: Option details. (line 292) -* -r: Option details. (line 289) -* -s: Option details. (line 298) -* -S NUM: Option details. (line 305) +* -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) * -s SLANT: Afm2tfm options. (line 51) * -T ENC-FILE: Changing both encodings. (line 6) -* -T HSIZE,VSIZE: Option details. (line 321) -* -t PAPERTYPE: Option details. (line 310) +* -T HSIZE,VSIZE: Option details. (line 324) +* -t PAPERTYPE: Option details. (line 313) * -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 334) -* -u PSMAPFILE: Option details. (line 326) -* -V: Option details. (line 345) -* -v: Option details. (line 342) +* -U: Option details. (line 339) +* -u PSMAPFILE: Option details. (line 331) +* -V: Option details. (line 350) +* -v: Option details. (line 347) * -V VPL-FILE: Afm2tfm options. (line 74) * -v VPL-FILE: Afm2tfm options. (line 71) -* -X NUM: Option details. (line 362) -* -x NUM: Option details. (line 354) -* -Y NUM: Option details. (line 369) +* -X NUM: Option details. (line 367) +* -x NUM: Option details. (line 359) +* -Y NUM: Option details. (line 374) * -z: Hypertext. (line 6) -* -Z for compressing bitmap fonts: Option details. (line 378) -* -z for recognizing hyperdvi: Option details. (line 372) +* -Z for compressing bitmap fonts: Option details. (line 383) +* -z for recognizing hyperdvi: Option details. (line 377) * .afm Adobe metric files: Metric files. (line 26) * .dvipsrc, searched for: Configuration file searching. (line 14) @@ -3843,13 +3850,13 @@ Index (line 21) * A ring, Scandinavian letter: Reencoding with Afm2tfm. (line 32) -* a3 papertype: Option details. (line 310) +* a3 papertype: Option details. (line 313) * a4 paper size, as default: Config file paper sizes. (line 72) -* a4 papertype: Option details. (line 310) -* absolute filenames, disabling: Option details. (line 292) +* a4 papertype: Option details. (line 313) +* absolute filenames, disabling: Option details. (line 293) * absolute page number, and -l: Option details. (line 162) -* absolute page number, and -p: Option details. (line 252) +* absolute page number, and -p: Option details. (line 253) * accents, in wrong position: Reencoding with Afm2tfm. (line 32) * accents, wrong: Afm2tfm options. (line 17) @@ -3892,7 +3899,7 @@ Index * bop undefined error: Printer errors. (line 6) * bop-hook <1>: PostScript hooks. (line 11) * bop-hook: EPSF scaling. (line 75) -* bop-hook, and offset pages: Option details. (line 247) +* bop-hook, and offset pages: Option details. (line 248) * boundary character: Encoding file format. (line 41) * bounding box, comment for: Bounding box. (line 6) @@ -3939,13 +3946,13 @@ Index * compilation: Installation. (line 6) * compressed PostScript: Dynamic creation of graphics. (line 6) -* compressing bitmap fonts: Option details. (line 378) +* compressing bitmap fonts: Option details. (line 383) * 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 266) +* config.ps: Option details. (line 267) * config.ps installation: config.ps installation. (line 6) * config.ps, searched for: Configuration file searching. @@ -3999,7 +4006,7 @@ Index (line 35) * dictionary, SDict: Literal headers. (line 6) * dictionary, userdict: Header files. (line 21) -* distillation, and -z: Option details. (line 372) +* distillation, and -z: Option details. (line 377) * distiller, for PDF files: Hypertext. (line 11) * dot accent: Reencoding with Afm2tfm. (line 32) @@ -4092,7 +4099,7 @@ Index * 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 252) +* first page printed: Option details. (line 253) * font concepts: Font concepts. (line 6) * font generation, avoiding: Option details. (line 183) * fontinst: Invoking afm2tfm. (line 13) @@ -4136,7 +4143,7 @@ Index * gs installation: Ghostscript installation. (line 6) * gsave/grestore, and literal PS: Literal examples. (line 27) -* gsftopk: Option details. (line 346) +* gsftopk: Option details. (line 351) * h header downloading config command: Configuration file commands. (line 44) * H header path config command: Configuration file commands. @@ -4161,12 +4168,12 @@ Index * HP4Si printer and paper trays: Paper trays. (line 6) * href: Hypertext specials. (line 32) * html specials: Hypertext. (line 6) -* html specials, and -z: Option details. (line 372) +* html specials, and -z: Option details. (line 377) * 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 372) +* hyperdvi extensions, enabling: Option details. (line 377) * hypertext and bitmap fonts: Hypertext caveats. (line 6) * hypertext caveats: Hypertext caveats. (line 6) * hypertext specials: Hypertext specials. (line 6) @@ -4203,16 +4210,16 @@ Index * kerning, defined: Metric files. (line 15) * landscape orientation, defined: Paper size and landscape. (line 11) -* landscape papertype: Option details. (line 310) +* landscape papertype: Option details. (line 313) * landscape, as \special: papersize special. (line 16) * last page printed: Option details. (line 162) * last-resort font scaling, with DVIPSSIZES: Environment variables. (line 38) * last-resort scaling, with R: Configuration file commands. (line 123) -* ledger papertype: Option details. (line 310) -* legal papertype: Option details. (line 310) -* letter papertype: Option details. (line 310) +* ledger papertype: Option details. (line 313) +* legal papertype: Option details. (line 313) +* letter papertype: Option details. (line 313) * letterhead tray: Paper trays. (line 10) * ligature operations: Encoding file format. (line 54) @@ -4226,7 +4233,7 @@ Index * literal PostScript, using: Literal PS. (line 6) * long documents not printing: Long documents fail. (line 6) * low characters, shifting: Option details. (line 117) -* lpr spooler, MS-DOS emulation: Option details. (line 222) +* lpr spooler, MS-DOS emulation: Option details. (line 223) * Lucida, installing: PostScript font installation. (line 10) * m config command (available memory): Configuration file commands. @@ -4237,13 +4244,13 @@ Index * 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 354) -* magnification, vertical: Option details. (line 365) +* magnification, overriding DVI: Option details. (line 359) +* magnification, vertical: Option details. (line 370) * mailcap and hypertext: Hypertext specials. (line 53) * manual feed: Option details. (line 171) * maxdrift: Option details. (line 71) * maximum pages printed: Option details. (line 194) -* media: Option details. (line 310) +* media: Option details. (line 313) * memory available: Configuration file commands. (line 63) * memory of printer exhausted: Printer errors. (line 14) @@ -4271,7 +4278,7 @@ Index (line 10) * Monotype fonts, installing: PostScript font installation. (line 19) -* mtpk: Option details. (line 346) +* mtpk: Option details. (line 351) * multiple master fonts: psfonts.map. (line 27) * multiple output files: Option details. (line 126) * multiple paper trays: Paper trays. (line 6) @@ -4291,7 +4298,7 @@ Index (line 6) * octal character codes: Afm2tfm options. (line 41) * odd pages only: Option details. (line 27) -* offset pages: Option details. (line 234) +* offset pages: Option details. (line 235) * Omega extensions: Option details. (line 205) * option, details of: Option details. (line 6) * options, debugging: Debug options. (line 6) @@ -4315,8 +4322,8 @@ Index (line 101) * P config command (PK path): Configuration file commands. (line 110) -* page range: Option details. (line 261) -* page, first printed: Option details. (line 252) +* 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) * PaintType: Special font effects. @@ -4329,15 +4336,15 @@ Index * paper size, general: Paper size and landscape. (line 6) * paper trays: Paper trays. (line 6) -* paper type: Option details. (line 310) +* paper type: Option details. (line 313) * papersize special: papersize special. (line 6) -* papersize special, and no -t: Option details. (line 310) +* papersize special, and no -t: Option details. (line 313) * partial font downloading: psfonts.map. (line 17) * 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 372) +* PDF files, option for: Option details. (line 377) * pdfmark: Hypertext. (line 6) * pfa files: Glyph files. (line 25) * pfb files: Glyph files. (line 25) @@ -4346,7 +4353,7 @@ Index * 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 252) +* physical page number, and -p: Option details. (line 253) * physical page number, and bop-hook: PostScript hooks. (line 26) * pipes, not readable: Option details. (line 98) * pk files: Glyph files. (line 35) @@ -4354,7 +4361,7 @@ Index (line 110) * plotfile, ps subspecial: ps special. (line 25) * pltotf: Metric files. (line 39) -* popen for output: Option details. (line 222) +* popen for output: Option details. (line 223) * positioning accuracy: Option details. (line 71) * post code after headers: Including headers from TeX. (line 28) @@ -4364,7 +4371,7 @@ Index (line 6) * PostScript font alias file <1>: Configuration file commands. (line 101) -* PostScript font alias file: Option details. (line 326) +* PostScript font alias file: Option details. (line 331) * PostScript fonts: PostScript fonts. (line 6) * PostScript fonts, installing: PostScript font installation. (line 6) @@ -4392,7 +4399,7 @@ Index * printer memory: Configuration file commands. (line 63) * printer memory exhausted: Printer errors. (line 14) -* printer offset: Option details. (line 234) +* printer offset: Option details. (line 235) * PRINTER, and config file searching: Configuration file searching. (line 36) * PRINTER, avoided with -f: Option details. (line 98) @@ -4410,12 +4417,12 @@ Index (line 24) * psheaderdir: Header files. (line 12) * psi character missing: Hypertext caveats. (line 55) -* pstopk: Option details. (line 346) +* pstopk: Option details. (line 351) * Q config command (quiet): Configuration file commands. (line 117) * q config command (quiet): Configuration file commands. (line 117) -* quiet operation: Option details. (line 285) +* quiet operation: Option details. (line 286) * r config command (page reversal): Configuration file commands. (line 120) * R fallback resolution config command: Configuration file commands. @@ -4431,10 +4438,10 @@ Index * resident fonts, different in different printers <1>: Configuration file commands. (line 101) * resident fonts, different in different printers: Option details. - (line 326) -* resolution: Option details. (line 362) + (line 331) +* resolution: Option details. (line 367) * resolution, setting: Option details. (line 58) -* reverse pagination: Option details. (line 289) +* reverse pagination: Option details. (line 290) * Rokicki, Tomas: Why Dvips. (line 68) * rotate.tex: ps special. (line 29) * S config command (pict path): Configuration file commands. @@ -4444,7 +4451,7 @@ Index * 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 298) +* save/restore, generating global: Option details. (line 301) * scaleunit: psfile special. (line 55) * scaling of figures: EPSF scaling. (line 6) * scaling small caps: Afm2tfm options. (line 33) @@ -4459,14 +4466,14 @@ Index * 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 292) -* shell command execution, disabling: Option details. (line 292) +* security: Option details. (line 293) +* shell command execution, disabling: Option details. (line 293) * 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 285) +* silent operation: Option details. (line 286) * simplex mode on duplex printers: Including headers from the command line. (line 13) * slanted fonts: Special font effects. @@ -4485,7 +4492,7 @@ 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 222) +* spooling to lpr on MS-DOS: Option details. (line 223) * standard I/O: Option details. (line 98) * standard input, reading options from: Option details. (line 11) * standard output, output to: Option details. (line 218) @@ -4499,7 +4506,7 @@ Index (line 153) * Tektronix Phaser printer, used for color calibration: Color device configuration. (line 18) -* testpage.tex: Option details. (line 241) +* testpage.tex: Option details. (line 242) * TeX encoding, changing: Changing TeX encodings. (line 6) * TeX, including headers in: Including headers from TeX. @@ -4575,12 +4582,12 @@ Index (line 167) * warning messages, defining: Configuration file commands. (line 167) -* warnings, suppressing: Option details. (line 285) +* warnings, suppressing: Option details. (line 286) * whole font downloading: psfonts.map. (line 27) * wide fonts: psfonts.map. (line 32) * X config command (horizontal resolution): Configuration file commands. (line 174) -* Xerox 4045: Option details. (line 334) +* Xerox 4045: Option details. (line 339) * Y config command (vertical resolution): Configuration file commands. (line 177) * Y&Y fonts, installing: PostScript font installation. @@ -4589,87 +4596,87 @@ Index (line 180) * z config command (secure mode): Configuration file commands. (line 183) -* | starting output filename: Option details. (line 222) +* | starting output filename: Option details. (line 223) Tag Table: -Node: Top465 -Node: Why Dvips1155 -Node: Installation4603 -Node: config.ps installation5741 -Node: PostScript font installation8282 -Node: Ghostscript installation11156 -Node: Diagnosing problems12253 -Node: Debug options13122 -Node: No output14238 -Node: Small or inverted15706 -Node: Printer errors16425 -Node: Long documents fail17757 -Node: Including graphics fails18098 -Node: Invoking Dvips19336 -Node: Basic usage19927 -Node: Command-line options20911 -Node: Option summary21360 -Node: Option details23336 -Node: Environment variables41418 -Node: Config files43921 -Node: Configuration file searching44604 -Node: Configuration file commands47904 -Node: Paper size and landscape54941 -Node: papersize special56518 -Node: Config file paper sizes57632 -Node: Paper trays61765 -Node: Interaction with PostScript63099 -Node: PostScript figures63752 -Node: Bounding box64478 -Node: \includegraphics67849 -Node: EPSF macros70140 -Node: EPSF scaling72110 -Node: EPSF clipping74680 -Node: psfile special75322 -Node: Dynamic creation of graphics77242 -Node: Fonts in figures78560 -Node: Header files80220 -Node: Including headers from TeX81426 -Node: Including headers from the command line83460 -Node: Headers and memory usage84560 -Node: Literal PS85270 -Node: " special85852 -Node: ps special86593 -Node: Literal headers87901 -Node: PostScript hooks88616 -Node: Literal examples90706 -Node: Hypertext92158 -Node: Hypertext caveats93716 -Node: Hypertext specials98113 -Node: PostScript fonts100747 -Node: Font concepts101863 -Node: Metric files103030 -Node: Glyph files105856 -Node: Virtual fonts108212 -Node: Encodings110102 -Node: PostScript typesetting112484 -Node: Making a font available115566 -Node: Invoking afm2tfm120596 -Node: Changing font encodings121566 -Node: Changing TeX encodings122357 -Node: Changing PostScript encodings123457 -Node: Changing both encodings124801 -Node: Reencoding with Afm2tfm125474 -Node: Encoding file format128578 -Node: Special font effects132781 -Node: Afm2tfm options135044 -Node: psfonts.map138029 -Node: Color142753 -Node: Color macro files143797 -Node: User-definable colors146995 -Node: Color subtleties148270 -Node: Ted Turner149921 -Node: Color device configuration151146 -Node: Color support details153588 -Node: Color specifications153966 -Node: Color specials155369 -Node: Index157498 +Node: Top522 +Node: Why Dvips1269 +Node: Installation4717 +Node: config.ps installation5855 +Node: PostScript font installation8397 +Node: Ghostscript installation11271 +Node: Diagnosing problems12368 +Node: Debug options13237 +Node: No output14353 +Node: Small or inverted15821 +Node: Printer errors16540 +Node: Long documents fail17872 +Node: Including graphics fails18213 +Node: Invoking Dvips19451 +Node: Basic usage20042 +Node: Command-line options21026 +Node: Option summary21475 +Node: Option details23451 +Node: Environment variables41842 +Node: Config files44345 +Node: Configuration file searching45028 +Node: Configuration file commands48328 +Node: Paper size and landscape55345 +Node: papersize special56922 +Node: Config file paper sizes58036 +Node: Paper trays62135 +Node: Interaction with PostScript63469 +Node: PostScript figures64122 +Node: Bounding box64848 +Node: \includegraphics68219 +Node: EPSF macros70510 +Node: EPSF scaling72480 +Node: EPSF clipping75050 +Node: psfile special75692 +Node: Dynamic creation of graphics77612 +Node: Fonts in figures78930 +Node: Header files80590 +Node: Including headers from TeX81796 +Node: Including headers from the command line83830 +Node: Headers and memory usage84930 +Node: Literal PS85640 +Node: " special86222 +Node: ps special86963 +Node: Literal headers88271 +Node: PostScript hooks88986 +Node: Literal examples91076 +Node: Hypertext92528 +Node: Hypertext caveats94086 +Node: Hypertext specials98483 +Node: PostScript fonts101117 +Node: Font concepts102233 +Node: Metric files103400 +Node: Glyph files106226 +Node: Virtual fonts108582 +Node: Encodings110472 +Node: PostScript typesetting112854 +Node: Making a font available115936 +Node: Invoking afm2tfm120966 +Node: Changing font encodings121936 +Node: Changing TeX encodings122727 +Node: Changing PostScript encodings123827 +Node: Changing both encodings125171 +Node: Reencoding with Afm2tfm125844 +Node: Encoding file format128948 +Node: Special font effects133151 +Node: Afm2tfm options135414 +Node: psfonts.map138399 +Node: Color143123 +Node: Color macro files144167 +Node: User-definable colors147365 +Node: Color subtleties148640 +Node: Ted Turner150291 +Node: Color device configuration151516 +Node: Color support details153958 +Node: Color specifications154336 +Node: Color specials155739 +Node: Index157868 End Tag Table |