summaryrefslogtreecommitdiff
path: root/scripts/context/lua/mtx-context.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-07-09 21:40:14 +0300
committerMarius <mariausol@gmail.com>2012-07-09 21:40:14 +0300
commit649b8a602cb63bc615c6b32ef35916c92ccfbaa8 (patch)
treeedddbfaf016ec9885583b9c5a32ec07ba62dfe70 /scripts/context/lua/mtx-context.lua
parent79704bb67b295f618e24db861a0ca66bbfda156b (diff)
downloadcontext-649b8a602cb63bc615c6b32ef35916c92ccfbaa8.tar.gz
beta 2012.07.09 20:28
Diffstat (limited to 'scripts/context/lua/mtx-context.lua')
-rw-r--r--scripts/context/lua/mtx-context.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-context.lua b/scripts/context/lua/mtx-context.lua
index 890c7455c..c5f09c2c7 100644
--- a/scripts/context/lua/mtx-context.lua
+++ b/scripts/context/lua/mtx-context.lua
@@ -668,7 +668,7 @@ function scripts.context.run(ctxdata,filename)
c_flags.final = true
c_flags.kindofrun = 3
c_flags.currentrun = c_flags.currentrun + 1
- c_flags.noarrange = a_arrange and true or nil
+ c_flags.noarrange = nil
--
local command = luatex_command(l_flags,c_flags,mainfile)
--