cómo agregar una cita a una figura como la Figura: .2.4

cómo agregar una cita a una figura como la Figura: .2.4

cómo agregar una cita a una figura como la Figura: .2.4[1] Debido a que estoy agregando \cite{b1}un título, se imprimirá el índice. Entonces, dónde agregar una cita para que se agregue a la figura.

Respuesta1

Puede poner citas en el título. Por ejemplo:

\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}

El resultado de este ejemplo es:

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

o dependiendo de la configuración de tu dorsal

Figure 2.1: the title of the figure [1]

información relacionada