summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/lualatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-13 20:30:28 +0000
committerKarl Berry <karl@freefriends.org>2022-06-13 20:30:28 +0000
commit5d9b0845aa919ee94eaf15014a189875650ada5f (patch)
treecdadbc02543a2fb6c5d459e336801e76317305fd /Master/texmf-dist/tex/lualatex
parent4602a7490dcc10eec40d19cb9924f82bfc770d3e (diff)
ligtype (13jun22)
git-svn-id: svn://tug.org/texlive/trunk@63577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex')
-rw-r--r--Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua4
-rw-r--r--Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty2
2 files changed, 3 insertions, 3 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
diff --git a/Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty b/Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty
index 5204b731445..3cf84a67f03 100644
--- a/Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty
+++ b/Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty
@@ -19,7 +19,7 @@
% and may be distributed and/or modified under the
% conditions of the LaTeX Project Public License.
-\ProvidesPackage{ligtype}[2022/06/11 v0.1a Comprehensive ligature suppression functionalities]
+\ProvidesPackage{ligtype}[2022/06/13 v0.1b Comprehensive ligature suppression functionalities]
\RequirePackage{ifluatex,luatexbase}
\ifluatex