mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Thinking on comp.text.tex seems to be that it's better to override
\@makefntext than \@footnotetext, so we'll do that instead.
This commit is contained in:
@@ -137,11 +137,11 @@
|
||||
% 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{%
|
||||
|
||||
Reference in New Issue
Block a user