summaryrefslogtreecommitdiff
path: root/tex/context/base/math-vfu.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-01-13 12:20:12 +0200
committerMarius <mariausol@gmail.com>2011-01-13 12:20:12 +0200
commit79211c53e598b6666ae7a4e41849f1d761439917 (patch)
tree25967e00e4e3ec2b03dc160ff6a55357b2ac5320 /tex/context/base/math-vfu.lua
parent299c571c7f0a0e6174385f4eb3608045c9e7fd2a (diff)
downloadcontext-79211c53e598b6666ae7a4e41849f1d761439917.tar.gz
beta 2011.01.13 10:20
Diffstat (limited to 'tex/context/base/math-vfu.lua')
-rw-r--r--tex/context/base/math-vfu.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/math-vfu.lua b/tex/context/base/math-vfu.lua
index 324ba2b05..d90044687 100644
--- a/tex/context/base/math-vfu.lua
+++ b/tex/context/base/math-vfu.lua
@@ -684,8 +684,8 @@ function vfmath.define(specification,set,variables)
main.type = "virtual" -- not needed
mathematics.scaleparameters(main,main,1)
main.nomath = false
---~ print(table.serialize(characters[0x222B]))
---~ table.print(main.MathConstants)
+ -- table.print(characters[0x222B])
+ -- table.print(main.MathConstants)
return main
end