texlive[64965] Master/texmf-dist: lyluatex (7nov22)

commits+karl at tug.org commits+karl at tug.org
Mon Nov 7 21:28:17 CET 2022


Revision: 64965
          http://tug.org/svn/texlive?view=revision&revision=64965
Author:   karl
Date:     2022-11-07 21:28:16 +0100 (Mon, 07 Nov 2022)
Log Message:
-----------
lyluatex (7nov22)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/support/lyluatex/lyluatex.pdf
    trunk/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex
    trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls
    trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls
    trunk/Master/texmf-dist/scripts/lyluatex/lyluatex.lua
    trunk/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty

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

Modified: trunk/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex	2022-11-07 20:27:49 UTC (rev 64964)
+++ trunk/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex	2022-11-07 20:28:16 UTC (rev 64965)
@@ -93,7 +93,7 @@
   \apptocmd{\@title}{\par {\large #1 \par}}{}{}
 }
 \makeatother
-\subtitle{1.1}
+\subtitle{1.1.1}
 \author{Fr.~Jacques Peron \and Urs Liska \and Br. Samuel Springuel}
 \date{\lyluatexmanualdate}
 

Modified: trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls
===================================================================
--- trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls	2022-11-07 20:27:49 UTC (rev 64964)
+++ trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls	2022-11-07 20:28:16 UTC (rev 64965)
@@ -5,7 +5,7 @@
 % This file is part of lyluatex.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{lyluatexbase}[2022/10/30 v1.1]  %%LYLUATEX_DATE LYLUATEX_VERSION
+\ProvidesClass{lyluatexbase}[2022/11/07 v1.1.1]  %%LYLUATEX_DATE LYLUATEX_VERSION
 
 \LoadClass[DIV=11]{scrartcl}
 \RequirePackage{lyluatex}

Modified: trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls
===================================================================
--- trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls	2022-11-07 20:27:49 UTC (rev 64964)
+++ trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls	2022-11-07 20:28:16 UTC (rev 64965)
@@ -5,7 +5,7 @@
 % This file is part of lyluatex.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{lyluatexmanual}[2022/10/30 v1.1]  %%LYLUATEX_DATE LYLUATEX_VERSION
+\ProvidesClass{lyluatexmanual}[2022/11/07 v1.1.1]  %%LYLUATEX_DATE LYLUATEX_VERSION
 
 \LoadClass{lyluatexbase}
 

Modified: trunk/Master/texmf-dist/scripts/lyluatex/lyluatex.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/lyluatex/lyluatex.lua	2022-11-07 20:27:49 UTC (rev 64964)
+++ trunk/Master/texmf-dist/scripts/lyluatex/lyluatex.lua	2022-11-07 20:28:16 UTC (rev 64965)
@@ -1,8 +1,8 @@
 -- luacheck: ignore ly log self luatexbase internalversion font fonts tex token kpse status ly_opts
 local err, warn, info, log = luatexbase.provides_module({
     name               = "lyluatex",
-    version            = '1.1',  --LYLUATEX_VERSION
-    date               = "2022/10/30",  --LYLUATEX_DATE
+    version            = '1.1.1',  --LYLUATEX_VERSION
+    date               = "2022/11/07",  --LYLUATEX_DATE
     description        = "Module lyluatex.",
     author             = "The Gregorio Project  − (see Contributors.md)",
     copyright          = "2015-2022 - jperon and others",
@@ -1347,7 +1347,7 @@
 
 
 function ly.get_font_family(font_id)
-    return lib.fontinfo(font_id).shared.rawdata.metadata['familyname']
+    return lib.fontinfo(font_id).fullname:match("[^-]*")
 end
 
 

Modified: trunk/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty	2022-11-07 20:27:49 UTC (rev 64964)
+++ trunk/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty	2022-11-07 20:28:16 UTC (rev 64965)
@@ -5,7 +5,7 @@
 % This file is part of lyluatex.
 
 \NeedsTeXFormat{LaTeX2e}%
-\ProvidesPackage{lyluatex}[2022/10/30 v1.1]  %%LYLUATEX_DATE LYLUATEX_VERSION
+\ProvidesPackage{lyluatex}[2022/11/07 v1.1.1]  %%LYLUATEX_DATE LYLUATEX_VERSION
 
 % Dependencies
 \RequirePackage{graphicx}



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