diff options
-rwxr-xr-x | luaotfload-tool.lua | 4 | ||||
-rw-r--r-- | luaotfload.dtx | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/luaotfload-tool.lua b/luaotfload-tool.lua index deca5ea..fd84fa4 100755 --- a/luaotfload-tool.lua +++ b/luaotfload-tool.lua @@ -191,7 +191,7 @@ local help_messages = { Usage: %s [OPTIONS...] -Operations on the LuaTeX font database. +Operations on the Luaotfload font names database. This tool is part of the luaotfload package. Valid options are: @@ -260,7 +260,7 @@ The font cache will be written to Usage: %s [OPTION]... -Rebuild or update the LuaTeX font database. +Rebuild or update the Luaotfload font names database. Valid options: -f --force force re-indexing all fonts diff --git a/luaotfload.dtx b/luaotfload.dtx index e6e9523..adbdf26 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -111,7 +111,7 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{luaotfload.drv}% - [2013/07/28 v2.4 OpenType layout system]% + [2013/12/28 v2.4 OpenType layout system]% \documentclass{ltxdoc} \usepackage{metalogo,multicol,mdwlist,fancyvrb,xspace} \usepackage[x11names]{xcolor} @@ -231,7 +231,7 @@ and the derived files % \GetFileInfo{luaotfload.drv} % % \title{The \identifier{luaotfload} package} -% \date{2013/07/28 v2.4} +% \date{2013/12/28 v2.4} % \author{Elie Roux · Khaled Hosny · Philipp Gesang\\ % Home: \url{https://github.com/lualatex/luaotfload}\\ % Support: \email{lualatex-dev@tug.org}} @@ -1608,8 +1608,8 @@ end luaotfload.module = { name = "luaotfload", - version = 2.40002, - date = "2013/07/28", + version = 2.40003, + date = "2013/12/28", description = "OpenType layout system.", author = "Elie Roux & Hans Hagen", copyright = "Elie Roux", @@ -2232,7 +2232,7 @@ luaotfload.aux.start_rewrite_fontname () --- to be migrated to fontspec \else \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luaotfload}% - [2013/07/28 v2.4 OpenType layout system] + [2013/12/28 v2.4 OpenType layout system] \RequirePackage{luatexbase} \fi \ifnum\luatexversion<76 |