Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d1214 commit 2eba52fCopy full SHA for 2eba52f
1 file changed
Doc/texinputs/python.sty
@@ -137,11 +137,11 @@
137
% Set up abstract ways to get the normal and smaller font sizes that
138
% work even in footnote context.
139
\newif\ifpy@infootnote \py@infootnotefalse
140
-\let\py@oldfootnotetext\@footnotetext
141
-\def\@footnotetext#1{%
+\let\py@oldmakefntext\@makefntext
+\def\@makefntext#1{%
142
\bgroup%
143
\py@infootnotetrue
144
- \py@oldfootnotetext{#1}%
+ \py@oldmakefntext{#1}%
145
\egroup%
146
}
147
\def\py@defaultsize{%
0 commit comments