summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua')
-rw-r--r--Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua b/Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua
index 90c022b0012..328125f3a4b 100644
--- a/Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua
+++ b/Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua
@@ -10,7 +10,7 @@
-- and version 1.3c or later is part of all distributions of
-- LaTeX version 2009/09/24 or later.
--- Version: 0.1a
+-- Version: 0.1b
-- The ligtype package makes use of the German language
-- ligature suppression rules of the selnolig package by
@@ -465,7 +465,7 @@ local function lig_parse ( head )
if resources.unicodes then
local uni = resources.unicodes
for key, value in pairs ( uni ) do
- if ( key == "f.short" and n.char == 102 ) or ( key == "f_f.short" and n.char == 64256 ) then
+ if key == "f.short" or key == "f.alt" then
n.char = value
end
end