blob: c498ca9321b3338d460515abfd36693b844ddea4 (
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
|
\usepackage{calc}
\usepackage[a4paper,
top=1.2cm, bottom=1.0cm, inner=0.8cm, outer=0.8cm]{geometry}
\setlength{\topskip}{0mm}
\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
\newenvironment{DUfieldlist}%
{\description[align=left,labelwidth=1.0cm,leftmargin=.5cm]}
{\enddescription}
\makeatletter
\newcommand{\ifdefinedcolor}[3]{%
\@ifundefinedcolor{#1}{#3}{#2}
}
\makeatother
|