diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-04 05:13:42 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-05-04 05:13:42 -0700 |
commit | 7c1916deae8420ae3120baaa17524c56f7dfdbb0 (patch) | |
tree | 67b270f03bdf564fc362f6d3503dde3043cfd640 /luaotfload-override.lua | |
parent | 213b9e54f678b56ec3b095a21dc527bc2293b9cc (diff) | |
parent | f70c8419d5abcc29f99ad50b8d9b20278310ff36 (diff) | |
download | luaotfload-7c1916deae8420ae3120baaa17524c56f7dfdbb0.tar.gz |
Merge pull request #42 from phi-gamma/master
fixes & updates
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r-- | luaotfload-override.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua index 2b9ef8b..d796b0e 100644 --- a/luaotfload-override.lua +++ b/luaotfload-override.lua @@ -1,12 +1,11 @@ if not modules then modules = { } end modules ['luat-ovr'] = { - version = 1.001, + version = 2.2, comment = "companion to luatex-*.tex", - author = "Khaled Hosny and Elie Roux", + author = "Khaled Hosny, Elie Roux, Philipp Gesang", copyright = "Luaotfload Development Team", license = "GNU GPL v2" } - local module_name = "luaotfload" local texiowrite_nl = texio.write_nl @@ -27,6 +26,7 @@ We recreate the verbosity levels previously implemented in font-nms: ========================================================== --doc]]-- + local loglevel = 1 --- default local logout = "log" |