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-tool.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-tool.lua')
-rwxr-xr-x | luaotfload-tool.lua | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index 0833842..827ece9 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -1,8 +1,17 @@ #!/usr/bin/env texlua +----------------------------------------------------------------------- +-- FILE: luaotfload-tool.lua +-- DESCRIPTION: database functionality +-- REQUIREMENTS: luaotfload 2.2 +-- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang +-- VERSION: 2.2 +-- CREATED: 2013-05-01 14:40:50+0200 +----------------------------------------------------------------------- --[[doc-- -This file was originally written by Elie Roux and Khaled Hosny and is under CC0 -license (see http://creativecommons.org/publicdomain/zero/1.0/legalcode). +This file was originally written (as \fileent{mkluatexfontdb.lua}) by +Elie Roux and Khaled Hosny and is under CC0 license (see +http://creativecommons.org/publicdomain/zero/1.0/legalcode). This file is a wrapper for the luaotfload font names module (luaotfload-database.lua). It is part of the luaotfload bundle, please |