pdf: make toc beautiful by reducing spacing

This commit is contained in:
Pierre-Olivier Mercier 2019-07-20 16:04:45 +02:00
parent 8bf8bef23b
commit f2614d286b

View File

@ -22,3 +22,10 @@
% In french, list item starts with dash, not bullet
\renewcommand\labelitemi{---}
\usepackage{etoolbox}
\makeatletter
\pretocmd{\subsection}{\addtocontents{toc}{\protect\addvspace{-5\p@}}}{}{}
\pretocmd{\subsubsection}{\addtocontents{toc}{\protect\addvspace{-6\p@}}}{}{}
\makeatother