{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
votes
0answers
26 views
hyperref, babel and subequations conflict
I am trying to use subequations in a document. Playing around with my preamble I found out that if I use babel and hyperref package at the same time, a fatal error is occured and no .pdf is produced.
...
1
vote
0answers
28 views
Shifted hyperlink with includestandalone
I have a problem with includestandalone and a tikz-grafic with a hyperref.
My MWE:
I define a image as picture.tex:
%Save as picture.tex
\documentclass[tikz]{standalone}
\usepackage{hyperref}
...
2
votes
1answer
105 views
How to put a counter ``This page has been viewed … times'' on PDFLaTeX output?
I asked a similar question on tracking codes. which was migrated to SO.
This is a bit different.
Can a PDFLateX output have a counter?
Can a link on a PDFLaTeX output have a counter associated with ...
3
votes
2answers
39 views
How to use URLs in BibTeX database when using natbib in TeX file?
I will first give you the codes then I will explain my problem:
\documentclass[a4paper,10]{article}
\usepackage[utf8]{inputenc}
\usepackage{natbib}
\usepackage{hyperref}
\begin{document}
I hereby ...
1
vote
1answer
30 views
Pandoc: minimal headers for LaTeX output
I'm taking mediawiki text and trying to convert it to latex in Pandoc. All seems to be reasonably well.
However, I had to make sure to use:
\documentclass{book}
\usepackage{hyperref}
...
3
votes
1answer
57 views
How to embed the list figures into the document's main ToC without bad effects on the PDF ToC
For a relatively short report I would like to merge the list of figures (LoF) into the document's table of contents. In two related questions, Gonzalo Medina has suggested to just change the file ...
13
votes
1answer
124 views
Making TikZ path into a hyperlink
I'd like to know if there's a way to make an arbitrary closed path in TikZ into a hyperlink; either directly or by turning it into a node. Here's an example of code to work with:
...
3
votes
3answers
62 views
What's a better way to define individual link colours for a url in a macro?
I've got a document where I'd like two colours of links - cyan for links in headers that since it's brighter, and navy blue for links in the main body which is more subtle/less distracting. I already ...
1
vote
0answers
35 views
hyperref warning: Token not allowed in a PDF string (PDFDocEncoding): removing `\OT1\o'
I'm starting to learn LaTeX using MiKTeX, but I'm stuck with a problem, that I hope you guys can help me with.
Using the document class memoir and a bunch of different package for graphics and page ...
3
votes
1answer
29 views
using \label causes error with htlatex when hyperref is used in TL 2013
in TL 2013, new installation. When adding \label below causes an error in htlatex
\documentclass[12pt]{article}%
\usepackage{hyperref}
\begin{document}
\begin{equation} \label{eq1}
x=y
...
3
votes
1answer
38 views
How to force “one page view mode”?
In the first answer of How to display cover page alone in the "two page view" mode a two page view mode for PDFs is realized via \pdfcatalog{/PageLayout /TwoPageRight}.
Do you know the ...
9
votes
1answer
58 views
extra “]” displayed when using htlatex in TL 2013 with \usepackage{hyperref}
I noticed I am getting a new char displayed on the HTML page which did not exist when I was using TL 2012 with htlatex. I narrowed it down to including \usepackage{hyperref} This extra "]" shows only ...
2
votes
1answer
40 views
How could you make an image a hyperlink to a section in a LaTeX document?
I'm fairly new to latex and am currently working on a few articles as practice before I use it for more official documents. In my current document, I am attempting to make a table of icons (png ...
6
votes
1answer
44 views
Switch between box and color links with hyperref
How can I have both boxed and color links in the same document? I know I can use \usepackage[colorlinks]{hyperref} and have colored links instead of boxes, but how do I have both in the same ...
2
votes
1answer
32 views
Latex: Get text of hypertarget
Please take a look at the following LaTeX code. How can I get the text of a \hypertarget?
\newcounter{reqCounter}
...
0
votes
1answer
32 views
Put references inside subsection [duplicate]
I have tried to add a reference to an appedix inside a subsection title. When I compile it appears a ?? and there is a link to the right place but I want in the link the number of the appendix and not ...
1
vote
1answer
38 views
Adding a cover image to an existing pdf file breaks th links of the original pdf [duplicate]
We have a main.pdf, and a cover image and a tex file. When we use texlive2013 to add the cover image and the contents of the tex file in the main pdf, the links in the main pdf breaks, in the sense ...
4
votes
1answer
40 views
How to properly display translated strings defined in a dictionary in both section titles and bookmarks?
From section titles and bookmarks point of view, translated strings from translator package behave differently, depending if they are defined directly within the .tex file or in a dictionary: in the ...
3
votes
1answer
24 views
Problem with hyperref and subfloats
I'm using subfloats rather extensively, and want to use hyperref to refer to the subfloats.
It works, sort-of. In the below example, when clicking the hyperref to the first figure, the pdf goes ...
1
vote
0answers
22 views
hyperref changes footnotes of Koma script
I defined footnotes to insert a colon between \footnote{bla}\footnote{bla}. But when I load hyperref this is destroyed. In addition KOMA removes space at the beginning of a footnote, while hyperref ...
0
votes
0answers
24 views
URLs out of page margin [duplicate]
I am writing a report in LaTeX. I am done with all of the work. Last thing that is remaining is that some of my references are going out of the margins and I don't know how to handle them. I Googled ...
3
votes
1answer
23 views
hyperref line break problem
I am using xelatex and I have the following warnings:
!!!** WARNING ** Annotation out of page boundary.!!!
!!!** WARNING ** Current page's MediaBox: [0 0 597.6 842.4]!!!
!!!** WARNING ** Annotation: ...
1
vote
0answers
21 views
How do I Auto-Label Hyperref Fillable Forms \TextField?
Is there any way to put an automatic label into the hyperref package's \TextField parameters field like this:
\newcounter{lexemeCounter}
...
3
votes
1answer
59 views
Load different videos into mbox by text-links
I integrated videos to my LaTeX document which worked perfectly:
\begin{figure} [H]
\mbox{
\movie[width=15.75cm, height=6cm, showcontrols=false, loop, poster, ...
3
votes
2answers
58 views
Glossary backlink points to wrong page
The gloassary I am displaying keeps a backlink to the page, where the entry was used. It correctly says page 3, but the link jumpgs to the 3rd page from the beginning, instead to the 3rd page with ...
0
votes
0answers
52 views
How to set LaTeX so that PDF reader opens Beamer presentation without scrolling?
This question is closely related to this previous question.
I am using the beamer package, which automatically loads the hyperref package, so the only thing to do is to pass additional options to ...
1
vote
1answer
57 views
href not working in beamer (not clickable)
I have a beamer presentation and I would like to include a beamer presentation. the label from \href shows on the screen, but not as a link and it is not clickable. Same thing happens with \url.
...
3
votes
1answer
51 views
Making global footnotes inside a minipage with hyperref support
I would like to make footnotes inside a minipage that use the global footnote counters and the hyperref package.
I'm having trouble getting hyperref to make the correct references. I imagine I need ...
4
votes
1answer
52 views
Hyperref warning which doesn't affect the output of the PDF
I have encountered a hyperref warning but there are no visible negative consequences. Additionally, LaTeX complete without a complaint. I only found the warning by looking at the .log file.
Package ...
7
votes
2answers
60 views
Hyperref inserting undesired space at start of enumerate environments
This question arises from my attempt to answer vertical spacing on enumitem. Originally, I was able to answer the OP's question, but then the OP mentioned that the problem re-emerged if the hyperref ...
3
votes
1answer
47 views
Labeling links, Markdown style
In Markdown, you can do
[google.][1]
...
[1]:http://www.google.com
In LaTeX, I've tried
\href{\ref{1}}{google?}
...
\label{1}{http://www.google.com}
But that doesn't work, and I'm tired of ...
2
votes
1answer
74 views
Option clash with hyperref
If anyone has come across this issue when dealing with uploading tex files on arxiv, their experience would be of immense help:
I am trying to upload a .tex document to arxiv. I upload my .tex file ...
3
votes
2answers
83 views
Reduce line-spacing in acronyms with hyperref
I'm using:
\documentclass[12pt,titlepage]{article}
\usepackage[colorlinks]{hyperref}
\usepackage{datatool}
\usepackage[style=altlist,nonumberlist,numberedsection,acronym,toc,xindy]{glossaries}
...
1
vote
0answers
40 views
Producing clickable hyperlinks in ipe
I'm starting to use ipe to create slides for a presentation. But LaTeX does not behave the way I am used to. For example, I want to use the hyperref package to have URLs with a different font which ...
2
votes
1answer
45 views
how to prevent part of section name from being part of the hyperlink generated automaticaly in TOC?
sometimes I'd like part of the section name text (and subsection and anything that goes to TOC) to show up but without it being part of the link that is generated automatically by pdflatex and by ...
4
votes
1answer
38 views
Selectively turn off hyperref links for citations
I'm using both the natbib and the hyperref packages. I would like to be able to selectively not generate hyperlinks for some of the in-text citations. I know that I can use the asterisk with ...
2
votes
2answers
39 views
How to use an hyperlink as a paragraph title?
I want to use the hyperref package to create hyperlinks in my pdf output.
I have a global table and I would like to link each line to a more detailed table further down the document. And for each ...
3
votes
1answer
40 views
Hyperref footnotes and section ref colors
I was using hyperref package so to link all the references within the LaTeX file, however I wanted to personalize a bit the default colors, so my preamble looks like this
...
2
votes
1answer
31 views
How to do basic math with FIGURE counter in PDF bookmarks
I'm preparing a document (revtex4-1 class) with figures. I'd like to have bookmark for each figure in the PDF, so I use hyperref with the following command that inserts figures:
...
2
votes
0answers
28 views
Hyperlinks and line-numbering
For the following MWE hyperref complains that it can not find a target for the link, and thus does not create a link. What can I do to make it work?
\documentclass{article}
...
3
votes
0answers
72 views
running pdflatex after htlatex causes hyperref error Undefined control sequence [on hold]
UPDATE Jne 22, 2013
After installing TexLive 2013, this problem went away on its own. So this question is now resolved for me, as I will be using TL 2013 from now on. This question can closed or ...
0
votes
0answers
31 views
Autoref and capital subfloat references don't match in letter size
If I refer to a subfloat using \autoref{fig:subfloat1a} I get (1.0a) instead of (Figure 1.0a) but my subfloat captions are actually FIGURE 1.4: (A) blah blah, (B) blah bal etc. Can anyone spot or ...
4
votes
2answers
52 views
pdflatex and enumlist counter problems
I am trying to use the line that is commented out, but it fails unless I don't use hyperref.
The error message is rather cryptic as
! Missing \endcsname inserted.
<to be read again>
I ...
-1
votes
0answers
35 views
hyperref package adding blank page [closed]
\documentclass[conference]{IEEEtran}
\usepackage{algorithmic}
\usepackage{algorithm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[euler]{textgreek}
...
8
votes
1answer
58 views
using \ref for words in text - across files - and including urls
So, I have a couple of questions, I'll try to build it up progressively:
I want to use labels and references for words or phrases instead of the usual reference to a section number or page. I found ...
5
votes
1answer
35 views
Strange bug with hyperref, percent symbol and cyrillic character
I minimized it to the following snippet:
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\section{\%н}
\end{document}
When I compile it:
xelatex test.tex
the first run compiles ...
2
votes
0answers
50 views
Hyperref not working [duplicate]
I have a problem with using \hyperref in my LaTeX file. For some reason, after compiling my LaTeX file and opening my .pdf, the \hyperref doesn't go right to the place where the \label is on! And I ...
0
votes
0answers
34 views
Creating subsubsubsection and using \ref and \label (+hyperref) [duplicate]
I'm writing on my thesis and need more levels of sections. This seems to be not a rare problem. So, after some search on the web i defined my custom deeper sections in terms of the following code.
...
3
votes
0answers
52 views
Hide LaTeX parts through JavaScript
I'm creating an interactive pdf form with the hyperref package. The form is quite comprehensive, so the current goal is to only show parts that are relevant to the specific user. For example, the user ...
3
votes
1answer
134 views
pdflatex+ biblatex + biber and special characters produce error
EDIT: The Post has been updated considering the first 19 comments
In my LaTeX document
...