From 5d9b0845aa919ee94eaf15014a189875650ada5f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 13 Jun 2022 20:30:28 +0000 Subject: ligtype (13jun22) git-svn-id: svn://tug.org/texlive/trunk@63577 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua | 4 ++-- Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/lualatex') 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 -- cgit v1.2.3