diff options
Diffstat (limited to 'theorem.tex')
-rw-r--r-- | theorem.tex | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/theorem.tex b/theorem.tex index 22ef268..ebab7f8 100644 --- a/theorem.tex +++ b/theorem.tex @@ -1,5 +1,7 @@ -\newtheorem{definition}{Definition} -\newtheorem{theorem}{Theorem} -\newtheorem{lemma}{Lemma} -\newtheorem{corollary}{Corollary}[theorem] +\newtheorem{definition}{Définition}[chapter] +\newtheorem{conjecture}{Conjecture}[chapter] +\newtheorem{theorem}{Théoreme}[chapter] +\newtheorem{propriete}{Propriété}[chapter] +\newtheorem{lemma}[theorem]{Lemme} +\newtheorem{corollary}{Corollère}[theorem] |