Questions tagged [hyperref]
{hyperref} is a package capable of producing hypertext links in documents. If your question is about cross-referencing in general, choose {cross-referencing}. If it's specifically about PDF features, consider to choose {pdf}.
160 questions from the last 365 days
6
votes
2
answers
142
views
Wrong links in \hyperref
Sorry everyone. I just did an update, which was probably a mistake, and encountered another problem with hyperref. For years I've been using a workaround which I borrowed from a journal, and it worked....
2
votes
1
answer
72
views
\refstepcounter in hyperref does not work with \offinterlineskip
I have discovered a weirdest behavior of \refstepcounter in hyperref: it does not work with \offinterlineskip. Here is a minimal example:
%Format: latex
\documentclass{amsart}
\usepackage{hyperref}
\...
0
votes
0
answers
65
views
Remove \\ from a value/command [duplicate]
For a paper I have a rather long title which is setup as
\title{Some very long text\\which\\needed line breaks}
so that it looks fine on the cover page.
However I get an error from hyperref:
Package ...
2
votes
1
answer
55
views
Patch for lineno so \lineref creates links
I'm trying to write a patch for lineno, so that it's \lineref command creates links, when hyperref is loaded. The code below works except for the commented-out \lineref* version, which is not supposed ...
2
votes
1
answer
29
views
Numbered Equations and Hyperref
I have the following code, where there are equations inside the cases, at the cases hyperref is not working properly: 1a, 1b; 1 and 2 is OK.
\documentclass{article}
\usepackage{amsmath}
\usepackage{...
3
votes
1
answer
35
views
Table with Numbered Equations and Hyperref Anchors
I have the following code, where there are equations inside the table, formatted as inline with numbering:
\documentclass{article}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{tabularx}
\...
0
votes
1
answer
28
views
Internal hyperlinks after merging PDFs - beamer / beamerposter
I am creating two versions (same but two languages) of a beamer / beamerposter using the following Overleaf template: https://www.overleaf.com/latex/templates/yet-another-beamerposter-theme-with-...
5
votes
1
answer
79
views
White space is missing in Chinese typesetting if hyperref package is loaded
[cfr: The original question concerned cleveref together with hyperref. Further analysis shows the problem can be reproduced without cleveref.]
When I use cleveref and hyperref packages together, the ...
1
vote
2
answers
40
views
Referencing to figures and tables, hungarian
I'am hungarian, I would like to reference to figures and tables, but none of these works properly.
\documentclass{report}
\usepackage[magyar]{babel}
\usepackage{geometry}
\usepackage{graphicx}
\...
1
vote
1
answer
36
views
Make \refcmpd hyperlinks point to the corresponding scheme label instead of the compound number (chemnum + hyperref)
I was reading the manual for chemnum today and noticed the hyperlinks option for the first time, and the following question occured to me.
I am using the chemnum package together with hyperref to ...
1
vote
1
answer
52
views
correct way to make href and url underlined and blue colored in tex4ht?
This MWE compiles OK in lualatex and gives correct PDF where both href and url show the URL text with blue color and also underlines with blue line.
But not able to make it compile with tex4ht
\...
5
votes
2
answers
244
views
hyperref + algorithm2e + zref-clever = 🐛: referencing an algorithm and a line in it produces the same type name for both 😢
We try to reference a line in a shy algorithm and the algorithm itself with zref-clever. Running pdflatex twice on
\documentclass{article}
\pagestyle{empty}
\usepackage{hyperref}
\usepackage{...
4
votes
1
answer
53
views
Adding a hyperlink to a tcolorbox title
With help from stackexchange, I have been able to create attractive colorboxes for the exercise and problem sets in a class mathematical physics tutorial. The exercises have hints. I would like to ...
5
votes
1
answer
53
views
Set xmp description for other languages too
The xmp description can be set for example using hyperref:
\DocumentMetadata{
lang=en-US
}
\documentclass{article}
\usepackage{hyperref}
\hypersetup{
pdfsubject={This will end up as the ...
3
votes
1
answer
70
views
Why adding titlesec makes links in toc inside PDF no longer work when using \setcounter{secnumdepth}{0}?
I wanted TOC not to have section numbers displayed. So instead of using the star version of sections, found that simply adding \setcounter{secnumdepth}{0} does that.
But then I found that once package ...