home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.text.tex
- Path: sparky!uunet!math.fu-berlin.de!informatik.tu-muenchen.de!lrz-muenchen.de!mistral!wolfgg
- From: wolfgg@mistral.vta.mw.tu-muenchen.de (Wolfgang Goettert)
- Subject: Re: It works: 600DPI output with HPLJ 4
- Message-ID: <1993Jan21.092914.5240@news.lrz-muenchen.de>
- Lines: 37
- Sender: wolfgg@mistral (Wolfgang Goettert)
- Reply-To: wolfgg@urmel.vta.mw.tu-muenchen.de
- Organization: LS Verfahrenstechnik A (Inst. Chem. Engng.), TU Muenchen, Germany
- References: <16B5B127EA.PETM@ibm.rz.tu-clausthal.de> <7624@sersun1.essex.ac.uk>
- Date: Thu, 21 Jan 1993 09:29:14 GMT
- Lines: 37
-
-
- Hi,
- In article <7624@sersun1.essex.ac.uk>, ajn@essex.ac.uk (Alastair Neil)
- writes:
- |> does anyone have a metafont mode that will work with dvips for
- |> printing
- |> at 600dpi on a postscript hpLJ4 ?
-
- I use the following mode with good results.
-
- message "Preloading the local modes";
-
- def common_mode_setup_ =
- proofing := 0;
- fontmaking := 1;
- tracingtitles := if pixels_per_inch > 700: 1 else: 0 fi;
- enddef;
-
- message "HP LaserJet IV";
-
- mode_def PS_Six =
- pixels_per_inch := 600;
- blacker := .05;
- fillin := 0;
- o_correction := .6;
- common_mode_setup_;
- enddef;
-
- Any suggestions or improvements welcome.
-
- Bye
- --
- ----------------------------------------------------------------------
- | Wolfgang Goettert Lehrstuhl A fuer Verfahrenstechnik, TU Muenchen |
- | 8000 Muenchen 2, Germany |
- | wolfgg@urmel.vta.mw.tu-muenchen.de Tel.: +49 89 2105 2840 |
- ----------------------------------------------------------------------
-