diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-12 23:32:57 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-11-12 23:32:57 +0100 |
commit | 14834c9ea172588cc6cd4f111cdb16ce88ce2c2f (patch) | |
tree | dfd5b79ce1ba1d4da94ebdacd8bc6944c835ff42 /luaotfload-tool.rst | |
parent | f564f346e2a1b200fe27174011070adc7a527b28 (diff) | |
download | luaotfload-14834c9ea172588cc6cd4f111cdb16ce88ce2c2f.tar.gz |
[man,doc] adapt references to luaotfload-names.lua
Diffstat (limited to 'luaotfload-tool.rst')
-rw-r--r-- | luaotfload-tool.rst | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/luaotfload-tool.rst b/luaotfload-tool.rst index 26f830b..abe5ed7 100644 --- a/luaotfload-tool.rst +++ b/luaotfload-tool.rst @@ -221,11 +221,17 @@ FILES The font name database is usually located in the directory ``texmf-var/luatex-cache/generic/names/`` (``$TEXMFCACHE`` as set in -``texmf.cnf``) of your *TeX Live* distribution as -``luaotfload-names.lua``. The experimental lookup cache will be -created as ``luaotfload-lookup-cache.lua`` in the same directory. -Both files are safe to delete, at the cost of regenerating them with -the next run of *LuaTeX*. +``texmf.cnf``) of your *TeX Live* distribution as a zlib-compressed +file ``luaotfload-names.lua.gz``. +The experimental lookup cache will be created as +``luaotfload-lookup-cache.lua`` in the same directory. +These Lua tables are not used directly by Luaotfload, though. +Instead, they are compiled to Lua bytecode which is written to +corresponding files with the extension ``.luc`` in the same directory. +When modifying the files by hand keep in mind that only if the bytecode +files are missing will Luaotfload use the plain version instead. +Both kinds of files are safe to delete, at the cost of regenerating +them with the next run of *LuaTeX*. SEE ALSO ======================================================================= |