summaryrefslogtreecommitdiff
path: root/tex/context/base/math-vfu.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2010-12-06 16:40:11 +0200
committerMarius <mariausol@gmail.com>2010-12-06 16:40:11 +0200
commitcc05dceeee71ad4433f25cce00130b4ce507c207 (patch)
tree0f3c3d138b57f7bce4f32ec2703caaaf8dbe79fe /tex/context/base/math-vfu.lua
parentc06e4e00885df7a7e679311a36059669caaa1435 (diff)
downloadcontext-cc05dceeee71ad4433f25cce00130b4ce507c207.tar.gz
beta 2010.12.06 15:24
Diffstat (limited to 'tex/context/base/math-vfu.lua')
-rw-r--r--tex/context/base/math-vfu.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/math-vfu.lua b/tex/context/base/math-vfu.lua
index b8c63e76b..324ba2b05 100644
--- a/tex/context/base/math-vfu.lua
+++ b/tex/context/base/math-vfu.lua
@@ -676,6 +676,7 @@ function vfmath.define(specification,set,variables)
if mp then -- weak catch
vfmath.alas(main,#lst,size,variables)
end
+ mathematics.addfallbacks(main)
if trace_virtual or trace_timings then
report_virtual("loading and virtualizing font %s at size %s took %0.3f seconds",name,size,os.clock()-start)
end