mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix #2350: got "Counter too large" error on building PDF if large numbered footnotes existed in admonitions
This commit is contained in:
parent
b4279df9e6
commit
e3e827ef7f
2
CHANGES
2
CHANGES
@ -4,6 +4,8 @@ Release 1.4.3 (in development)
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* #2350: got "Counter too large" error on building PDF if large numbered footnotes existed in admonitions
|
||||
|
||||
|
||||
Release 1.4.2 (released May 29, 2016)
|
||||
=====================================
|
||||
|
@ -154,6 +154,9 @@
|
||||
|
||||
\newcommand*{\sphinxAtStartFootnote}{\mbox{ }}
|
||||
|
||||
% Support large numbered footnotes in minipage (cf. admonitions)
|
||||
\def\thempfootnote{\arabic{mpfootnote}}
|
||||
|
||||
% Redefine the Verbatim environment to allow border and background colors
|
||||
% and to handle the top caption in a non separable by pagebreak way.
|
||||
% The original environment is still used for verbatims within tables.
|
||||
|
Loading…
Reference in New Issue
Block a user