Skip to content

Commit da6d419

Browse files
committed
WIP
1 parent 1a32d3d commit da6d419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/dartLangSpec.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
\usepackage{lmodern}
1212
\usepackage[T1]{fontenc}
1313
\usepackage{makeidx}
14+
\usepackage{tocloft}
1415
\makeindex
1516
\title{Dart Programming Language Specification\\
1617
{6th edition draft}\\
@@ -451,6 +452,9 @@
451452

452453
\begin{document}
453454
\maketitle
455+
% Adjust the horizontal offset of section titles in the table of contents.
456+
\setlength{\cftsubsecnumwidth}{2.7em}
457+
\setlength{\cftsubsubsecnumwidth}{3.4em}
454458
\tableofcontents
455459

456460
\newpage

0 commit comments

Comments
 (0)