diff options
author | Marius <mariausol@gmail.com> | 2012-07-09 21:40:14 +0300 |
---|---|---|
committer | Marius <mariausol@gmail.com> | 2012-07-09 21:40:14 +0300 |
commit | 649b8a602cb63bc615c6b32ef35916c92ccfbaa8 (patch) | |
tree | edddbfaf016ec9885583b9c5a32ec07ba62dfe70 /scripts | |
parent | 79704bb67b295f618e24db861a0ca66bbfda156b (diff) | |
download | context-649b8a602cb63bc615c6b32ef35916c92ccfbaa8.tar.gz |
beta 2012.07.09 20:28
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-context.lua | 2 |
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) -- |