Skip to content

Commit c5492d8

Browse files
committed
WIP
1 parent 68b1bf8 commit c5492d8

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}\\
@@ -460,6 +461,9 @@
460461

461462
\begin{document}
462463
\maketitle
464+
% Adjust the horizontal offset of section titles in the table of contents.
465+
\setlength{\cftsubsecnumwidth}{2.7em}
466+
\setlength{\cftsubsubsecnumwidth}{3.4em}
463467
\tableofcontents
464468

465469
\newpage

0 commit comments

Comments
 (0)