summaryrefslogtreecommitdiff
path: root/luatexbase-cctb.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 17:51:58 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-03-28 17:51:58 +0200
commitac711f548b737f64e710fc392691a3cdfb802879 (patch)
tree0f8afd6464a6b4fa632eefeabf154a54d20a6e68 /luatexbase-cctb.dtx
parentb15ce057e0f76715604c6760cd9475bcaaf34ca5 (diff)
downloadluatexbase-ac711f548b737f64e710fc392691a3cdfb802879.tar.gz
Adjust documentation toc (attr, cctb, regs).
Diffstat (limited to 'luatexbase-cctb.dtx')
-rw-r--r--luatexbase-cctb.dtx10
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}