diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-14 20:51:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-14 20:51:13 +0000 |
commit | cb9ce80d54602fd1ef6f8703980bc158a947fd8d (patch) | |
tree | 2c7f608569e6288ded2ba2580a94071f8d48466a /Master/texmf-dist/source/luatex | |
parent | f2f886b0ea249d05bc13639975c9a84613b9a387 (diff) |
lualibs (14aug19)
git-svn-id: svn://tug.org/texlive/trunk@51879 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/luatex')
-rw-r--r-- | Master/texmf-dist/source/luatex/lualibs/lualibs.dtx | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx b/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx index eae5742b0bb..8c302400f1f 100644 --- a/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx +++ b/Master/texmf-dist/source/luatex/lualibs/lualibs.dtx @@ -37,7 +37,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: lualibs 2019-07-04 v2.66 Lua additional functions.} +\Msg{* Package: lualibs 2019-08-11 v2.67 Lua additional functions.} \Msg{************************************************************************} \keepsilent @@ -107,7 +107,7 @@ and lualibs-extended.lua. %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{lualibs.drv} - [2019/07/04 v2.66 Lua Libraries.] + [2019/08/11 v2.67 Lua Libraries.] \documentclass{ltxdoc} \usepackage{fancyvrb,xspace} \usepackage[x11names]{xcolor} @@ -208,7 +208,7 @@ and lualibs-extended.lua. % \GetFileInfo{lualibs.drv} % % \title{The \identifier{lualibs} package} -% \date{2019/07/04 v2.66} +% \date{2019/08/11 v2.67} % \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\ % Philipp Gesang · \email{phg@phi-gamma.net}\\ % Ulrike Fischer · \email{fischer@troubleshooting-tex.de}\\ @@ -429,8 +429,8 @@ lualibs = lualibs or { } lualibs.module_info = { name = "lualibs", - version = 2.66, - date = "2019-07-04", + version = "2.67", --TAGVERSION + date = "2019-08-11", --TAGDATE description = "ConTeXt Lua standard libraries.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", @@ -505,8 +505,7 @@ do lualibs.error, lualibs.warn, lualibs.info = error, warn, info end -local info = status.list() -if info.kpse_used == 0 then +if status.kpse_used == 0 then kpse.set_program_name("luatex") end @@ -584,8 +583,8 @@ local loadmodule = lualibs.loadmodule local lualibs_basic_module = { name = "lualibs-basic", - version = 2.66, - date = "2019-07-04", + version = "2.67", --TAGVERSION + date = "2019-08-11", --TAGDATE description = "ConTeXt Lua libraries -- basic collection.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", @@ -666,8 +665,8 @@ lualibs = lualibs or { } local lualibs_extended_module = { name = "lualibs-extended", - version = 2.66, - date = "2019-07-04", + version = "2.67", --TAGVERSION + date = "2019-08-11", --TAGDATE description = "ConTeXt Lua libraries -- extended collection.", author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", copyright = "PRAGMA ADE / ConTeXt Development Team", |