hyperref
hyperref copied to clipboard
Hypertext support for LaTeX
This still seems not to be correct always: https://tex.stackexchange.com/q/691262/2388 This should really be fix in amsthm directly ...
MWE (works fine with pdflatex) ``` \documentclass{article} \usepackage{enumitem} \newlist{sequence}{enumerate}{2} \usepackage{hyperref} \begin{document} \begin{enumerate}[label=\arabic*] \item Item 1. \label{enum:1} \item Item 2. \label{enum:2} \end{enumerate} Item~\ref{enum:1} precedes item~\ref{enum:2}. \begin{sequence}[label=\arabic*] \item Step 1. \label{seq:1} \item...
It would be useful if hyperref supported \footnotemark and \footnotetext in an integrated way. In various situations (particularly annotating entries in tables), it is necessary to use \footnotemark and \footnotetext....
With the current latex-dev, loading hyperref produces a warning ``` LaTeX Warning: Command `\theHfootnote' already defined -- not changed on input ``` ```tex \documentclass{article} \usepackage{hyperref} \begin{document} \end{document} ``` Not a...
Not sure if this belongs here or at [latex2e](https://github.com/latex3/latex2e), please feel free to move. If `\DocumentMetadata` is used with `bookmarks=false`, a warning about hooks is produced: ``` LaTeX hooks Warning:...