2

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

Max M
  • 313
  • Confirmed: with \[...\] everything is blurry, and with $ ... $, only the fraction is. Can't help you though. – anderstood Jun 16 '15 at 19:57
  • the math is converted as images by default. it is better to use mathml with mathjax, see http://tex.stackexchange.com/a/68962/2891 – michal.h21 Jun 16 '15 at 20:00
  • Thanks that solution seems a bit above my head. I was hoping for a more dirty quick fix – Max M Jun 17 '15 at 10:04
  • This is a easiest solution, other solutions require config files editing and produce inferior results – michal.h21 Jun 17 '15 at 10:33
  • Ok I think i managed somehow. I created the cfg file with my word editor. and used your command without the end part. cause then it did not create a new html file so I used: htlatex frac.tex "ht5mjlatex.cfg, charset=utf-8" – Max M Jun 17 '15 at 13:22
  • Essentially this is a dupe, or at least that points the way to a solution so I've closed. – Joseph Wright Jul 28 '15 at 06:00

0 Answers0