diff options
author | Norbert Preining <norbert@preining.info> | 2019-11-07 03:01:39 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-11-07 03:01:39 +0000 |
commit | 2e1d63b8ed8c6b7c6d206bfe9e2712797108e8bd (patch) | |
tree | 7ea198b043998590117b2730e9dec10327ef3da3 /macros/luatex/generic/lualibs | |
parent | 590fd8b560523cdaea19c59aea61e781138e87f8 (diff) |
CTAN sync 201911070301
Diffstat (limited to 'macros/luatex/generic/lualibs')
-rw-r--r-- | macros/luatex/generic/lualibs/NEWS | 5 | ||||
-rw-r--r-- | macros/luatex/generic/lualibs/README.md | 10 | ||||
-rw-r--r-- | macros/luatex/generic/lualibs/lualibs.dtx | 28 | ||||
-rw-r--r-- | macros/luatex/generic/lualibs/lualibs.pdf | bin | 96295 -> 81170 bytes |
4 files changed, 24 insertions, 19 deletions
diff --git a/macros/luatex/generic/lualibs/NEWS b/macros/luatex/generic/lualibs/NEWS index 73e5961b3b..075b7ce05e 100644 --- a/macros/luatex/generic/lualibs/NEWS +++ b/macros/luatex/generic/lualibs/NEWS @@ -1,5 +1,8 @@ History of the lualibs package -2019/10/29 v2.68/ +2019/11/06 v2.69/ + * corrected github address and version info. + +2019/11/05 v2.68/ * sync with Context current as of 2019/10/29 2019/08/11 v2.67/ diff --git a/macros/luatex/generic/lualibs/README.md b/macros/luatex/generic/lualibs/README.md index d8a1b99167..b4b8fa774c 100644 --- a/macros/luatex/generic/lualibs/README.md +++ b/macros/luatex/generic/lualibs/README.md @@ -1,8 +1,10 @@ # The Lualibs Package -VERSION: 2.68 +VERSION: 2.69 -DATE: 2019-11-05 +DATE: 2019-11-06 + +FONTLOADERDATE: 2019-10-29 Lualibs is a collection of Lua modules useful for general programming. @@ -12,8 +14,8 @@ for use independent of ConTeXt. This package has been developed by the LuaLaTeX development team on <https://github.com/lualatex/lualibs>. -The current version has been build by Ulrike Fischer on -<https://github.com/u-fischer/lualibs>. The date equals the date of the context files. +The current version has been build by the LaTeX3 Project Team on +<https://github.com/latex3/lualibs/>. The fontloader date equals the date of the context files. See the 'NEWS' file for version history. diff --git a/macros/luatex/generic/lualibs/lualibs.dtx b/macros/luatex/generic/lualibs/lualibs.dtx index f5ae0342ac..66e40a1a6f 100644 --- a/macros/luatex/generic/lualibs/lualibs.dtx +++ b/macros/luatex/generic/lualibs/lualibs.dtx @@ -37,7 +37,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: lualibs 2019-11-05 v2.68 Lua additional functions.} +\Msg{* Package: lualibs 2019-11-06 v2.69 Lua additional functions.} \Msg{************************************************************************} \keepsilent @@ -48,7 +48,7 @@ \preamble This is a generated file. -Copyright (C) 2009--2018 by +Copyright (C) 2009--2019 by PRAGMA ADE / ConTeXt Development Team The LuaLaTeX Dev Team @@ -107,7 +107,7 @@ and lualibs-extended.lua. %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{lualibs.drv} - [2019/11/05 v2.68 Lua Libraries.] + [2019/11/06 v2.69 Lua Libraries.] \documentclass{ltxdoc} \usepackage{fancyvrb,xspace} \usepackage[x11names]{xcolor} @@ -208,10 +208,10 @@ and lualibs-extended.lua. % \GetFileInfo{lualibs.drv} % % \title{The \identifier{lualibs} package} -% \date{2019/11/05 v2.68} +% \date{2019/11/06 v2.69} % \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\ % Philipp Gesang · \email{phg@phi-gamma.net}\\ -% Ulrike Fischer · \email{fischer@troubleshooting-tex.de}\\ +% The \LaTeX3 Project · \email{https://github.com/latex3/lualibs/}\\ % } % % \maketitle @@ -418,7 +418,7 @@ and lualibs-extended.lua. % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% \part{\fileent{lualibs.lua}} +% \part{\texorpdfstring{\fileent{lualibs.lua}}{lualibs.lua}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % \iffalse @@ -429,8 +429,8 @@ lualibs = lualibs or { } lualibs.module_info = { name = "lualibs", - version = "2.68", --TAGVERSION - date = "2019-11-05", --TAGDATE + version = "2.69", --TAGVERSION + date = "2019-11-06", --TAGDATE description = "ConTeXt Lua standard libraries.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", @@ -570,7 +570,7 @@ config.lualibs.load_extended = true % \fi % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% \part{\fileent{lualibs-basic.lua}} +% \part{\texorpdfstring{\fileent{lualibs-basic.lua}}{lualibs-basic.lua}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % \iffalse @@ -583,8 +583,8 @@ local loadmodule = lualibs.loadmodule local lualibs_basic_module = { name = "lualibs-basic", - version = "2.68", --TAGVERSION - date = "2019-11-05", --TAGDATE + version = "2.69", --TAGVERSION + date = "2019-11-06", --TAGDATE description = "ConTeXt Lua libraries -- basic collection.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", @@ -640,7 +640,7 @@ lualibs.basic_loaded = true % \fi % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% \part{\fileent{lualibs-extended.lua}} +% \part{\texorpdfstring{\fileent{lualibs-extended.lua}}{lualibs-extended.lua}} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % \iffalse @@ -665,8 +665,8 @@ lualibs = lualibs or { } local lualibs_extended_module = { name = "lualibs-extended", - version = "2.68", --TAGVERSION - date = "2019-11-05", --TAGDATE + version = "2.69", --TAGVERSION + date = "2019-11-06", --TAGDATE description = "ConTeXt Lua libraries -- extended collection.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", diff --git a/macros/luatex/generic/lualibs/lualibs.pdf b/macros/luatex/generic/lualibs/lualibs.pdf Binary files differindex 08716de05a..725e3cd14b 100644 --- a/macros/luatex/generic/lualibs/lualibs.pdf +++ b/macros/luatex/generic/lualibs/lualibs.pdf |