我是 Latex 的新手,我不知道这是否是我应该知道的事情,但我正在使用表格,而第二个表格并没有像我希望的那样对齐。请参阅下面的示例。
\section{Color}
\def\arraystretch{1.5}
\begin{tabular}[t]{ ccccc }
\hline
& \textbf{Temp} & \textbf{Tint} \
& \textbf{Vibrance} & \textbf{Saturation} \\
\hline
{\textbf{White Balance}} & 0 & 0 & 18 & 3\\
\hline
\end{tabular}\hfill \break
\def\arraystretch{1.5}
\begin{tabular}[t]{ cccc }
\hline
\textbf{Color Mix} & \textbf{Hue} \
& \textbf{Saturation} & \textbf{Luminance} \\
\hline
{\textbf{Red}} & 0 & 3 & 3\\
{\textbf{Orange}} & 0 & 3 & 3\\
{\textbf{Yellow}} & 0 & 3 & 3\\
{\textbf{Green}} & 0 & 3 & 3\\
{\textbf{Cyan}} & 0 & 3 & 3\\
{\textbf{Blue}} & 0 & 3 & 3\\
{\textbf{Purple}} & 0 & 3 & 3\\
{\textbf{Magenta}} & 0 & 3 & 3\\
\hline
\end{tabular}