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

learn more… | top users | synonyms

2
votes
1answer
113 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
21 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
60 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
35 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
31 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
25 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
38 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
54 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
33 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
404 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
43 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
24 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
54 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
764 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
131 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
81 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
69 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
123 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, ...
9
votes
2answers
980 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 ...
3
votes
2answers
54 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
46 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
27 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
24 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
592 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
47 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
40 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
47 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
44 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
64 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, ...
3
votes
1answer
51 views

hyperref and cross-referencing

When you are using the hyperref package, it creates nice, clickable links within the PDF output when you use cross references (\ref{chap:label}). But, when I refer to "Section 1", only the "1" is ...
2
votes
1answer
35 views

Hyperref and Subfigure warning

I am using the memoir class, with the hyperref package. At one point, I have a couple subfigures: \begin{figure}[!ht] \centering %%% not \center ...
0
votes
1answer
50 views

Wrong Reference in glossary - difference shown pagenumber and reference location

As in this previous Link Problem I reproduced the error. First, this is my code: \documentclass{scrartcl} \usepackage[utf8]{inputenc} \usepackage[ bookmarks, bookmarksnumbered, ...
3
votes
1answer
78 views

Where does TeXstudio store the .cwl files for hyperref and xspace?

TeXstudio uses .cwl files for storing information about which macros are defined by which packages, one file per package. This information is used for autocompletion suggestions and highlighting of ...
1
vote
1answer
36 views

Backref also lists and links to citations in listoffigure/listoftables

I sometimes use \cite in the figure or table environment and use backref to be able to link to citations from the bibliography. If I include a list of figures or list of tables the citation is ...
5
votes
2answers
44 views

\href macro in \section conflicts with local hyperref linking in ToC

If I have a section like so \section{Section 1} then in the ToC, so long as I use the hyperref package, it is linked to that particular section. However, if I use an href tag as the section ...
4
votes
1answer
50 views

Hyperref warning when using amsthm and enumerate

hyperref gives the warning that something has been referenced but it doesn't exist. When I use the enumerate (or an itemize) list, I get the warning. Here is the minimal working example (MWE): ...
2
votes
0answers
18 views

How to automatically add a dereferencing tooltip to eqrefs, footnotes etc.? [duplicate]

Similar to what Wikipedia does when you hover over reference links I would like the internal links placed by hyperref to automatically have tooltips containing the contents linked to, be that a ...
3
votes
0answers
87 views

hyperlink to an embeded pdf [closed]

I found a way to embed a PDF and provide a hyperlink to it using hypgotoe. So, this is similar to what I am currently doing \documentclass{article} \usepackage{embedfile} \usepackage{hypgotoe} ...

1 2 3 4 5 19