From 85f7d96a21763b3de938ad624261d277062a285c Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Mon, 30 Sep 2024 14:35:15 +0200 Subject: [PATCH] Style margin in \chaptertoc --- config/thesis_commands.tex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/thesis_commands.tex b/config/thesis_commands.tex index 78c53e3..dba8ccc 100644 --- a/config/thesis_commands.tex +++ b/config/thesis_commands.tex @@ -133,16 +133,15 @@ \newcommand{\chaptertoc}{% Print the table of contents for the chapter %\hypersetup{linkcolor=black}% - %\vspace{-1.8em}% \section*{Contents}% Add a section title \vspace{-1.5em}% \horizontalrule% - %\vspace{-0.5em}% \startcontents% Start referencing the contents \renewcommand{\cftsecfont}{\bfseries}% Bold sections in local ToC \printcontents{}{1}{}% Print the contents + \vspace{-0.5em}% \horizontalrule% \vspace{2em}% }