写真の説明、キャプション

写真の説明、キャプション

レポート内の画像にキャプションを 1 つ割り当てたいのですが、このキャプションは図のリストで始まりません。

私は以下を使用します:

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

関連情報