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

2012-01-24 Thread Ross Moore
Hi Mark, On 24/01/2012, at 11:28 PM, Mark Duke wrote: > Hi Ross and Jos, >> >>> 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

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

2012-01-24 Thread Mark Duke
Hi Ross and Jos, 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 digit