Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!usc!apple!agate!stanford.edu!neon.Stanford.EDU!rokicki From: rokicki@neon.Stanford.EDU (Tomas G. Rokicki) Newsgroups: comp.sys.next Subject: Printing to non-NeXT printers with dvips Message-ID: <1991Apr1.221454.1915@neon.Stanford.EDU> Date: 1 Apr 91 22:14:54 GMT Organization: Computer Science Department, Stanford University, Ca , USA Lines: 12 If you are printing to a non-NeXT printer from NeXT TeX using dvips, make sure you specify the correct resolution (300 dpi, usually), either on the command line with -D300, or in the /usr/lib/tex/config.ps file with a line that looks like D 300 If you are printing from within TeXView, you will have to choose CustomResolution and enter the correct number (300, usually) because of the way DefaultResolution defaults to 0. Sorry for the problems.