在经典论文环境中,我想将间隔大写字母加粗。有人能告诉我如何做到这一点吗?因为\textbf
它无法正常工作?
\documentclass{article}
\usepackage[nochapters]{classicthesis} % Use the classicthesis style for the style of the document
\usepackage{color}
\usepackage{changepage}
\begin{document}
{\color{Maroon}\noindent\footnotesize\spacedallcaps{Personal Information}}\vspace{1pc}
\end{document}