![그림:.2.4[1]과 같은 그림에 인용을 추가하는 방법](https://rvso.com/image/309659/%EA%B7%B8%EB%A6%BC%3A.2.4%5B1%5D%EA%B3%BC%20%EA%B0%99%EC%9D%80%20%EA%B7%B8%EB%A6%BC%EC%97%90%20%EC%9D%B8%EC%9A%A9%EC%9D%84%20%EC%B6%94%EA%B0%80%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95.png)
그림:.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]