如何局部减少表格和图像之间的空间?

如何局部减少表格和图像之间的空间?

如何仅在一种情况下而不是在所有文档中减少表格下方和图像上方的空间?

\documentclass{article}
\begin{document}


\begin{table}
\small
\cetering
\caption[]{Caption}\label{jou}

\begin{tabular}{cc}
\hline\hline\noalign{\smallskip}
A & A \\
\end{tabular}
\end{table}

\begin{figure}
\includegraphics[width=\textwidth]{image}
\caption{Photometric data displayed with respect to time}
\label{rozlozeni}
\end{figure}
\end{document}

在此处输入图片描述

相关内容