[330] in SIPB bug reports
latex: footnotes in tabbing env
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Tue Feb 21 16:47:55 1989
Date: Tue, 21 Feb 89 16:46:18 EST
From: Ken Raeburn <raeburn@ATHENA.MIT.EDU>
To: bug-sipb@ATHENA.MIT.EDU
------- Forwarded Message
From: <bjaspan@ATHENA.MIT.EDU>
Date: Mon, 13 Feb 89 14:45:36 EST
To: bugs@ATHENA.MIT.EDU
Subject: Latex footnotes
I just found this one; and since LaTeX is supported in the next release,
it matters....
LaTeX doesn't handle footnotes inside a tabbing environment properly.
Spefically, it superscripts the footnote's number, but doesn't actually
place the text of the footnote anywhere.
The following document produces the error:
\documentstyle[11pt]{article}
\begin{document}
\begin{tabbing}
00000000000\=00000000000000000000\=0 \kill
\>Tab 1\>Tab 2\footnote{Footnote after Tab 2}
\end{tabbing}
\end{document}
------- End Forwarded Message