diff options
-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 |