[latex3-commits] [git/LaTeX3-latex3-pdfresources] renamedict77: starting file code (3ec8ca4)

Ulrike Fischer fischer at troubleshooting-tex.de
Mon Apr 20 19:43:57 CEST 2020


Repository : https://github.com/latex3/pdfresources
On branch  : renamedict77
Link       : https://github.com/latex3/pdfresources/commit/3ec8ca48931ccb3573d7a8a169b683ca9225da3f

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

commit 3ec8ca48931ccb3573d7a8a169b683ca9225da3f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Apr 20 19:43:57 2020 +0200

    starting file code


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

3ec8ca48931ccb3573d7a8a169b683ca9225da3f
 l3pdffile.dtx | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 l3pdffile.ins | 62 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 156 insertions(+)

diff --git a/l3pdffile.dtx b/l3pdffile.dtx
new file mode 100644
index 0000000..50d1ff0
--- /dev/null
+++ b/l3pdffile.dtx
@@ -0,0 +1,94 @@
+% \iffalse meta-comment
+%
+%% File: l3pdffile.dtx
+%
+% Copyright (C) 2018-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
+% 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 "(experimental) pdfresources 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/pdfresources
+%
+% 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{l3pdffile} package\\ Embedding and referencing files in a PDF ^^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 XXXX-XX-XX}
+%
+% \maketitle
+% \begin{documentation}
+%
+% \section{\pkg{l3draw} documentation}
+
+%
+% \begin{function}{\pdffile_XXXX}
+%   \begin{syntax}
+%     \cs{\pdffile_XXXX:}
+%   \end{syntax}
+% \end{function}
+% \end{documentation}
+% 
+% \begin{implementation}
+%
+% \section{\pkg{l3pdffile} implementation}
+%
+%    \begin{macrocode}
+%<*package>
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+%<@@=pdf>
+%    \end{macrocode}
+%
+% \begin{variable}{XXX}
+%    \begin{macrocode}
+
+%    \end{macrocode}
+% \end{variable}
+%
+% \begin{macro}{\pdffile_XXX}
+% \begin{macro}{\@@_XXX}
+%    \begin{macrocode}
+%    \end{macrocode}
+% \end{macro}
+% \end{macro}
+%
+
+%    \begin{macrocode}
+%</package>
+%    \end{macrocode}
+%
+% \end{implementation}
+%
+% \PrintIndex
diff --git a/l3pdffile.ins b/l3pdffile.ins
new file mode 100644
index 0000000..721a0f4
--- /dev/null
+++ b/l3pdffile.ins
@@ -0,0 +1,62 @@
+\iffalse meta-comment
+
+File: l3draw.ins
+
+Copyright (C) 2018-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
+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 "(experimental) pdfresources 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/pdfresources
+
+for those people who are interested.
+
+-----------------------------------------------------------------------
+
+Any modification of this file should ensure that the copyright and
+license information is placed in the derived files.
+
+\fi
+
+\input l3docstrip.tex
+\askforoverwritefalse
+
+\preamble
+
+Copyright (C) 2018-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 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 "(experimental) pdfresources bundle" (The Work in LPPL)
+and all files in that bundle must be distributed together.
+
+\endpreamble
+% stop docstrip adding \endinput
+\postamble
+\endpostamble
+
+\keepsilent
+
+\generate{\file{l3pdffile.sty}
+  {
+    \from{l3pdffile.dtx}            {package}
+  }
+}
+
+\endbatchfile





More information about the latex3-commits mailing list.