summaryrefslogtreecommitdiff
path: root/tex/context/base/math-ren.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/math-ren.lua')
-rw-r--r--tex/context/base/math-ren.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/tex/context/base/math-ren.lua b/tex/context/base/math-ren.lua
index 5c4c13369..4628ffe55 100644
--- a/tex/context/base/math-ren.lua
+++ b/tex/context/base/math-ren.lua
@@ -60,6 +60,8 @@ end
mathematics.renderset = renderset
-function commands.mathrenderset(list)
- context(renderset(list))
-end
+interfaces.implement {
+ name = "mathrenderset",
+ actions = { renderset, context },
+ arguments = "string",
+}