{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

0
votes
1answer
26 views

Insert footnotes with \href [duplicate]

This seems like a very common practice, but an hour of researching the question has gotten me nowhere. Is it not possible to insert the URI for the call to \href (#1) as a footnote? I've tried ...
3
votes
0answers
20 views

How can I limit the writable space in hyperref's TextFields?

I'm creating a pdf form using hyperref. After it has been filled-out, the form will be printed. I'm looking for a way to prevent the user from entering more characters into a TextField than will be ...
8
votes
1answer
83 views

TikZ image with hyperlinks --> GIF/PNG image + HTML image map

I have a (complex) TikZ-based figure with hyperlinks. Now I need a web version of this figure that preserves all hyperlinks. Converting the PDF to GIF or PNG is trivial, but for the hyperlinks I ...
0
votes
0answers
24 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 ...
7
votes
2answers
85 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 ...
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 ...
1
vote
1answer
109 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 = ...
3
votes
1answer
43 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 ...
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}}~~~~~&~~~~~ ...
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 ...
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
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. % ...
1
vote
0answers
37 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. ...
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 ...
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} ...
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. ...
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 ...
1
vote
1answer
24 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 ...
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
27 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} ...
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 ...
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
72 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} ...
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, ...
10
votes
3answers
131 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, ...
0
votes
1answer
50 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 ...
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 ...
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
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
43 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
53 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
54 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
50 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
63 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
66 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} ...
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
36 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
51 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, ...
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 ...

1 2 3 4 5 20