ClassicThesis-Inhaltsverzeichnis Problem Thema ist als GELÖST markiert

Inhalt, Abbildungen, Tabellen, Quellcodes und andere Verzeichnisse


Newbie

ClassicThesis-Inhaltsverzeichnis Problem

Beitrag von Newbie »

Hallo zusammen

Ich schreibe meine Masterarbeit in Latex und nutze dazu ClassicThesis. Ich muss dazu sagen, dass das meine erste grosse Arbeit in Latex ist. Soweit klappt alles ganz gut, nur hat sich ein Poblem mit dem Inhaltsverzeichnis ereben.

Die Arbeit hat fünf chapters. Ursprünglich waren drei chapters auf der ersten Seite des Verzeichnisses und zwei auf der zweiten, dass war von Anfang an so gegliedert, auch wenn zu beginn alle auf eine Seite gepasst hätten.
Nun hat das zweite Kapitel auf der ersten Seite des Verzeichnisses soviele sections/ subsections gekriegt, dass das dritte chapter auf die zweite Seite geschoben wurde.

Soweit scheint alles wie gewollt. Nur wurden Kapitel vier und fünf wiederum auf eine neue Seite geschrieben (sowie ursprünglich auch), somit hat das Verzeichnis nun drei Seiten, wobei die zweite zu 3/4 leer ist und die dritte eigentlich gut auf die zweite passen würde.

Ich kriege das Problem nicht gelöst, habe das Fronmatter/content file neu runtergeladen, aber das Problem besteht weiterhin.

Habe im folgenden den Inhalt dieses content files angehängt, in der Hoffnung jemand sieht ein Problem.

%*******************************************************
% Table of Contents
%*******************************************************
%\phantomsection
\refstepcounter{dummy}
\pdfbookmark[1]{\contentsname}{tableofcontents}
\setcounter{tocdepth}{2} % <-- 2 includes up to subsections in the ToC
\setcounter{secnumdepth}{3} % <-- 3 numbers up to subsubsections
\manualmark
\markboth{\spacedlowsmallcaps{\contentsname}}{\spacedlowsmallcaps{\contentsname}}
\tableofcontents
\automark[section]{chapter}
\renewcommand{\chaptermark}[1]{\markboth{\spacedlowsmallcaps{#1}}{\spacedlowsmallcaps{#1}}}
\renewcommand{\sectionmark}[1]{\markright{\thesection\enspace\spacedlowsmallcaps{#1}}}%*******************************************************
% List of Figures and of the Tables
%*******************************************************
\clearpage

\begingroup
\let\clearpage\relax
\let\cleardoublepage\relax
\let\cleardoublepage\relax
%*******************************************************
% List of Figures
%*******************************************************
%\phantomsection
%\refstepcounter{dummy}
%\addcontentsline{toc}{chapter}{\listfigurename}
%\pdfbookmark[1]{\listfigurename}{lof}
%\listoffigures

%\vspace*{8ex}

%*******************************************************
% List of Tables
%*******************************************************
%\phantomsection
% \refstepcounter{dummy}
%\addcontentsline{toc}{chapter}{\listtablename}
% \pdfbookmark[1]{\listtablename}{lot}
%\listoftables

% \vspace*{8ex}
% \newpage

%*******************************************************
% List of Listings
%*******************************************************
%\phantomsection
% \refstepcounter{dummy}
%\addcontentsline{toc}{chapter}{\lstlistlistingname}
%\pdfbookmark[1]{\lstlistlistingname}{lol}
%\lstlistoflistings

% \vspace*{8ex}

%*******************************************************
% Acronyms
%*******************************************************
%\phantomsection
%\refstepcounter{dummy}
% \pdfbookmark[1]{Acronyms}{acronyms}
% \markboth{\spacedlowsmallcaps{Acronyms}}{\spacedlowsmallcaps{Acronyms}}
%\chapter*{Acronyms}
% \begin{acronym}[UML]
% \acro{DRY}{Don't Repeat Yourself}
%\acro{API}{Application Programming Interface}
%\acro{UML}{Unified Modeling Language}
%\end{acronym}
\endgroup

\cleardoublepage

Vielen Dank