diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-17 21:41:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-17 21:41:51 +0000 |
commit | 487ca4806cc046076293cf6cc5fbba0db282bac7 (patch) | |
tree | 847b412ab5158dd7bdd7ed7e5a4cc3fbca94be32 /Build/source/texk/dvipsk/contrib/configs/config.lj2p | |
parent | a3d3111bfe26b8e5f5bc6049dfb2a4ca2edc7881 (diff) |
texk 1
git-svn-id: svn://tug.org/texlive/trunk@1485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvipsk/contrib/configs/config.lj2p')
-rw-r--r-- | Build/source/texk/dvipsk/contrib/configs/config.lj2p | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/Build/source/texk/dvipsk/contrib/configs/config.lj2p b/Build/source/texk/dvipsk/contrib/configs/config.lj2p new file mode 100644 index 00000000000..aaf2a25f3f2 --- /dev/null +++ b/Build/source/texk/dvipsk/contrib/configs/config.lj2p @@ -0,0 +1,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 |