[latex3-commits] [git/LaTeX3-latex3-latex3] master: Format parts (59f217377)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Feb 8 20:16:58 CET 2021
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/59f21737791d1c0ce4d6fa190566e446670f4263
>---------------------------------------------------------------
commit 59f21737791d1c0ce4d6fa190566e446670f4263
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 8 19:16:58 2021 +0000
Format parts
>---------------------------------------------------------------
59f21737791d1c0ce4d6fa190566e446670f4263
l3kernel/doc/source3body.tex | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/l3kernel/doc/source3body.tex b/l3kernel/doc/source3body.tex
index 9e13999bf..0be8686ea 100644
--- a/l3kernel/doc/source3body.tex
+++ b/l3kernel/doc/source3body.tex
@@ -89,6 +89,12 @@ stand-alone \LaTeX3 is developed.
\makeatletter
% l3doc is based on article, but for these very large documents we need
% chapters; the code is based on the standard classes but somewhat simplified
+\renewcommand\part{%
+ \clearpage
+ \thispagestyle{plain}%
+ \@tempswafalse
+ \null\vfil
+ \secdef\@part\@spart}
\newcounter {chapter}
\numberwithin{section}{chapter}
\renewcommand \thechapter {\@arabic\c at chapter}
More information about the latex3-commits
mailing list.