Add LaTeX model from virli course
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
917a307d25
commit
313597aede
5 changed files with 108 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue