Feat: ajout de ":" pour les definitions et les propriétés
This commit is contained in:
parent
8d43f16d22
commit
cf07874dbd
@ -69,14 +69,14 @@
|
|||||||
|
|
||||||
\newenvironment{definition}[1][]
|
\newenvironment{definition}[1][]
|
||||||
{
|
{
|
||||||
\begin{encadre}{Définition #1}
|
\begin{encadre}{Définition: #1}
|
||||||
}{
|
}{
|
||||||
\end{encadre}
|
\end{encadre}
|
||||||
}
|
}
|
||||||
|
|
||||||
\newenvironment{propriete}[1][]
|
\newenvironment{propriete}[1][]
|
||||||
{
|
{
|
||||||
\begin{encadre}{Propriété #1}
|
\begin{encadre}{Propriété: #1}
|
||||||
}{
|
}{
|
||||||
\end{encadre}
|
\end{encadre}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user