diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-01 21:04:55 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-01 21:04:55 +0000 |
commit | f7aa47a6cedfc0d108180bd79b82eea1f347db44 (patch) | |
tree | 9c698f94ec5e4fd21c9003f865e44cb79502f0aa /Master/texmf-dist | |
parent | 97033e6cc2c1a29821fb8101891bd4fde386e925 (diff) |
lyluatex (1mar23)
git-svn-id: svn://tug.org/texlive/trunk@66278 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/support/lyluatex/LICENSE | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/lyluatex/lyluatex.pdf | bin | 2028734 -> 2028732 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/lyluatex/lyluatex.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls | 4 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/lyluatex/lyluatex.lua | 12 | ||||
-rw-r--r-- | Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/support/lyluatex/LICENSE b/Master/texmf-dist/doc/support/lyluatex/LICENSE index 9193cccea31..1ff8db6931c 100644 --- a/Master/texmf-dist/doc/support/lyluatex/LICENSE +++ b/Master/texmf-dist/doc/support/lyluatex/LICENSE @@ -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 diff --git a/Master/texmf-dist/doc/support/lyluatex/lyluatex.pdf b/Master/texmf-dist/doc/support/lyluatex/lyluatex.pdf Binary files differindex 88d11e9e048..6831174df1d 100644 --- a/Master/texmf-dist/doc/support/lyluatex/lyluatex.pdf +++ b/Master/texmf-dist/doc/support/lyluatex/lyluatex.pdf diff --git a/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex b/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex index f31e5b7a044..80e891e21c2 100644 --- a/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex +++ b/Master/texmf-dist/doc/support/lyluatex/lyluatex.tex @@ -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} diff --git a/Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls b/Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls index aeae5786ac3..d60f554e3cb 100644 --- a/Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls +++ b/Master/texmf-dist/doc/support/lyluatex/lyluatexbase.cls @@ -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} diff --git a/Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls b/Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls index 6081a3549bc..de49a2c11de 100644 --- a/Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls +++ b/Master/texmf-dist/doc/support/lyluatex/lyluatexmanual.cls @@ -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} diff --git a/Master/texmf-dist/scripts/lyluatex/lyluatex.lua b/Master/texmf-dist/scripts/lyluatex/lyluatex.lua index b6188b71d6b..c67613b3b54 100755 --- a/Master/texmf-dist/scripts/lyluatex/lyluatex.lua +++ b/Master/texmf-dist/scripts/lyluatex/lyluatex.lua @@ -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 @@ end 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 @@ local function includes_parse(list) ]] list = list:explode(',') for _, included_file in ipairs(list) do - warn(included_file) includes = includes .. '\\include "'..included_file..'.ly"\n' end end diff --git a/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty b/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty index dd2a710dd31..58aaeb6b5d8 100644 --- a/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty +++ b/Master/texmf-dist/tex/luatex/lyluatex/lyluatex.sty @@ -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} |