Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 100

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

3 votes
2 answers
646 views

hyperref: new bookmark, full-page floats

The hyperref package automatically creates a list of "Acrobat bookmarks" – a table-of-contents tree that is not part of the printed document, but can be accessed in a PDF reader (typically it is displayed …
Jukka Suomela's user avatar
11 votes

Pop-up references in PDF output

You don't need to do anything in Latex; just use hyperref as usual and open the document in Skim. Most modern PDF viewers have a "back" button, just like a web browser. …
Jukka Suomela's user avatar
3 votes

Arxiv.org: remove borders around hyperlinks

I received the following answer by email from Thorsten Schwander; I am quoting it here with his permission (with some formatting): arXiv sets \pdfborderstyle in its hyperref.cfg depending on …
Jukka Suomela's user avatar
27 votes
3 answers
7k views

Arxiv.org: remove borders around hyperlinks

The answers to this question already explain how to remove the borders around hyperlinks. However, if I submit a manuscript to Arxiv.org, it seems that their system somehow manages to override the \h …
Jukka Suomela's user avatar
18 votes
Accepted

Arxiv.org: remove borders around hyperlinks

\usepackage{hyperref} ... … Options hidelinks and allcolors are not supported; the hyperref version that Arxiv.org uses is too old. …
Jukka Suomela's user avatar
128 votes

Remove ugly borders around clickable cross-references and hyperlinks

Since 2011-02-05 (hyperref version 6.82a), you can use the hidelinks option to achieve the same result; see this answer. …
Jukka Suomela's user avatar