On Thu, Jun 06, 2013 at 04:19:01AM -0500, Nasser M. Abbasi wrote: ... > But I can't get this to work for loading mathjax. > > I have .cfg where I tell htlatex to use MathJax. When I use > the .cfg, it works. ...
I'm not sure if this may help, but I sometime uses the following:
--- xxx.tex ---
\documentclass{article}
\usepackage{amsmath,amssymb,amsfonts}
\input tex4ht.sty
\Preamble{xhtml,docbook,docbook-mml}
\Configure{BODY}{}{}\Configure{DOCTYPE}{}\Configure{VERSION}{}
...
\begin{document}
\EndPreamble
some latex here
\end{document}
--------------
and then I compile with:
latex xxx.tex
tex4ht -cunihtf xxx.tex
cheers
m
signature.asc
Description: Digital signature
