home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / text / tex / 13364 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.0 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!uta!kielo!av
  2. From: av@kielo.uta.fi (Arto V. Viitanen)
  3. Newsgroups: comp.text.tex
  4. Subject: modes.mf for HP laserjet 4
  5. Message-ID: <AV.92Nov20154325@kielo.uta.fi>
  6. Date: 20 Nov 92 13:43:25 GMT
  7. Sender: news@uta.fi
  8. Reply-To: av@uta.fi (Arto V. Viitanen)
  9. Distribution: comp
  10. Organization: University of Tampere, Finland
  11. Lines: 20
  12. Nntp-Posting-Host: kielo
  13.  
  14. Has anyone figured MetaFont definitions for the new HP laserjet 4 ? It is 600
  15. dpi printer, and based on Canon engine (I think). We are going to buy such a
  16. printer (again, I think), so I built the dvips to generate also 600 dpi
  17. fonts. I used
  18.  
  19. % From {\tt av@cs.uta.fi}.
  20. mode_def HPLaserJetIIII =                      % HP LaserJet 4
  21.   pixels_per_inch := 600;
  22.   blacker := 0;
  23.   fillin := .2;
  24.   o_correction := .6;
  25.   common_mode_setup_;
  26. enddef;
  27. laserjiiii := HPLaserJetIIII;
  28.  
  29. but I bet the blacker, fillin and o_correction are totally wrong !
  30. --
  31. Arto V. Viitanen                               email: av@uta.fi
  32. University Of Tampere,                                  av@cs.uta.fi
  33. Finland
  34.