]> granicus.if.org Git - python/commitdiff
Thinking on comp.text.tex seems to be that it's better to override
authorFred Drake <fdrake@acm.org>
Mon, 4 Nov 2002 16:29:31 +0000 (16:29 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 4 Nov 2002 16:29:31 +0000 (16:29 +0000)
\@makefntext than \@footnotetext, so we'll do that instead.

Doc/texinputs/python.sty

index 331197e81db398a5293e986afbbc30b00bfce89f..b4744d799ee57e1aa1f3c323269eba706fe3fea7 100644 (file)
 % Set up abstract ways to get the normal and smaller font sizes that
 % work even in footnote context.
 \newif\ifpy@infootnote \py@infootnotefalse
-\let\py@oldfootnotetext\@footnotetext
-\def\@footnotetext#1{%
+\let\py@oldmakefntext\@makefntext
+\def\@makefntext#1{%
   \bgroup%
     \py@infootnotetrue
-    \py@oldfootnotetext{#1}%
+    \py@oldmakefntext{#1}%
   \egroup%
 }
 \def\py@defaultsize{%