Rapmaster 2000
28-03-2007, 19:01
Hallo zusammen,
in meinem Inhaltsverzeichnis steht vor dem Kapiteleintrag immer "Kapitel" und die Nummer. Ich hab das über das "tocloft" Package als globale Anweisung über
\renewcommand{\cftchappresnum}{Kapitel }
gesetzt. Allerdings steht das jetzt auch im Inhaltsverzeichnis bei Kapiteln aus dem Anhang. Ich hätte allerdings lieber vor den Kapiteln aus dem Anhang ein "Anhang". Hat jemand ne Idee?
Besten Dank schon mal!
RM2
Minimalbeispiel:
\documentclass{report}
\usepackage[ngerman]{babel}
\usepackage{tocloft}
\begin{document}
\renewcommand{\cftchappresnum}{Kapitel }
\settowidth{\cftchapnumwidth}{Kapitel }
\renewcommand{\cftchapaftersnumb}{~\hfill}
\tableofcontents
\chapter{Erstes Kapitel}
\section{Ein Abschnitt}
\chapter{Zweites Kapitel}
\section{Ein Abschnitt}
\begin{appendix}
\chapter{Erster Anhang (Anhang A)}
\section{Ein Abschnitt}
\end{appendix}
\end{document}
in meinem Inhaltsverzeichnis steht vor dem Kapiteleintrag immer "Kapitel" und die Nummer. Ich hab das über das "tocloft" Package als globale Anweisung über
\renewcommand{\cftchappresnum}{Kapitel }
gesetzt. Allerdings steht das jetzt auch im Inhaltsverzeichnis bei Kapiteln aus dem Anhang. Ich hätte allerdings lieber vor den Kapiteln aus dem Anhang ein "Anhang". Hat jemand ne Idee?
Besten Dank schon mal!
RM2
Minimalbeispiel:
\documentclass{report}
\usepackage[ngerman]{babel}
\usepackage{tocloft}
\begin{document}
\renewcommand{\cftchappresnum}{Kapitel }
\settowidth{\cftchapnumwidth}{Kapitel }
\renewcommand{\cftchapaftersnumb}{~\hfill}
\tableofcontents
\chapter{Erstes Kapitel}
\section{Ein Abschnitt}
\chapter{Zweites Kapitel}
\section{Ein Abschnitt}
\begin{appendix}
\chapter{Erster Anhang (Anhang A)}
\section{Ein Abschnitt}
\end{appendix}
\end{document}