texlive[66278] Master/texmf-dist: lyluatex (1mar23)

commits+karl at tug.org commits+karl at tug.org
Wed Mar 1 22:04:56 CET 2023


Revision: 66278
          http://tug.org/svn/texlive?view=revision&revision=66278
Author:   karl
Date:     2023-03-01 22:04:55 +0100 (Wed, 01 Mar 2023)
Log Message:
-----------
lyluatex (1mar23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/support/lyluatex/LICENSE
    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/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/support/lyluatex/LICENSE	2023-03-01 21:04:40 UTC (rev 66277)
+++ trunk/Master/texmf-dist/doc/support/lyluatex/LICENSE	2023-03-01 21:04:55 UTC (rev 66278)
@@ -1,6 +1,6 @@
 The MIT License (MIT)
 
-Copyright (c) 2015--2022 jperon and others
+Copyright (c) 2015--2023 jperon and others
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

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	2023-03-01 21:04:40 UTC (rev 66277)
+++ trunk/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex	2023-03-01 21:04:55 UTC (rev 66278)
@@ -93,7 +93,7 @@
   \apptocmd{\@title}{\par {\large #1 \par}}{}{}
 }
 \makeatother
-\subtitle{1.1.2}
+\subtitle{1.1.3}
 \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	2023-03-01 21:04:40 UTC (rev 66277)
+++ trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls	2023-03-01 21:04:55 UTC (rev 66278)
@@ -1,11 +1,11 @@
 %Lyluatex LaTeX class.
 %
-% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md)
+% Copyright (C) 2015-2023 jperon and others (see CONTRIBUTORS.md)
 % License: MIT
 % This file is part of lyluatex.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{lyluatexbase}[2022/12/21 v1.1.2]  %%LYLUATEX_DATE LYLUATEX_VERSION
+\ProvidesClass{lyluatexbase}[2023/03/01 v1.1.3]  %%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	2023-03-01 21:04:40 UTC (rev 66277)
+++ trunk/Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls	2023-03-01 21:04:55 UTC (rev 66278)
@@ -1,11 +1,11 @@
 %Lyluatex LaTeX class for the manual.
 %
-% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md)
+% Copyright (C) 2015-2023 jperon and others (see CONTRIBUTORS.md)
 % License: MIT
 % This file is part of lyluatex.
 
 \NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{lyluatexmanual}[2022/12/21 v1.1.2]  %%LYLUATEX_DATE LYLUATEX_VERSION
+\ProvidesClass{lyluatexmanual}[2023/03/01 v1.1.3]  %%LYLUATEX_DATE LYLUATEX_VERSION
 
 \LoadClass{lyluatexbase}
 

Modified: trunk/Master/texmf-dist/scripts/lyluatex/lyluatex.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/lyluatex/lyluatex.lua	2023-03-01 21:04:40 UTC (rev 66277)
+++ trunk/Master/texmf-dist/scripts/lyluatex/lyluatex.lua	2023-03-01 21:04:55 UTC (rev 66278)
@@ -1,11 +1,11 @@
 -- 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.2',  --LYLUATEX_VERSION
-    date               = "2022/12/21",  --LYLUATEX_DATE
+    version            = '1.1.3',  --LYLUATEX_VERSION
+    date               = "2023/03/01",  --LYLUATEX_DATE
     description        = "Module lyluatex.",
     author             = "The Gregorio Project  − (see Contributors.md)",
-    copyright          = "2015-2022 - jperon and others",
+    copyright          = "2015-2023 - jperon and others",
     license            = "MIT",
 })
 
@@ -106,10 +106,11 @@
 local function extract_includepaths(includepaths)
     includepaths = includepaths:explode(',')
 
+    local cfd
     if lib.tex_engine.dist == 'MiKTeX' then
-        local cfd = Score.currfiledir:gsub('^$', '.\\')
+        cfd = Score.currfiledir:gsub('^$', '.\\')
     else
-        local cfd = Score.currfiledir:gsub('^$', './')
+        cfd = Score.currfiledir:gsub('^$', './')
     end
     
     table.insert(includepaths, 1, cfd)
@@ -134,7 +135,6 @@
 ]]
         list = list:explode(',')
         for _, included_file in ipairs(list) do
-            warn(included_file)
             includes = includes .. '\\include "'..included_file..'.ly"\n'
         end
     end

Modified: trunk/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty	2023-03-01 21:04:40 UTC (rev 66277)
+++ trunk/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty	2023-03-01 21:04:55 UTC (rev 66278)
@@ -1,11 +1,11 @@
 %Lyluatex LaTeX style.
 %
-% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md)
+% Copyright (C) 2015-2023 jperon and others (see CONTRIBUTORS.md)
 % License: MIT
 % This file is part of lyluatex.
 
 \NeedsTeXFormat{LaTeX2e}%
-\ProvidesPackage{lyluatex}[2022/12/21 v1.1.2]  %%LYLUATEX_DATE LYLUATEX_VERSION
+\ProvidesPackage{lyluatex}[2023/03/01 v1.1.3]  %%LYLUATEX_DATE LYLUATEX_VERSION
 
 % Dependencies
 \RequirePackage{graphicx}



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