Ajout du thème Halloween + fix CVE
This commit is contained in:
parent
495d027220
commit
04adf81bd9
35 changed files with 426 additions and 144 deletions
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 764 KiB After Width: | Height: | Size: 759 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 349 KiB After Width: | Height: | Size: 349 KiB |
|
@ -1,4 +1,3 @@
|
|||
\usepackage[french]{babel} % Césure en français
|
||||
\usepackage[autolanguage]{numprint}
|
||||
|
||||
\usepackage[
|
||||
|
@ -55,3 +54,32 @@
|
|||
\fancyhf{}
|
||||
\fancyhf[rh]{\thepage}
|
||||
\renewcommand\headrulewidth{0pt}
|
||||
|
||||
% Désactiver la justification et les césures pour tout le document
|
||||
\usepackage{ragged2e}
|
||||
\RaggedRight
|
||||
\setlength{\RaggedRightParindent}{0pt}
|
||||
\setlength{\parindent}{0pt}
|
||||
\setlength{\parskip}{1em}
|
||||
|
||||
% Désactiver les césures globalement
|
||||
\tolerance=1
|
||||
\emergencystretch=\maxdimen
|
||||
\hyphenpenalty=10000
|
||||
\exhyphenpenalty=10000
|
||||
|
||||
% S'assurer que les titres ne sont pas justifiés
|
||||
\usepackage{titlesec}
|
||||
\titleformat{\chapter}[display]
|
||||
{\normalfont\huge\bfseries\centering\RaggedRight}
|
||||
{\chaptertitlename\ \thechapter}{20pt}{\Huge}
|
||||
\titleformat{\section}{\normalfont\Large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsection}{\normalfont\large\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
\titleformat{\subsubsection}{\normalfont\normalsize\bfseries\centering\RaggedRight}{}{0em}{}
|
||||
|
||||
% Désactiver les césures dans la table des matières
|
||||
\usepackage{tocloft}
|
||||
\renewcommand{\cftsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsecfont}{\RaggedRight}
|
||||
\renewcommand{\cftsubsubsecfont}{\RaggedRight}
|
||||
|
||||
|
|
Reference in a new issue