jorgen johansson wrote:

Could you send me an example file and the latex2html command you used to get it to work?

as I said, the problem with LyX is, that you need an exported TeX file, but LyX doesn't know, that it should not use latex, because in this case the jpeg image is converted to eps and then back to jpg by latex2html.

Here is my example which I converted to html
simply with "latex2html test.tex"

I converted the LyXRose with convert to jpeg
and deleted the gif one, so that there was no other
image than the jpeg one.

The result can be seen at http://www.perce.de/LyX/

Herbert



\documentclass{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{mathpazo}
\linespread{1.10}
\usepackage[scaled=0.92]{helvet}

\begin{document}
\section{Test}

\begin{description}
 \item[Helvetica]{in combination with palatino $f(x)=\sqrt{\frac{1}{2}}$}
\end{description}

\includegraphics{LyXRose}

\end{document}




Reply via email to