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

Like https://github.com/ho-tex/hyperref/issues/5, LuaLaTeX produces an incorrect result if you use non-ASCII characters for 'default' in TextField. It seems pdfLaTeX produces the correct result if you use only LATIN1-characters, but this...

(reposted from https://puszcza.gnu.org.ua/bugs/index.php?193, author Kristian Debrabant ) I recently discovered the following strange behaviour when hyperref is combined with an ams class: The following code: %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass{amsart} \usepackage{hyperref} \newtheorem{example}{Example} \begin{document}...

In present version hyperref in the tooltip there is information "go to page ..." where reference is. It will be very useful to get reference itself inside of tooltip. Now...

## Break links for reference citation are not working in hypdvips.sty (with natbib.sty citations) There are reference citation entries that span more than one line. Since I compile with LaTeX...

See https://tex.stackexchange.com/q/330669 for a MWE, a result (picture) and a workaround. When a link spans across pages, page header and footer also become part of this link, which looks broken.

hyperref has problems with commands which have been let to a char. With pdflatex one gets e.g. wrong bookmarks: ``` \documentclass{article} \usepackage{hyperref} \let\mychar! \begin{document} \tableofcontents \section{\mychar} \section{!} \end{document} ``` ![image](https://user-images.githubusercontent.com/4047173/40847309-4eede7d4-65bc-11e8-87d8-97b9580831c8.png)...

This was originally posted here: https://github.com/FrankMittelbach/fmitex/issues/5#issue-383991035 but I think it really should be resolved from the hyperref side ... --- The issue was brought up by Axel Berger in the...

From TeX.SX: [Hyperref with align inside subequations](https://tex.stackexchange.com/q/453821). Due to the way `subequations` was implemented, the hyperlink anchor for the main label is positioned on the baseline of the previous last...

In the definition of `\contentsline`, there is the following ``` 8636 \def\Hy@temp{#3}% 8637 \ifx\Hy@temp\ltx@empty 8638 \csname l@#1\endcsname{#2}{#3}% 8639 \else 8640 \csname l@#1\endcsname{{#2}}{% 8641 \hyper@linkstart{link}{\Hy@tocdestname}{#3}\hyper@linkend 8642 }% 8643 \fi ``` This...

Wishlist: no idea if it's feasible, but it would be nice if hyperref supported \url|...|, since the original url.sty does. Right now it takes the first | as the argument,...