diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-11 18:24:36 +0100 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-03-11 18:24:36 +0100 |
commit | 8f6a797ab68d6aa3f79b1c360c8de126bf77b5bf (patch) | |
tree | 177145364f3ac23aad81858ed83278c0d6180ecc | |
parent | 6486bb6dd718eb0946f4ce7ef2b2d86913b9e481 (diff) | |
download | luatexbase-8f6a797ab68d6aa3f79b1c360c8de126bf77b5bf.tar.gz |
Stop writing in the tex table.
-rw-r--r-- | Changes | 5 | ||||
-rw-r--r-- | TODO | 12 | ||||
-rw-r--r-- | luatexbase-attr.dtx | 1 |
3 files changed, 5 insertions, 13 deletions
@@ -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 @@ -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 |