diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-26 18:30:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-26 18:30:44 +0000 |
commit | 02d42e247f1d59c636e0e28a687177a9ac7f3ce4 (patch) | |
tree | daaba7a54773da13f77e69ca234fceb5c1658978 /Build/source/texk/dvipsk/dvips.info | |
parent | a072ab3fdb413ffeb05e0d5136400ad418d89623 (diff) |
unknown paper size must come before nopaper in config.ps
git-svn-id: svn://tug.org/texlive/trunk@15465 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/dvips.info')
-rw-r--r-- | Build/source/texk/dvipsk/dvips.info | 180 |
1 files changed, 90 insertions, 90 deletions
diff --git a/Build/source/texk/dvipsk/dvips.info b/Build/source/texk/dvipsk/dvips.info index 34fd77e32aa..007024dca84 100644 --- a/Build/source/texk/dvipsk/dvips.info +++ b/Build/source/texk/dvipsk/dvips.info @@ -1,7 +1,7 @@ This is ../../../texk/dvipsk/dvips.info, produced by makeinfo version 4.13 from ../../../texk/dvipsk/dvips.texi. -This manual documents Dvips version 5.98 (June 2009), 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. @@ -18,7 +18,7 @@ File: dvips.info, Node: Top, Next: Why Dvips, Up: (dir) Dvips ***** -This manual documents Dvips version 5.98 (June 2009), 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. @@ -1486,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 @@ -4703,82 +4703,82 @@ Index Tag Table: -Node: Top559 -Node: Why Dvips1303 -Node: Installation4751 -Node: config.ps installation5889 -Node: PostScript font installation8431 -Node: Ghostscript installation11305 -Node: Diagnosing problems12402 -Node: Debug options13497 -Node: No output14700 -Node: Small or inverted16168 -Node: Printer errors16887 -Node: Long documents fail18219 -Node: Including graphics fails18560 -Node: Invoking Dvips19798 -Node: Basic usage20389 -Node: Command-line options21373 -Node: Option summary21822 -Node: Option details23984 -Node: Environment variables42988 -Node: Config files45947 -Node: Configuration file searching46630 -Node: Configuration file commands49930 -Node: Paper size and landscape57043 -Node: papersize special58641 -Node: Config file paper sizes60050 -Node: Paper trays64359 -Node: Interaction with PostScript65693 -Node: PostScript figures66346 -Node: Bounding box67072 -Node: \includegraphics70443 -Node: EPSF macros72734 -Node: EPSF scaling74704 -Node: EPSF clipping77274 -Node: psfile special77916 -Node: Dynamic creation of graphics80309 -Node: Fonts in figures81627 -Node: Header files83287 -Node: Including headers from TeX84493 -Node: Including headers from the command line86527 -Node: Headers and memory usage87627 -Node: Literal PS88337 -Node: " special88919 -Node: ps special89660 -Node: Literal headers91158 -Node: PostScript hooks91873 -Node: Literal examples93963 -Node: Hypertext95415 -Node: Hypertext caveats96973 -Node: Hypertext specials101370 -Node: PostScript fonts104004 -Node: Font concepts105120 -Node: Metric files106287 -Node: Glyph files109113 -Node: Virtual fonts111469 -Node: Encodings113359 -Node: PostScript typesetting115741 -Node: Making a font available118823 -Node: Invoking afm2tfm123853 -Node: Changing font encodings124823 -Node: Changing TeX encodings125613 -Node: Changing PostScript encodings126713 -Node: Changing both encodings128057 -Node: Reencoding with Afm2tfm128730 -Node: Encoding file format131834 -Node: Special font effects136037 -Node: Afm2tfm options138300 -Node: psfonts.map141285 -Node: Color146017 -Node: Color macro files147061 -Node: User-definable colors150259 -Node: Color subtleties151534 -Node: Ted Turner153185 -Node: Color device configuration154410 -Node: Color support details156852 -Node: Color specifications157230 -Node: Color specials158633 -Node: Index160762 +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 |