
답변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}