Is this possible to get the simple math as in HTML tag in display math? My tags are follows:
\documentclass{book}
\begin{document}
This is for test $a+b=c$
\[
a+b=c\qquad p_1 = \frac{m}{x_1}- p_2.
\]
\[
ab
\]
\end{document}
In inlinemath, simple math, example $a+b=c$ converted as HTML tag, but the same content in display math, then it was converted as image, but I need simple math should convert as HTML tag in both display and inline math? Please advise...
