[l2h] BUG!!!
Andre Konopka
Andre Konopka <ak@presse-data.de>
Wed, 15 Sep 1999 13:25:07 +0200
--=====================_937387507==_
Content-Type: text/plain; charset="us-ascii"
Hi folks,
the attached code works fine with latex. It put a frame around the text,
the created HTML code is wrong.
Any idea?
Best regards
Andre
--=====================_937387507==_
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: attachment; filename="rahmen.tex"
\documentclass{article} % Specifies the document class
% \usepackage{german}
% \usepackage[ansinew]{inputenc}
% \usepackage[T1]{fontenc}
% \usepackage{makeidx}
\usepackage{calc}
% \usepackage{a4}
\makeindex
\begin {document}
\newsavebox{\fmbox}
\newenvironment{boxit}{%
\par
\begin{lrbox}{\fmbox}%
\begin{minipage}{\linewidth-2\fboxsep-2\fboxrule}%
}{%
\end{minipage}%
\end{lrbox}%
\noindent\fbox{\usebox{\fmbox}}%
\par
}
blah, blah, blah sdksjd ksdjksjd skjd skdj sdk jkj \\
Now a frame in Latex but not in HTML
\begin{boxit}
This is a test, This is a test, This is a test, This is a test, This is a test,
This is a test, This is a test, This is a test, This is a test,This is a test,
\end{boxit}
end of frame, text continued
\end{document}
--=====================_937387507==_
Content-Type: text/plain; charset="us-ascii"
--=====================_937387507==_--