diff options
author | Marius <mariausol@gmail.com> | 2011-03-25 19:20:25 +0200 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2011-03-25 19:20:25 +0200 |
commit | 1455dd60b68c9140db1b9977c9e5ce372b772ec8 (patch) | |
tree | d2b7060a4d9891966a056dcf143ef20d43390561 /tex/context/fonts/cambria-math.lfg | |
parent | 2a9554684f61df8db63dec6d4e874f49b25a212b (diff) | |
download | context-1455dd60b68c9140db1b9977c9e5ce372b772ec8.tar.gz |
beta 2011.03.25 18:03
Diffstat (limited to 'tex/context/fonts/cambria-math.lfg')
-rw-r--r-- | tex/context/fonts/cambria-math.lfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/fonts/cambria-math.lfg b/tex/context/fonts/cambria-math.lfg index 26972c9e4..3fd15d8a0 100644 --- a/tex/context/fonts/cambria-math.lfg +++ b/tex/context/fonts/cambria-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. +-- files as it does not belong in the core code. -local patches = fonts.otf.enhancers.patches +local patches = fonts.handlers.otf.enhancers.patches local function patch(data,filename,threshold) local m = data.metadata.math @@ -18,7 +18,7 @@ patches.register("after","check math parameters","cambria", function(data,filena patches.register("after","check math parameters","cambmath",function(data,filename) patch(data,filename,2800) end) return { - name = "lm-cambria", + name = "cambria-math", version = "1.00", comment = "Goodies that complement cambria.", author = "Hans Hagen", |