diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-14 03:39:37 -0800 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-14 03:39:37 -0800 |
commit | 55578e73e588594cefbced5f345399f7d9106a75 (patch) | |
tree | 8e59ec873374842f3c663d8128e19e10fc36a4d8 /luaotfload.dtx | |
parent | 05be8708a9ee3ff36632e90a9c9820cbef3272ca (diff) | |
parent | 6232768122e63018a69bfd6159514b60020b75bb (diff) | |
download | luaotfload-55578e73e588594cefbced5f345399f7d9106a75.tar.gz |
Merge pull request #179 from phi-gamma/texlive2014
move fontconfig configuration file reader into new file ``luaotfload-parsers.lua``
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 6f8ebc4..366cb87 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1941,6 +1941,7 @@ logs.set_loglevel(config.luaotfload.loglevel) % Now we load the modules written for \identifier{luaotfload}. % % \begin{macrocode} +loadmodule"parsers.lua" --- new in 2.5; fonts.conf and syntax loadmodule"loaders.lua" --- “font-pfb” new in 2.0, added 2011 loadmodule"database.lua" --- “font-nms” loadmodule"colors.lua" --- “font-clr” |