<div dir="ltr">Another good one is HeVeA.  There is also TtM and LaTeXML.<br><br>I still use latex2html, but since perl5 there have been more problems than I have time to track down and work around.<br><br>The biggest problem for me right now is that a comment on its own line is removed WITH its newline as well, causing loss of any TeX command at end of previous line due to concatenation with following line.  I think it has to do with incompatible evolution in perl regarding statements like<br><br>        s/((\n$comment_mark\d*)+\n)//gm;<br><br>I have been able to repair some instances of this problem but not all.  My (weak) progress is at <br><br>        <a href="https://github.com/josmithiii/l2hmj.git">https://github.com/josmithiii/l2hmj.git</a><div><br></div><div>and here are too small failing examples in case anyone is interested:</div><div><br></div><div><div>% l2h bug: comment in eqn comes out as ``< tex2html_comment_mark >''</div><div>\beqnopt</div><div>y(n) \eqsp \langle x, \shift_n[\flip(h)] \rangle. % \qquad\hbox{($h$ real)}</div><div>\eeqnopt</div><div><br></div><div><div>% l2h bug: HTML includes ``<15579>>''</div><div>% Rev2: Summarize this somewhere</div><div>\nocite{Nikolic02}</div></div><div><br></div><div>To make the 2nd bug go away, introduce a blank line after the comments.</div><br>- jos<br><br>On Thu, Jan 12, 2017 at 9:06 AM, Nasser M. Abbasi <<a href="mailto:nma@12000.org">nma@12000.org</a>> wrote:<br>><br>> On 1/12/2017 5:01 AM, Philippe Chauvat wrote:<br>>><br>>> Hello there,<br>><br>><br>>><br>>> a) I would be sure latex2html is still a good idea when it comes to<br>>> convert LaTeX files to HTML. If not please let me know how you would<br>>> suggest to proceed.<br>>><br>><br>> If you can't get your latex class to work with l2h, you could try<br>> tex4ht.<br>><br>> --Nasser<br>><br>><br>>> b) I am using a non standard class and therefore I tried to figure out<br>>> how to add it into the latex2html process. So far, my understanding is<br>>> that I need to define a myclass.perl file (assuming my non standard<br>>> class is named myclass) and put it into the styles directory. Am I right ?<br>>><br>>> c) Assuming the (b) is yes, I wrote the mylcass.perl file. Into that<br>>> class, I have some "RequirePackage" lines and I realized the related<br>>> packages are not loaded? Am I doing something wrong ? How do I need to<br>>> proceed to have these packages loaded automatically by the latex2html<br>>> process?<br>>><br>>> d) I should have to begin with this, probably,; is there any<br>>> "programming manual" for latex2html?<br>>><br>>> Thanks in advance for your help!<br>>> Philippe<br>>> _______________________________________________<br>>> latex2html mailing list<br>>> <a href="mailto:latex2html@tug.org">latex2html@tug.org</a><br>>> <a href="http://tug.org/mailman/listinfo/latex2html">http://tug.org/mailman/listinfo/latex2html</a><br>>><br>><br>> _______________________________________________<br>> latex2html mailing list<br>> <a href="mailto:latex2html@tug.org">latex2html@tug.org</a><br>> <a href="http://tug.org/mailman/listinfo/latex2html">http://tug.org/mailman/listinfo/latex2html</a><br><br><br><br><br>--<br><br>Julius O. Smith III <<a href="mailto:jos@ccrma.stanford.edu">jos@ccrma.stanford.edu</a>><br>Professor of Music and, by courtesy, Electrical Engineering<br>CCRMA, Stanford University<br><a href="http://ccrma.stanford.edu/~jos/">http://ccrma.stanford.edu/~jos/</a> <br><div class="gmail_extra">
</div></div></div>