summaryrefslogtreecommitdiff
path: root/tex/context/base/math-ren.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-01-25 14:20:15 +0200
committerMarius <mariausol@gmail.com>2012-01-25 14:20:15 +0200
commitbc7656c9cd089ccd081d6af10602bfd82d1b277a (patch)
tree26c55fc22a23fabb93076966583b6199769e4134 /tex/context/base/math-ren.lua
parent730c0337f4323fe717a290181cf4ffcde52153b5 (diff)
downloadcontext-bc7656c9cd089ccd081d6af10602bfd82d1b277a.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