diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-26 20:49:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-26 20:49:48 +0000 |
commit | 3a0140d05a7e481750ec23a30ed5cf3cdef61eb7 (patch) | |
tree | 8fac1dc16795d22db3b45205fa55db220a9beed4 /Master/texmf-dist/doc/luatex/lualibs/README | |
parent | b573c63f79c24b5c8dff312e023c2745b49f6089 (diff) |
lualibs (26sep18)
git-svn-id: svn://tug.org/texlive/trunk@48770 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/lualibs/README')
-rw-r--r-- | Master/texmf-dist/doc/luatex/lualibs/README | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/luatex/lualibs/README b/Master/texmf-dist/doc/luatex/lualibs/README index f3020f927c2..c5eae78307c 100644 --- a/Master/texmf-dist/doc/luatex/lualibs/README +++ b/Master/texmf-dist/doc/luatex/lualibs/README @@ -8,17 +8,22 @@ Lualibs is a collection of Lua modules useful for general programming. This work is based on Lua modules shipped with ConTeXt, to make them available for use independent of ConTeXt. -This package is developed by the LuaLaTeX development team on -<http://github.com/lualatex/lualibs>. See the 'NEWS' file for version history. +This package has been developed by the LuaLaTeX development team on +<http://github.com/lualatex/lualibs>. + +The current verson 2.6. has been build by Ulrike Fischer on +<https://github.com/u-fischer/lualibs>. + +See the 'NEWS' file for version history. + Installation -------------------------------------------------------------------------------- -Here are the recommended installation methods (preferred first). -The methods "commented out" are currently not available. -1. If you are using TeX Live 2010 or later, use 'tlmgr install lualibs'. +1. If you are using TeX Live 2010 or later use 'tlmgr install lualibs'. + With miktex, use the miktex console. Alternatively, use your (TeX or Linux) distribution's package management system. @@ -27,9 +32,6 @@ The methods "commented out" are currently not available. 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 -------------------------------------------------------------------------------- @@ -68,11 +70,8 @@ Source files: lualibs-util-tab.lua tex/luatex/lualibs/lualibs-util-tab.lua lualibs-util-tpl.lua tex/luatex/lualibs/lualibs-util-tpl.lua LICENSE doc/luatex/lualibs/LICENSE - Makefile source/luatex/lualibs/Makefile NEWS doc/luatex/lualibs/NEWS README doc/luatex/lualibs/README - test-lualibs.lua source/luatex/lualibs/test-lualibs.lua - whatsnew.lua source/luatex/lualibs/whatsnew.lua Derived files: lualibs.lua tex/luatex/lualibs/lualibs.lua |