Tagged Questions
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. ...
1
vote
0answers
61 views
glossaries vs hyperref conflict [closed]
I'm writing my thesis and I'm having some trouble with the package glossaries and some strange conflict with hyperref package.
If I load hyperref before glossaries in order to have links I cannot ...
6
votes
1answer
88 views
Incompatibility of the ocg-p package with the ocgcolorlinks option of the hyperref package
When I use the option ocgcolorlinks of the hyperref package together with the package ocg-p (MiKTeX + pdflatex), it looks like the ocgcolorlinks option becomes not working anymore (independently of ...
2
votes
1answer
180 views
Problem with algorithm(ic) and hyperref
The following code works ... fine!
\documentclass{book}
% \usepackage{subfig}
% \usepackage{subcaption}
\usepackage[colorlinks]{hyperref}
\usepackage{algorithm}
\usepackage[noend]{algorithmic}
...
4
votes
2answers
185 views
Hyperref and theoremref conflict?
I initially thought that this problem was with Unicode characters, but reducing the file led to the MWE below which has none, so it seems that theoremref and hyperref don't like each other. Consider:
...
0
votes
1answer
217 views
hyperref conflicts with todonotes and chemfig packages
I'm using TexLive 2012 from the openSUSE buildservice publishing repository, and a document that would compile with TeXLive 2011 now effects error messages such as:
Package PGF Math Error: The ...
1
vote
1answer
169 views
What is the right way to use hyperref options with Tufte handout class?
EDIT: I must clarify that the example below works with tufte-latex-3.5.0, but doesn't work in older versions. The accepted solution is a good workaround for older versions (<3.0.0) were nohyper ...
4
votes
1answer
131 views
Conflict between hyperref and attachfile2 package
I have a problem with creating pdf document that contains an attachment. This code works fine:
% <xetex — Unicode-based TeX engine>
\documentclass[12pt, a4paper, czech, twoside]{book}
...
8
votes
3answers
377 views
Incompatibilities of cmap with fontenc/hyperref?
The following code doesn't compile (with pdflatex)
\documentclass{article}
\usepackage{cmap}
\usepackage[T1]{fontenc}
\usepackage[pdfa=true]{hyperref}
\begin{document}
Hello.
\end{document}
...
21
votes
1answer
546 views
Impact of hyperref, when varioref and cleveref are used
I think I may have found a bug in either hyperref, cleverefoder varioref but can't determine the details any further. If do not load hyperref in the following example, the result is fine.
...
10
votes
1answer
220 views
Using \BeforePackage to load a package before hyperref does not work
I am using the lipics document class, which includes hyperref. I want to load the float package, which should be loaded before hyperref, without changing the document class. As suggested in this ...
9
votes
3answers
229 views
Hyperref is loaded by the class, and I need to load packages that are supposed to be loaded before
I am using the lipics documentclass, which loads hyperref. Since I want my figures boxed, I added the following
\usepackage{float}
\floatstyle{boxed}
\restylefloat{figure}
The problem: I receive ...
13
votes
1answer
457 views
Is there a poisonous interaction between memoir, hyperref, and hyperxmp?
In another, now rather confused, question, I'm struggling to get copyright information into a PDF produced by memoir.
The investigations so far have led to this problematical MWE:
% !TEX TS-program ...
4
votes
1answer
417 views
Hyperref and ntheorem's thref: inconsistent numbering
When using ntheorem with the thref option to get the named reference command \thref, sometimes the theorem numbers produced is "different" from the theorem numbers produced by just \ref. Any ...
4
votes
2answers
359 views
IEEEeqnarray vs. hyperref -> reference jumps to the beginning of the section
I'm using the package IEEEtrantools in an scrreprt document class environment. My problem is that, when using IEEEeqnarray together with hyperref, the link jumps to the beginning of the section and ...
4
votes
3answers
591 views
Incompatibility between footmisc-option multiple and hyperref
There is a question about nested footnotes with commas, which has some answers. Nested footnotes can be properly numbered, and they can be properly hyperlinked. Remaining problem: Hyperlinked ...
2
votes
1answer
685 views
Links to glossary items broken
I'm currently writing a large document, and I have two glossaries, one for acronyms, and one for a normal glossary. I have hyperref setup so that the glossary entries in the main text have links to ...
3
votes
2answers
314 views
How to hyperref a pageref in second half of an algorithm, independent of first half
I'm struggling with something that seems pretty complicated to me, but maybe there's a way better solution already out there. If not, I'd really appreciate any help with getting the following problem ...
6
votes
2answers
555 views
Package incompatibilites: etoolbox, hyperref, and bm, standalone?
I am trying to transition to using the etoolbox package, but seem to have run into some difficulties and they appear related to the hyperref and bm packages which to me seem totally unrelated. The ...
5
votes
2answers
763 views
minted's listing environment with hyperref and caption package together
I use the minted package for code highlight. I use its listing environment.
I also use the hyperref package to provide links all through my document: figures, tables, listings, etc.
If I import the ...
72
votes
9answers
4k views
Which packages should be loaded after hyperref instead of before?
The hyperref documentation says: "Make sure it comes last of your loaded packages". The reason is that it redefines many LaTeX commands. It's a rule of thumb that helps to avoid errors.
However, ...
