diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-14 10:22:12 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-01-14 10:22:12 +0100 |
commit | 7844191ec1a3654a98200c4fdb65d8db23196620 (patch) | |
tree | 4d4be2afe8ef787223d1c52a65444e33fc8257e6 | |
parent | 66d3fe0ec287aee7ee5180ee5c6ec01129b791b0 (diff) | |
download | luaotfload-7844191ec1a3654a98200c4fdb65d8db23196620.tar.gz |
[main] add parsers to initialization chain
-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” |