summaryrefslogtreecommitdiff
path: root/tex/context/modules
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/modules')
-rw-r--r--tex/context/modules/common/s-abbreviations-logos.tex2
-rw-r--r--tex/context/modules/mkiv/m-asymptote.lua4
2 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/modules/common/s-abbreviations-logos.tex b/tex/context/modules/common/s-abbreviations-logos.tex
index 49a30451c..e394157d7 100644
--- a/tex/context/modules/common/s-abbreviations-logos.tex
+++ b/tex/context/modules/common/s-abbreviations-logos.tex
@@ -149,6 +149,7 @@
\logo [JPEG] {jpeg}
\logo [JPG] {jpg}
\logo [JSON] {json}
+\logo [KB] {KB}
\logo [KPATHSEA] {kpathsea}
\logo [KPSE] {kpse}
\logo [KPSEWHICH] {kpsewhich}
@@ -174,6 +175,7 @@
\logo [MAPPING] {map}
\logo [MAPS] {Maps}
\logo [MATHML] {MathML}
+\logo [MB] {MB}
\logo [METAFONT] {\MetaFont}
\logo [METAFUN] {\MetaFun}
\logo [METAPOST] {\MetaPost}
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" },
}