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?
eqnarray, first of all; see this answer. However, the warning might be triggered by a different line. – egreg Dec 11 '11 at 14:49alignenvironment. – queueoverflow Dec 11 '11 at 15:13eqnarrayenvironment (oralign) 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:22edit). 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 youreqnarrayoralignenvironment, that just blows up there... – Werner Dec 11 '11 at 19:05