I have using htlatex for converting LaTeX to HTML. Everything is working fine except \begin{align*} environment is not converting to Image. Please find the MWE below:
\documentclass{book}
\usepackage{amsmath}
\begin{document}
\begin{align*}
3x+4&=16 \\
3x&=16-4\ \hbox{Subtract 4 from both sides.} \\
&=12 \\
x&=\frac{12}{3}\ \hbox{Divide both sides by 3.} \\
&=4
\end{align*}
\end{document}
\frac{12}{13} is only converted to Image remaining is not converting to Image format. How to get all the \begin{align*}...\end{align*} in Image format?

htlatex foo.tex my,pic-align". It's working fine. If givingspaceafter,it's not converting. – Balaji Aug 07 '14 at 04:36I cant get around using the pic-align option. I m not used to the command environment. How do I have to type the command? It always says cant find pic-align.cdf
I usally write.
htlatex test.tex , pic-align
– Max M Jun 17 '15 at 10:40"xhtml, pic-align"are important, you write it incorrectly – michal.h21 Jun 17 '15 at 12:11