* Yaron Y. Goland (2006-01-27):
> I eventually figured out the magical incantation. I export to LaTeX  
> and then run:
> latex myfile
> bibtex myfile
> latex myfile
> latex myfile
> htlatex myfile "html"
> 
> This works in terms of making the bibliography work but now I have a  
> ligatures problem! All my fi's and such are being turned into funky  
> HTML characters. I found the thread http://www.mail-archive.com/lyx- 
> [EMAIL PROTECTED]/msg35556.html but when I tried the listed options  
> the resulting HTML file still had the screwed up characters.

There's nothing wrong with HTML entities in HTML code -- they are
perfectly standard compliant. You just have to make sure they are the
right ones. 

The messages you're referring to is not about HTML entities. You
could run the output through a filter like tr or sed to replace these
if you can't find the htlatex options that suit you. Or try a
different converter like latex2html, hevea, xhlatex. 

-Andre

Reply via email to