In Latex, I want to add a reference in the legend of a figure, like:
\begin{figure} ... \caption{This is the legend of this figure (reprinted from \cite{something}).} ... \end{figure}
but the citation is not allowed to be placed in the the caption, only in the text. My bibliography is working on any other places of the text.
Any suggestions how to do this?
Thanks
Referring to a figure in an article If you refer to a figure in an article and do not include it in your text, format the in-text citation and the reference list entry in the usual way for an article, citing the page number where the figure appears.
The citation is the reference included in your Works Cited page or Bibliography. Similarities: Both citations and captions include the artist's name, title of the work, date (if available), and owner of the item. Differences: The caption notes the dimensions and medium, the citation does not.
The usual way is \cite[Figure~5]{Author_2000} . Conceptually it is the same as \cite[Chapter~2]{Book} or \cite[p. ~4]{Article} . You do not create a new reference, you pin your reference to a specific place in the source.
Solution found: write \protect\cite{ref}
instead of just \cite{ref}
Or even shorter: '{\cite{ref}}'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With