在經典的論文環境中,我想讓間隔大寫字母加粗。有人可以告訴我如何執行此操作,因為\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}