texlive[53211] Master/texmf-dist: luapackageloader (22dec19)
commits+karl at tug.org
commits+karl at tug.org
Sun Dec 22 22:55:59 CET 2019
Revision: 53211
http://tug.org/svn/texlive?view=revision&revision=53211
Author: karl
Date: 2019-12-22 22:55:58 +0100 (Sun, 22 Dec 2019)
Log Message:
-----------
luapackageloader (22dec19)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/luatex/luapackageloader/README.md
trunk/Master/texmf-dist/doc/luatex/luapackageloader/luapackageloader.pdf
trunk/Master/texmf-dist/tex/luatex/luapackageloader/luapackageloader.lua
trunk/Master/texmf-dist/tex/luatex/luapackageloader/luapackageloader.sty
Modified: trunk/Master/texmf-dist/doc/luatex/luapackageloader/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/luapackageloader/README.md 2019-12-22 21:55:36 UTC (rev 53210)
+++ trunk/Master/texmf-dist/doc/luatex/luapackageloader/README.md 2019-12-22 21:55:58 UTC (rev 53211)
@@ -1,6 +1,6 @@
# luapackageloader
-CTAN package to allow LuaTeX to load packages from the default `package.path` and `package.cpath` locations. This could be useful
-to load external Lua modules, including modules installed via [LuaRocks](https://luarocks.org).
+CTAN package to allow LuaTeX to load modules from the default `package.path` and `package.cpath` locations. This could be used
+to load external Lua modules outside the TEXMF tree, including modules installed via [LuaRocks](https://luarocks.org).
## Usage
See the [PDF documentation](luapackageloader.pdf) for details.
Modified: trunk/Master/texmf-dist/doc/luatex/luapackageloader/luapackageloader.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/tex/luatex/luapackageloader/luapackageloader.lua
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luapackageloader/luapackageloader.lua 2019-12-22 21:55:36 UTC (rev 53210)
+++ trunk/Master/texmf-dist/tex/luatex/luapackageloader/luapackageloader.lua 2019-12-22 21:55:58 UTC (rev 53211)
@@ -1,7 +1,7 @@
-- Author: Deepak Jois
--- License: http://www.latex-project.org/lppl.txt
--- Date: 2017/05/26
--- Version: 0.1
+-- License: LPPL Version 1.3c or higher <http://www.latex-project.org/lppl.txt>
+-- Date: 2019/12/21
+-- Version: 0.2
local luapackageloader = {}
-- Cache the current kpse based searchers
Modified: trunk/Master/texmf-dist/tex/luatex/luapackageloader/luapackageloader.sty
===================================================================
--- trunk/Master/texmf-dist/tex/luatex/luapackageloader/luapackageloader.sty 2019-12-22 21:55:36 UTC (rev 53210)
+++ trunk/Master/texmf-dist/tex/luatex/luapackageloader/luapackageloader.sty 2019-12-22 21:55:58 UTC (rev 53211)
@@ -1,15 +1,15 @@
% Author: Deepak Jois
-% License: http://www.latex-project.org/lppl.txt
-% Date: 2017/05/26
-% Version: 0.1
-\def\luapackageloaderpkgdate{2017/05/26}
-\def\luapackageloaderversion{0.1}
+% License: LPPL Version 1.3c or higher <http://www.latex-project.org/lppl.txt>
+% Date: 2019/12/21
+% Version: 0.2
+\def\luapackageloaderpkgdate{2019/12/21}
+\def\luapackageloaderversion{0.2}
\expandafter\ifx\csname ProvidesPackage\endcsname\relax
\input ifluatex.sty\relax
\else
\NeedsTeXFormat{LaTeX2e}
- \ProvidesPackage{}[\luapackageloaderpkgdate\space v\luapackageloaderversion\space Lua package searchers for LuaTeX]
+ \ProvidesPackage{luapackageloader}[\luapackageloaderpkgdate\space v\luapackageloaderversion\space Lua package searchers for LuaTeX]
\RequirePackage{ifluatex}
\fi
More information about the tex-live-commits
mailing list