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