如何做到自己控制图片在latex中的位置?
方法:在 \begin{figure} 后面加参数 [h!]
即 \begin{figure}[h!] % Requires \usepackage{graphicx}
\includegraphics[width=]{}\\
\caption{}
\label{}
\end{figure}
如何做到自己控制图片在latex中的位置?
方法:在 \begin{figure} 后面加参数 [h!]
即 \begin{figure}[h!] % Requires \usepackage{graphicx}
\includegraphics[width=]{}\\
\caption{}
\label{}
\end{figure}
转载于:https://www.cnblogs.com/TTTTT/p/6445151.html