Elementtree provides a nice XML document handling in python. I found elementtree is useful to handle my xhtml document. I can easily insert a new element in whichever part of the xhtml document. When I generate html file for LaTeX through tex4ht (my previous blog), the html file is not xhtml format. Since I want …
Daily Archive: December 13, 2007
Dec
13
Permanent link to this article: http://lindaocta.com/?p=33
Permanent link to this article: http://lindaocta.com/?p=32
Dec
13
Latex To Xhtml Api using tex4ht
For the past 2 weeks I have been struggling with latex to html conversion. I tried packages like latex2html in ubuntu (after I decided to give up on trying to install in window) and plastex (python packages for latex conversion running in window). Both packages produce a good html format, but the html result generated …
Permanent link to this article: http://lindaocta.com/?p=31