[latex3-commits] [git/LaTeX3-latex3-latex3] master: Improve some sectioning (c19c1bb0b)

PhelypeOleinik phelype.oleinik at latex-project.org
Tue Jan 19 15:58:25 CET 2021


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

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

commit c19c1bb0baaca9841ebd809d37bd39610ea79583
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Tue Jan 19 11:58:25 2021 -0300

    Improve some sectioning
    
    [ci skip]


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

c19c1bb0baaca9841ebd809d37bd39610ea79583
 l3kernel/l3basics.dtx | 2 +-
 l3kernel/l3int.dtx    | 2 +-
 l3kernel/l3prg.dtx    | 2 ++
 l3kernel/l3quark.dtx  | 2 +-
 4 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index bd6349d57..a3bfce9af 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -1293,7 +1293,7 @@
 %   \end{texnote}
 % \end{function}
 %
-% \subsection{Debugging support}
+% \section{Debugging support}
 %
 % \begin{function}[added = 2017-07-16, updated = 2017-08-02]{\debug_on:n, \debug_off:n}
 %   \begin{syntax}
diff --git a/l3kernel/l3int.dtx b/l3kernel/l3int.dtx
index 84138a1c1..17dc57500 100644
--- a/l3kernel/l3int.dtx
+++ b/l3kernel/l3int.dtx
@@ -919,7 +919,7 @@
 %   code and so should only be used for short-term storage.
 % \end{variable}
 %
-% \subsection{Direct number expansion}
+% \section{Direct number expansion}
 %
 % \begin{function}[EXP, added = 2018-03-27]{\int_value:w}
 %   \begin{syntax}
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index 64dd44de2..0a0564209 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -353,6 +353,8 @@
 %   check that the \meta{boolean} really is a boolean variable.
 % \end{function}
 %
+% \subsection{Scratch booleans}
+%
 % \begin{variable}{\l_tmpa_bool, \l_tmpb_bool}
 %   A scratch boolean for local assignment. It is never used by
 %   the kernel code, and so is safe for use with any \LaTeX3-defined
diff --git a/l3kernel/l3quark.dtx b/l3kernel/l3quark.dtx
index e2313938d..34c759cd9 100644
--- a/l3kernel/l3quark.dtx
+++ b/l3kernel/l3quark.dtx
@@ -260,7 +260,7 @@
 %   \cs[no-index]{\meta{type}_map_break:}.
 % \end{function}
 %
-% \section{An example of recursion with quarks}
+% \subsection{An example of recursion with quarks}
 % \label{sec:l3quark:quark-example}
 %
 % Quarks are mainly used internally in the \pkg{expl3} code to define





More information about the latex3-commits mailing list.