我想為報告中的圖片分配一個標題,但在圖形列表中沒有此標題。
我使用以下內容:
\begin{figure}[htbp]
\begin{minipage}[l]{.645\linewidth}
\begin{center}
\includegraphics[scale=0.94]{images/4.JPG}
\caption{Yearling inspecté, de profil}
\end{center}
\end{minipage}
\end{figure}
我怎樣才能做到這一點?
(對不起我的英文不好。)
答案1
如果你不希望你的圖出現在圖表中,你可以\caption*{Your caption}
在載入caption
套件後使用:
\usepackage{caption}