summaryrefslogtreecommitdiff
path: root/tex/context/base/math-ren.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-01-25 13:09:00 +0100
committerHans Hagen <pragma@wxs.nl>2012-01-25 13:09:00 +0100
commit71b6d9367123e33b454886654c24177be3d64880 (patch)
treeedcda6f3cd4ea1de2b89a273439fa75b40b65f4b /tex/context/base/math-ren.lua
parent97af40831e32337e13acae3b562782a8f6a8e79b (diff)
downloadcontext-71b6d9367123e33b454886654c24177be3d64880.tar.gz
beta 2012.01.25 13:09
Diffstat (limited to 'tex/context/base/math-ren.lua')
-rw-r--r--tex/context/base/math-ren.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/math-ren.lua b/tex/context/base/math-ren.lua
index 10456ad05..2e7dba13d 100644
--- a/tex/context/base/math-ren.lua
+++ b/tex/context/base/math-ren.lua
@@ -60,6 +60,10 @@ end
mathematics.renderset = renderset
+function commands.mathrenderset(list)
+ context(renderset(list))
+end
+
-- function commands.setmatrendering(list)
-- tex.setattribute(renderset(list))
-- end