packages/macros.sty : Added corollary environnement
This commit is contained in:
parent
1c4011a1c1
commit
dfea3bdb26
@ -44,6 +44,8 @@
|
||||
\newenvironment{lemme_sq}{\begin{mdframed}\begin{lemme}}{\end{lemme}\end{mdframed}}
|
||||
\newtheorem{prop}{Proposition}
|
||||
\newenvironment{prop_sq}{\begin{mdframed}\begin{prop}}{\end{prop}\end{mdframed}}
|
||||
\newtheorem{corollary}{Corollaire}
|
||||
\newenvironment{corollary_sq}{\begin{mdframed}\begin{corollary}}{\end{corollary}\end{mdframed}}
|
||||
\newcommand{\norm}[1]{\lVert#1\rVert}
|
||||
\newcommand{\Norm}[1]{\lVert #1\rVert}
|
||||
\newcommand{\powerset}[1]{\mathcal{P}(#1)} % Power set
|
||||
|
Loading…
x
Reference in New Issue
Block a user