[latex3-commits] [git/LaTeX3-latex3-latex3] xparse: Stub usrguide3 (3f32c37e6)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Mar 8 22:51:31 CET 2020


Repository : https://github.com/latex3/latex3
On branch  : xparse
Link       : https://github.com/latex3/latex3/commit/3f32c37e613ad10a74e612ccd439a8642718c4c5

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

commit 3f32c37e613ad10a74e612ccd439a8642718c4c5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Mar 8 21:51:31 2020 +0000

    Stub usrguide3


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

3f32c37e613ad10a74e612ccd439a8642718c4c5
 l3kernel/build.lua                                 |  2 +-
 .../l3hooks-code.tex => l3kernel/doc/usrguide3.tex | 41 ++++++++++------------
 2 files changed, 20 insertions(+), 23 deletions(-)

diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index b03996be8..dc8c863f5 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -36,7 +36,7 @@ tagfiles     =
 typesetfiles =
   {
     "expl3.dtx", "l3docstrip.dtx","interface3.tex", "l3syntax-changes.tex",
-    "l3styleguide.tex", "l3term-glossary.tex", "source3.tex",
+    "l3styleguide.tex", "l3term-glossary.tex", "source3.tex", "usrguide3.tex",
     "l3prefixes.tex",
     "l3news*.tex"
   }
diff --git a/l3trial/l3hooks/l3hooks-code.tex b/l3kernel/doc/usrguide3.tex
similarity index 60%
copy from l3trial/l3hooks/l3hooks-code.tex
copy to l3kernel/doc/usrguide3.tex
index b7baeebfc..d2e7a4e2a 100644
--- a/l3trial/l3hooks/l3hooks-code.tex
+++ b/l3kernel/doc/usrguide3.tex
@@ -1,8 +1,8 @@
 \iffalse meta-comment
 
-File: l3hooks-code.tex
+File: usrguide3.tex
 
-Copyright (C) 2019 The LaTeX3 Project
+Copyright (C) 2020 The LaTeX3 Project
 
 It may be distributed and/or modified under the conditions of the
 LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -11,7 +11,7 @@ of this license is in the file
 
    https://www.latex-project.org/lppl.txt
 
-This file is part of the "l3trial bundle" (The Work in LPPL)
+This file is part of the "l3kernel bundle" (The Work in LPPL)
 and all files in that bundle must be distributed together.
 
 The released version of this bundle is available from CTAN.
@@ -27,30 +27,27 @@ for those people who are interested.
 \fi
 
 \documentclass{l3doc}
+\listfiles
+
+\title{\LaTeX3 methods for authors}
+\author{%
+ The \LaTeX3 Project\thanks
+   {%
+     E-mail:
+       \href{mailto:latex-team at latex-project.org}
+         {latex-team at latex-project.org}%
+   }%
+}
+\date{Released 2020-03-06}
 
 \begin{document}
 
-\makeatletter
-\let\DelayPrintIndex\PrintIndex
-\let\PrintIndex\@empty
-\makeatother
+\maketitle
 
-\ExplSyntaxOn
-\clist_gput_right:Nn \g_docinput_clist
-  {
-    l3hooks.dtx ,
-  }
-\ExplSyntaxOff
+\tableofcontents
 
-\part{Implementation}
+\section{Introduction}
 
-\def\maketitle{}
-\EnableImplementation
-\DisableDocumentation
-\DocInputAgain
-
-\clearpage
-
-\DelayPrintIndex
+\section{Creating document commands and environments}
 
 \end{document}





More information about the latex3-commits mailing list.