答案1
我认为以下列表可以满足您的需求。
\floatsep space between floats (default 12pt)
\textfloatsep space between a top (bottom) float and suceeding (preceeding) text (default 20pt)
\intextsep space above/below an [h] float (default 12pt)
\dblfloatsep like \floatsep for double column floats (default 12pt)
\dbltextfloatsep like \textfloatsep for double column floats (default 20pt)
您可以检查您的特定文档中的任意一项,从而\the\...sep
将值打印在您的打印输出中。
\documentclass{...}
\begin{document}
The textfloatsep is \the\textfloatsep.
\end{document}