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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95
|
* original config.ps -- default definitions for dvips output.
*
* (If you change or delete `original' on the previous line, dvips won't
* install its config.ps over this file.)
*
* Configuration file for Karl & Kathy's LaserJet IIP.
* We have 2 2MB expansion cards.
*
m 2750000
* Send output by default to our printer.
*
o |lpr
* Default resolution.
*
D 300
* Reverse the pages, since we usually print on the face-up tray.
*
r
* Mode is for Canon engine.
*
M CanonCX
* Also look for this list of resolutions.
*
R 300
* The printer offsets the output by this much.
*
O 0pt,-6pt
* Paper size information. First definition is the default.
*
* If your default is a4 uncomment the following definition
* and comment out the letterSize definition.
*
* There is some redundancy in the following comments; that is to
* get things to work both on the NeXT and on other printers.
*
*@ a4size 210mm 297mm
*@+ %%PaperSize: a4
@ letterSize 8.5in 11in
@ letter 8.5in 11in
@+ %%PaperSize: Letter
@+ %%BeginPaperSize: Letter
@+ letter
@+ %%EndPaperSize
@ legal 8.5in 14in
@+ ! %%DocumentPaperSizes: Legal
@+ %%PaperSize: Legal
@+ %%BeginPaperSize: Legal
@+ legal
@+ %%EndPaperSize
@ ledger 17in 11in
@+ ! %%DocumentPaperSizes: Ledger
@+ %%PaperSize: Ledger
@+ %%BeginPaperSize: Ledger
@+ ledger
@+ %%EndPaperSize
@ tabloid 11in 17in
@+ ! %%DocumentPaperSizes: Tabloid
@+ %%PaperSize: Tabloid
@+ %%BeginPaperSize: Tabloid
@+ 11x17
@+ %%EndPaperSize
@ a4 210mm 297mm
@+ ! %%DocumentPaperSizes: a4
@+ %%PaperSize: a4
@+ %%BeginPaperSize: a4
@+ a4
@+ %%EndPaperSize
@ a3 297mm 420mm
@+ ! %%DocumentPaperSizes: a3
@+ %%PaperSize: a3
@+ %%BeginPaperSize: a3
@+ a3
@+ %%EndPaperSize
|