diff options
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luatexbase/attr.lua')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luatexbase/attr.lua | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/luatex/luatexbase/attr.lua b/Master/texmf-dist/tex/luatex/luatexbase/attr.lua new file mode 100644 index 00000000000..f794e350812 --- /dev/null +++ b/Master/texmf-dist/tex/luatex/luatexbase/attr.lua @@ -0,0 +1,20 @@ +-- +-- This is file `attr.lua', +-- generated with the docstrip utility. +-- +-- The original source files were: +-- +-- luatexbase-attr.dtx (with options: `luamodule') +-- +-- Written in 2009, 2010 by Manuel Pegourie-Gonnard and Elie Roux. +-- +-- This work is under the CC0 license. +-- See source file 'luatexbase-attr.dtx' for details. +-- +module('luatexbase', package.seeall) +attributes = {} +function attributedef_from_tex(name, number) + attributes[name] = tonumber(number) +end +-- +-- End of File `attr.lua'. |