HeVeA is a quite complete and fast LaTeX to HTML translator.
1
vote
1answer
82 views
Convert all formulas to image hevea
I'm using Hevea to translate TeX to HTML. I want to convert all the formulas enclosed by $ ... $ to images. But I'm trying to avoid the using of:
\begin{toimage}
$ ... $
\end{toimage} \imageflush
...
5
votes
1answer
161 views
Lightweight equivalent of \cref and \Cref
I'm trying to convert my LaTeX document to HTML using HeVeA and I'm facing a problem with cleveref package -- my LaTeX file uses \cref and \Cref heavily, but hevea doesn't support this package by ...
3
votes
0answers
141 views
Displaying images with Hevea (Latex)
What is the correct way to include images so that Hevea will produce correct html output? I tried the following:
Latex code (test.tex):
\documentclass[12pt]{article}
\usepackage{hevea}
...