From 8f6a797ab68d6aa3f79b1c360c8de126bf77b5bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 11 Mar 2010 18:24:36 +0100 Subject: Stop writing in the tex table. --- Changes | 5 +++++ TODO | 12 ------------ luatexbase-attr.dtx | 1 - 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 -- cgit v1.2.3