diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-10-04 20:15:06 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-10-04 20:15:06 +0200 |
commit | d81d584da5152af05c07f7842054a926aae20e10 (patch) | |
tree | 9e15be94f1f8d05cccdbd575d4d5f0bac8cad221 /tex/generic/context/luatex/luatex-fonts-merged.lua | |
parent | c9ac836b7b44d49c623ad8052639ca7beeaf1311 (diff) | |
download | context-d81d584da5152af05c07f7842054a926aae20e10.tar.gz |
2015-10-04 19:27:00
Diffstat (limited to 'tex/generic/context/luatex/luatex-fonts-merged.lua')
-rw-r--r-- | tex/generic/context/luatex/luatex-fonts-merged.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua index 25aef72a0..2fd824467 100644 --- a/tex/generic/context/luatex/luatex-fonts-merged.lua +++ b/tex/generic/context/luatex/luatex-fonts-merged.lua @@ -1,6 +1,6 @@ -- merged file : luatex-fonts-merged.lua -- parent file : luatex-fonts.lua --- merge date : 09/13/15 13:31:08 +-- merge date : 10/04/15 19:25:05 do -- begin closure to overcome local limits and interference @@ -14232,7 +14232,7 @@ local function featuresprocessor(head,font,attr) rlmode=-1 elseif dir=="-TLT" or dir=="-TRT" then topstack=topstack-1 - rlmode=dirstack[topstack]=="+TLT" and 1 or -1 + rlmode=dirstack[topstack]=="+TRT" and -1 or 1 else rlmode=rlparmode end @@ -14488,7 +14488,7 @@ local function featuresprocessor(head,font,attr) rlmode=-1 elseif dir=="-TLT" or dir=="-TRT" then topstack=topstack-1 - rlmode=dirstack[topstack]=="+TLT" and 1 or -1 + rlmode=dirstack[topstack]=="+TRT" and -1 or 1 else rlmode=rlparmode end |