Skip to main content

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}.

6 votes
2 answers
142 views

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....
Alex Degtyarev's user avatar
2 votes
1 answer
72 views

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} \...
Alex Degtyarev's user avatar
0 votes
0 answers
65 views

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 ...
ViToni's user avatar
  • 305
2 votes
1 answer
55 views

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 ...
Markus Schmassmann's user avatar
2 votes
1 answer
29 views

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{...
palloc's user avatar
  • 666
3 votes
1 answer
35 views

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} \...
palloc's user avatar
  • 666
0 votes
1 answer
28 views

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-...
YamiOmar88's user avatar
5 votes
1 answer
79 views

[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 ...
W.J's user avatar
  • 171
1 vote
2 answers
40 views

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} \...
palloc's user avatar
  • 666
1 vote
1 answer
36 views

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 ...
taiwan12's user avatar
  • 3,328
1 vote
1 answer
52 views

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 \...
Nasser's user avatar
  • 22.2k
5 votes
2 answers
244 views

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{...
Mark McGregor's user avatar
4 votes
1 answer
53 views

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 ...
mmjt's user avatar
  • 81
5 votes
1 answer
53 views

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 ...
HerpDerpington's user avatar
3 votes
1 answer
70 views

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 ...
Nasser's user avatar
  • 22.2k

15 30 50 per page
1
2 3 4 5
11