como adicionar citação a uma figura como a Figura: .2.4

como adicionar citação a uma figura como a Figura: .2.4

como adicionar citação a uma figura como Figura: .2.4 [1] Porque estou adicionando \cite{b1}uma legenda, ela imprimirá o índice. Então, onde adicionar a citação para que ela seja adicionada à figura.

Responder1

Você pode colocar citações na legenda. Por exemplo:

\begin{figure}[H]
    \begin{mdframed}[userdefinedwidth=.9\textwidth,align=center,]
        \myfloatalign
        \includegraphics[width=\textwidth]{./gfx/myfigure.jpg}
    \end{mdframed}
     \caption[the title of the figure.]{The title of the figure \citep{author:2015}}
\end{figure}

O resultado deste exemplo é:

Figure 2.1: the title of the figure (author, 2015)

ou dependendo das configurações do seu babador

Figure 2.1: the title of the figure [1]

informação relacionada