{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}.
9
votes
2answers
991 views
\autoref should call sections within the appendix “appendix” not “section”
I make use of autoref thoughout my now rather long document. I have an appendix with sections, though currently a small number, so changes could be made here.
I want references in my document to ...
7
votes
2answers
81 views
PDF keywords from Expl3 clist
I’m trying to add PDF keywords to my résumé. In the custom class file, I have these lines:
\clist_new:N \jcsres_keywords_clist
\NewDocumentCommand \keywords {m} { \clist_gset:Nn ...
5
votes
0answers
39 views
TikZ image with hyperlinks --> GIF/PNG image + image map
I have a (complex) TikZ-based figure with hyperlinks. Now I need a web-version of this figure that preserves all hyperlinks, such as an GIF file or PNG file plus the respective image map.
So what are ...
0
votes
0answers
19 views
Table of Contents skipping first slide on beamer [closed]
I have this presentation with a table of contents, a background image and a "go back" button on the slides after the ToC. I know that the ToC automatically hyperlinks the existing sections, but when I ...
1
vote
1answer
85 views
+100
Single link in (Author, Year) citation style using natbib and hyperref
natbib and hyperref create by default two links to the bibentry in the reference section|chapter of the document:
\begin{filecontents}{\jobname.bib}
@book{author08,
title = {{A Title}},
publisher = ...
4
votes
1answer
42 views
Making a theorem into a link
A link to another file can be created using the code
\href{run:/path/to/my/file.ext}{text displayed}
Now I'm use the amsthm package. What I'd like is for the phrase 'Theorem X' to be a link to ...
3
votes
1answer
42 views
Why autoref lets text ignore wrapfigure [closed]
I just ran into a problem concerning autoref in combination with the wrapfigure environment of the wrapfig package.
Minimal example:
\documentclass{article}
\usepackage{wrapfig}
...
2
votes
1answer
38 views
How do I add section/subsection numbers to pdf bookmarks?
I'm writing up solutions to some exercises, and having problems with the bookmarks produced in the resulting pdf file. In the document I'm using \section (slightly modified) and \exercise (based on ...
3
votes
1answer
27 views
Abstract environment: interaction between hyperref and acronyms in ettauth.cls
I am submitting a paper for a journal that uses class ettauth.cls. Inside abstract I use some acronyms with the help of acronym package. I also load hyperref package for the cross-referencing. With ...
1
vote
1answer
27 views
Hyperref a subfloat figure
Here is a sample code from my document,
\begin{figure}[H]
\centering
\begin{tabular}{cc}
\subfloat[$a=0.2$]{\includegraphics[width=2in]{Chapters/BMethods/figures/Airy_Rings_0.pdf}}~~~~~&~~~~~
...
2
votes
1answer
117 views
How to add hyperref package at my paper?
I have problem about adding hyperref package to my paper. You can see the details in the following.
You can also see my edited class as follows.
% ...
3
votes
2answers
22 views
Problem with hyphen in URL when using fancyvrb with hyperref
There seems to be a problem using a hyphen in a URL inside a fancyvrb Verbatim environment when using the hyperref package.
The Problem
The following document:
\documentclass{article}
...
2
votes
1answer
61 views
Incompability of kpfonts and hyperref?
I use hyperref with the optional argument breaklinks=true.
I later wanted to inlcude kpfonts via:
\usepackage{kpfonts}
\usepackage[T1]{fontenc}
What I got after compiling was the following error ...
1
vote
0answers
36 views
Conflicting commands in preamble
I am using the class IEEEtran for writing a journal. I have two conflicting commands in my preamble. The first command has been used by me for some time, though I have no idea why it should be there. ...
3
votes
1answer
32 views
How to get the bookmark and the index (tableofcontents) with links to each section
I want to make a book without chapters are listed. Have an index (also don't want that chapters are listed in the index) and have the bookmark in the file.pdf. The problem is that I appear twice ...
0
votes
0answers
26 views
Avoid hyperlinked citation and references while keep table of contents and tables hyperlinked
I create my own subsection references and therefore I do not want it to be hyperlinked in the PDF output. However, I want my tables and the table of contents hyperlinked. When I use the hyperref ...
1
vote
1answer
41 views
Footnote in tabularx doesn't work (with hyperref)
Here is the min file:
\documentclass{article}
\usepackage{tabularx}[1999/01/07] % v2.07
\usepackage{hyperref}% 2012/10/15 v6.83k
\listfiles
\begin{document}
\begin{minipage}[t]{.5\linewidth}
...
6
votes
1answer
56 views
The chapters appear twice in the bookmark
First of all sorry for my bad English. I am designing a book and I have problems with the bookmark when I compile the file.tex in file.pdf. The chapters appear twice. In my code I don't want to list ...
2
votes
0answers
44 views
Citation colour with Beamer + Hyperref + Natbib
I'm using natbib for citation with a custom bibstyle. I'm working on a presentation using LaTeX beamer and for some reason the citation marker doesn't have the colour that is specified to hyperref. ...
1
vote
1answer
23 views
\cite without hyperlink (Citation in captions)
I want cite a reference (by using \citet, \citeauthor or \citeyear.) inside a \caption{}. Something like this:
\caption{Characteristics assessed in \citet{perell_fall_2001}}
I'm using the natbib ...
8
votes
1answer
408 views
bibtex: URL and DOI line breaks on different characters
In my references, I want to allow DOI's to break on a slash '/' character (or as a last resort on any character) to avoid underfull lines like the third reference below. Note that URL's are already ...
2
votes
1answer
48 views
cleveref fails to reference algorithms
In the following example document, both \autoref and plain ref will correctly link and number an algorithm reference, but cleveref fails that task. It will just insert question marks instead. In ...
0
votes
0answers
26 views
Problem when using hyperref together with cleveref [duplicate]
As it says in the cleveref documentation hyperref must be loaded before cleveref. But at me I have to load at least one package between them and I would really like to know why.
The not working ...
4
votes
2answers
60 views
How to use Nameref with Algorithm2e
As the title suggests, I'm trying to reference to an algorithm created by algorithm2e package. Here is a MWE:
\documentclass[12pt,a4paper]{report}
\usepackage[linesnumbered]{algorithm2e}
...
4
votes
2answers
775 views
How to get correct autoref for theorems
I have some own theorem environments. And my theorems are numbered like the chapter. Now I would like to use autoref with that. But it does not work like it is described here ...
1
vote
1answer
135 views
fncychap and hyperref messes up page references
When using fncychap and hyperref together, the page number for references to the appendices are off. The Appendix A reference links to the first chapter, appendix B links to the second chapter, ...
1
vote
0answers
21 views
Use \hyperref for TOC only
I use \hyperrefmainly for the TOC, but as a consequence, everything else is "hyperreffed" as well. When clicking a link made from an in-text \pageref command, I am sometimes directed to the wrong page ...
9
votes
1answer
85 views
Change format of hyperref generated PDF bookmarks
In a generic way, how can I change the format of bookmarks generated automatically by hyperref (or bookmark)?
By generic, I mean the ability the customize the bookmark format for part, chapter, ...
1
vote
1answer
32 views
Hyperref, target name without .1
Can hyperref make anchors with arbitrary name? After \currentpdfbookmark{\contentsname}{toc} \tableofcontents I got PDF that can be linked like http://some.where/filename.pdf#nameddest=toc.1. However, ...
6
votes
2answers
71 views
Funny but unreadable bookmarks with backslash in section
The following document gives me a "good" document, but garbled bookmarks.
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{luacode}
\usepackage[unicode]{hyperref}
\begin{document}
...
10
votes
3answers
126 views
Which package should I load first: hyperref or bookmark?
I came to this question after looking for a way to explicitly end a \part (as described in this question: ...
6
votes
1answer
49 views
hyperref: can I control how to display the PDF?
I use the method described in this link for getting hyperlinks from different PDF files:
Can you have hyperlinks to locations in different PDFs?
I would like to remain with two open PDF files, ...
3
votes
2answers
57 views
Alignment problem with algorithmic and hyperref
I have some alignment problems in the algorithmic environment when I use the
hyperref package. I like to have my comments left-aligned which I achieve
by ...
0
votes
1answer
49 views
How to solve hyperref anchor warnings? [duplicate]
I'm writing a report document, at some point I create a new section inside a chapter and I got this message from sharetex LaTeX compiler:
main.tex:122 [hyperref] The anchor of a bookmark and its ...
0
votes
0answers
27 views
pdfTex, hyperref: jumps beetwen two pdf files [duplicate]
I use hyperref package and pdftex to generate a PDF file.
I have file_A.pdf and file_B.pdf.
I will assign a destination point in a file_B.pdf (not at first page) and use this destination to make ...
1
vote
0answers
28 views
Don't hyperlink broken references with hyperref
I have a document with \ref{} references to \label{} labels within the document and to labels in another document that get replaced with the correct label number via the xr package. I use hyperref in ...
1
vote
1answer
25 views
References in bookmarks
The references does not appear in bookmarks. I am using the following environment.
\documentclass[12pt]{article}
\usepackage[bookmarks]{hyperref}
\begin{document}
\begin{thebibliography}{1}
...
2
votes
3answers
595 views
How do I get eprint, hplain, bibtex, hyperref, and pdflatex to work?
After reading http://arxiv.org/hypertex/bibstyles/ I thought that I would try to get the bibtex field "eprint" working in my Latex files. So I downloaded hplain.bst, changed \bibliographystyle{plain} ...
2
votes
0answers
54 views
href does not run properly
I have been working with Mac and TeX Live, the newest version. I want to run videos by a mouse click on the PDF generated by a beamer presentation. I tried with shells and I also used appify to ...
2
votes
1answer
20 views
hyperlinks problem with dvipdfm compiler
I'm want to use hyperlinks in my PDF, but they don't work.
MWE:
\documentclass[a4paper,14pt]{extarticle}
\usepackage{hyperref}
\begin{document}
\href{http://google.ru}{Google}
\end{document}
...
5
votes
2answers
41 views
Create \ref for nested enumitem \item without nesting in the output
Sorry the question is a bit awkward.
Basically I have nested \begin{enumerate} lists. I'd like something to appear like this:
1 Foo
1.1 Bar
Please see additional information in subsection 1
...
1
vote
1answer
52 views
hyperref won't work with accented characters [duplicate]
I have the following issue with hyperref and accented characters that I can't work out:
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\begin{document}
...
1
vote
0answers
48 views
BibLaTeX/BibTeX custom field to show file link [closed]
I am trying to build a database for my references. I don't want to use Mendeley or so to do the job. Therefore I have a pdf file that displays all references that I have, like it is in the MWE. Now I ...
3
votes
1answer
47 views
Why hyperref doesn't break links when using \href but it does when using \url ? Bibtex entries in the middle of a document?
I encountered the following problem while preparing my CV. There are a few links prepared by hyperref that are not broken in several lines. I am wondering if there is a way to fix this problem.
This ...
1
vote
1answer
45 views
In the hyperref-pkg, is there a way to (sometimes) use abbreviations; e.g. tab. _vs_ table?
"Manually", both of the following do the trick (as far as I can tell):
\ldots as presented in table~\ref{tab:birds_and_bees} \ldots
\ldots as presented in tab.~\ref{tab:birds_and_bees} \ldots
With ...
1
vote
1answer
36 views
hyperlinking in bibliography
I am using a Ubuntu 12.04 machine in which I have loaded LaTeX (packages from CTAN, not the default ones). I want to bring hyperlinks in the bibliography files. Though my bib file contains all the ...
2
votes
0answers
61 views
Hyperref not jumping to the top of the page
I use the package hypperef and it is fine, but when I use this
\hyperlink{label}{go to bla bla}
\newpage
\hypertarger{label}{}
a lot of bla bla
then, when I click on go to bla bla, I don't ...
3
votes
0answers
65 views
How to change color of hyperlink to an external URL? [duplicate]
I have written the following command to create a link with black or green color :
\documentclass[11pt,twoside,a4paper]{article}
\usepackage[margin=1.5in]{geometry}
\usepackage{hyperref}
...
10
votes
1answer
3k views
options for appearance of links in hyperref
If I use
\usepackage[colorlinks]{hyperref}
I get colored links for \cite (not good for printing or even viewing) but table of content looks fine.
If I use
...
10
votes
1answer
9k views
How to change the color of \href links… for real
I would like web links generated by the \href command to be colored in my Beamer presentation. Passing the colorlinks option to hyperref leads to navigation links within the PDF receiving (default, ...

