From b87a7ea151d11b527a0183b3d2b3461d4d525cd4 Mon Sep 17 00:00:00 2001 From: Thelie Date: Wed, 1 Jun 2022 19:34:33 +0200 Subject: [PATCH] Added very important "ez" QED symbol. --- tex/latex/dmowitz.sty | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tex/latex/dmowitz.sty b/tex/latex/dmowitz.sty index 3013716..07e6942 100644 --- a/tex/latex/dmowitz.sty +++ b/tex/latex/dmowitz.sty @@ -35,10 +35,12 @@ } % Lexical symbols -\def \doubleunderline#1{\underline{\underline{#1}}} -\def \qed{\hfill$\square.$} +\newcommand{\doubleunderline}[1]{\underline{\underline{#1}}} +\newcommand{\qed}{\hfill$\square.$} +\newcommand{\ezqed}{\hfill$\square$\kern-.65em \tiny ${}^{e\!z}$ \normalsize . } \allowdisplaybreaks %page break in align -\def \lbr{\quad \\} + +\newcommand{\lbr}{\quad \\} % Mathematical symbols \newcommand{\obda}{\text{o.\,B.\,d.\,A. }}