package/macros.sty : Added notimplies command

This commit is contained in:
saundersp
2025-07-15 13:57:12 +02:00
parent 6f054ac4d9
commit 1cd05ba0e6

View File

@@ -67,6 +67,7 @@
\newcommand{\powerset}[1]{\mathcal{P}(#1)} % Power set
\newcommand{\converges}{\rightarrow}
\DeclareMathOperator{\equivalence}{\Longleftrightarrow}
\newcommand{\notimplies}{\mathrel{{\ooalign{\hidewidth$\not\phantom{=}$\hidewidth\cr$\implies$}}}}
\DeclareMathOperator{\Limplies}{\Longleftarrow}
\newcommand{\impliespart}{\fbox{$\implies$}}
\newcommand{\Limpliespart}{\fbox{$\Limplies$}}