summaryrefslogtreecommitdiff
path: root/tex/context/modules/mkiv/m-asymptote.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/modules/mkiv/m-asymptote.lua')
-rw-r--r--tex/context/modules/mkiv/m-asymptote.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/modules/mkiv/m-asymptote.lua b/tex/context/modules/mkiv/m-asymptote.lua
index 39a0d987b..31a81433f 100644
--- a/tex/context/modules/mkiv/m-asymptote.lua
+++ b/tex/context/modules/mkiv/m-asymptote.lua
@@ -17,7 +17,7 @@ sandbox.registerrunner {
name = "asymptote prc",
program = "asy",
method = "execute",
- template = '-noV -config="" -tex=context -outformat="prc" "%filename%"',
+ template = [[-noV -config="" -tex=context -outformat="prc" %filename%]],
checkers = { filename = "readable" },
}
@@ -25,7 +25,7 @@ sandbox.registerrunner {
name = "asymptote pdf",
program = "asy",
method = "execute",
- template = '-noV -config="" -tex=context -outformat="pdf" "%filename%"',
+ template = [[-noV -config="" -tex=context -outformat="pdf" %filename%]],
checkers = { filename = "readable" },
}