summaryrefslogtreecommitdiff
path: root/tex/context/base/math-vfu.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-11-04 01:20:13 +0200
committerMarius <mariausol@gmail.com>2011-11-04 01:20:13 +0200
commit59b391358db7f668f0887943cde339fa1152b081 (patch)
tree27728cd801deca7cc6ebbfbd3fc23370b5c08045 /tex/context/base/math-vfu.lua
parent90e916b32378e7977b12866e008a073b07c25378 (diff)
downloadcontext-59b391358db7f668f0887943cde339fa1152b081.tar.gz
beta 2011.11.03 23:27
Diffstat (limited to 'tex/context/base/math-vfu.lua')
-rw-r--r--tex/context/base/math-vfu.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/context/base/math-vfu.lua b/tex/context/base/math-vfu.lua
index 7a5822d6b..dff7e84fa 100644
--- a/tex/context/base/math-vfu.lua
+++ b/tex/context/base/math-vfu.lua
@@ -530,9 +530,9 @@ function vfmath.define(specification,set,goodies)
setmetatableindex(goodies,parent.goodies)
end
--
- properties.virtualized = true
- properties.italic_correction = true
- properties.has_math = true
+ properties.virtualized = true
+ properties.hasitalics = true
+ properties.hasmath = true
--
local fullname = properties.fullname -- parent via mt
if fullname then