aboutsummaryrefslogtreecommitdiff
path: root/model_3/resources/00_preamble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'model_3/resources/00_preamble.tex')
-rwxr-xr-xmodel_3/resources/00_preamble.tex26
1 files changed, 18 insertions, 8 deletions
diff --git a/model_3/resources/00_preamble.tex b/model_3/resources/00_preamble.tex
index c498ca9..69b2818 100755
--- a/model_3/resources/00_preamble.tex
+++ b/model_3/resources/00_preamble.tex
@@ -6,14 +6,6 @@
\setlength{\footskip}{12mm}
-\usepackage{fontspec}
-\setmainfont{Quicksand-Light}[
- Path=../fonts/,
- BoldFont = Quicksand-Medium]
-
-\setmonofont{Latin Modern Mono Light}
-
-
\newcommand{\DUrolelatex}[1]{#1}
% Supprime l'indentation pour les listes de définitions
@@ -27,3 +19,21 @@
}
\makeatother
+\input{../common/10_language.tex}
+\input{../common/10_lists.tex}
+\input{../common/10_levels.tex}
+\input{../common/10_nowidows.tex}
+
+\newcommand{\DUtitletitle}[1]{%
+ \begin{CaviarDreamsFont}%
+ \textbf\selectfont\color{sidecolor}{\uppercase{#1}}%
+ \end{CaviarDreamsFont}%
+ }
+
+\let\oldtitle\maketitle
+\renewcommand{\maketitle}{%
+ \oldtitle
+ \thispagestyle{fancy}
+ \begin{paracol}{2}%
+}
+