Deixe letras espaçadas em negrito no ambiente clássico de tese

Deixe letras espaçadas em negrito no ambiente clássico de tese

Em um ambiente de tese clássico, quero deixar letras maiúsculas espaçadas em negrito. Alguém pode me dizer como fazer isso, pois \textbfnão está funcionando corretamente?

\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}

Responder1

Usar \bfseries:

\documentclass{article}

\usepackage[nochapters]{classicthesis} % Use the classicthesis style for the style of the document
\usepackage{color}


\begin{document}

{\color{Maroon}\noindent\footnotesize\bfseries\spacedallcaps{Personal Information}}\vspace{1pc}

\end{document}

insira a descrição da imagem aqui

informação relacionada