home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / tex / !dvips / Documents / Fonts / Resources / config / ps < prev   
Encoding:
Text File  |  1994-11-15  |  1.1 KB  |  62 lines

  1. *
  2. *   See config.lino for more info.
  3. *   With a virtual machine, we can claim 1M of memory.
  4. *
  5. m 1000000
  6. *
  7. *   And send output by default to the printer.
  8. *
  9. *
  10. *   Default resolution.
  11. *
  12. D 300
  13. *
  14. *   Last resort sizes.
  15. *
  16. R 100 120 144 300 360 400 432 480
  17. *
  18. *   Paper size information.  First definition is the default.
  19. *
  20. *   If your default is a4 uncomment the following definition
  21. *   and comment out the letterSize definition.
  22. *
  23. @ A4size 210mm 297mm
  24. @+ %%PaperSize: A4
  25.  
  26. *@ letterSize 8.5in 11in
  27. *@ letter 8.5in 11in
  28. *@+ %%BeginPaperSize: Letter
  29. *@+ letter
  30. *@+ %%EndPaperSize
  31.  
  32. @ legal 8.5in 14in
  33. @+ ! %%DocumentPaperSizes: Legal
  34. @+ %%BeginPaperSize: Legal
  35. @+ legal
  36. @+ %%EndPaperSize
  37.  
  38. @ ledger 17in 11in
  39. @+ ! %%DocumentPaperSizes: Ledger
  40. @+ %%BeginPaperSize: Ledger
  41. @+ ledger
  42. @+ %%EndPaperSize
  43.  
  44. @ tabloid 11in 17in
  45. @+ ! %%DocumentPaperSizes: Tabloid
  46. @+ %%BeginPaperSize: Tabloid
  47. @+ 11x17
  48. @+ %%EndPaperSize
  49.  
  50. @ A4 210mm 297mm
  51. @+ ! %%DocumentPaperSizes: A4
  52. @+ %%BeginPaperSize: A4
  53. @+ a4
  54. @+ %%EndPaperSize
  55.  
  56. @ A3 297mm 420mm
  57. @+ ! %%DocumentPaperSizes: A3
  58. @+ %%BeginPaperSize: A3
  59. @+ a3
  60. @+ %%EndPaperSize
  61.