如何向圖表添加引用,如圖:.2.4

如何向圖表添加引用,如圖:.2.4

如何向圖表添加引文,如圖:.2.4[1] 因為我添加\cite{b1}標題,它將打印索引。

答案1

您可以在標題中新增引文。例如:

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

這個例子的結果是:

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

或取決於您的圍兜設置

Figure 2.1: the title of the figure [1]

相關內容