diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 14:34:37 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-29 14:34:37 +0200 |
commit | b34fb130a4ccbf9aad49f1cecd33074c80337857 (patch) | |
tree | 55a9606ac135159d5ef7a2dbdd79240b7a271274 /Changes | |
parent | 60620185a92d7e383c26fe8ba4364ed517d6e298 (diff) | |
download | luatexbase-b34fb130a4ccbf9aad49f1cecd33074c80337857.tar.gz |
Write doc for loader.
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -4,15 +4,22 @@ all - use luatexbase as the Lua module name - change the filename of the lua module (suppress luatexbase.) + - load luatexbase-compat + luatexbase-compat + - new luatexbase-attr - don't create tex.attributenumber + - load luatexbase-compat luatexbase-cctb - don't create tex.catcodetablenumber - rename \luatexsetcatcoderange to \setcatcoderange + - load lua-compat luamcallbacks - test file now for plain and latex luatexbase-loader - - require"foo.bar" now looks for foo/bar then foo.bar + - require"foo.bar" now looks for foo/bar then foo.bar, see doc for + details + - works with luatex 0.25.4 2010/03/28 luatexbase-* |