在报告文档类中的图像下设置标题

在报告文档类中的图像下设置标题

我一直在写一份报告,但我似乎无法找到如何获取特定图像下方的图像标题,相反,它停留在图像的顶部。这是我的代码:

\documentclass[12pt]{report}

\begin{figure}[h!]
\includegraphics[scale= 0.3]{images/MRS.jpg}
\label{fig:MRS}
\caption{A part of an MRS.}
\end{figure} 

相关内容