[l2h] "\verb|test|" produces "<code></code>" without content

Billy Araujo billyaraujo at gmail.com
Fri Jun 5 17:02:25 CEST 2009


> 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.


More information about the latex2html mailing list