summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/postnotes/postnotes-code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-21 20:14:47 +0000
committerKarl Berry <karl@freefriends.org>2022-04-21 20:14:47 +0000
commit0def9bdb5e106486c9fae67078b00a5379b5a69a (patch)
tree5f97f8c7bccf58358d1dc47ded93c1e203099353 /Master/texmf-dist/doc/latex/postnotes/postnotes-code.tex
parent44b32b2d63a16a1cea0784e31a91d6acfdd06dcb (diff)
postnotes (21apr22)
git-svn-id: svn://tug.org/texlive/trunk@63099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/postnotes/postnotes-code.tex')
-rw-r--r--Master/texmf-dist/doc/latex/postnotes/postnotes-code.tex53
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/postnotes/postnotes-code.tex b/Master/texmf-dist/doc/latex/postnotes/postnotes-code.tex
new file mode 100644
index 00000000000..cc23313f517
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/postnotes/postnotes-code.tex
@@ -0,0 +1,53 @@
+% \iffalse meta-comment
+%
+% File: postnotes-code.tex
+%
+% This file is part of the LaTeX package "postnotes".
+%
+% Copyright (C) 2022 Gustavo Barros
+%
+% 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
+%
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+%
+% This work is "maintained" (as per LPPL maintenance status) by
+% Gustavo Barros.
+%
+% This work consists of the files postnotes.dtx,
+% postnotes.ins,
+% postnotes.tex,
+% postnotes-code.tex,
+% and the files generated from them.
+%
+% The released version of this package is available from CTAN.
+%
+% -----------------------------------------------------------------------
+%
+% The development version of the package can be found at
+%
+% https://github.com/gusbrs/postnotes
+%
+% for those people who are interested.
+%
+% -----------------------------------------------------------------------
+%
+% \fi
+
+\documentclass{l3doc}
+
+% Have \GetFileInfo pick up date and version data and used in the
+% documentation.
+\usepackage{postnotes}
+
+\begin{document}
+
+\DocInput{postnotes.dtx}
+
+\end{document}