0

I have to use the \emph command (for a latin word) and the \ce command (for chemical formulas and compounds) in titles but the result with ClassicThesis is awful! In particular the \emph command in scrheadings is all lowercase, while the \ce in titles is all uppercase. These is a solution for these problems? I would like to obtain something typographically decent.

Here is a MWE of the problem:

\documentclass[10pt,
               a4paper,
               twoside,openright,
%              oneside,openany,
               titlepage,
               headinclude,,footinclude,
               BCOR5mm,
               cleardoublepage=empty,
               tablecaptionabove,
               ]{scrreprt}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}

\usepackage[version=3]{mhchem}

\usepackage[eulerchapternumbers,
            %subfig,
            beramono,
            eulermath,
            pdfspacing,
            listings,
            ]{classicthesis}

\usepackage{arsclassica}

\begin{document}

\tableofcontents

\chapter{\emph{Ab initio} study of \ce{In_{0.17}Al_{0.18}N} compounds}

\clearpage

Blablabla

\end{document}
Johannes_B
  • 24,235
  • 10
  • 93
  • 248

0 Answers0