[Javascript] LaTeX to HTML in javascript

Bernu Bernard bernu at lptmc.jussieu.fr
Sat Dec 16 09:26:36 CST 2006


Hi list,
Does anyone knows about some "simple" javascript module to transform  
simple LaTeX input into HTML.
I'm thinking of something that can handle :
\bf bold  --> <b>
\it italic  -->  <i>
_            --> <sub>
^            --> <sup>

and may be
\itemize or \enumerate --> <ul>
\section  --><hx>

Thanks,
Bernard



More information about the Javascript mailing list