summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-04-24 15:15:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-04-24 15:15:00 +0200
commitfbc0d1cded960d9ab6b4efceed2bbdcd59629228 (patch)
tree6cfbfe8313e8326c44ee35a858cade3cfce11b83 /scripts
parentfc6e66c60e7d4d03104db3eb7b412f658aa0ec42 (diff)
downloadcontext-fbc0d1cded960d9ab6b4efceed2bbdcd59629228.tar.gz
beta 2011.04.24 15:15
Diffstat (limited to 'scripts')
-rw-r--r--scripts/context/lua/mtx-context.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-context.lua b/scripts/context/lua/mtx-context.lua
index 540f35100..5645e4760 100644
--- a/scripts/context/lua/mtx-context.lua
+++ b/scripts/context/lua/mtx-context.lua
@@ -848,7 +848,8 @@ function scripts.context.run(ctxdata,filename)
flags[#flags+1] = "--interaction=batchmode"
end
if environment.argument("synctex") then
- report("warning: syntex is enabled") -- can add upto 5% runtime
+ -- this should become a directive
+ report("warning: synctex is enabled") -- can add upto 5% runtime
flags[#flags+1] = "--synctex=1"
end
flags[#flags+1] = "--fmt=" .. quote(formatfile)