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

The ``\leavevmode@ifvmode`` is now in expansion of a number of LaTeX spacing macros. Perhaps it could be added to hyperref's pre-known things? ``` \documentclass{article} \usepackage{hyperref} \begin{document} \section{An empty Python list:...

Currently one can not do ``git log --follow puenc.def`` because it is embedded into massive titanosaur hyperref.dtx. For ease of maintenance and comfort of eavesdropper owning a local clone, it...

Right now the section numbers and section names are used as link when using hyperref in the table of contents. However, I find the amount of color on the table...

The manuals of the longtable and xltabular packages specify that labels for tables should be defined in the form `\caption{...\label{...}}`. This seems not to work with nameref. For a MWE,...

The package `hypcap` "tries a solution of the problem with `hyperref`, that links to floats points below the caption and not at the beginning of the float." It would be...

Hello! With that example: %%%%%%%%%%%%%%%%%%%%%%%%%%%%% \documentclass[12pt,french,a4paper,twoside]{article} \usepackage[T1]{fontenc} \usepackage{babel} \usepackage{lmodern} \frenchsetup{og=«,fg=»} \usepackage{hyperref} \hypersetup{colorlinks,linkcolor=blue,urlcolor=blue} \usepackage{xcolor} \begin{document} \href{http://url}{Test: bla bla} \textcolor{red}{incorrect} (Test: bla bla) \href{http://url}{Test; bla bla} \textcolor{red}{incorrect} (Test; bla bla) \href{http://url}{Test! bla...

``` \documentclass{article} \usepackage{lipsum} \usepackage{hyperref} \begin{document} \lipsum[1]\footnote{\lipsum[2-4]} \lipsum[3] \footnote{\lipsum[2] XXX\\ XXX\\ XXX\\ XXX\\ \href{mailto:nobody@nowhere}{nobody@nowhere. Some more blabla to make this go on the next page. And something more here.} \lipsum[2-5]} \lipsum[1-5]...

I recently found a reference to the `bookmark` package inside of the `hyperref` manual. One of the major advantages is that it only needs one latex run to produce the...

Related: https://tex.stackexchange.com/a/539499/2388 ~~~~ \documentclass{article} \usepackage{l3pdf} \ExplSyntaxOn \pdf_uncompress: \ExplSyntaxOff \usepackage{hyperref} \renewcommand\theHsection{\alph{section})} \begin{document} \tableofcontents \section{sectiontoc)} Some text \end{document} ~~~~ After compilation with latex + dvips + ps2pdf In the postscript all parentheses...

It would be a nice feature for `nameref` to optionally use the expansion method of `gettitlestring` without setting the corresponding package option globally. This request is actually motivated by this...