diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps b/Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps new file mode 100644 index 00000000000..f5ffa00f60b --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/config.ps @@ -0,0 +1,38 @@ +% +% teTeX's config.ps causes problems on many level 1 printers. So, if you use +% a level 1 printer, install this file as texmf/dvips/config.ps. +% +% Memory available. +m 1000000 + +% How to print. +o |lpr + +% default resolution +D 600 +M ljfour + +% Also look for this list of resolutions. +R 300 600 + +% The printer offsets the output by this much. +O 0pt,0pt + +@ a4 210mm 297mm +@+ %%PaperSize: A4 +@+ ! %%DocumentPaperSizes: A4 +@ a3 297mm 420mm +@+ %%PaperSize: A3 +@+ ! %%DocumentPaperSizes: A3 +@ letter 8.5in 11in +@+ %%PaperSize: Letter +@+ ! %%DocumentPaperSizes: Letter +@ legal 8.5in 14in +@+ %%PaperSize: Legal +@+ ! %%DocumentPaperSizes: Legal +@ ledger 17in 11in +@+ %%PaperSize: Ledger +@+ ! %%DocumentPaperSizes: Ledger +@ tabloid 11in 17in +@+ %%PaperSize: Tabloid +@+ ! %%DocumentPaperSizes: Tabloid |