放大文档部分内容的文本大小

放大文档部分内容的文本大小

对于以下代码,我想使表中的文本更大(比如将字体大小增加 4pt),但不影响文档其余部分的任何其他文本。

\usepackage{multicol}
\title{Correction of the test}

%--------------------

\maketitle

\vfill
\begin{table}[H]
    \centering
    \begin{tabular}{c|ccccc}
         Exercise & 1 & 2 & 3 & 4 & 5 \\
         \hline
         Points & & & & &
    \end{tabular}
    \caption{Caption}
    \label{tab:my_label}
\end{table}

相关内容