Hi Jos, and Mark,

On 24/01/2012, at 7:18 AM, jos wrote:

> Hi Mark,
> 
> Search the latex2html source for "%.3d" and change 3 to 4 or whatever.

The line you want is approx. 4096:

   $psname = sprintf("%s%.3d", "$TMPDIR$dd$IMAGE_PREFIX", $new_num);

changing to  "%s%.4d"  will allow LaTeX2HTML to generate file names
with 4 digits.
This then passes the problem on to LaTeX, dvips and Ghostscript, as 
to whether they will correctly generate and process all those files.  
Should be OK.


Best of luck,

        Ross

> 
> Cheers,
> Julius

------------------------------------------------------------------------
Ross Moore                                       ross.mo...@mq.edu.au 
Mathematics Department                           office: E7A-419      
Macquarie University                             tel: +61 (0)2 9850 8955
Sydney, Australia  2109                          fax: +61 (0)2 9850 8114
------------------------------------------------------------------------



_______________________________________________
latex2html mailing list
latex2html@tug.org
http://tug.org/mailman/listinfo/latex2html

Reply via email to