这是一个很简单,但不知道会一筹莫展的问题。

\begin{table}[H]
\small                     %在这里插入字体大小控制语句
	\centering
	\begin{threeparttable}
		\caption{LaTeX表格字体大小控制}
		\begin{tabular*}{1.0\textwidth}{@{\extracolsep{\fill}}lcccr}
			\toprule
			1        2 	&    3     & 4  &   5  &  \\
			\midrule
			1        2 	&    3     & 4  &   5  &  \\
                        1        2 	&    3     & 4  &   5  &  \\
			\bottomrule
		\end{tabular*}
	\end{threeparttable}
\end{table}

相关文章:

  • 2022-01-19
  • 2021-05-07
  • 2021-08-02
  • 2022-12-23
  • 2021-07-06
  • 2021-09-29
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2021-11-25
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
  • 2022-03-08
相关资源
相似解决方案