diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 03:54:00 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 03:54:00 +0200 |
commit | 4701d59810a9a1aefd2d661abd3ba54a3248cf53 (patch) | |
tree | 420836fc975e38bb4fd0f1e4e245731dd656088e /luaotfload.dtx | |
parent | 43b7ab769596b6eda2d3e11e788981193b2fc6a3 (diff) | |
download | luaotfload-4701d59810a9a1aefd2d661abd3ba54a3248cf53.tar.gz |
annihilate luaotfload-font-otc.lua
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index a22eb3f..790f520 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -1314,7 +1314,6 @@ add_to_callback("hpack_filter", add_to_callback("find_vf_file", find_vf_file, "luaotfload.find_vf_file") -loadmodule"font-otc.lua" --- TODO check what we can drop from luaotfload-features loadmodule"lib-dir.lua" --- required by luaofload-database.lua loadmodule"override.lua" --- “luat-ovr” @@ -1336,7 +1335,6 @@ loadmodule"override.lua" --- “luat-ovr” loadmodule"loaders.lua" --- “font-pfb” new in 2.0, added 2011 loadmodule"database.lua" --- “font-nms” loadmodule"colors.lua" --- “font-clr” -loadmodule"font-ltx.lua" --- new in 2.0, added 2011 % \end{macrocode} % This hack makes fonts called with file method found by fonts.names.resolve @@ -1483,7 +1481,7 @@ do end --]]-- -loadmodule"features.lua" +loadmodule"features.lua" --- contains what was “font-ltx” and “font-otc” -- vim:tw=71:sw=4:ts=4:expandtab |