I have the problem that the space between the part number and the part name in my table of contents is too small. I tried a lot of solutions which I found on the internet but nothing happened.
Could you help me with the space between part number and part name of the table of contents?
Here is a small example of my problem with the settings used by me. I prefer not to change the document class.
Thanks a lot Latex community :)
Here the example with part "Audi" making the problem:
\documentclass[a5paper,pagesize,14pt,bibtotoc,pointlessnumbers,
normalheadings,DIV=9,twoside=true]{scrbook}
\KOMAoptions{DIV=last}
\setlength{\parindent}{0pt}
\usepackage{trajan}
\usepackage{graphicx}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[babel,german=guillemets]{csquotes}
\usepackage[sc]{mathpazo}
\linespread{1.05}
\usepackage{verbatim} % for comments
\usepackage{listings} % for comments
\usepackage[justification=centering]{subfig}
\usepackage{blindtext}
\setlength{\parindent}{0pt} %Wenn Absatzabstand, dann Einzug unnötig
\usepackage{vmargin}
\usepackage{here}
\usepackage{chngcntr}
\begin{document}
%=========================================
\setcounter{tocdepth}{0} % Show sections
\tableofcontents
\thispagestyle {empty}
%=========================================
\part{Porsche}
\part{Mercedes}
\part{Volkswagen}
\part{BMW}
\part{Toyota}
\part{Fiat}
\part{McLaren}
\part{Audi}
\part{Opel}
\end{document}


{}button when editing your post. – Nov 05 '18 at 03:14\partis the best semantic choice here? Perhaps your entries should rather be chapters – siracusa Nov 05 '18 at 03:56