aboutsummaryrefslogtreecommitdiff
path: root/model_3/resources/00_preamble.tex
blob: 69b28181ee95aefb0905a8c7f3cd308e844c7aa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\usepackage{calc}

\usepackage[a4paper, 
  top=1.2cm, bottom=1.0cm, inner=0.8cm, outer=0.8cm]{geometry}
\setlength{\topskip}{0mm}
\setlength{\footskip}{12mm}


\newcommand{\DUrolelatex}[1]{#1}

% 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_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}%
}