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}.
2 questions from the last 7 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}
\...