summaryrefslogtreecommitdiff
path: root/luatexbase-cctb.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-21 16:03:52 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-21 16:03:52 +0200
commitddf0ebc277361f955b47575e08dfc8fc63fe493a (patch)
tree00ff52256a0f254276a72c0512add38e03b3b79a /luatexbase-cctb.dtx
parent854b18e30b45d8bdfb36ee90db29c7433b3b2014 (diff)
downloadluatexbase-ddf0ebc277361f955b47575e08dfc8fc63fe493a.tar.gz
new luatex.dtx
Diffstat (limited to 'luatexbase-cctb.dtx')
-rw-r--r--luatexbase-cctb.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/luatexbase-cctb.dtx b/luatexbase-cctb.dtx
index 0baf01e..e2c701d 100644
--- a/luatexbase-cctb.dtx
+++ b/luatexbase-cctb.dtx
@@ -151,7 +151,7 @@ See source file '\inFileName' for details.
% used as a basis).
%
% For your convenience, a few catcode tables are predefined:
-% \begin{itemize*}
+% \begin{itemize}
% \item |\CatcodeTableIniTeX|: Ini\tex catcodes.
% \item |\CatcodeTableString|: the catcode regime used by |\string| and
% |\meaning|: everything has catcode 12, except space (U+0020) that has
@@ -163,7 +163,7 @@ See source file '\inFileName' for details.
% Be aware that this does not provide the exact same environment as
% |\ExplSyntaxOn|: most noticibly, some booleans are not set, and
% |\endlinechar| is not adjusted (it should be 32).
-% \end{itemize*}
+% \end{itemize}
%
% \subsection{Access from Lua}
%
@@ -187,14 +187,14 @@ See source file '\inFileName' for details.
% rest of your Lua code.
%
% Also, nicknames are available for the predefined catcode tables:
-% \begin{itemize*}
+% \begin{itemize}
% \item |CatcodeTableIniTeX| = |ini|,
% \item |CatcodeTableString| = |string|,
% \item |CatcodeTableOther| = |other|,
% \item |CatcodeTableLaTeX| = |latex|,
% \item |CatcodeTableLaTeXAtLetter| = |latex-atletter| = |latex-package|,
% \item |CatcodeTableExpl| = |expl| = |expl3|,
-% \end{itemize*}
+% \end{itemize}
%
% \subsection{High-level stack interface}
%