Hi Jens, > I installed now l2h98_2beta8 and install-test works really fine. But > when I try to convert a tex-file with the command-line: perl latex2html > file.tex, after a while where all seems to be ok, I see this > errormessage: > > failed to read in document parts (out of memory?). Rerun latex2html with -debug -verbosity 2 and check the messages preceeding the one above. It looks like your document is correctly processed by texexpand and splitted into parts, but latex2html failed to read in and concatenate the contents into one single string. This can happen if your memory is exhausted (that's why I wrote that message) but perhaps there is something other going wrong. Check also the file names and the sizes of the files given with appending file: ... messages. You can do that after the run, -debug leaves everthing at its place. Kind regards, Jens Lippmann. -- # Jens Lippmann [EMAIL PROTECTED] # http://www.informatik.tu-darmstadt.de/TI # # Technische Universitaet Darmstadt http://www.tu-darmstadt.de
