我正在尝试将标题放在图下方,我读过一些类似的问题,并尝试过解决方案,但无济于事。所以我在这里发布代码,请求您的帮助。
\begin{figure}[!ht]
\centering
\caption{The picture shows the evolutionary process of Covid-19 spread\cite{5}.}
\includegraphics[scale=0.7]{two.png}\label{pictwo}
\end{figure}
答案1
默认情况下,标题会出现在您放置的位置,因此\includegraphics
如果您希望标题出现在图形之后,请将其放在后面。