]> git.lyx.org Git - features.git/commit
Add support for the doublestroke package
authorEnrico Forestieri <forenr@lyx.org>
Fri, 12 Jun 2020 21:58:32 +0000 (23:58 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Fri, 12 Jun 2020 21:58:32 +0000 (23:58 +0200)
commit10e1f9088301bf50c34744803bf50e24745136e2
tree46c2dad2b356c3cfcef6315d1c61f9fffb895726
parente20389ed6bb58d720aedc020e0257efd4742aec0
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.
16 files changed:
lib/Makefile.am
lib/doc/LaTeXConfig.lyx
lib/fonts/dsrom10.sfd [new file with mode: 0644]
lib/fonts/dsrom10.ttf [new file with mode: 0755]
lib/images/math/mathds.svgz [new file with mode: 0644]
lib/symbols
lib/ui/stdtoolbars.inc
src/Font.cpp
src/FontEnums.h
src/FontInfo.cpp
src/LaTeXFeatures.cpp
src/frontends/qt4/GuiFontLoader.cpp
src/mathed/InsetMathFont.cpp
src/mathed/MathFactory.cpp
src/mathed/MathSupport.cpp
status.23x