bei mir wird die Überschrift des Index in einer anderen Schriftart angezeigt als von den restlichen Verzeichnissen.
Was kann ich ändern?
Hier der Code und anbei die entsprechende pdf-Datei:
\documentclass[12pt,a4paper]{book}
\usepackage{makeidx}
\PassOptionsToPackage{usenames,dvipsnames}{xcolor}
\usepackage[T1]{fontenc}
\usepackage[pdfspacing]{classicthesis}
\usepackage{arsclassica}
\makeindex
\begin{document}
\tableofcontents
\chapter{Test}
\section{Testing}
Dies ist ein Test\index{Text}.
\begin{table}[!h]
\begin{center}
\begin{tabular}{|r|r|r|}
\hline
Aktie A & Gewinn/Verlust Aktie & Gewinn/Verlust Zertifikat \\ \hline
70,00&-30,00\%&-12,50\%\\ \hline
\end{tabular}
\end{center}
\caption{Test}
\end{table}
\phantomsection
\addcontentsline{toc}{chapter}{\tocEntry{Tabellenverzeichnis}}
{\small \listoftables}
\phantomsection
\addcontentsline{toc}{chapter}{\tocEntry{Index}}
{\small \printindex}
\end{document}
lG
