1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 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
|