En un entorno de tesis clásico, quiero poner las mayúsculas espaciadas en negrita. ¿Alguien puede decirme cómo hacer esto ya que \textbf
no funciona correctamente?
\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}