Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latex warns \theHfootnote already defined #354

Open
mbertucci47 opened this issue Oct 16, 2024 · 1 comment
Open

latex warns \theHfootnote already defined #354

mbertucci47 opened this issue Oct 16, 2024 · 1 comment

Comments

@mbertucci47
Copy link
Contributor

With the current latex-dev, loading hyperref produces a warning

LaTeX Warning: Command `\theHfootnote' already defined -- not changed on input
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\end{document}

Not a big deal obviously, but I'd guess not intentional?

I know latex added code to always define \theH<counter> and hyperref does \newcounter{Hfootnote} which is why this appears. But I'm not sure why hyperref needs Hfootnote as an actual counter instead of just the \theHfootnote representation.

@u-fischer
Copy link
Member

I know about that and already a local fix. I will update hyperref soon but need to check a few packages first (it is odd that hyperref uses both footnote and Hfootnote as counter).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants