Added very important "ez" QED symbol.
This commit is contained in:
parent
0d7a47188f
commit
b87a7ea151
1 changed files with 5 additions and 3 deletions
|
@ -35,10 +35,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
% Lexical symbols
|
% Lexical symbols
|
||||||
\def \doubleunderline#1{\underline{\underline{#1}}}
|
\newcommand{\doubleunderline}[1]{\underline{\underline{#1}}}
|
||||||
\def \qed{\hfill$\square.$}
|
\newcommand{\qed}{\hfill$\square.$}
|
||||||
|
\newcommand{\ezqed}{\hfill$\square$\kern-.65em \tiny ${}^{e\!z}$ \normalsize . }
|
||||||
\allowdisplaybreaks %page break in align
|
\allowdisplaybreaks %page break in align
|
||||||
\def \lbr{\quad \\}
|
|
||||||
|
\newcommand{\lbr}{\quad \\}
|
||||||
|
|
||||||
% Mathematical symbols
|
% Mathematical symbols
|
||||||
\newcommand{\obda}{\text{o.\,B.\,d.\,A. }}
|
\newcommand{\obda}{\text{o.\,B.\,d.\,A. }}
|
||||||
|
|
Loading…
Reference in a new issue