summaryrefslogtreecommitdiff
path: root/tex/context/base/math-vfu.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-12-06 15:24:00 +0100
committerHans Hagen <pragma@wxs.nl>2010-12-06 15:24:00 +0100
commit6280d1ef2e5287ec38724e27e064f3373b275c57 (patch)
tree490e03b274cd0bac1a154cf361efc167c5f0453c /tex/context/base/math-vfu.lua
parent55fb472f8c13eb3219584f41bde43e45d1f67b49 (diff)
downloadcontext-6280d1ef2e5287ec38724e27e064f3373b275c57.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