summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-05-04 17:32:33 +0200
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-05-04 17:32:33 +0200
commit042c2bc11a83e56f3e4a3646b44de71c53a92bdf (patch)
treecdf21ff8a4c6d354ca858a3d08825164f1e07572
parent0f9a734bc3394928736cdddcd96a34db52ca8aef (diff)
downloadluatexbase-042c2bc11a83e56f3e4a3646b44de71c53a92bdf.tar.gz
Small doc update
-rw-r--r--Changes2
-rw-r--r--README8
2 files changed, 7 insertions, 3 deletions
diff --git a/Changes b/Changes
index 3a15578..2d64579 100644
--- a/Changes
+++ b/Changes
@@ -3,7 +3,7 @@
2013/05/04 v0.6
attr
- hack to make luatexbase and luatex.sty compatible for attribute
- allocation
+ allocation (same thing should be done for catcodetables)
- adding whatsit nodes allocation functions (see doc)
modutils
- adding functions to check the availability and version of a module
diff --git a/README b/README
index 4424910..a6b6c9f 100644
--- a/README
+++ b/README
@@ -8,10 +8,13 @@ if desired:
– luatexbase-compat: compatibility helpers;
– luatexbase-loader: Lua module loading;
– luatexbase-regs: allocation of registers and the like;
-– luatexbase-attr: attribute allocation;
+– luatexbase-attr: attribute and whatsit node allocation;
– luatexbase-cctb: catcode table allocation;
– luatexbase-modutils: Lua module declaration; and
-- luatexbase-mcb: callbacks extensions.
+– luatexbase-mcb: callbacks extensions.
+
+The development takes place on https://github.com/lualatex/luatexbase.
+
Installation
------------
@@ -34,6 +37,7 @@ Alternatively, try you Linux distribution's package management system.
put files in './texmf', which is probably not what you want.)
c. See 2c.
+
License
-------