commit 5a80f7bb6a023dc8e89bf61f7f0803d6999f1f27
Author: Enrico Forestieri <[email protected]>
Date:   Thu Jun 11 16:42:31 2020 +0200

    Add support for the doublestroke package
    
    This commit adds the mathed command \mathds that selects a
    font more appropriate than \mathbb for typesetting the
    mathematical symbols for the natural (N), whole numbers (Z),
    rational numbers (Q), real numbers (R), complex numbers (C),
    and some others.
    
    As in the \mathbb case, only capital letters are supported,
    but in addition one can also typeset a symbol often used for
    representing the indicator function (\mathds{1}) and the
    letters a, h, k.
    
    Fixes bug #11887.

 lib/fonts/dsrom10.sfd              | 2355 ++++++++++++++++++++++++++++++++++++
 lib/fonts/dsrom10.ttf              |  Bin 0 -> 9944 bytes
 lib/images/math/mathds.svgz        |  Bin 0 -> 751 bytes
 lib/symbols                        |    1 +
 lib/ui/stdtoolbars.inc             |    1 +
 src/FontEnums.h                    |    2 +
 src/FontInfo.cpp                   |    1 +
 src/LaTeXFeatures.cpp              |    3 +-
 src/frontends/qt/GuiFontLoader.cpp |    6 +-
 src/mathed/InsetMathFont.cpp       |   10 +-
 src/mathed/MathFactory.cpp         |    2 +
 src/mathed/MathSupport.cpp         |    2 +
 12 files changed, 2377 insertions(+), 6 deletions(-)
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to