diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 15:28:59 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-28 15:28:59 +0200 |
commit | 1f6833806d0c5fe6926efb4d3f2387651040a80c (patch) | |
tree | 4f5b96954f9dffd7deed9a815dd8b6b33721d673 /README | |
parent | 0bb6d1e8d28f914398d3b3de15cf5317f480d02a (diff) | |
download | lualibs-1f6833806d0c5fe6926efb4d3f2387651040a80c.tar.gz |
Add README, News and Makefile.
Diffstat (limited to 'README')
-rw-r--r-- | README | 65 |
1 files changed, 65 insertions, 0 deletions
@@ -0,0 +1,65 @@ + The luaextra generic package + + +Luaextra is a collection of Lua modules useful for general programming. + +Installation +------------ + +Here are the recommended installation methods (preferred first). +The methods "commented out" are currently not available. + +% 1. If you are using TeX Live 2008 or later, use 'tlmgr install luatextra'. +% Alternatively, try your (TeX or Linux) distribution's package management system. +% +% 2. a. Grab luatextra.tds.zip on CTAN. +% b. Unzip it at the root of one or your TDS trees. +% c. You may need to update some filename database after this, see your TeX +% distribution's manual for details. + +3. a. Grab the sources from CTAN or github. + b. Run 'make install TEXMFROOT=/path/to/texmf'. + c. See 2c. + +Manifest +-------- + +Source files: + luaextra.dtx + luaextra-aux.lua + luaextra-boolean.lua + luaextra-dimen.lua + luaextra-dir.lua + luaextra-file.lua + luaextra-io.lua + luaextra-lpeg.lua + luaextra-math.lua + luaextra-md5.lua + luaextra-number.lua + luaextra-os.lua + luaextra-set.lua + luaextra-string.lua + luaextra-table.lua + luaextra-unicode.lua + luaextra-url.lua + luaextra-utils.lua + README + Makefile + News + +Derived files: + luaextra.lua + luaextra.pdf + +License +------- + +This work and the derived files are under the Creative Commons CC0 license. + +See the full text at + +http://creativecommons.org/publicdomain/zero/1.0/legalcode + +and a FAQ at + +http://wiki.creativecommons.org/CC0 |