[LyX/master] Correctly display \dag and \ddag in mathed

Enrico Forestieri forenr at lyx.org
Sat Jun 13 14:25:42 UTC 2020


commit 57272e837b148975817440bdc6a66b9935fa00a3
Author: Enrico Forestieri <forenr at lyx.org>
Date:   Sat Jun 13 16:42:25 2020 +0200

    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.
---
 lib/symbols |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lib/symbols b/lib/symbols
index b106cf7..6913534 100644
--- a/lib/symbols
+++ b/lib/symbols
@@ -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{=}}


More information about the lyx-cvs mailing list