hyperref icon indicating copy to clipboard operation
hyperref copied to clipboard

Hypertext support for LaTeX

Results 75 hyperref issues
Sort by recently updated
recently updated
newest added

When setting up the `\theHcounter` representation hyperref doesn't expand commands in the counter name at definition time (differently to the kernel): ~~~~ \documentclass[11pt]{article} \usepackage{hyperref} %\makeatletter %\def\@definecounter#1{% % \H@definecounter{#1}% % \expandafter...

Hello (sorry for my bad english...) OS : Windows 10 Pro Adobe Reader updated hyperref version 7.01h Suppose you have a file named ##abc.pdf and located in C:\Documents\ Then, compile...

Hi The following MWE shows that (TL2023) autoref sometimes fails when used with `mathtools` and the `showonlyrefs` ``` \documentclass{article} \usepackage{mathtools} \mathtoolsset{showonlyrefs} \usepackage[colorlinks]{hyperref} \begin{document} \section{Test} \label{sec:test} \begin{equation} \label{eq:mathtools-autoref-solved:1} \int f dx...

Feeding ```latex \documentclass{article} \usepackage{amssymb} \usepackage[hidelinks]{hyperref} \newcommand{\nonnegativeNat}{\href{http://en.wikipedia.org/wiki/Natural_number}{\mathbb{N}}} \begin{document} \[\nonnegativeNat^{\nonnegativeNat^{\nonnegativeNat}}\] \end{document} ``` to `latex` followed by `dvips` yields normal-size superscripts and supersuperscripts in DVI and Postscripts: ![grafik](https://github.com/latex3/hyperref/assets/128846994/bf3e70b1-c812-4955-8f44-56b67e4ecbeb) ![grafik](https://github.com/latex3/hyperref/assets/128846994/27191daf-7da4-469f-a1fe-a260d59cb727) This is bad. Following...

Would it make sense to absorb the functionality of the [DOI](https://ctan.org/pkg/doi) package into hyperref? I find that I always load these together for linking references, and I suspect that's true...

After about 20 years of semi-ignorant LaTeXing, I discovered the document-language meta-field in the PDF Catalog and the option pdflang of hyperref, which leads me to the following wish. Some...

This code (from https://chat.stackexchange.com/transcript/message/65785587#65785587) ``` \makeatletter \def\hyper@linkstart#1#2{\begingroup\color{\csname @#1color\endcsname}} \def\hyper@linkend{\endgroup} \def\hyper@link#1#2#3{{\color{\csname @#1color\endcsname}#3}} \makeatother ``` might be useful as an option to hyperref, in order to disable the links but keeping the...

This code works: ```latex \documentclass{article} \usepackage{hyperref} % For creating form fields and JavaScript \usepackage{etoolbox} \makeatletter \def\picture@coords{} \newsavebox{\pushbutton@picture} \pretocmd{\@PushButton}{\savebox{\pushbutton@picture}{#2}}{}{\errmessage{could not patch \string\@PushButton}} \pretocmd{\@picture}{\xdef\picture@coords{{#1}{#2}{#3}{#4}}}{}{\errmessage{could not patch \string\@picture}} % width, height, Xoffset, Yoffset,...

Found with [codespell](https://pypi.org/project/codespell/)