home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / dvi2pcl.lha / pjxl.sty < prev    next >
Text File  |  1992-11-25  |  541b  |  20 lines

  1. %
  2. % pjxl.sty
  3. %
  4. % LaTeX style file for PaintJet XL color support
  5. % Copyright (c) 1992, Bo Thid\'e, bt@irfu.se, Uppsala, Sweden
  6. %
  7. % You may copy this file and use it as long as you don't try to make money
  8. % off it, or pretend that you wrote it.
  9. %
  10. % This file is provided "as is".
  11.  
  12. \def\black{\special{pjxl:black}}
  13. \def\red{\special{pjxl:red}}
  14. \def\green{\special{pjxl:green}}
  15. \def\yellow{\special{pjxl:yellow}}
  16. \def\blue{\special{pjxl:blue}}
  17. \def\magenta{\special{pjxl:magenta}}
  18. \def\cyan{\special{pjxl:cyan}}
  19. \def\white{\special{pjxl:white}}
  20.