summaryrefslogtreecommitdiff
path: root/luaotfload-override.lua
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-05-06 05:26:35 -0700
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-05-06 05:26:35 -0700
commit6cb8c7ab0b577053c57872d476b8a5933369fbea (patch)
tree7edc5fc21fa26aaeb15de8c439ee518ec224bd16 /luaotfload-override.lua
parent778267979a304bd83228fd0077c453a953d35fd0 (diff)
parentdc3781fc328b18282f42b7813a7952d00f36ef8c (diff)
downloadluaotfload-6cb8c7ab0b577053c57872d476b8a5933369fbea.tar.gz
Merge pull request #15 from lualatex/master
Sync with lualatex repo
Diffstat (limited to 'luaotfload-override.lua')
-rw-r--r--luaotfload-override.lua14
1 files changed, 3 insertions, 11 deletions
diff --git a/luaotfload-override.lua b/luaotfload-override.lua
index 2b9ef8b..863187f 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"
@@ -81,12 +81,4 @@ logs.names_report = function (mode, lvl, ...)
end
end
-if containers then
- --- This will vanish as soon as Hans fixes it in data-con
- --- https://github.com/lualatex/luaotfload/issues/17
-
- containers.cleanname = function (name)
- return (string.gsub(string.lower(name),"[^%w%d\128\255]+","-"))
- end
-end
-- vim:tw=71:sw=4:ts=4:expandtab