如何做到自己控制图片在latex中的位置?
方法:在 \begin{figure} 后面加参数 [h!]

即 \begin{figure}[h!] % Requires \usepackage{graphicx} 
\includegraphics[width=]{}\\
\caption{}
\label{}
\end{figure}
05-11 12:54