Fixed latex2html weirdness with footnotes.

This commit is contained in:
Fred Drake 1999-04-05 21:59:15 +00:00
parent 45b0aeda3c
commit ea003fcc2a
5 changed files with 42 additions and 43 deletions

View file

@ -42,9 +42,10 @@ The following functions are defined in the \module{stdwin} module:
\begin{funcdesc}{open}{title}
Open a new window whose initial title is given by the string argument.
Return a window object; window object methods are described below.%
\footnote{The Python version of STDWIN does not support draw procedures; all
drawing requests are reported as draw events.}
Return a window object; window object methods are described
below.\footnote{
The Python version of STDWIN does not support draw procedures;
all drawing requests are reported as draw events.}
\end{funcdesc}
\begin{funcdesc}{getevent}{}