9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] %DVIPSPage
@ 2000-11-09 19:48 Russ Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Russ Cox @ 2000-11-09 19:48 UTC (permalink / raw)
  To: 9fans

that's a weird bug in the plan9 dvips setup.

if you do

	dvips -Ppsfonts foo.dvi > foo.ps
or	dvips -Pbitmapfonts foo.dvi > foo.ps

then you get nice %%Page: boundaries,
but if you do 

	dvips foo.dvi >foo.ps
or (i think) dvips -Pps foo.dvi >foo.ps

you get this weird %DVIPS stuff.

if any tex wizards out there know how
to fix this, please let me know.

thanks.
russ


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] %DVIPSPage
  2000-11-15  2:20 Russ Cox
@ 2000-11-15  2:24 ` Boyd Roberts
  0 siblings, 0 replies; 4+ messages in thread
From: Boyd Roberts @ 2000-11-15  2:24 UTC (permalink / raw)
  To: 9fans

russ, you should not know that and you have my sympathies.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] %DVIPSPage
@ 2000-11-15  2:20 Russ Cox
  2000-11-15  2:24 ` Boyd Roberts
  0 siblings, 1 reply; 4+ messages in thread
From: Russ Cox @ 2000-11-15  2:20 UTC (permalink / raw)
  To: 9fans

I did what I should have done long ago:
type DVIPSSectionPage into google.

It appears that when dvips infers that the printer
would otherwise run out of memory, it breaks the 
file into independent sections, and drops the %%Page
comments because the file is no longer DSC compliant.
The default postscript printer configuration apparently
is for 150k.

I've changed /sys/lib/texmf/dvips/config/config.ps
from saying "m 150000" to "m 10000000", which should
fix the problem, in all the printers.

Russ


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [9fans] %DVIPSPage
@ 2000-11-14 22:43 kim kubik
  0 siblings, 0 replies; 4+ messages in thread
From: kim kubik @ 2000-11-14 22:43 UTC (permalink / raw)
  To: 9fans


-----Original Message-----
From: Russ Cox <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu <9fans@cse.psu.edu>
Date: Thursday, November 09, 2000 11:49 AM
Subject: [9fans] %DVIPSPage
>if you do
>      dvips -Ppsfonts foo.dvi > foo.ps
>or    dvips -Pbitmapfonts foo.dvi > foo.ps
>then you get nice %%Page: boundaries,
>but if you do 
>     dvips foo.dvi >foo.ps
>or   dvips -Pps foo.dvi >foo.ps
>you get this weird %DVIPS stuff.
>
-------------------------
can't help with the dvips stuff (hell, I
almost still need help tying my shoes!) but
Rokicki's web page (and email) is at:

    www.radicaleye.com

and he's usually interested in anything that
might be considered a bug in dvips, so altho I'm 
sure he's more than busy, he may have a suggestion.

 - kim




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-11-15  2:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-11-09 19:48 [9fans] %DVIPSPage Russ Cox
2000-11-14 22:43 kim kubik
2000-11-15  2:20 Russ Cox
2000-11-15  2:24 ` Boyd Roberts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).