summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-05-01 21:09:53 +0200
committerPhilipp Gesang <phg42.2a@gmail.com>2013-05-01 21:09:53 +0200
commit8929aa8fddc54b831cf6400c6553a393f767e0b8 (patch)
tree37de61bdb50fa881bdef7f6cece4b7ffb98b34b4 /luaotfload.dtx
parentc0f5ff48cd1685b69bc7570ff4fb98bea7142993 (diff)
downloadluaotfload-8929aa8fddc54b831cf6400c6553a393f767e0b8.tar.gz
merge changes to luaotfload.lua into dtx
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx10
1 files changed, 8 insertions, 2 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index dd43990..fd71485 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -1226,6 +1226,11 @@ luaotfload.font_definer = "patch" --- | “generic” | “old”
local error, warning, info, log =
luatexbase.provides_module(luaotfload.module)
+luaotfload.error = error
+luaotfload.warning = warning
+luaotfload.info = info
+luaotfload.log = log
+
% \end{macrocode}
% We set the minimum version requirement for \LUATEX to v0.76,
% because the font loader requires recent features like direct
@@ -1542,7 +1547,6 @@ loadmodule"colors.lua" --- “font-clr”
% genuine \verb|name:| and \verb|file:| lookups of \LUATEX-Fonts.
% Another benefit is that we can now easily plug in or replace new lookup
% behaviors if necessary.
-%
% The name resolver remains untouched, but it calls
% \luafunction{fonts.names.resolve()} internally anyways (see
% \fileent{luaotfload-database.lua}).
@@ -1683,10 +1687,12 @@ elseif font_definer == "patch" then
1)
end
-loadmodule"features.lua" --- contains what was “font-ltx” and “font-otc”
+loadmodule"features.lua" --- contains what was “font-ltx” and “font-otc”
+loadmodule"auxiliary.lua" --- additionaly high-level functionality (new)
-- vim:tw=71:sw=4:ts=4:expandtab
+
% \end{macrocode}
%
% \iffalse