diff options
author | Norbert Preining <norbert@preining.info> | 2019-12-28 16:13:03 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-12-28 16:13:03 +0900 |
commit | ee61edfd06a1aa466f473bc5b5ee0f44760e0bb6 (patch) | |
tree | bf59d44319b4d5eac2cb998b0c06c816595eee2d /texmf-dist/source/latex/pmdb/pmdb.ins | |
parent | c4f0f121c75a50c8edd889c3518271a6ac1842e2 (diff) |
new pmdb
Diffstat (limited to 'texmf-dist/source/latex/pmdb/pmdb.ins')
-rw-r--r-- | texmf-dist/source/latex/pmdb/pmdb.ins | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/texmf-dist/source/latex/pmdb/pmdb.ins b/texmf-dist/source/latex/pmdb/pmdb.ins new file mode 100644 index 00000000..a0bd3aa2 --- /dev/null +++ b/texmf-dist/source/latex/pmdb/pmdb.ins @@ -0,0 +1,60 @@ +%% +%% This file will generate fast loadable files and documentation +%% driver files from the doc files in this package when run through +%% LaTeX or TeX. +%% +%% Copyright 1999-2012 D. P. Story +%% +%% This file is part of the `AcroTeX eDucation Bundle'. +%% ------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\filedate{2019/11/08} +\def\batchfile{pmdb.ins} + +\input docstrip +\ifx\generate\undefined + \Msg{**********************************************} + \Msg{*} + \Msg{* This installation requires docstrip} + \Msg{* version 2.4 or later.} + \Msg{*} + \Msg{* An older version of docstrip has been input} + \Msg{*} + \Msg{**********************************************} + \errhelp{Move or rename old docstrip.tex and get a newer one.} + \errmessage{Old docstrip in input path} + \batchmode + \csname @@end\endcsname\end +\fi + +\keepsilent +\askforoverwritefalse +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\preamble +\endpreamble + +\generate +{% + \file{pmdb.sty}{\from{pmdb.dtx}{copyright,package}} +} + +\Msg{***************************************************************} +\Msg{*} +\Msg{* \space To finish the installation you have to copy the files } +\Msg{*} +\Msg{* \space *.sty, *.cfg and *.def into a directory searched by TeX} +\Msg{*} +\Msg{***************************************************************} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\endinput |