如何仅在一种情况下而不是在所有文档中减少表格下方和图像上方的空间?
\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}