texlive[63577] Master/texmf-dist: ligtype (13jun22)

commits+karl at tug.org commits+karl at tug.org
Mon Jun 13 22:30:28 CEST 2022


Revision: 63577
          http://tug.org/svn/texlive?view=revision&revision=63577
Author:   karl
Date:     2022-06-13 22:30:28 +0200 (Mon, 13 Jun 2022)
Log Message:
-----------
ligtype (13jun22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/lualatex/ligtype/DEPENDS.txt
    trunk/Master/texmf-dist/doc/lualatex/ligtype/ligtype.pdf
    trunk/Master/texmf-dist/doc/lualatex/ligtype/ligtype.tex
    trunk/Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua
    trunk/Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty

Modified: trunk/Master/texmf-dist/doc/lualatex/ligtype/DEPENDS.txt
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/ligtype/DEPENDS.txt	2022-06-13 20:30:05 UTC (rev 63576)
+++ trunk/Master/texmf-dist/doc/lualatex/ligtype/DEPENDS.txt	2022-06-13 20:30:28 UTC (rev 63577)
@@ -1 +1 @@
-ifluatex
+ifluatex
\ No newline at end of file

Modified: trunk/Master/texmf-dist/doc/lualatex/ligtype/ligtype.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/lualatex/ligtype/ligtype.tex
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/ligtype/ligtype.tex	2022-06-13 20:30:05 UTC (rev 63576)
+++ trunk/Master/texmf-dist/doc/lualatex/ligtype/ligtype.tex	2022-06-13 20:30:28 UTC (rev 63577)
@@ -357,7 +357,7 @@
 
 \title{The ligtype package\vspace{.25\baselineskip}\\\superlarge{}Comprehensive ligature suppression functionalities}%
 \author{\sublarge{}Thomas Kelkel\vspace{-.25\baselineskip}\\\sublarge{}kelkel at emaileon.de\vspace{-.25\baselineskip}}%
-\date{\addfontfeature{LetterSpace=2}\sublarge{}2022/06/11\quad{}v0.1a}%
+\date{\addfontfeature{LetterSpace=2}\sublarge{}2022/06/13\quad{}v0.1b}%
 \maketitle
 
 \ligtypeoff

Modified: trunk/Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua	2022-06-13 20:30:05 UTC (rev 63576)
+++ trunk/Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua	2022-06-13 20:30:28 UTC (rev 63577)
@@ -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 @@
                     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

Modified: trunk/Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty	2022-06-13 20:30:05 UTC (rev 63576)
+++ trunk/Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty	2022-06-13 20:30:28 UTC (rev 63577)
@@ -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



More information about the tex-live-commits mailing list.