Enrico Forestieri 5a80f7bb6a 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.
2020-06-11 16:42:31 +02:00
..
2016-06-16 20:39:32 +02:00
2017-07-03 13:46:30 -04:00
2020-06-01 12:27:32 -04:00
2018-01-04 15:12:16 -05:00
2017-07-03 13:46:30 -04:00
2020-06-07 01:15:28 +02:00
2020-04-26 03:37:20 -04:00
2017-01-31 22:55:00 +01:00
2017-07-03 13:46:30 -04:00
2019-04-15 20:56:52 +02:00
2017-04-03 00:26:49 +02:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)