commit 57272e837b148975817440bdc6a66b9935fa00a3
Author: Enrico Forestieri <for...@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 &not;
 \def\notin{\not\in}                                             mathrel &notin;
 
+\def\ddag{\ddagger}                                             mathbin 
&Dagger;
+\def\dag{\dagger}                                               mathbin 
&dagger;
+
 \def\joinrel{\mathrel{\kern-3mu}}
 \def\relbar{\lyxbar}
 \def\Relbar{\mathrel{=}}
-- 
lyx-cvs mailing list
lyx-cvs@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to