diff options
Diffstat (limited to 'luatexbase-cctb.dtx')
-rw-r--r-- | luatexbase-cctb.dtx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/luatexbase-cctb.dtx b/luatexbase-cctb.dtx index 3565fd0..2122eb7 100644 --- a/luatexbase-cctb.dtx +++ b/luatexbase-cctb.dtx @@ -127,6 +127,8 @@ See source file '\inFileName' for details. % allocation just like Plain TeX and LaTeX do for other registers. % \end{abstract} % +% \tableofcontents +% % \section{Documentation} % % The main macro defined here is |\newluatexcatcodetable|. It behaves the same @@ -271,9 +273,7 @@ See source file '\inFileName' for details. \fi % \end{macrocode} % -% \subsubsection{Main content} -% -% Load the supporting Lua module. +% \subsubsection{Load supporting Lua module} % % \begin{macrocode} \begingroup\expandafter\expandafter\expandafter\endgroup @@ -285,6 +285,8 @@ See source file '\inFileName' for details. \directlua{require('luatexbase.cctb.lua')} % \end{macrocode} % +% \subsubsection{User macros} +% % The allocation macro. Allocate tables starting with 1, since table 0 is % reserved for IniTeX catcodes by LuaTeX. % @@ -346,6 +348,8 @@ See source file '\inFileName' for details. \endgroup} % \end{macrocode} % +% \subsubsection{Predefined tables} +% % The |IniTeX| catcode table needs no extra initialisation. % % \begin{macrocode} |