aboutsummaryrefslogtreecommitdiff
path: root/model_7/resources/00_preamble.tex
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2024-05-01 14:34:22 +0200
committerSébastien Dailly <sebastien@dailly.me>2024-05-01 14:34:22 +0200
commita5696db7113a3b1d7350775aecb280300a08031c (patch)
tree193cc7aa5bb2918e3818277ad5ff63ef6bfaf0fa /model_7/resources/00_preamble.tex
parentc283c578db25effd1e52706dafe822c78aaa7607 (diff)
Added a new model
Diffstat (limited to 'model_7/resources/00_preamble.tex')
-rwxr-xr-xmodel_7/resources/00_preamble.tex25
1 files changed, 25 insertions, 0 deletions
diff --git a/model_7/resources/00_preamble.tex b/model_7/resources/00_preamble.tex
new file mode 100755
index 0000000..30c4fd3
--- /dev/null
+++ b/model_7/resources/00_preamble.tex
@@ -0,0 +1,25 @@
+\usepackage[a4paper, landscape, top=1.0cm, left=1.5cm, right=1.5cm, bottom=2.0cm]{geometry}
+%\pagestyle{empty}
+%\pagenumbering{arabic}
+\newcommand{\DUrolelatex}[1]{#1}
+
+\usepackage{tocloft}
+\renewcommand{\cfttoctitlefont}{\normalfont\Large\bfseries}% Remove \bfseries from ToC title
+\renewcommand{\cftsecfont}{\Garamond\selectfont\itshape}% Remove \bfseries from section titles in ToC
+\renewcommand{\cftsecpagefont}{\Garamond\selectfont}% Remove \bfseries from section titles' page in ToC
+
+% Supprime l'indentation pour les listes de définitions
+\newenvironment{DUfieldlist}%
+ {\description[align=left,labelwidth=1.0cm,leftmargin=.5cm]}
+ {\enddescription}
+
+\makeatletter
+\newcommand{\ifdefinedcolor}[3]{%
+ \@ifundefinedcolor{#1}{#3}{#2}
+}
+\makeatother
+
+\input{../common/10_language.tex}
+\input{../common/10_lists.tex}
+\input{../common/10_nowidows.tex}
+