如何在长表内容上使用 \footnotesize 并保留标题 \normalsize?

如何在长表内容上使用 \footnotesize 并保留标题 \normalsize?

这会产生\normalsize-d 标题,但表索引仍为\footnotesize-d。我该如何修复?

Text before the long table

{\footnotesize

\begin{longtable}{lll}
<data>
\caption{\normalsize My table caption}
\end{longtable}}

}

Text after the long table

答案1

\usepackage{caption}
\captionsetup{font=normalsize}

而且,没有footnotesize环境。只有一个交换机\footnotesize。将交换机放在一个组中。

相关内容