Sunday, 26 May 2013

Remove Caption Reference First Page when appearing in LoF

Remove Caption Reference First Page when appearing in LoF

I have a citation in a caption and in my biblography it lists the pages each reference is in. However it lists the page of my List of Figures (ix), but I'd like to remove that. Is there a way to remove part of the caption when putting it in the LoF or to not include prefatory pages in the reference page list?
\begin{figure}[ht!]
  \centering
  \includegraphics[width=\textwidth]{figure1}
  \caption{caption is here (adapted from \cite{reference1}).}
  \label{fig:figure1}
\end{figure}

No comments:

Post a Comment