diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-25 01:22:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-25 01:22:00 +0000 |
commit | 149d9f3b39fc5846bb69c0f6917eec4d974f1e03 (patch) | |
tree | 2d00ad2b8867021ef3ac7b45fa3851c5335b9430 /Master/texmf-dist/source/latex/pdfpc/pdfpc.ins | |
parent | 17ea4c24b987d526d95d6b72406341fab755b78d (diff) |
pdfpc (25feb20)
git-svn-id: svn://tug.org/texlive/trunk@53902 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/pdfpc/pdfpc.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/pdfpc/pdfpc.ins | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/pdfpc/pdfpc.ins b/Master/texmf-dist/source/latex/pdfpc/pdfpc.ins new file mode 100644 index 00000000000..905306c93e3 --- /dev/null +++ b/Master/texmf-dist/source/latex/pdfpc/pdfpc.ins @@ -0,0 +1,38 @@ +\input docstrip + +\preamble + pdfpc.dtx + Copyright (C) 2020 Evgeny Stambulchik + + This file is part of pdfpc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + + This work consists of the files pdfpc.dtx, pdfpc.ins, and the derived file + pdfpc.sty + +\endpreamble + +\askforoverwritefalse + +\generate +{% + \file{pdfpc.sty}{% + \usepreamble\defaultpreamble + \usepostamble\defaultpostamble + \from{pdfpc.dtx}{pdfpc.sty,package}% + }% +} +\endbatchfile |