[latex3-commits] [git/LaTeX3-latex3-latex3] master: Initial set of part for interface3 (c2942fffb)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Feb 8 20:10:43 CET 2021


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/c2942fffb2ce8dfcf76467b526376c53888bb839

>---------------------------------------------------------------

commit c2942fffb2ce8dfcf76467b526376c53888bb839
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Feb 8 19:10:43 2021 +0000

    Initial set of part for interface3


>---------------------------------------------------------------

c2942fffb2ce8dfcf76467b526376c53888bb839
 l3kernel/doc/source3body.tex | 45 ++++++++++++++++++++++++++++++++------------
 1 file changed, 33 insertions(+), 12 deletions(-)

diff --git a/l3kernel/doc/source3body.tex b/l3kernel/doc/source3body.tex
index 9290fd990..9e13999bf 100644
--- a/l3kernel/doc/source3body.tex
+++ b/l3kernel/doc/source3body.tex
@@ -169,6 +169,8 @@ stand-alone \LaTeX3 is developed.
 \clearpage
 \pagenumbering{arabic}
 
+\part{Introduction}
+
 \chapter{Introduction to \pkg{expl3} and this document}
 
 This document is intended to act as a comprehensive reference manual
@@ -505,27 +507,38 @@ used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments.
 
 \DisableImplementation
 
+\part{Bootstrapping}
+
 \DocInput{l3bootstrap.dtx}
 \DocInput{l3names.dtx}
 \ExplSyntaxOn
 \clist_gput_right:Nn \g_docinput_clist { l3kernel-functions.dtx }
 \ExplSyntaxOff
+
+\part{Programming Flow}
+
 \DocInput{l3basics.dtx}
 \DocInput{l3expan.dtx}
-\DocInput{l3quark.dtx}
+\DocInput{l3sort.dtx}
+\DocInput{l3tl-analysis.dtx}
+\DocInput{l3regex.dtx}
+\DocInput{l3prg.dtx}
+\DocInput{l3sys.dtx}
+\DocInput{l3msg.dtx}
+\DocInput{l3file.dtx}
+
+\part{Data types}
+
 \DocInput{l3tl.dtx}
 \DocInput{l3str.dtx}
 \DocInput{l3str-convert.dtx}
+\DocInput{l3quark.dtx}
 \DocInput{l3seq.dtx}
 \DocInput{l3int.dtx}
 \DocInput{l3flag.dtx}
-\DocInput{l3prg.dtx}
-\DocInput{l3sys.dtx}
 \DocInput{l3clist.dtx}
 \DocInput{l3token.dtx}
 \DocInput{l3prop.dtx}
-\DocInput{l3msg.dtx}
-\DocInput{l3file.dtx}
 \DocInput{l3skip.dtx}
 \DocInput{l3keys.dtx}
 \DocInput{l3intarray.dtx}
@@ -553,13 +566,13 @@ used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments.
 
 \DocInput{l3fparray.dtx}
 \DocInput{l3cctab.dtx}
-\DocInput{l3sort.dtx}
-\DocInput{l3tl-analysis.dtx}
-\DocInput{l3regex.dtx}
-\DocInput{l3box.dtx}
-\DocInput{l3coffins.dtx}
-\DocInput{l3color-base.dtx}
+
 \DocInput{l3luatex.dtx}
+
+\DocInput{l3legacy.dtx}
+
+\part{Text manipulation}
+
 \DocInput{l3unicode.dtx}
 \DocInput{l3text.dtx}
 \ExplSyntaxOn
@@ -569,7 +582,15 @@ used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments.
     l3text-purify.dtx
   }
 \ExplSyntaxOff
-\DocInput{l3legacy.dtx}
+
+\part{Typesetting}
+
+\DocInput{l3box.dtx}
+\DocInput{l3coffins.dtx}
+\DocInput{l3color-base.dtx}
+
+\part{Additions and removals}
+
 \DocInput{l3candidates.dtx}
 
 \ExplSyntaxOn





More information about the latex3-commits mailing list.