Xref: utzoo comp.text.tex:2107 comp.lang.postscript:5512 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!cica!iuvax!hess From: hess@iuvax.cs.indiana.edu (Caleb Hess) Newsgroups: comp.text.tex,comp.lang.postscript Subject: Re: Can't print large PS file derived from a dvi file.. Message-ID: <51457@iuvax.cs.indiana.edu> Date: 19 Jul 90 16:23:03 GMT References: <2518@nosc.NOSC.MIL> Distribution: na Organization: Indiana University, Bloomington Lines: 6 You didn't mention what your host system is. If you are using a Unix system, there may be a maximum job size limit for the printer. Look in /etc/printcap for a field like :mx#1000:. The number is the maximum number of blocks that will be printed in a single job. Changing this field to :mx#0: allows unlimited job size (not necessarily a good idea, as the spooler will require disk space for a copy of the file).