diff --git a/.gitignore b/.gitignore index 91b9ea8..0056030 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ tmp-ly ctan \#*\# .\#* +.vscode ## Core latex/pdflatex auxiliary files: *.aux diff --git a/CHANGES b/CHANGES index a9b7e42..6546657 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ % lyluatex Changelog file. % -% Copyright (C) 2015-2019 jperon and others (see CONTRIBUTORS.md) +% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md) % License: MIT % This file is part of lyluatex. diff --git a/LICENSE b/LICENSE index 515e380..9193ccc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015--2019 jperon and others +Copyright (c) 2015--2022 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/Makefile b/Makefile index a01d1b8..0ced68c 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,5 @@ ctan: manual echo 'Main author: [Fr. Jacques Peron](mailto:cataclop@hotmail.com)\nThis material is subject to the MIT license.\n' \ > ./ctan/lyluatex/README.md echo '# Lyluatex' >> ./ctan/lyluatex/README.md - sed -n -e '/## Usage/,$$p' README.md | sed '/test.en.tex/d' >> ./ctan/lyluatex/README.md + sed -n -e '/## Usage/,$$p' README.md >> ./ctan/lyluatex/README.md (cd ctan/ ; zip -r lyluatex lyluatex) diff --git a/lyluatex.lua b/lyluatex.lua index 6a84777..adb17a6 100644 --- a/lyluatex.lua +++ b/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.0f', --LYLUATEX_VERSION - date = "2019/05/27", --LYLUATEX_DATE + version = '1.1', --LYLUATEX_VERSION + date = "2022/10/30", --LYLUATEX_DATE description = "Module lyluatex.", author = "The Gregorio Project − (see Contributors.md)", - copyright = "2015-2019 - jperon and others", + copyright = "2015-2022 - jperon and others", license = "MIT", }) diff --git a/lyluatex.md b/lyluatex.md index 19269df..b9b48d9 100644 --- a/lyluatex.md +++ b/lyluatex.md @@ -1,7 +1,7 @@ --- documentclass: lyluatexmanual title: "\\lyluatex" -subtitle: "1.0f" +subtitle: "1.1" date: \lyluatexmanualdate author: - Fr. Jacques Peron diff --git a/lyluatex.sty b/lyluatex.sty index 8e4f681..e010851 100644 --- a/lyluatex.sty +++ b/lyluatex.sty @@ -1,11 +1,11 @@ %Lyluatex LaTeX style. % -% Copyright (C) 2015-2019 jperon and others (see CONTRIBUTORS.md) +% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md) % License: MIT % This file is part of lyluatex. \NeedsTeXFormat{LaTeX2e}% -\ProvidesPackage{lyluatex}[2019/05/27 v1.0f] %%LYLUATEX_DATE LYLUATEX_VERSION +\ProvidesPackage{lyluatex}[2022/10/30 v1.1] %%LYLUATEX_DATE LYLUATEX_VERSION % Dependencies \RequirePackage{graphicx} diff --git a/lyluatexbase.cls b/lyluatexbase.cls index 0632ec7..fb72c66 100644 --- a/lyluatexbase.cls +++ b/lyluatexbase.cls @@ -1,11 +1,11 @@ %Lyluatex LaTeX class. % -% Copyright (C) 2015-2019 jperon and others (see CONTRIBUTORS.md) +% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md) % License: MIT % This file is part of lyluatex. \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{lyluatexbase}[2019/05/27 v1.0f] %%LYLUATEX_DATE LYLUATEX_VERSION +\ProvidesClass{lyluatexbase}[2022/10/30 v1.1] %%LYLUATEX_DATE LYLUATEX_VERSION \LoadClass[DIV=11]{scrartcl} \RequirePackage{lyluatex} diff --git a/lyluatexmanual.cls b/lyluatexmanual.cls index 2362fce..1639900 100644 --- a/lyluatexmanual.cls +++ b/lyluatexmanual.cls @@ -1,11 +1,11 @@ %Lyluatex LaTeX class for the manual. % -% Copyright (C) 2015-2019 jperon and others (see CONTRIBUTORS.md) +% Copyright (C) 2015-2022 jperon and others (see CONTRIBUTORS.md) % License: MIT % This file is part of lyluatex. \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{lyluatexmanual}[2019/05/27 v1.0f] %%LYLUATEX_DATE LYLUATEX_VERSION +\ProvidesClass{lyluatexmanual}[2022/10/30 v1.1] %%LYLUATEX_DATE LYLUATEX_VERSION \LoadClass{lyluatexbase} diff --git a/new_release.lua b/new_release.lua index 275c7df..f07f38a 100755 --- a/new_release.lua +++ b/new_release.lua @@ -1,8 +1,8 @@ #! /usr/bin/env lua local lfs = require"lfs" -local VERSION = '1.0f' -local DATE = '2019/05/27' +local VERSION = '1.1' +local DATE = '2022/10/30' local function read(stream) if not stream then return end