From: Fred Drake Date: Tue, 29 Oct 1996 15:50:05 +0000 (+0000) Subject: (tut.tex): Added matching \normalsize after \small font control command X-Git-Tag: v1.5a1~967 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd255e433f3d27963cfe2766595964a5e20c2169;p=thirdparty%2FPython%2Fcpython.git (tut.tex): Added matching \normalsize after \small font control command (and the contents it was supposed to be affecting). The latest LaTeX2HTML handles these, but didn't close it as expected. This handles that problem and does not affect the PostScript output. --- diff --git a/Doc/tut.tex b/Doc/tut.tex index e82e3eedae08..459e9c61d0f9 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -1843,7 +1843,7 @@ Traceback (innermost last): File "", line 1 TypeError: illegal argument type for built-in operation >>> -\end{verbatim}\ecode +\end{verbatim}\normalsize\ecode % The last line of the error message indicates what happened. Exceptions come in different types, and the type is printed as part of diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index e82e3eedae08..459e9c61d0f9 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1843,7 +1843,7 @@ Traceback (innermost last): File "", line 1 TypeError: illegal argument type for built-in operation >>> -\end{verbatim}\ecode +\end{verbatim}\normalsize\ecode % The last line of the error message indicates what happened. Exceptions come in different types, and the type is printed as part of