home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / dvipsk / contrib / config.2p next >
Encoding:
Text File  |  1993-08-28  |  1.6 KB  |  96 lines

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