3 %\usepackage[empty,cm]{fullpage}
4 \usepackage[utf8
]{inputenc}
5 \usepackage[frenchb
]{babel
}
6 \usepackage{amsfonts, amsmath, amssymb, amsthm
}
11 \newcommand\@ptsize
{2}
14 \usepackage{variations
}% non car il fait planter dans beamer
16 \usepackage{cancel
} % cancel, pour barrer
24 \usepackage[official
]{eurosym
}
29 %% Pour avoir des polices sans serif
30 \renewcommand{\familydefault}{\sfdefault}
32 \newtheorem{defn
}{Définition
}
33 \newtheorem{ex
}{Exemple
}
34 \newtheorem{thm
}{Théorème
}
35 \newtheorem{prop
}{Propriété
}
36 \newtheorem{thmdef
}{Théorème-Définition
}
37 \newtheorem{rgl
}{Règle
}
40 \newcommand\exol[1]{{{
42 \begin{minipage
}{\linewidth}
44 {\bf Exercice~:
} {\itshape #1}
51 \newtheorem{exercice
}{Exercice
}
55 \begin{minipage
}{0.9\linewidth}
65 \newcommand{\R}{{\mathbb{R
}}}
66 \newcommand{\Z}{{\mathbb{Z
}}}
67 \newcommand{\N}{{\mathbb{N
}}}
69 \newcommand{\Pl}{\mathscr{P
}}
70 \newcommand{\C}{{\mathscr{C
}}}
73 \renewcommand\geq\geqslant
74 \renewcommand\leq\leqslant
77 \definecolor{rouge
}{RGB
}{200,
0,
0}
78 \newcommand{\rouge}[1]{{\color{rouge
}{#1}}}
80 \definecolor{bleu
}{RGB
}{0,
0,
200}
81 \newcommand{\bleu}[1]{{\color{bleu
}{#1}}}
83 \definecolor{vert
}{RGB
}{0,
200,
0}
84 \renewcommand{\vert}[1]{{\color{vert
}{#1}}}
86 %% Liste avec des points et pas des tirets
88 \newenvironment{itemize2
}[1]{
89 % \begin{list}{\textbullet}{\setlength{\leftmargin}{0.7em}}
90 \begin{list
}{\textbullet}{}
97 \newcommand\taille{30}
98 \newcommand\taillp{22}
99 \newcommand\taillptit{14}
101 \newcommand\frptit{\fontsize{\taillptit pt
}{\taillptit}\selectfont}
102 \newcommand\frp{\fontsize{\taillp pt
}{\taillp}\selectfont}
106 \newcommand\equi{\quad \Leftrightarrow \quad}
107 \newcommand\equ{\Leftrightarrow}
109 \newcommand\ve[1]{\overrightarrow{#1}}
110 \newcommand\vu{\ve{u
}}
111 \newcommand\vv{\ve{v
}}
113 \newcommand\separe[2]{
114 \begin{tabular
}{p
{5cm
}||p
{5cm
}}
118 \newcommand\separep[2]{
119 \begin{tabular
}{p
{4.5cm
}||p
{4.5cm
}}
125 \newcommand\souligne[1]{{\underline{#1}}}
127 \newcommand\slide[1]{
135 \newcommand\cadre[1]{\fbox{{#1}}}
136 \newcommand\cadrem[1]{\fbox{{$
#1 $
}}}
137 \newcommand\Sol{{\mathscr{S
}}}