summaryrefslogtreecommitdiff
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
parent4602a7490dcc10eec40d19cb9924f82bfc770d3e (diff)
ligtype (13jun22)
git-svn-id: svn://tug.org/texlive/trunk@63577 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/lualatex/ligtype/DEPENDS.txt2
-rw-r--r--Master/texmf-dist/doc/lualatex/ligtype/ligtype.pdfbin101614 -> 101610 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/ligtype/ligtype.tex2
-rw-r--r--Master/texmf-dist/tex/lualatex/ligtype/ligtype.lua4
-rw-r--r--Master/texmf-dist/tex/lualatex/ligtype/ligtype.sty2
5 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/lualatex/ligtype/DEPENDS.txt b/Master/texmf-dist/doc/lualatex/ligtype/DEPENDS.txt
index e7b2a6142ab..6f08ff5ee74 100644
--- a/Master/texmf-dist/doc/lualatex/ligtype/DEPENDS.txt
+++ b/Master/texmf-dist/doc/lualatex/ligtype/DEPENDS.txt
@@ -1 +1 @@
-ifluatex
+ifluatex \ No newline at end of file
diff --git a/Master/texmf-dist/doc/lualatex/ligtype/ligtype.pdf b/Master/texmf-dist/doc/lualatex/ligtype/ligtype.pdf
index 96d8973225f..98eb766816a 100644
--- a/Master/texmf-dist/doc/lualatex/ligtype/ligtype.pdf
+++ b/Master/texmf-dist/doc/lualatex/ligtype/ligtype.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/ligtype/ligtype.tex b/Master/texmf-dist/doc/lualatex/ligtype/ligtype.tex
index 704a5974eec..e122531415e 100644
--- a/Master/texmf-dist/doc/lualatex/ligtype/ligtype.tex
+++ b/Master/texmf-dist/doc/lualatex/ligtype/ligtype.tex
@@ -357,7 +357,7 @@ end
\title{The ligtype package\vspace{.25\baselineskip}\\\superlarge{}Comprehensive ligature suppression functionalities}%
\author{\sublarge{}Thomas Kelkel\vspace{-.25\baselineskip}\\\sublarge{}kelkel@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
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