In einer klassischen Thesis-Umgebung möchte ich Großbuchstaben fett formatieren. Kann mir jemand sagen, wie das geht, da \textbf
es nicht richtig funktioniert?
\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}