blob: 30c4fd3c85fa67077fd9652c5dc607721302f9ad (
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
|
\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}
|