diff options
author | Will Robertson <wspr81@gmail.com> | 2010-06-05 16:36:00 +0930 |
---|---|---|
committer | Will Robertson <wspr81@gmail.com> | 2010-06-05 16:36:00 +0930 |
commit | 44dcbbcef3d06f80747407f0c70c57e1ab1fe76c (patch) | |
tree | bc5b46fafff6eb30c798cc8b39a8d3738abb8ab8 /luaotfload.dtx | |
parent | 03963d695da89b36b64d448628541d2ef4dbd66a (diff) | |
download | luaotfload-44dcbbcef3d06f80747407f0c70c57e1ab1fe76c.tar.gz |
add section headings
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r-- | luaotfload.dtx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx index 77d8e5b..f4d39f6 100644 --- a/luaotfload.dtx +++ b/luaotfload.dtx @@ -457,6 +457,8 @@ end % \end{macrocode} % +% \subsection{Module loading} +% % We load the \ConTeXt\ files with this function. It automatically adds the % \texttt{otfl-} prefix to it, so that we call it with the actual \ConTeXt\ % name. @@ -554,6 +556,8 @@ luaotfload.loadmodule('font-clr.lua') % \end{macrocode} % +% \subsection{\ConTeXt\ override} +% % Here we override some defaults set in \ConTeXt\ code. % % \begin{macrocode} |