mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
674ec430cf
commit
57272e837b
@ -1163,6 +1163,9 @@ ordinarycolon cmr 58 58 mathrel : mathtools
|
|||||||
\def\lnot{\neg} mathord ¬
|
\def\lnot{\neg} mathord ¬
|
||||||
\def\notin{\not\in} mathrel ∉
|
\def\notin{\not\in} mathrel ∉
|
||||||
|
|
||||||
|
\def\ddag{\ddagger} mathbin ‡
|
||||||
|
\def\dag{\dagger} mathbin †
|
||||||
|
|
||||||
\def\joinrel{\mathrel{\kern-3mu}}
|
\def\joinrel{\mathrel{\kern-3mu}}
|
||||||
\def\relbar{\lyxbar}
|
\def\relbar{\lyxbar}
|
||||||
\def\Relbar{\mathrel{=}}
|
\def\Relbar{\mathrel{=}}
|
||||||
|
Loading…
Reference in New Issue
Block a user