Page LayoutProblems with table of contents

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
timdörflinger
Posts: 1
Joined: Wed Jun 17, 2009 7:24 pm

Problems with table of contents

Post by timdörflinger »

Dear Latex experts,

I'm just about to publish a book and have formated my paper according to the guidelines given to me by the publishing house.

Unfortunately, the last page of my table of contents looks a bit odd. Does anyone know how to fix the problem? This happened when I changed the margins.

Syntax and PDF are attached.

\documentclass [12pt, twoside, a4paper]{article}
\usepackage{ngerman}
\usepackage{geometry}
\geometry{a4paper,left=25mm,right=68mm, top=68mm, bottom=50mm}
\usepackage[T1]{fontenc}
\usepackage[applemac]{inputenc}
\usepackage{natbib}
\usepackage{url}
\usepackage{fancybox}
\usepackage{tocloft}
\cftsetpnumwidth{3em}
\usepackage{enumitem}
\usepackage{float}
\restylefloat{figure}
\usepackage {eurosym}
\usepackage{float}
\restylefloat{table}
\usepackage[parfill]{parskip}
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{scrpage2}
\usepackage[final]{pdfpages} %insert Pdfpages%
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
\sloppy
\usepackage {setspace}

\pagestyle{scrheadings}
\clearscrheadfoot
\setheadsepline{.4pt}
\rohead{\headmark}
\lehead{\headmark}
\lefoot[\pagemark]{\pagemark}
\rofoot[\pagemark]{\pagemark}

%% Abbreviations %%
\usepackage{nomencl}
\let\abbrev\nomenclature
\renewcommand{\nomname}{Abkürzungsverzeichnis}
\makeatletter
\def\dotfill{\leavevmode\cleaders \hb@xt@ .76em{\hss.\hss}\hfill\kern\z@}
\makeatother
\setlength{\nomitemsep}{-\parsep}%verringert den Abstand zwischen den Zeilen
\newcommand{\nomunit}[1]{\renewcommand{\nomentryend}{\dotfill\hspace{0.5em }#1}}
\makenomenclature
\newcommand{\listofabbrev}{\printnomenclature \newpage}



Thank you for your help

Best
Tim
Attachments
Pages from Masterarbeitprint_18x11.5.pdf
(103.1 KiB) Downloaded 291 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Problems with table of contents

Post by localghost »

Insert a \newpage command right after \tableofcontents.


Best regards and welcome to the board
Thorsten
Post Reply