summaryrefslogtreecommitdiff
path: root/tex/context/base/m-graph.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/m-graph.mkiv')
-rw-r--r--tex/context/base/m-graph.mkiv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/m-graph.mkiv b/tex/context/base/m-graph.mkiv
index 53ca3962e..0fd22229f 100644
--- a/tex/context/base/m-graph.mkiv
+++ b/tex/context/base/m-graph.mkiv
@@ -31,7 +31,7 @@
str = str:gsub("e(.-)$",strip)
str = ("\\mathematics{%s}"):format(str)
end
- tex.sprint(str)
+ context(str)
end
\stopluacode