我想为报告中的图片指定一个标题,但此标题不出现在图片列表中。
我使用以下内容:
\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}