diff options
author | David A. Madore <david+git@madore.org> | 2013-03-02 01:47:38 +0100 |
---|---|---|
committer | David A. Madore <david+git@madore.org> | 2013-03-02 01:47:38 +0100 |
commit | eaefdb092b70e7e6f3bd4e4f4a76c2fe87db52c0 (patch) | |
tree | 3c274545fc22f8317519749ad98e7b07cfa55e38 | |
parent | 82c6a02d1039fee9e35aab175ecf24b778a0de50 (diff) | |
download | galois-eaefdb092b70e7e6f3bd4e4f4a76c2fe87db52c0.tar.gz galois-eaefdb092b70e7e6f3bd4e4f4a76c2fe87db52c0.tar.bz2 galois-eaefdb092b70e7e6f3bd4e4f4a76c2fe87db52c0.zip |
Styles des environnements théorème, pour ne pas mettre les remarques en italiques.
-rw-r--r-- | config/macros.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/macros.tex b/config/macros.tex index bcdba47..a3a0837 100644 --- a/config/macros.tex +++ b/config/macros.tex @@ -214,6 +214,7 @@ %% Noms français pour toutes sortes de choses +\theoremstyle{plain} \newtheorem{lemme2}[subsubsection]{Lemme} \newtheorem{proposition2}[subsubsection]{Proposition} \newtheorem{theoreme2}[subsubsection]{Théorème} @@ -223,17 +224,22 @@ \newtheorem{corollaire2}[subsubsection]{Corollaire} \newtheorem{sslmm2}[subsubsection]{Sous-lemme} \newtheorem{conjecture2}[subsubsection]{Conjecture} + \newtheorem{definition2}[subsubsection]{Définition} % Ce qui suit définit l'environnement {définition2} comme exactement synonyme de {definition2} \expandafter\expandafter\expandafter\let\expandafter\expandafter\csname définition2\endcsname\csname definition2\endcsname \expandafter\expandafter\expandafter\let\expandafter\expandafter\csname enddéfinition2\endcsname\csname enddefinition2\endcsname \newtheorem{convention2}[subsubsection]{Convention} + +\theoremstyle{definition} \newtheorem{remarque2}[subsubsection]{Remarque} \newtheorem{remarques2}[subsubsection]{Remarques} \newtheorem{miseengarde2}[subsubsection]{Mise en garde} \newtheorem{exemple2}[subsubsection]{Exemple} \newtheorem{exemples2}[subsubsection]{Exemples} \newtheorem{exercice2}[subsubsection]{Exercice} + +\theoremstyle{plain} \newtheorem{algorithme2}[subsubsection]{Algorithme} \newtheorem{question2}[subsubsection]{Question} \newtheorem{definitionrestreinte2}[subsubsection]{Définition restreinte} |