im using htlatex to transcript a latex file to html for a web application. It seems to work fine with most of my equations, but as soon as I use \frac or \dfrac the images of the equations become very blurry. Somehow I also had to stop using the equation environment in favor of $ $.
Im not sure if a minimum example would help?
\documentclass[12pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{amsthm}
\usepackage[english]{babel}
\begin{document}
$F_i=\left(\dfrac{L_i}{Y_i}\right)^\alpha $
\end{document}
After using "htlatex file.tex" the output is realy blurry
\[...\]everything is blurry, and with$ ... $, only the fraction is. Can't help you though. – anderstood Jun 16 '15 at 19:57