[latex3-commits] [git/LaTeX3-latex3-latex3] master: Stub l3draw-layers (2ade947)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Feb 12 19:53:55 CET 2019


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

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

commit 2ade94707c095c203a25defa662198223b6037b4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Feb 12 18:53:55 2019 +0000

    Stub l3draw-layers


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

2ade94707c095c203a25defa662198223b6037b4
 l3experimental/l3draw/l3draw-code.tex   |    1 +
 l3experimental/l3draw/l3draw-layers.dtx |   69 +++++++++++++++++++++++++++++++
 l3experimental/l3draw/l3draw.ins        |    1 +
 3 files changed, 71 insertions(+)

diff --git a/l3experimental/l3draw/l3draw-code.tex b/l3experimental/l3draw/l3draw-code.tex
index b096c9a..8325f0f 100644
--- a/l3experimental/l3draw/l3draw-code.tex
+++ b/l3experimental/l3draw/l3draw-code.tex
@@ -40,6 +40,7 @@ for those people who are interested.
   {
     l3draw.dtx            ,
     l3draw-boxes.dtx      ,
+    l3draw-layers.dtx     ,
     l3draw-paths.dtx      ,
     l3draw-points.dtx     ,
     l3draw-scopes.dtx     ,
diff --git a/l3experimental/l3draw/l3draw-layers.dtx b/l3experimental/l3draw/l3draw-layers.dtx
new file mode 100644
index 0000000..ef0e75c
--- /dev/null
+++ b/l3experimental/l3draw/l3draw-layers.dtx
@@ -0,0 +1,69 @@
+% \iffalse meta-comment
+%
+%% File: l3draw-layers.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
+%
+%    http://www.latex-project.org/lppl.txt
+%
+% This file is part of the "l3experimental 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>
+\RequirePackage{expl3}
+\documentclass[full]{l3doc}
+\begin{document}
+  \DocInput{\jobname.dtx}
+\end{document}
+%</driver>
+% \fi
+%
+% \title{^^A
+%   The \pkg{l3draw-layers} package\\ Layers^^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-01-28}
+%
+% \maketitle
+%
+% \begin{implementation}
+%
+% \section{\pkg{l3draw-layers} implementation}
+%
+%    \begin{macrocode}
+%<*initex|package>
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+%<@@=draw>
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+%</initex|package>
+%    \end{macrocode}
+%
+% \end{implementation}
+%
+% \PrintIndex
diff --git a/l3experimental/l3draw/l3draw.ins b/l3experimental/l3draw/l3draw.ins
index 855f033..836d9a3 100644
--- a/l3experimental/l3draw/l3draw.ins
+++ b/l3experimental/l3draw/l3draw.ins
@@ -57,6 +57,7 @@ and all files in that bundle must be distributed together.
   {
     \from{l3draw.dtx}            {package}
     \from{l3draw-boxes.dtx}      {package}
+    \from{l3draw-layers.dtx}     {package}
     \from{l3draw-paths.dtx}      {package}
     \from{l3draw-points.dtx}     {package}
     \from{l3draw-scopes.dtx}     {package}





More information about the latex3-commits mailing list