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}.
5,158 questions
1
vote
1
answer
38
views
References in two directions
I am trying to get references in both directions to work; so from the main text to notes at the very back - and from that section in the back, back to the main text. With a special 1:1 note counter ...
1
vote
1
answer
38
views
\hyperref does not give a correct jump in proof with customized head
I have a tex file (taken from this):
\documentclass[11pt]{amsart}
\usepackage{lipsum,zref-clever,mathtools,fullpage}
\zcsetup{cap=true,comp=false,sort=false}
\usepackage[hypertexnames=false]{hyperref}
...
5
votes
1
answer
134
views
\ref theorem hyperlink jumps to the wrong theorem
Hyperlinks created by \ref referencing thmtools theorems will print out correctly, but will jump to the first reference with the correct sub-number, without taking account the section number.
Here's a ...
1
vote
0
answers
18
views
How to show endnotes grouped by chapter with custom titles (not “Notes for chapter X”) in TeX Live 2024?
I am adapting a book in Basque and I use endnotes grouped by chapter.
Everything works perfectly: endnotes appear, reset by chapter, and hyperlinks work both ways.
✅ Goal:
At the end of the book (in ...
1
vote
2
answers
87
views
\hyperref does not give a correct jump
I have a tex file
\documentclass[11pt]{amsart}
\usepackage{lipsum,zref-clever,mathtools,fullpage}
\zcsetup{cap=true,comp=false,sort=false}
\usepackage[hypertexnames=false]{hyperref}
\hypersetup{
...
0
votes
0
answers
22
views
How to display per-chapter endnotes with correct bidirectional hyperlinks and custom section titles in TeX Live 2024–2025 (enotez + hyperref)
I’m trying to organize endnotes per chapter with clickable hyperlinks in both directions (text → note and note → text) in a book project compiled with pdfLaTeX / TeX Live 2025.
I use the enotez ...
0
votes
0
answers
11
views
Default behavior of thmtools and hyperlinks anchors [duplicate]
\documentclass{article}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{thmtools} %if not loaded the anchors use subsection correctly
%\usepackage{hyperref}
%\usepackage{cleveref}
\theoremstyle{...
5
votes
1
answer
123
views
Suppress table and table caption, but remove resulting blank lines
For various (uninteresting) reasons, I need to suppress the appearance of a number of tables, while keeping their \label{...} for easy cross-referencing in the text using \ref{...}. To achieve this ...
3
votes
1
answer
229
views
What is \IfDocumentMetadataT?
I just used tlmgr install beamer so I can learn how to make slide presentations and when I run sample code from Overleaf on TeXstudio (On Debian 13) I get an error:
"hyperref.sty: error: 4109: ...
2
votes
1
answer
75
views
Jump by \hyperlink is one line below \hypertarget
I have a tex file
\documentclass{amsart}
\usepackage{hyperref,lipsum}
\hypersetup{
colorlinks=true,
linkcolor=blue,
}
\begin{document}
We have a property \hypertarget{pro-P}{$(\mathbf{P})$}. \...
0
votes
2
answers
37
views
hyperref: change color of a particular \eqref{...} [duplicate]
I have a tex file (from this answer)
\documentclass[reqno]{amsart}
%https://tex.stackexchange.com/questions/752134/empheq-flush-group-numbering-to-the-left
\usepackage{mathtools,hyperref}
\hypersetup{
...
2
votes
1
answer
37
views
Create a new environment based on `algorithm2e` with an independent counter and correct `hyperref` links
I'm trying to create a new LaTeX environment, let's call it algprocedure, for typesetting procedures. I want it to look and feel exactly like the algorithm environment from the algorithm2e package, ...
1
vote
1
answer
72
views
How use \MakeLinkTarget for links to labeled items in description list?
In https://tex.stackexchange.com/a/365336/13492, this example shows use of \phantomsection to enable links to labeled items in description lists.
\documentclass[12pt]{article}
\usepackage[colorlinks=...
0
votes
0
answers
48
views
How to create a questionary with ChoiceMenu and automatic verification of given answers
I give some simple tests for my students using ChoiceMenu from hyperref's Form's . I created myChoiceMenu to insert, as first argument, the answer as its unique name and the list of options as the ...
3
votes
1
answer
62
views
How to create an enumerate environment with automated checkboxes from hyperref's form
I learned how to create checkboxes from hyperref's form. I could create my own \AutoCheckBox with a counter to name them uniquely.
However, I'd to create a new environment so that I only need to use ...