従来の論文環境で、スペースのある大文字を太字にしたいのですが、\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}