Add LaTeX model from virli course
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
nemunaire 2022-02-19 00:32:49 +01:00
commit 313597aede
5 changed files with 108 additions and 5 deletions

View file

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