I'm using the capt-of package to create a caption for my figures:
\newcommand\figureFrame[4]{%
\begin{center}
\includegraphics[#1]{#2}
\captionof{figure}{#3}\label{#4}
\end{center}
}
Now I get the following error whenever a cite is in my caption text:
pdflatex> Package caption Warning: The option `hypcap=true' will be ignored for this
pdflatex> (caption) particular \caption on input line 112.
I looked at the documentation, but found nothing for "hypcap". How can I fix this or do I have to fix this?
(There's now minimum working example because I think the answer is only a hint to the correct place in documentation :-))
capt-ofpackage has no effect when thecaptionpackage is loaded, too. But I must confess that I don't know if I have documented this, will take a look now... – Oct 22 '11 at 11:48