[l2h] Problems with raw html in .tex-document

Achim Haertel Achim Haertel <Achim.Haertel@e-technik.tu-chemnitz.de>
Thu, 16 Dec 1999 18:08:53 +0100 (MET)


Hello,

i have 2 problems with the html-package. 
It seems that in the example-document the \end{rawhtml}-tag isnt
recognized at all anymore under TeX (Web2C 7.3.1) 3.14159 (thats 
the one on Suse linux 6.2). 
Secondly, latex2html99.2beta4 doesnt insert the gif in the generated 
html inside equations or eqnarrays (i couldnt test this with 
beta6 due the rawhtml-problem).
Background: I have a couple of documents generated with Scientific Word,
and that one has WMF-files as pictures instead of something portable, and
i have found only a wmf-to-gif-converter and wanted to insert the gifs
into the html.

Thank you in advance,
Achim.
----------------------------------------------------------------------
Example:

\documentclass[a4paper,german]{book}

\usepackage{amssymb}

\usepackage{makeidx}

\usepackage{graphicx}

\usepackage{epsfig}

\usepackage{amsmath}

\usepackage{html}

\usepackage[german]{babel}


\begin{document}

Begin of example.
\begin{equation*}
\makebox[292.4375pt][c]{
\begin{minipage}{292.4375pt}
{\begin{rawhtml}
<img src="F1JGFB00.gif" >
\end{rawhtml}}
\rule[0pt]{0pt}{152.1875pt}\\ \centering{}
\end{minipage}
}
\end{equation*}

Parting line.

\makebox[335.3125pt][c]{
\label{bild1.2}
\begin{minipage}[b]{335.3125pt}
{\begin{rawhtml}
<img src="F1JH3T01.gif" >
\end{rawhtml}}
\rule[0pt]{0pt}{204.3125pt}\\ \centering{Bild: Entscheidungsbaum}
\end{minipage}
}

End of example.
\end{document}