這是一個很簡單,但不知道會一籌莫展的問題。
\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}