]> git.lyx.org Git - lyx.git/commit
Add support for the doublestroke package
authorEnrico Forestieri <forenr@lyx.org>
Thu, 11 Jun 2020 14:42:31 +0000 (16:42 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Thu, 11 Jun 2020 14:42:31 +0000 (16:42 +0200)
commit5a80f7bb6a023dc8e89bf61f7f0803d6999f1f27
tree8d13b5015e2d3565669d06c4d6ab34682530b0ee
parent3af543455b239511c93ffecb91cb4117cf86c9ac
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.
12 files changed:
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/FontEnums.h
src/FontInfo.cpp
src/LaTeXFeatures.cpp
src/frontends/qt/GuiFontLoader.cpp
src/mathed/InsetMathFont.cpp
src/mathed/MathFactory.cpp
src/mathed/MathSupport.cpp