summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/math-ren.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/math-ren.lua')
-rw-r--r--tex/context/base/mkiv/math-ren.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/math-ren.lua b/tex/context/base/mkiv/math-ren.lua
index 4628ffe55..cf429cb3a 100644
--- a/tex/context/base/mkiv/math-ren.lua
+++ b/tex/context/base/mkiv/math-ren.lua
@@ -33,6 +33,13 @@ mappings["blackboard-to-bold"] = {
[0x02124] = 0x1D419,
}
+mappings["mikaels-favourites"] = {
+ [0x211D] = 0x1D411,
+ [0x211A] = 0x1D410,
+ [0x2124] = 0x1D419,
+ [0x2115] = 0x1D40D,
+}
+
local function renderset(list) -- order matters
local tag = gsub(list," ","")
local n = sets[tag]