We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18ca935 commit 9a1b7aaCopy full SHA for 9a1b7aa
src/collection/document.tex
@@ -40,8 +40,18 @@
40
% only include parts in list of parts
41
\setcounter{tocdepth}{\parttocdepth}
42
43
- % use dotted lines for list of parts, make font smaller
44
- \RedeclareSectionCommand[tocstyle=dottedtocline]{part}
+ \RedeclareSectionCommand[
+ % use dotted lines for list of parts, make font smaller
45
+ tocstyle=dottedtocline,
46
+ % make space for Roman part numbers larger
47
+ tocnumwidth=3.8em,
48
+ ]{part}
49
+
50
51
+ \makeatletter
52
+ \renewcommand*{\@pnumwidth}{2.7em}
53
+ \renewcommand*{\@tocrmarg}{2.7em}
54
+ \makeatother
55
56
% list of parts
57
\renewcommand*{\contentsname}{Vorlesungen}
0 commit comments