参考: Remove space after figure and before text Latex: 减少图与文字之间的空白间隙 论文中图与文字之间的空白间隙过大,导致排版不大美观.解决方法是在\begin{document}前定义\textfloatsep的长度,例如定义为5pt: \setlength{\textfloatsep}{5pt} 2018.4
一般支持三种格式的图片排版 %% if you use PostScript figures in your article %% use the graphics package for simple commands %% usepackage{graphics} %% or use the graphicx package for more complicated commands %% usepackage{graphicx} %% or use the epsfig package i