I would like to have the list of figures in the same font in the table of contents as the other chapters or as the index or bibliography, but it doesn't work.
Below an example code.
What should I change?
Thanks!
Code: Select all
\documentclass[12pt,a4paper,index=totoc,bibliography=totoc,listof=totoc]{scrbook}
\usepackage[OT1]{eulervm}
\usepackage{classicthesis}
\usepackage{arsclassica}
%\usepackage{makeidx}
\begin{document}
\tableofcontents
\chapter{Capybara}
test\index{test} test \index{test2}
\begin{figure}
\caption{Test-Figure}
\end{figure}
\addchap{Wombat}
\listoffigures
\begin{theindex}
\end{theindex}
\end{document}