[latex3-commits] [git/LaTeX3-latex3-pdfresources] master: Stub .dtx/.ins files (753a68e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Mar 4 16:49:41 CET 2019
Repository : https://github.com/latex3/pdfresources
On branch : master
Link : https://github.com/latex3/pdfresources/commit/753a68e14eddd215600f29f37a31fc781120c593
>---------------------------------------------------------------
commit 753a68e14eddd215600f29f37a31fc781120c593
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Mar 4 15:49:41 2019 +0000
Stub .dtx/.ins files
>---------------------------------------------------------------
753a68e14eddd215600f29f37a31fc781120c593
pdfresources.dtx | 48 +++++++++++++++++++++++++++++++++++++++++
pdfresources.ins | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 111 insertions(+)
diff --git a/pdfresources.dtx b/pdfresources.dtx
new file mode 100644
index 0000000..925d13c
--- /dev/null
+++ b/pdfresources.dtx
@@ -0,0 +1,48 @@
+% \iffalse meta-comment
+%
+%% File: pdfresources.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 "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/latex3
+%
+% for those people who are interested.
+%
+%<*driver>
+\documentclass{l3doc}
+\begin{document}
+ \DocInput{\jobname.dtx}
+\end{document}
+%</driver>
+% \fi
+%
+% \title{\pkg{pdfresources}}
+%
+% \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-03-04}
+%
+% \maketitle
+%
+% \PrintIndex
diff --git a/pdfresources.ins b/pdfresources.ins
new file mode 100644
index 0000000..2b2eb51
--- /dev/null
+++ b/pdfresources.ins
@@ -0,0 +1,63 @@
+\iffalse meta-comment
+
+File: pdfresources.ins
+
+Copyright (C) 2019 The LaTeX 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 "pdfresources 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.
+
+-----------------------------------------------------------------------
+
+The development version of the bundle can be found at
+
+ https://github.com/latex3/pdfresources
+
+for those people who are interested.
+
+-----------------------------------------------------------------------
+
+\fi
+
+\input docstrip.tex
+\askforoverwritefalse
+
+\preamble
+
+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 "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{pdfresources.sty}
+ {%
+ \from{pdfresources.dtx}{package}
+ }%
+ }
+
+\endbatchfile
More information about the latex3-commits
mailing list