Skip to content

Commit cdae585

Browse files
authored
disable toc workaround again (#49)
1 parent 76d2350 commit cdae585

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

template/eisvogel.latex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ $endif$
126126

127127
% Clean up the TOC a bit by ensuring that long section numbers don't overlap.
128128
% https://tex.stackexchange.com/questions/64115/table-of-contents-chapter-number-width
129-
\usepackage{tocloft}
130-
\makeatletter
131-
\renewcommand{\numberline}[1]{
132-
\@cftbsnum #1\@cftasnum~\@cftasnumb
133-
}
134-
\makeatother
129+
% \usepackage{tocloft}
130+
% \makeatletter
131+
% \renewcommand{\numberline}[1]{
132+
% \@cftbsnum #1\@cftasnum~\@cftasnumb
133+
% }
134+
% \makeatother
135135

136136
% PDF metadata
137137
\hypersetup{

0 commit comments

Comments
 (0)