[l2h] Strange bug: l2h kills a table
Peter Junglas
Peter Junglas <Junglas@tu-harburg.de>
Thu, 25 Nov 1999 14:40:50 +0100
This is a multi-part message in MIME format.
--------------BFA429820B07BE6B79810DFC
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi,
the included latex file produces 3 tables. Running it through l2h, only the last
two show up - the first one is just replaced by <P> !
This phenomenon is strangely related to all parts of the file: deleting the
hyperref at the very end or the "\usepackage{alltt}" at the beginning makes the
table appear!
Very curiously
Peter
--
Dr. Peter Junglas Tel.: 040/42878-3193
TU Hamburg-Harburg, Fax.: 040/42878-2803
Rechenzentrum email: Junglas@tu-harburg.de
Schwarzenbergstr. 95 WWW: http://www.tu-harburg.de/rzt/rzt/pj/
21071 Hamburg
--------------BFA429820B07BE6B79810DFC
Content-Type: application/x-tex;
name="master.tex"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline;
filename="master.tex"
\documentclass[12pt]{article}
\usepackage{html}
\usepackage[latin1]{inputenc}
\usepackage{alltt}
\newenvironment{listwithhead}[1]%
{\medskip {\bf #1:} \begin{itemize}}%
{\end{itemize}}
\begin{document}
\section{Einleitung}
\label{ref:index}
\begin{listwithhead}{Geschichte}
\item
Ich bin die erste Tabelle:
\begin{tabular}{cl}
Bezeichnung & Bedeutung \\
\hline
cm & Zentimeter \\
mm & Millimeter \\
in & Inch (2.54 cm) \\
pt & Point (1/72 in) \\
pc & Pica (1/6 in)
\end{tabular}
\end{listwithhead}
=
\begin{listwithhead}{absolute Gr=F6=DFenangaben}
\item
Ich bin die zweite Tabelle
\begin{tabular}{cl}
Bezeichnung & Bedeutung \\
\hline
cm & Zentimeter \\
mm & Millimeter \\
in & Inch (2.54 cm) \\
pt & Point (1/72 in) \\
pc & Pica (1/6 in)
\end{tabular}
\item
Komma-Angaben in englischer Schreibweise (2.5 statt 2,5)
\end{listwithhead}
\begin{listwithhead}{relative Gr=F6=DFenangaben}
\item
Ich bin die dritte Tabelle
\begin{tabular}{cl}
Bezeichnung & bezogen auf \\
\hline
em & Gesamt-Schrifth=F6he \\
ex & H=F6he des Buchstaben x \\
px & Pixelgr=F6=DFe des Bildschirms \\
\% & Prozent der normalen Gr=F6=DFe
\end{tabular}
\end{listwithhead}
\begin{listwithhead}{Beispiel}
\item
\hyperref{von vorne}{s.o.}{}{ref:index}
\end{listwithhead}
\end{document}
--------------BFA429820B07BE6B79810DFC--