diff options
Diffstat (limited to 'luatexbase-attr.dtx')
-rw-r--r-- | luatexbase-attr.dtx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/luatexbase-attr.dtx b/luatexbase-attr.dtx index 1580168..f095f05 100644 --- a/luatexbase-attr.dtx +++ b/luatexbase-attr.dtx @@ -127,6 +127,8 @@ See source file '\inFileName' for details. % just like Plain TeX and LaTeX do for other registers. % \end{abstract} % +% \tableofcontents +% % \section{Documentation} % % The main macro defined here is |\newluatexattribute|. It behaves in the same @@ -248,9 +250,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 @@ -262,6 +262,8 @@ See source file '\inFileName' for details. \directlua{require('luatexbase.attr.lua')} % \end{macrocode} % +% \subsection{User macros} +% % The allocaton macro. % % \begin{macrocode} |