mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
latex: Update description of \sphinxexplicit
This commit is contained in:
parent
1546b21f89
commit
5125ae8316
@ -300,9 +300,9 @@
|
||||
% Support scopes for footnote numbering
|
||||
\newcounter{sphinxscope}
|
||||
\newcommand{\sphinxstepscope}{\stepcounter{sphinxscope}}
|
||||
% Explicitly numbered footnotes may be referred to, and for this to be
|
||||
% clickable we need to have only one target. So we will step this at each
|
||||
% explicit footnote and let \thesphinxscope take it into account
|
||||
% Some footnotes are multiply referred-to. For unique hypertarget in pdf,
|
||||
% we need an additional counter. It is called "sphinxexplicit" for legacy
|
||||
% reasons as "explicitly" numbered footnotes may be multiply referred-to.
|
||||
\newcounter{sphinxexplicit}
|
||||
\newcommand{\sphinxstepexplicit}{\stepcounter{sphinxexplicit}}
|
||||
% Some babel/polyglossia languages fiddle with \@arabic, so let's be extra
|
||||
|
Loading…
Reference in New Issue
Block a user