home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9665 < prev    next >
Encoding:
Text File  |  1992-07-30  |  981 b   |  29 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!mcsun!sun4nl!tnofel!felfs!jlph7
  3. From: jlph7@fel.tno.nl (Lawick van Pabst)
  4. Subject: Newsprint2.0
  5. Organization: TNO Physics and Electronics Laboratory
  6. Date: Thu, 30 Jul 92 14:47:23 GMT
  7. Message-ID: <1992Jul30.144723.3949@fel.tno.nl>
  8. Lines: 19
  9.  
  10. We have a Sparcprinter and Newsprint2.0 and I still use mf from
  11. NP1.0. Here is my Sparc printer mode:
  12.  
  13. mode_def Sparcprinter =
  14.  let font_setup=white_setup;         % use the white font_setup
  15.  proofing:=0;                  % no, we're not making proofs
  16.  fontmaking:=1;                 % yes, ...
  17.  tracingtitles:=0;
  18.  pixels_per_inch:=400;             % Actually for a Canon engine
  19.  blacker:=0.35;                 % but inside the Sparcprinter
  20.  fillin:=.2;                 % hides a Rank Xerox engine
  21.  o_correction:=.6;
  22.  enddef;
  23.  
  24. If I remember well I only altered blacker from 0 to 0.35. Compare this
  25. setting with the Canon CX mode. I hope this one works. It works for me.
  26. If people do have better results I would like to hear that.
  27.  
  28. Joost
  29.