Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

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 lines in question are an eqnarray:

\begin{eqnarray}
\left( a^{\frac{p}{q}} \right)^{rq} &=& \left( \left( \sqrt[q]{a^p} \right)^q \right)^r \nonumber \\
&=& (a^p)^r = a^{rp}
\end{eqnarray}

What is the problem here? How can I fix this?

share|improve this question
1  
Please provide a full minimal example. – Marco Daniel Dec 11 '11 at 14:46
2  
Don't use eqnarray, first of all; see this answer. However, the warning might be triggered by a different line. – egreg Dec 11 '11 at 14:49
Okay, I switched over to the align environment. – queueoverflow Dec 11 '11 at 15:13
@queueoverflow: In conjunction with @ egreg's comment, the given code snippet may not be the cause of the problem. Try to remove the eqnarray environment (or align) and see if the problem persists; it may just switch to some different line. If so, the problem is not with the code snippet provided and we need more detail. Follow @ MarcoDaniel's request and provide a minimal working example (MWE). – Werner Dec 11 '11 at 16:22
2  
@queueoverflow: Okay, so try and widdle it down to as small a document as possible that includes only the necessary elements that reproduces the problem, and post it in your original question (click on edit). The reason is obvious: I can produce an MWE that doesn't have the problem, so we wouldn't know what you're doing differently to produce the error. Remember, the problem could stem from something before your eqnarray or align environment, that just blows up there... – Werner Dec 11 '11 at 19:05
show 1 more comment

closed as too localized by Marco Daniel, Joseph Wright Jan 7 '12 at 19:22

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.