Unbold sections in global toc

This commit is contained in:
2024-09-24 16:32:45 +02:00
parent db39568969
commit 5d079ded08
4 changed files with 14 additions and 20 deletions

View File

@@ -6,29 +6,19 @@
}
\usepackage{titletoc} % Local table of contents
\titlecontents{section}
[0pt] % left margin
{\bfseries} % formatting
{\thecontentslabel\quad} % label format
{} % before code
{\titlerule*[.8pc]{.}\hspace{0.2em}\contentspage} % dots and page
\titlecontents{subsection}
[2.4em] % left margin
{} % formatting
{\thecontentslabel\quad} % label format
{} % before code
{\titlerule*[.8pc]{.}\hspace{0.2em}\contentspage} % dots and page
\newcommand{\chaptertoc}{% Print the table of contents for the chapter
\hypersetup{linkcolor=black}%
\vspace{-1em}%
\horizontalrule%
\vspace{-1.5em}%
\section*{Contents}% Add a section title
\vspace{-0.5em}%
\startcontents% Start referencing the contents
\renewcommand{\cftsecfont}{\bfseries}% Bold sections in local ToC
\printcontents{}{1}{}% Print the contents
\horizontalrule%
\vspace{2em}%
}