Xref: utzoo comp.text.tex:2109 comp.lang.postscript:5518 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!husc6!flare!bochner From: bochner@flare.harvard.EDU (Harry Bochner) Newsgroups: comp.text.tex,comp.lang.postscript Subject: Re: Can't print large PS file derived from a dvi file.. Message-ID: <3543@husc6.harvard.edu> Date: 19 Jul 90 18:47:35 GMT References: <51457@iuvax.cs.indiana.edu> <2785@uakari.primate.wisc.edu> Sender: news@husc6.harvard.edu Reply-To: bochner@flare.harvard.EDU (Harry Bochner) Distribution: na Organization: Aiken Computation Laboratory, Harvard University Lines: 24 In article <2785@uakari.primate.wisc.edu>, bin@primate.wisc.edu (Brain in Neutral) writes: > How old is your LaserWriter? Early models are notorious for not being > able to print large ps-from-dvi files. You have to have the original > dvi and convert pieces of it at a time, printing each piece separately, > and cycling the power on the printer at odd intervals since it still locks > up now and then (blinks but does nothing). Another possible solution is to get a better dvi->ps converter. We used to have this problem regularly when printing large dvi files to old LaserWriters, when we were using dvi2ps (which the original poster says he's using). We've eliminated the problem by switching to dvips (w/o the '2'), by Rokicki at stanford: it can be configured so it knows about how much room each printer has for downloaded characters, and will flush the memory and start over if it's running out of room. When properly configured it should be able to send any dvi file to any printer in one operation (unless there's a single page that's too complex to handle). It's got other great features too: I recommend it. Harry Bochner bochner@endor.harvard.edu