Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

dvicopy.ch

0 views
Skip to first unread message

Fabrice Popineau

unread,
Mar 17, 2000, 3:00:00 AM3/17/00
to Sebastian Rahtz
I have been asked to enlarge the dvicopy sizes.
Ideally, thoses sizes should be read from texmf.cnf, but I have no
time roght now.

Also, there is something to do in case of failure : no statistics are
reported. So it is hard to guess what went wrong.

Can we apply this patch :

--- dvicopy.ch~ Sun Sep 19 11:11:06 1999
+++ dvicopy.ch Fri Mar 17 12:39:23 2000
@@ -46,10 +46,10 @@
@<Constants...@>=
@!max_fonts=300; {maximum number of distinct fonts}
@!max_chars=750000; {maximum number of different characters among all fonts}
-@!max_widths=10000; {maximum number of different characters widths}
-@!max_packets=20000; {maximum number of different characters packets;
+@!max_widths=16000; {maximum number of different characters widths}
+@!max_packets=65530; {maximum number of different characters packets;
must be less than 65536}
-@!max_bytes=100000; {maximum number of bytes for characters packets}
+@!max_bytes=250000; {maximum number of bytes for characters packets}
@!max_recursion=10; {\.{VF} files shouldn't recurse beyond this level}
@!stack_size=100; {\.{DVI} files shouldn't |push| beyond this depth}
@!terminal_line_length=256; {maximum number of characters input in a single

to the current source tree ?

Fabrice


0 new messages