diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 15:38:16 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-04-23 15:38:16 +0200 |
commit | 3f9f0bc4a14f7deae0ede11db626d93ba031c6b7 (patch) | |
tree | b725c90706b719ec64c50b3608647a16851376dc /luaotfload.dtx | |
parent | ec80150b55f7c84465ee8b438aab3d8faf96cc10 (diff) | |
download | luaotfload-3f9f0bc4a14f7deae0ede11db626d93ba031c6b7.tar.gz |
update doc for new file names
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index dbc822f..5fd6954 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -907,21 +907,20 @@ and the derived files % \normalitem{\fileent{#1}}% % \space--\hskip1em % } -% \ouritem {luaotfload-font-otc.lua} \fileent{font-otc} from \CONTEXT; -% font feature handling. -% \ouritem {luaotfload-lib-dir.lua} \fileent{l-dir} from \CONTEXT; -% contains functionality required -% by \fileent{luaotfload-font-nms.lua}. -% \ouritem {luaotfload-luat-ovr.lua} overrides the \CONTEXT logging -% functionality. -% \ouritem {luaotfload-font-pfb.lua} registers the \OpenType -% font reader as handler for -% Postscript fonts. -% \ouritem {luaotfload-font-nms.lua} font database. -% \ouritem {luaotfload-font-clr.lua} color handling. -% \ouritem {luaotfload-font-ltx.lua} font feature handling. -% \ouritem {luaotfload-features.lua} definitions of the \verb|anum| and -% \verb|tlig| features. +% \ouritem {luaotfload-features.lua} font feature handling; +% incorporates some of the code from +% \fileent{font-otc} from \CONTEXT; +% \ouritem {luaotfload-lib-dir.lua} \fileent{l-dir} from \CONTEXT; +% contains functionality required +% by \fileent{luaotfload-font-nms.lua}. +% \ouritem {luaotfload-override.lua} overrides the \CONTEXT logging +% functionality. +% \ouritem {luaotfload-loaders.lua} registers the \OpenType +% font reader as handler for +% Postscript fonts +% (\abbrev{pfa}, \abbrev{pfb}). +% \ouritem {luaotfload-database.lua} font names database. +% \ouritem {luaotfload-colors.lua} color handling. % \end{itemize} % % \begin{figure}[b] |