summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luatexbase/attr.lua
blob: f794e350812651982ac357b7fd22d143616d83d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'.