그림:.2.4[1]과 같은 그림에 인용을 추가하는 방법

그림:.2.4[1]과 같은 그림에 인용을 추가하는 방법

그림:.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]

관련 정보