ElegantLaTeX / ElegantPaper

Elegant LaTeX Template for Working Papers
LaTeX Project Public License v1.3c
1.32k stars 256 forks source link

表中的数字如何加粗 #53

Closed luoyikang closed 1 year ago

luoyikang commented 3 years ago

为了突出某一项实验结果,一般要在结果上加粗,结果常规模板中\textbf{}命令失效

sikouhjw commented 1 year ago
\documentclass[cn]{elegantpaper}

\begin{document}
\begin{tabular}{c}
  \textbf{test测试}
\end{tabular}
\end{document}