summaryrefslogtreecommitdiff
path: root/tex/context/base/math-map.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/math-map.lua')
-rw-r--r--tex/context/base/math-map.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/math-map.lua b/tex/context/base/math-map.lua
index 0a3611cca..17841bde6 100644
--- a/tex/context/base/math-map.lua
+++ b/tex/context/base/math-map.lua
@@ -22,6 +22,8 @@ if not modules then modules = { } end modules ['math-map'] = {
local type, next = type, next
local floor, div = math.floor, math.div
+local allocate = utilities.storage.allocate
+
local texattribute = tex.attribute
local trace_greek = false trackers.register("math.greek", function(v) trace_greek = v end)
@@ -35,7 +37,7 @@ local mathematics = mathematics
-- following approach permits easier remapping of a-a, A-Z and 0-9 to
-- fallbacks; symbols is currently mostly greek
-mathematics.alphabets = {
+mathematics.alphabets = allocate {
regular = {
tf = {
digits = 0x00030,