summaryrefslogtreecommitdiff
path: root/tex/context/base/node-inj.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-05-12 15:19:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-05-12 15:19:00 +0200
commit4bfd1949398de94ab92544f2c4c49b9c41c1189f (patch)
treec4682b5224fd861b9d833092e0bd0e78bbf28a66 /tex/context/base/node-inj.lua
parent7b7f140fd9e06487b7eca4efe37b13c54df5bb29 (diff)
downloadcontext-4bfd1949398de94ab92544f2c4c49b9c41c1189f.tar.gz
beta 2011.05.12 15:19
Diffstat (limited to 'tex/context/base/node-inj.lua')
-rw-r--r--tex/context/base/node-inj.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/node-inj.lua b/tex/context/base/node-inj.lua
index aee2d1575..b9ef9188f 100644
--- a/tex/context/base/node-inj.lua
+++ b/tex/context/base/node-inj.lua
@@ -321,8 +321,7 @@ function injections.handler(head,where,keep)
local d = mrks[index]
if d then
local rlmode = d[3]
- -- maybe better swap and "rlmode and rlmode < 0" as lr (1) is default
- if rlmode and rlmode > 0 then
+ if rlmode and rlmode >= 0 then
-- new per 2010-10-06, width adapted per 2010-02-03
-- we used to negate the width of marks because in tfm
-- that makes sense but we no longer do that so as a