[latex3-commits] [git/LaTeX3-latex3-latex3] master: Improve source3 TOC (see #860) (b2b7198ac)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Mar 2 10:20:25 CET 2021
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/b2b7198ac5392ce0737b43bd2526b9d5a08d7237
>---------------------------------------------------------------
commit b2b7198ac5392ce0737b43bd2526b9d5a08d7237
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Mar 2 09:20:25 2021 +0000
Improve source3 TOC (see #860)
Not perfect, but improved
>---------------------------------------------------------------
b2b7198ac5392ce0737b43bd2526b9d5a08d7237
l3kernel/doc/source3.tex | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/l3kernel/doc/source3.tex b/l3kernel/doc/source3.tex
index e3134302c..2b01ff376 100644
--- a/l3kernel/doc/source3.tex
+++ b/l3kernel/doc/source3.tex
@@ -70,7 +70,11 @@ for those people who are interested.
\part{Implementation}
-\def\maketitle{}
+\def\maketitle{\refstepcounter{chapter}} %step chapter
+
+\def\toclevel at section{0} %change levels
+\def\toclevel at subsection{1}
+\def\toclevel at subsubsection{2}
\EnableImplementation
\DisableDocumentation
\DocInputAgain
More information about the latex3-commits
mailing list.