[l2h] Problems with larger documents when generationg images

2012-01-23 Thread Mark Duke
Hi All, We want to use latex2html to create a really large document - as a pdf approximately 2000 pages. There are a considereable number (~4000) of images, which need to be converted, e.g formulas. It seems as though latex2html is limited to 1000 images, which can be converted, as in my imag

Re: [l2h] Problems with larger documents when generationg images

2012-01-23 Thread jos
Hi Mark, Search the latex2html source for "%.3d" and change 3 to 4 or whatever. Cheers, Julius At 02:47 AM 1/23/2012, Mark Duke wrote: Hi All, We want to use latex2html to create a really large document - as a pdf approximately 2000 pages. There are a considereable number (~4000) of images,

Re: [l2h] Problems with larger documents when generationg images

2012-01-23 Thread Ross Moore
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