|
1 | 1 | % \iffalse meta-comment |
2 | 2 | % |
3 | | -% Copyright (C) 2009--2014 by PRAGMA ADE / ConTeXt Development Team |
| 3 | +% Copyright (C) 2009--2015 by |
| 4 | +% |
| 5 | +% PRAGMA ADE / ConTeXt Development Team |
| 6 | +% The LuaLaTeX Dev Team |
4 | 7 | % |
5 | 8 | % See ConTeXt's mreadme.pdf for the license. |
6 | 9 | % |
|
34 | 37 | \input docstrip.tex |
35 | 38 | \Msg{************************************************************************} |
36 | 39 | \Msg{* Installation} |
37 | | -\Msg{* Package: lualibs 2014-07-26 v2.2 Lua additional functions.} |
| 40 | +\Msg{* Package: lualibs 2015-12-02 v2.3 Lua additional functions.} |
38 | 41 | \Msg{************************************************************************} |
39 | 42 |
|
40 | 43 | \keepsilent |
|
45 | 48 | \preamble |
46 | 49 | This is a generated file. |
47 | 50 |
|
48 | | -Copyright (C) 2009--2014 by PRAGMA ADE / ConTeXt Development Team |
| 51 | +Copyright (C) 2009--2015 by |
| 52 | + PRAGMA ADE / ConTeXt Development Team |
| 53 | + The LuaLaTeX Dev Team |
49 | 54 |
|
50 | 55 | See ConTeXt's mreadme.pdf for the license. |
51 | 56 |
|
52 | 57 | This work consists of the main source file lualibs.dtx |
53 | | -and the derived file lualibs.lua. |
| 58 | +and the derived files lualibs.lua, lualibs-basic.lua, |
| 59 | +and lualibs-extended.lua. |
54 | 60 |
|
55 | 61 | \endpreamble |
56 | 62 |
|
@@ -101,7 +107,7 @@ and the derived file lualibs.lua. |
101 | 107 | %<*driver> |
102 | 108 | \NeedsTeXFormat{LaTeX2e} |
103 | 109 | \ProvidesFile{lualibs.drv} |
104 | | - [2014/07/26 v2.2 Lua Libraries.] |
| 110 | + [2015/12/02 v2.3 Lua Libraries.] |
105 | 111 | \documentclass{ltxdoc} |
106 | 112 | \usepackage{fancyvrb,xspace} |
107 | 113 | \usepackage[x11names]{xcolor} |
@@ -202,7 +208,7 @@ and the derived file lualibs.lua. |
202 | 208 | % \GetFileInfo{lualibs.drv} |
203 | 209 | % |
204 | 210 | % \title{The \identifier{lualibs} package} |
205 | | -% \date{2014/07/26 v2.2} |
| 211 | +% \date{2015/12/02 v2.3} |
206 | 212 | % \author{Élie Roux · \email{elie.roux@telecom-bretagne.eu}\\ |
207 | 213 | % Philipp Gesang · \email{philipp.gesang@alumni.uni-heidelberg.de}} |
208 | 214 | % |
@@ -420,8 +426,8 @@ lualibs = lualibs or { } |
420 | 426 |
|
421 | 427 | lualibs.module_info = { |
422 | 428 | name = "lualibs", |
423 | | - version = 2.2, |
424 | | - date = "2014-07-26", |
| 429 | + version = 2.3, |
| 430 | + date = "2015-12-02", |
425 | 431 | description = "ConTeXt Lua standard libraries.", |
426 | 432 | author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", |
427 | 433 | copyright = "PRAGMA ADE / ConTeXt Development Team", |
@@ -575,8 +581,8 @@ local loadmodule = lualibs.loadmodule |
575 | 581 |
|
576 | 582 | local lualibs_basic_module = { |
577 | 583 | name = "lualibs-basic", |
578 | | - version = 2.2, |
579 | | - date = "2014-07-26", |
| 584 | + version = 2.3, |
| 585 | + date = "2015-12-02", |
580 | 586 | description = "ConTeXt Lua libraries -- basic collection.", |
581 | 587 | author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", |
582 | 588 | copyright = "PRAGMA ADE / ConTeXt Development Team", |
@@ -657,8 +663,8 @@ lualibs = lualibs or { } |
657 | 663 |
|
658 | 664 | local lualibs_extended_module = { |
659 | 665 | name = "lualibs-extended", |
660 | | - version = 2.2, |
661 | | - date = "2014-07-26", |
| 666 | + version = 2.3, |
| 667 | + date = "2015-12-02", |
662 | 668 | description = "ConTeXt Lua libraries -- extended collection.", |
663 | 669 | author = "Hans Hagen, PRAGMA-ADE, Hasselt NL & Elie Roux & Philipp Gesang", |
664 | 670 | copyright = "PRAGMA ADE / ConTeXt Development Team", |
|
0 commit comments