diff --git a/cours/cours_prof.cls b/cours/cours_prof.cls index 164f5ba..8f5cb08 100644 --- a/cours/cours_prof.cls +++ b/cours/cours_prof.cls @@ -414,6 +414,16 @@ \end{déf*} } +\RenewDocumentEnvironment{défn}{ o } {%begin + \IfNoValueTF {#1} { + \begin{défn*} + }{ + \begin{défn*}[#1] + } +}{%end + \end{défn*} +} + \RenewDocumentEnvironment{thm}{ o } {%begin \IfNoValueTF {#1} { \begin{thm*} @@ -434,6 +444,16 @@ \end{ppt*} } +\RenewDocumentEnvironment{pptn}{ o } {%begin + \IfNoValueTF {#1} { + \begin{pptn*} + }{ + \begin{pptn*}[#1] + } +}{%end + \end{pptn*} +} + \RenewDocumentEnvironment{exe}{ o } {%begin \IfNoValueTF {#1} { \begin{exe*}