On Wed, Apr 14, 2010 at 11:00:54AM +0100, Mikolaj Kucharski wrote:
> Sorry, using the opportunity that you guys are working on latex2html, do
> you know why `\usepackage{ulem}' is not working in latex2html?
>
> http://www.mail-archive.com/[email protected]/msg03461.html
>
> Should that supposed to work?
I've no idea, since I'm not a latex2html expert. But by running
latex2html with ktrace(1) shows that latex2html seems to expect a
perl script for each document class and package a document uses.
In this case, it tries to load `ulem.perl' (from the cwd and from
/usr/local/share/latex2html/styles/) and fails.
Ciao,
Kili