Skip to content

Commit

Permalink
restore theHHmpfootnote
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer committed Oct 28, 2024
1 parent 7e6ac3a commit d799c38
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions hyperref.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -10349,9 +10349,6 @@
\providecommand\theHHfootnote {\arabic{Hfootnote}}
\providecommand\theHmpfootnote{\arabic{mpfootnote}}
}
\@ifundefined{theHHmpfootnote}{%
\let\theHHmpfootnote\theHHfootnote
}{}
% \end{macrocode}
% Tanmoy asked for this default handling of undefined |\theH<name>|
% situations. It really isn't clear what would be ideal, whether to
Expand Down Expand Up @@ -11072,7 +11069,13 @@
\let\theHfootnote\undefined
\newcounter{Hfootnote}
\let\theHfootnote\H@@theHfootnote
} %
}%
% \end{macrocode}
% where is this used?
% \begin{macrocode}
\@ifundefined{theHHmpfootnote}{%
\let\theHHmpfootnote\theHHfootnote
}{}
\let\H@@footnotetext\@footnotetext
\let\H@@footnotemark\@footnotemark
\def\@xfootnotenext[#1]{%
Expand Down

0 comments on commit d799c38

Please sign in to comment.