diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-05-13 00:15:13 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-05-13 00:15:13 +0200 |
commit | 67b6132158de93e41f4ac7184b3d93d3e60cf10b (patch) | |
tree | ac22462f9b5c2fb72d3a422dfab682da5e4ed804 /tex/generic | |
parent | 63c1181d3b3baf82e48ab28cd6a66230903423de (diff) | |
download | context-67b6132158de93e41f4ac7184b3d93d3e60cf10b.tar.gz |
2014-05-13 00:06:00
Diffstat (limited to 'tex/generic')
-rw-r--r-- | tex/generic/context/luatex/luatex-fonts-merged.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tex/generic/context/luatex/luatex-fonts-merged.lua b/tex/generic/context/luatex/luatex-fonts-merged.lua index 381c5ca8d..ee0c00e82 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 : 05/12/14 16:53:28 +-- merge date : 05/13/14 00:04:28 do -- begin closure to overcome local limits and interference @@ -4170,7 +4170,7 @@ function constructors.scale(tfmdata,specification) if changed then local c=changed[unicode] if c then -local ligatures=character.ligatures + local ligatures=character.ligatures description=descriptions[c] or descriptions[unicode] or character character=characters[c] or character index=description.index or c @@ -4182,9 +4182,9 @@ local ligatures=character.ligatures touni=tounicode[i] end end -if ligatures and not character.ligatures then - character.ligatures=ligatures -end + if ligatures and not character.ligatures then + character.ligatures=ligatures + end else description=descriptions[unicode] or character index=description.index or unicode |