[l2h] Probably a bug...
Geert Kloosterman
geertk@ai.rug.nl
Thu, 17 May 2001 12:03:47 +0200
Hi,
I couldn't find anything in the documentation on this, so I suppose
this is a bug. I've checked it with the latest version I could find,
2K.1beta.
The included minimal LaTeX document describes the problem.
When you look at the HTML output you'll see what's wrong. I've put it
online at:
http://tcwlinux1.ppsw.rug.nl/~geertk/test/test.html
Here's the document:
<<<<<<<<<<<<<<< cut here
\documentclass{article}
\title{My title}
\author{Geert Kloosterman}
\date{}
\begin{document}
The BLOCKQUOTE code will mess up here:
%
\begin{quote}
\begin{small}
\begin{verbatim}
This is verbatim text
\end{verbatim}
\end{small}
\end{quote}
Here, without the nested verbatim environment, the BLOCKQUOTE
environment doesn't get messed up:
\begin{quote}
\begin{small}
This isn't verbatim text\ldots{}
\end{small}
\end{quote}
This isn't the desired behaviour, is it?
\end{document}
<<<<<<<<<<<<<<< cut here
Friendliest regards,
Geert Kloosterman