How to change the headers so that it is not italic but instead bold?
Code: Select all
\begin{tabular}{ @{} l l l >{$\mathstrut\displaystyle}l<{$} @{} }\toprule
\emph{first} & \emph{second} & \emph{third} & \multicolumn{1}{l}{\emph{fourth}} \\\midrule
foo & bar & y=f(x) & data\\
foo & bar & y=f(x) & data \\
foo & bar & Time \\
foo & bar & y=f(x) & 10.56 \\
foo & bar & Angle & 18.256 \\
foo & bar & Force & 1.6 \\
foo & bar & y=f(x) & 8.56 \\\bottomrule
\end{tabular}