hyperref
hyperref copied to clipboard
Hypertext support for LaTeX
Consider the code ``` \documentclass{article} \usepackage{algorithm2e} \usepackage[hidelinks]{hyperref} \begin{document} \newtheorem{thm}{Theorem} \begin{thm}\label{BC}B=C.\end{thm} \LinesNumbered \begin{algorithm} A:=B\nllabel{lineFoo}\; \end{algorithm} $A\stackrel{\mathrm{line}\ \ref{lineFoo}}{=}B\stackrel{\mathrm{Thm.}\ \ref{BC}}{=}C$. \end{document} ``` When running `latex` on it, the resulting dvi file has normal-sized...
I use hyperref v6.85a and pdfTeX 1.40.17. In the hyperref manual it is stated that menulength will determine the number of displayed entries in a list. But \renewcommand*{\DefaultOptionsofPopdownBox}{print, menulength=2} \ChoiceMenu[popdown,...
I am not certain that this is a hyperref bug. If you can determine that it is not, please let me know and I will file this bug elsewhere. I...
This issue was raised at http://tex.stackexchange.com/questions/235665/incorrect-spacing-after-minus-sign-with-combination-of-amsmath-and-hyperref. I commented upon it in my answer at http://tex.stackexchange.com/a/235715. Following code gives wrong spacing around first unary minus. ``` latex \documentclass{article} \usepackage{amsmath} \usepackage{hyperref} \begin{document}...
The comments were deleted because of errors. Some of the errors propagated from StackExchange posts. Other errors arose by rewording the existing text in hyperref-doc.pdf. The task is beyond my...
It'd be really useful to be able to automatically underline links in PDFs and use `colorlinks=false`, but without having to know up front what the color of the text will...
It would be great if hyperref could support a `\SignatureField` for digital signatures. There is some "prior art", see https://tex.stackexchange.com/questions/51090/how-do-i-create-a-pdf-file-that-can-be-digitally-signed But I didn't find a working solution for me (digsig...
Test case (pdflatex): ``` \documentclass{article} \usepackage{fancyhdr} \pagestyle{fancy} \usepackage{hyperref} \newtheorem{thm}{Theorem} \textheight60pt \begin{document} 1\\2\\3\\4\\5\\6 \begin{thm}\label{th} Theorem text. \end{thm} Ref to Theorem \ref{th}. \end{document} ``` Checked with recent versions, each fails since 7.00w,...
hyperref package adds vertical space at the beginning of the enumerate environment. Please compare two different compiled result: ```latex \documentclass{article} \usepackage{tabularray} \UseTblrLibrary{varwidth} \begin{document} \begin{tblr}{ hlines,vlines, measure = vbox, stretch =...
Texlive-Version: latest