圖片和標題不能一起使用

圖片和標題不能一起使用

我對乳膠人物有疑問。我想把標題放在圖的底部。但結果總是這樣。 在此輸入影像描述

這是我的程式碼:

\begin{figure}[t]
\centering
\includegraphics[width=9cm]{mypicture.eps}
\caption{what problem with it.}
\label{fig:fairness}
\end{figure}

MWE:

\documentclass{article} 
\usepackage{graphicx} 
\begin{document} 
\begin{figure}[t] 
\centering 
\includegraphics[width=9cm]{mypicture.eps} 
\caption{what problem with it.} 
\label{fig:fairness} 
\end{figure} 
\end{document}

我的圖片 .eps 附在這裡

相關內容