\usepackage{stfloats}
\begin{figure*}[htbp]\centering\includegraphics[scale=0.4]{img1.jpg}\caption{This is a non-floating figure}\label{fig_framework}\end{figure*}这样就可以把你的图片按照h-here, t-top, b-bottom, p-page 顺序自动排版,并且是横跨双栏。
本文介绍了一种使用LaTeX进行图片自动排版的方法,通过指定的代码可以实现图片在文档中的智能布局,确保图片能够根据页面位置自动调整至最佳显示位置。
\usepackage{stfloats}
\begin{figure*}[htbp]\centering\includegraphics[scale=0.4]{img1.jpg}\caption{This is a non-floating figure}\label{fig_framework}\end{figure*}这样就可以把你的图片按照h-here, t-top, b-bottom, p-page 顺序自动排版,并且是横跨双栏。
1829

被折叠的 条评论
为什么被折叠?