[latex3-commits] [git/LaTeX3-latex3-latex3] master: Stub l3legacy.dtx (a13babc)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu May 2 20:06:58 CEST 2019


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

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

commit a13babc74b383fbb2d1477303ca28f616e003444
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu May 2 18:57:20 2019 +0100

    Stub l3legacy.dtx


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

a13babc74b383fbb2d1477303ca28f616e003444
 l3kernel/l3.ins          |    1 +
 l3kernel/l3legacy.dtx    |   72 ++++++++++++++++++++++++++++++++++++++++++++++
 l3kernel/source3body.tex |    1 +
 3 files changed, 74 insertions(+)

diff --git a/l3kernel/l3.ins b/l3kernel/l3.ins
index 2451257..ed2d726 100644
--- a/l3kernel/l3.ins
+++ b/l3kernel/l3.ins
@@ -104,6 +104,7 @@ and all files in that bundle must be distributed together.
         \from{l3luatex.dtx}     {package,tex}
         \from{l3unicode.dtx}    {package}
         \from{l3candidates.dtx} {package}
+        \from{l3legacy.dtx}     {package}
         \from{l3deprecation.dtx}{package}
       }
   }
diff --git a/l3kernel/l3legacy.dtx b/l3kernel/l3legacy.dtx
new file mode 100644
index 0000000..86be273
--- /dev/null
+++ b/l3kernel/l3legacy.dtx
@@ -0,0 +1,72 @@
+% \iffalse meta-comment
+%
+%% File: l3legacy.dtx
+%
+% Copyright (C) 2019 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
+% license or (at your option) any later version.  The latest version
+% of this license is in the file
+%
+%    https://www.latex-project.org/lppl.txt
+%
+% This file is part of the "l3kernel bundle" (The Work in LPPL)
+% and all files in that bundle must be distributed together.
+%
+% -----------------------------------------------------------------------
+%
+% The development version of the bundle can be found at
+%
+%    https://github.com/latex3/latex3
+%
+% for those people who are interested.
+%
+%<*driver>
+\documentclass[full,kernel]{l3doc}
+\begin{document}
+  \DocInput{\jobname.dtx}
+\end{document}
+%</driver>
+% \fi
+%
+% \title{^^A
+%   The \textsf{l3legacy} package\\ Interfaces to legacy concepts^^A
+% }
+%
+% \author{^^A
+%  The \LaTeX3 Project\thanks
+%    {^^A
+%      E-mail:
+%        \href{mailto:latex-team at latex-project.org}
+%          {latex-team at latex-project.org}^^A
+%    }^^A
+% }
+%
+% \date{Released 2019-04-21}
+%
+% \maketitle
+%
+% \begin{documentation}
+%
+% \end{documentation}
+%
+% \begin{implementation}
+%
+% \section{\pkg{l3legacy} Implementation}
+%
+%    \begin{macrocode}
+%<*package>
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+%<@@=legacy>
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+%</package>
+%    \end{macrocode}
+%
+% \end{implementation}
+%
+% \PrintIndex
diff --git a/l3kernel/source3body.tex b/l3kernel/source3body.tex
index 1efbed7..cd0f7aa 100644
--- a/l3kernel/source3body.tex
+++ b/l3kernel/source3body.tex
@@ -481,6 +481,7 @@ used on top of \LaTeXe{} if \cs{outer} tokens are used in the arguments.
 \DocInput{l3color-base.dtx}
 \DocInput{l3luatex.dtx}
 \DocInput{l3unicode.dtx}
+\DocInput{l3legacy.dtx}
 \DocInput{l3candidates.dtx}
 \DocInput{l3drivers.dtx}
 \ExplSyntaxOn





More information about the latex3-commits mailing list