summaryrefslogtreecommitdiff
path: root/lualibs.dtx
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-18 12:25:28 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-18 12:25:28 +0200
commit260c0a1c6f7e41618d08519c2e5db70409742b37 (patch)
treeee40fef4b0cb79617818e23f06f21687b480e33f /lualibs.dtx
parent90e7da4496c82a27a85845f5929d5cfc18be7740 (diff)
downloadlualibs-260c0a1c6f7e41618d08519c2e5db70409742b37.tar.gz
update datesv2.0a
Diffstat (limited to 'lualibs.dtx')
-rw-r--r--lualibs.dtx12
1 files changed, 6 insertions, 6 deletions
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",