diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/math-map.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/math-map.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/math-map.lua b/Master/texmf-dist/tex/context/base/math-map.lua index 8d301ac3336..2ebcdfc8696 100644 --- a/Master/texmf-dist/tex/context/base/math-map.lua +++ b/Master/texmf-dist/tex/context/base/math-map.lua @@ -445,6 +445,8 @@ mathematics.alphabets = alphabets local boldmap = { } +-- ["blackboard"] = { ["bf"] = { ["digits"] = { + local function remap(tf,bf) for _, alphabet in next, alphabets do local tfdata = alphabet[tf] |