Correctly display \dag and \ddag in mathed

They are synonyms for \dagger and \ddagger and are used
in Sect. 13.1 of the math manual.
This commit is contained in:
Enrico Forestieri 2020-06-13 16:42:25 +02:00
parent 674ec430cf
commit 57272e837b

View File

@ -1163,6 +1163,9 @@ ordinarycolon cmr 58 58 mathrel : mathtools
\def\lnot{\neg} mathord ¬
\def\notin{\not\in} mathrel ∉
\def\ddag{\ddagger} mathbin ‡
\def\dag{\dagger} mathbin †
\def\joinrel{\mathrel{\kern-3mu}}
\def\relbar{\lyxbar}
\def\Relbar{\mathrel{=}}