I face the following problem: I need to attach a note to a section title. Part of the note is a reference to an item in the bibliography. Like this:
Code: Select all
\section{Introduction\protect\footnote{This chapter has been published as \citet{CITEDWORK}}}}
hyperref
, which causes a predictable problem because hyperref doesn't allow links to be 'nested'. I figured a possible solution would be to make sure that hyperref somehow skips the
\citet
command in the \footnote
. Is that possible; if so, how?thanks,
Niels