diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | lualibs.dtx | 12 | 
2 files changed, 7 insertions, 7 deletions
| @@ -1,5 +1,5 @@                          History of the lualibs package -2013/05/05 v2.0/ +2013/05/18 v2.0/      * sync with Context beta as of 2013.04.29 20:30      * merge with mtx-package      * split in basic and extended collection, allowing for partial diff --git a/lualibs.dtx b/lualibs.dtx index bc466e1..f2edf91 100644 --- a/lualibs.dtx +++ b/lualibs.dtx @@ -33,7 +33,7 @@  \input docstrip.tex  \Msg{************************************************************************}  \Msg{* Installation} -\Msg{* Package: lualibs 2013/05/04 v2.00 Lua additional functions.} +\Msg{* Package: lualibs 2013/05/18 v2.00 Lua additional functions.}  \Msg{************************************************************************}  \keepsilent @@ -100,7 +100,7 @@ and the derived file lualibs.lua.  %<*driver>  \NeedsTeXFormat{LaTeX2e}  \ProvidesFile{lualibs.drv} -  [2013/05/04 v2.00 Lua Libraries.] +  [2013/05/18 v2.00 Lua Libraries.]  \documentclass{ltxdoc}  \usepackage{fancyvrb,xspace}  \usepackage[x11names]{xcolor} @@ -201,7 +201,7 @@ and the derived file lualibs.lua.  % \GetFileInfo{lualibs.drv}  %  % \title{The \identifier{lualibs} package} -% \date{2013/05/04 v2.00} +% \date{2013/05/18 v2.00}  % \author{Élie Roux      · \email{elie.roux@telecom-bretagne.eu}\\  %         Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}}  % @@ -417,7 +417,7 @@ lualibs = lualibs or { }  lualibs.module_info = {    name          = "lualibs",    version       = 2.00, -  date          = "2013/04/30", +  date          = "2013/05/18",    description   = "ConTeXt Lua standard libraries.",    author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",    copyright     = "PRAGMA ADE / ConTeXt Development Team", @@ -558,7 +558,7 @@ local loadmodule        = lualibs.loadmodule  local lualibs_basic_module = {    name          = "lualibs-basic",    version       = 2.00, -  date          = "2013/04/30", +  date          = "2013/05/18",    description   = "ConTeXt Lua libraries -- basic collection.",    author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",    copyright     = "PRAGMA ADE / ConTeXt Development Team", @@ -639,7 +639,7 @@ lualibs = lualibs or { }  local lualibs_extended_module = {    name          = "lualibs-extended",    version       = 2.00, -  date          = "2013/04/30", +  date          = "2013/05/18",    description   = "ConTeXt Lua libraries -- extended collection.",    author        = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang",    copyright     = "PRAGMA ADE / ConTeXt Development Team", | 
