fncychap und tableofcontents Problem
Hallo,
ich habe mir einen neuen Rechner gekauft und bereits MikTex MiKTeX und alles weitere eingerichtet. Leider kompiliert eines meiner Dokumente nicht. Ich konnte den Fehler auch schon isolieren, nur merkwürdigerweise tritt dieser auf meinem alten Rechner nicht auf. Ich weiß nicht was mir fehlt und werde aus der Fehlermeldung auch nicht schlau. Das MB kompiliert, solange ich nicht fncychap `fncychap` einbinde. Binde ich fncychap `fncychap` ein, erhalte ich folgende Fehlermeldung:
*Use Use of \@icentercr doesn't match its definition \tableofcontents*
\tableofcontents
Im log file steht:
*! ! Use of \@icentercr doesn't match its definition.
<argument> \def
l.6 \tableofcontents
If you say, e.g., `\def\a1{...}', then you must always put `1' after `\a', since control sequence names are made up of letters only. The macro here has not been followed by the required stuff, so I'm ignoring it. ! Argument of \reserved@a has an extra }.*
MikTex }.
MiKTeX installiert bei mir alle Pakete onthefly, daher weiß ich wirklich nicht, woran es liegen könnte, insbesondere deshalb, weil genau dasselbe Dokument auf meinem alten Rechner ja kompiliert wird. Vielen Dank schonmal für die Hilfe.
\documentclass{scrbook}
%\usepackage[Glenn]{fncychap}
\begin{document}
\frontmatter
\tableofcontents
\mainmatter
\chapter{First}
\section{Introduction}
Hello.
\section{Second Section}
Good bye.
\end{document}