hyperref
hyperref copied to clipboard
Hypertext support for LaTeX
as seen in https://tex.stackexchange.com/questions/229605/reproducible-latex-builds-compile-to-a-file-which-always-hashes-to-the-same-va with pdflatex, xelatex and lualatex one can create reproducible pdfs, but the way to do so depends on the engine. hyperref had the chance to unify...
Hey, After having faced the same issue as https://github.com/borisveytsman/acmart/issues/436 when writing a paper with `\documentclass{IEEEtran}`, I decided to see which packages are related to the issue, and found that it's...
`\ltx@label` is an internal macro from `amsmath` which is meant to store the "original" definition of `\label` for use in `amsmath` math environments. Since `nameref` redefines `\label` itself, it provides...
Is there any chance of adding options to \url? I see \href has options, but not \url. My issue that in TUGboat, as with many other journals, Barbara likes to...
From https://tex.stackexchange.com/a/612327/2388 varwidth needs a configuration point around the argument of `\Hy@raisedlink` in vmode so that it can add its wrapper: ~~~~ \documentclass{article} \usepackage{varwidth,etoolbox} \usepackage{hyperref,color} \makeatletter \newcommand\hyper@configure@raisedlink@vmode[1]{#1} \patchcmd\Hy@raisedlink{\ifvmode #1}{\ifvmode \hyper@configure@raisedlink@vmode{#1}}{}{\fail}...
Somewhat inexplicably, the hyperref.ist that's described in the documentation is not part of the distribution, requiring authors to find this and copy/paste it into a new document (and at least...
(import from https://puszcza.gnu.org.ua/bugs/?272) or Mupdf, so there are to my knowledge no PDF viewers left in Linux, which could work on them. Fortunately, the word processor of Libreoffice 5.1.0 seems...
I have ```tex \documentclass{article} \usepackage{hyperref} \begin{document} \begin{Form} \fbox{\CheckBox[name=foo,checked=true]{}} \end{Form} \end{document} ``` This checkbox shows up fine in Adobe Reader, but the checkbox is unchecked in Chrome's PDF viewer, and does...
I opened #190, and @u-fischer helped me fix my code. Now I want to contribute my translation.
This leads to wrong destination names (and so can affect autoref), but the links should be okay, so not a serious problem. see also https://tex.stackexchange.com/q/586551/2388 ~~~~ \documentclass[11pt]{article} \usepackage{hyperref} \usepackage{xpatch} \begin{document}...