Derp. Fix missing constant post rename

This commit is contained in:
2024-01-18 21:47:14 +02:00
parent 3765053b8d
commit 06da0bd3d3
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@
\titleformat{\section}[hang]{\large\bfseries}{\thesection}{0.5em}{}
\titleformat{\subsection}[hang]{\normalsize\bfseries}{\thesubsection}{0.5em}{}
\titleformat{\subsubsection}[hang]{\normalsize\bfseries}{\thesubsubsection}{0.5em}{}
\titlespacing{\chapter}{-5pt}{-1cm}{1cm} % How low the chapter title is
\titlespacing{\chapter}{-5pt}{-0.9cm}{1cm} % How low the chapter title is
% Better formatting of the chapter names in the table of contents
\usepackage{titletoc}
% \newcommand{\chaptitlefont}[1]{{\bfseries\Large #1}}