diff options
Diffstat (limited to 'config/macros.tex')
-rw-r--r-- | config/macros.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/macros.tex b/config/macros.tex index 12856bd..6e0c971 100644 --- a/config/macros.tex +++ b/config/macros.tex @@ -17,6 +17,8 @@ \DeclareMathOperatorWithFont{\Int}{\mathsf}{Int} \DeclareMathOperatorWithFont{\Out}{\mathsf}{Out} +\DeclareMathOperatorWithFont{\Der}{\mathrm}{Dér} % quelle police utiliser ? + \DeclareMathOperatorWithFont{\Id}{\mathrm}{Id} \DeclareMathOperatorWithFont{\Ker}{\mathrm}{Ker} \DeclareMathOperatorWithFont{\Fix}{\mathrm}{Fix} @@ -36,6 +38,9 @@ \DeclareMathOperatorWithFont{\Nilp}{\mathrm}{Nilp} \DeclareMathOperatorWithFont{\red}{\mathrm}{red} \DeclareMathOperatorWithFont{\Idem}{\mathrm}{Idem} +\DeclareMathOperatorWithFont{\Ann}{\mathrm}{Ann} + +\DeclareMathOperatorWithFont{\dec}{\mathrm}{déc} \DeclareMathOperatorWithFont{\Tr}{\mathrm}{Tr} \DeclareMathOperatorWithFont{\N}{\mathrm}{N} @@ -74,6 +79,7 @@ \newcommand{\categ}[1]{\mathtt{#1}} \newcommand{\Ens}{\categ{Ens}} +\newcommand{\Alg}{\categ{Alg}} %% Tiret et trait d'union en mode maths @@ -134,10 +140,16 @@ \newtheorem{convention2}[subsubsection]{Convention} \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} \newtheorem{algorithme2}[subsubsection]{Algorithme} +\newtheorem{definitionrestreinte2}[subsubsection]{Définition restreinte} +% Ce qui suit définit l'environnement {définition2} comme exactement synonyme de {definition2} +\expandafter\expandafter\expandafter\let\expandafter\expandafter\csname définitionrestreinte2\endcsname\csname definitionrestreinte2\endcsname +\expandafter\expandafter\expandafter\let\expandafter\expandafter\csname enddéfinitionrestreinte2\endcsname\csname enddefinitionrestreinte2\endcsname +\newtheorem{conventionrestreinte2}[subsubsection]{Convention restreinte} \renewcommand{\proofname}{Démonstration} % Ce qui suit définit l'environnement {démo} comme exactement synonyme de {proof} |