Questions tagged [hyperref]
47 questions
4
votes
1 answer
Table of contents sidebar in Sphinx LaTeX PDF
I am generating a LaTeX document from Sphinx, and converting it to PDF using pdflatex (from MikTeX). The document is missing a table of contents in the sidebar of the PDF viewer.
If I add manually \usepackage{hyperref} to the tex file, it works. But…

galinette
- 8,896
- 2
- 36
- 87
4
votes
6 answers
Problem with LaTeX hyperref
i have an url with cyrilic characters:
http://www.pravoslavie.bg/Възпитание/Духовно-и-светско-образование
when i compile the document, i get following as…

cupakob
- 8,411
- 24
- 67
- 76
4
votes
1 answer
Bookmark level difference when using hyperref
When creating my output with miktex in texniccenter I get the following warning
Difference (2) between bookmark levels is greater than one, level fixed on input line 3
Can someone explain this warning to me and perhaps give me a hint for a…

Sebastian Müller
- 5,471
- 13
- 51
- 79
3
votes
1 answer
Display the URL after the link?
I use LaTeX with the hyperref package and I have things like:
hyperref is
\href{http://www.tug.org/applications/hyperref/}{documented in detail}.
It allows...
In the PDF output, it shows:
hyperref is documented in detail. It allows...
The link…

bortzmeyer
- 34,164
- 12
- 67
- 91
3
votes
1 answer
customizing multiple author affiliations in Orgmode for latex export using package authblk
I have this setup in my Orgmode doc and it doesnt export the author affiliations to latex or pdf.
Instead I get a heuristic 'immediate' in place of authors
I have added Latex to Org -babel-Load languages in .emacs
What must be done to allow babel…

Prakash Nayak
- 81
- 5
3
votes
2 answers
Citation formatting and the hyperref package
I'm using the hyperref package in my document. One of the things that it does is create bookmarks in my pdf, based on the table of contents. Some section titles contain a reference to a citation
\section{Some title \citep{BibTeXkey}}
The label of…

Thierry
- 18,049
- 5
- 48
- 66
2
votes
2 answers
Incorrect hyperlinking in LaTeX
So far the hyperref package in LaTeX has automatically linked all the items in my report correctly. But there is one that did not get linked properly, possibly because I manually added it to the table of contents like…

alamodey
- 14,320
- 24
- 86
- 112
2
votes
1 answer
LaTeX: How can I disable the linking for figures in LyX?
Complete LaTeX and LyX newbie here.
I am currently writing a document in LyX and I'm using hyperref to have links in the ToC, citations etc. The problem is that I added a figure (with float) and when I make a cross-reference in the text, the…

Andreas K.
- 165
- 1
- 2
- 7
2
votes
1 answer
extra "file://" prefix generated by pdflatex using hyperref package in macro
The LaTeX hyperref package confuses me in several ways. Here's my particular problem.
In my document, the command…

Ethan Bolker
- 217
- 1
- 8
- 19
2
votes
2 answers
Inclusion of hash marks in a LaTeX \indexentry aliased with a \newcommand
This is a strange one. I've had to do some interesting workarounds to get it to function even a little bit, but we have another stumbling block.
I've been struggling to create a separate document which employs a large .ind file (index created using…

panagioti
- 426
- 4
- 14
2
votes
1 answer
Linking to specific page in external pdf file on Android
I'm trying to make a pdf index file that links into other pdf documents at specific pages. Using pdfLaTeX and hyperref, I managed to obtain such an index.
Here's how I'm doing it:
Link to orange document, page 2: \href{file:orange\#page.2}{go to…

juanriccio
- 21
- 3
2
votes
3 answers
LaTeX: disable or turn off hyperlinking for table of contents?
I want a table of contents, but I don't want each line to be a clickable hyperlink. How do I do this?
Details:
I am using the \anothertoc command from the shorttoc package to "import" the TOC from another document. Works fine, except that all the…

Kevin
- 702
- 7
- 22
1
vote
1 answer
How can I prevent a Textfield that's in line with text from cutting into words?
I'm using hyperref Textfields to create a fillable pdf with fields inline with the text. I'm getting strange clipping around the Textfield boxes. Here's an example:
\documentclass{article}
\usepackage{hyperref}
\begin{document}
Lorem Ipsem…

Spark
- 198
- 2
- 16
1
vote
2 answers
Clash with package Hyperref
Please consider the small reproducible example below. I am getting an error when trying to use hyperref links. I am getting an error saying that there is a clash, however, I have only called the package one time. I wonder if some one can give a hand…

Salvador
- 1,229
- 1
- 11
- 19
1
vote
1 answer
Multiple parts with chapter number reset at each part -- how do I make hyperlinks go where they supposed to?
I have a book document class which has several parts marked off with \part{THE BEGINNING} and the chapters reset using \setcounter{chapter}{0} with each successive \part{}. This works fine. But I also want to use the hyperref package. With that,…

Frotz
- 535
- 4
- 21