> Hello,

> "\verb|test|" is translated into "<code></code>" without content
> (should be "<code>test</code>" I guess)

> Can anybody help me?

> I have tried latex2html Version 2002-1 (1.69) as well as the current version
> (1.7 ?)

> Thanks in advance and nice greetings from hot Innsbruck


> Theo


This seems to be related with $TMP variable in the latex2html perl
file. To solve this:

---> Change line: $TMP_ = "TMP"; to $TMP_ = "tmp";

---> Change dbmopen($TMP_$${dd}verb,... to dbmopen(/$TMP_$${dd}verb,...

This way verb database file can be created in the /tmp directory.
_______________________________________________
latex2html mailing list
[email protected]
http://tug.org/mailman/listinfo/latex2html

Reply via email to