Tagged Questions
2
votes
0answers
29 views
Problem with hyperref/cleveref interaction and specially tagged equations [duplicate]
I would like to resolve the infamous warning destination with the same identifier (name{equation.0.1}) has been already used, duplicate ignored in my MWE below.
Reading around this site, the package ...
0
votes
1answer
57 views
Number equation with previously used (auto-assigned) number [duplicate]
Assume you have a long text (i.e. a thesis/book/etc) with a lot of equations per chapter. At some point later in the text, you not only want to reference an equation but actually spell it out again, ...
3
votes
1answer
72 views
Link to equation and change text?
I am interested in linking to an equation - but being able to change the text.
I had thought I could combine this answer and this answer, but I cannot seem to get it to work.
I have attempted a ...
4
votes
2answers
229 views
Cross-references linking to wrong equations using `hyperref`
I have two macros I've defined that I use to set the context in which equations are numbered in my document. One that establishes something I call a 'block' in which equations are numbered, by ...
5
votes
3answers
767 views
How to use the command \autoref to implement the same effect when use the command \eqref?
For example, the first equation of Section 1 in a tex file is numbered in the form (1.1), When we use the commands \autoref and \eqref for referring it, the compiled pdf file will show Equation 1.1 ...
8
votes
1answer
743 views
Coloured equation number (without changing colour of reference using hyperref)
I am working on a file where I am using the package hyperref so that the references to equations are linked and coloured. Here is a MWE:
\documentclass{article}
\usepackage{amsmath}
...
0
votes
0answers
209 views
hyperref complains about missing destination in eqnarray [closed]
In my document, I get this warning with pdflatex:
Package hyperref Warning: No destination for bookmark of \addcontentsline,
(hyperref) destination is added on input line 112.
The ...
1
vote
0answers
62 views
Referring to a whole eqnarray [duplicate]
Possible Duplicate:
numbering few equations together
I've got an eqnarray with multiple equations and a label on it, e.g.:
\begin{eqnarray}
\hat{\delta}(q_0,\epsilon) & = & ...
7
votes
2answers
5k views
How to link an equation in LaTeX
I am wondering how I can link an equation in LaTeX, I mean when I click on the link then I'll be directed to that specific equation.
7
votes
1answer
2k views
Multiply defined labels using hyperref
I'm using the stackrel command to indicate important steps in the transformation of formulas. E.g. I would write: A\stackrel{(!)}{=}B so that I can later explain in text why exactly A equals B.
I've ...
17
votes
4answers
795 views
What to do with this hyperref note on amsmath?
http://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/ has this note copied below:
amsmath
-------------
The environments equation and eqnarray are not supported too well.
For ...
