summaryrefslogtreecommitdiff
path: root/tex/context/fonts/lm-math.lfg
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/fonts/lm-math.lfg')
-rw-r--r--tex/context/fonts/lm-math.lfg10
1 files changed, 8 insertions, 2 deletions
diff --git a/tex/context/fonts/lm-math.lfg b/tex/context/fonts/lm-math.lfg
index 042f3026e..43de0c51e 100644
--- a/tex/context/fonts/lm-math.lfg
+++ b/tex/context/fonts/lm-math.lfg
@@ -1,7 +1,7 @@
-- This patch code is moved from font-pat.lua to this goodies
-- files as it does not belomg in the core code.
-local patches = fonts.otf.enhancers.patches
+local patches = fonts.handlers.otf.enhancers.patches
local function patch(data,filename)
local uni_to_ind = data.map.map
@@ -268,6 +268,12 @@ return {
},
variables = {
joinrelfactor = 3, -- default anyway
- }
+ },
+ parameters = { -- test values
+ -- FactorA = 123.456,
+ -- FactorB = false,
+ -- FactorC = function(value,target,original) return 7.89 * target.factor end,
+ -- FactorD = "Hi There!",
+ },
}
}