home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / tex / 15243 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.6 KB  |  51 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!math.fu-berlin.de!informatik.tu-muenchen.de!lrz-muenchen.de!mistral!wolfgg
  3. From: wolfgg@mistral.vta.mw.tu-muenchen.de (Wolfgang Goettert)
  4. Subject: Re: It works: 600DPI output with HPLJ 4
  5. Message-ID: <1993Jan21.092914.5240@news.lrz-muenchen.de>
  6. Lines: 37
  7. Sender: wolfgg@mistral (Wolfgang Goettert)
  8. Reply-To: wolfgg@urmel.vta.mw.tu-muenchen.de
  9. Organization: LS Verfahrenstechnik A (Inst. Chem. Engng.), TU Muenchen, Germany
  10. References: <16B5B127EA.PETM@ibm.rz.tu-clausthal.de> <7624@sersun1.essex.ac.uk>
  11. Date: Thu, 21 Jan 1993 09:29:14 GMT
  12. Lines: 37
  13.  
  14.  
  15. Hi,
  16. In article <7624@sersun1.essex.ac.uk>, ajn@essex.ac.uk (Alastair Neil)
  17. writes:
  18. |> does anyone have a metafont mode that will work with dvips for
  19. |> printing
  20. |> at 600dpi on a postscript hpLJ4 ?
  21.  
  22. I use the following mode with good results. 
  23.  
  24.   message "Preloading the local modes";
  25.  
  26.   def common_mode_setup_ =
  27.     proofing := 0;
  28.     fontmaking := 1;
  29.     tracingtitles := if pixels_per_inch > 700: 1 else: 0 fi;
  30.   enddef;
  31.  
  32.   message "HP LaserJet IV";
  33.  
  34.   mode_def PS_Six =  
  35.     pixels_per_inch := 600;
  36.     blacker := .05;
  37.     fillin := 0;
  38.     o_correction := .6;
  39.     common_mode_setup_;
  40.   enddef;
  41.  
  42. Any suggestions or improvements welcome.
  43.  
  44. Bye
  45. --
  46. ----------------------------------------------------------------------
  47. | Wolfgang Goettert  Lehrstuhl A fuer Verfahrenstechnik, TU Muenchen |
  48. |                    8000 Muenchen 2, Germany                        |
  49. | wolfgg@urmel.vta.mw.tu-muenchen.de Tel.: +49 89 2105 2840          |
  50. ----------------------------------------------------------------------
  51.