summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 18:24:36 +0100
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-11 18:24:36 +0100
commit8f6a797ab68d6aa3f79b1c360c8de126bf77b5bf (patch)
tree177145364f3ac23aad81858ed83278c0d6180ecc
parent6486bb6dd718eb0946f4ce7ef2b2d86913b9e481 (diff)
downloadluatexbase-8f6a797ab68d6aa3f79b1c360c8de126bf77b5bf.tar.gz
Stop writing in the tex table.
-rw-r--r--Changes5
-rw-r--r--TODO12
-rw-r--r--luatexbase-attr.dtx1
3 files changed, 5 insertions, 13 deletions
diff --git a/Changes b/Changes
index c970991..b6b1be9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Changes in the luatexbase package/bundle
+[on-going]
+ luatexbase-attr
+ - use luatexbase as the Lua module name
+ - don't creat tex.attributenumber
+
2010/03/11
luatexbase-attrs 0.1
- add minimal test files for luatex and lualatex
diff --git a/TODO b/TODO
index b548346..7ad6c7f 100644
--- a/TODO
+++ b/TODO
@@ -16,15 +16,3 @@ Later
=====
- change lua module name(s) (luatexbase or luatexbase.regs etc)
-
-regs
-----
-
-- Should the various allocation macros set something in a Lua table, or should
- we just wait for it to be implemented in LuaTeX? (The \*blk macros would be
-rather tricky in this respect, but are they really used?)
-
-attr
----
-
-- don't write in the tex table!
diff --git a/luatexbase-attr.dtx b/luatexbase-attr.dtx
index d5087f9..4db2122 100644
--- a/luatexbase-attr.dtx
+++ b/luatexbase-attr.dtx
@@ -291,7 +291,6 @@ module('luatexbase', package.seeall)
%
% \begin{macrocode}
attributes = {}
-tex.attributenumber = attributes
function attributedef_from_tex(name, number)
attributes[name] = tonumber(number)
end