图片为何乱排??

2019-12-31 23:41发布

\documentclass[UTF8]{ctexart} \usepackage{graphicx} \begin{document} 运行结果:\begin{figure}{图1} ...


\documentclass[UTF8]{ctexart} 
\usepackage{graphicx}

\begin{document}  



运行结果:\begin{figure}{图1}
\centering
\includegraphics[height=5cm,width=10cm]{3.png}
\end{figure}\\


运行结果:\begin{figure}{图2}
\centering
\includegraphics[height=5cm,width=10cm]{1.png}
\end{figure}


运行结果:
\begin{figure}{图3}
\centering
\includegraphics[height=5cm,width=10cm]{2.png}
\end{figure}


\end{document}
1条回答
registor
2020-01-01 08:36 .采纳回答
飘来飘去,是LaTeX的特色。也许这个可以简单处理这一问题:[https://wenda.latexstudio.net/article-5049.html](https://wenda.latexstudio.net/article-5049.html "https://wenda.latexstudio.net/article-5049.html")

一周热门 更多>