diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/pauldoc/pauldoc.ins |
Initial commit
Diffstat (limited to 'macros/latex/contrib/pauldoc/pauldoc.ins')
-rw-r--r-- | macros/latex/contrib/pauldoc/pauldoc.ins | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/macros/latex/contrib/pauldoc/pauldoc.ins b/macros/latex/contrib/pauldoc/pauldoc.ins new file mode 100644 index 0000000000..acc03d261b --- /dev/null +++ b/macros/latex/contrib/pauldoc/pauldoc.ins @@ -0,0 +1,60 @@ +%% +%% (C) 2002-2006 Paul Ebermann - Installationsdatei zu pauldoc.dtx +%% +%% Der vollständige Urheberrechtshinweis befindet sich +%% am Begin von pauldoc.dtx. +%% +%% Ich gebe keine Garantie irgendeiner Art. +%% + +\input docstrip.tex +\usedir{tex/latex/paul} + +\Msg{**********************************************************} +\Msg{* Ich werde Dateien in \showdirectory{tex/latex/paul} } +\Msg{* installieren. Bitte stellen Sie sicher, } +\Msg{* dass dieses Verzeichnis vorhanden ist. } +\Msg{* } + +%% der folgende Text wird in jeder generierten +%% Datei am Anfang eingefügt. +\preamble + + ,--------------------------------------------------. + | Das ist eine generierte Datei. | + | | + | (c) 2005-2006 Paul Ebermann. | + '--------------------------------------------------' + +\endpreamble + + +\generate{\file{pauldoc.sty}{\from{pauldoc.dtx}{package}}} + +\Msg{#######################} +\Msg{# } +\Msg{# Um die Installation zu beenden, } +\Msg{# müssen Sie die folgenden Dateien } +\Msg{# in Ihrem TeX-Suchbaum unterbringen: } +\Msg{# } +\Msg{# pauldoc.sty } +\Msg{# } +\Msg{# Um eine Dokumentation zu erzeugen, } +\Msg{# benutzen Sie } +\Msg{# } +\Msg{# latex pauldoc.sty } +\Msg{# } +\Msg{# Viel Spaß } +\Msg{# Paul Ebermann } +\Msg{# } +\Msg{#######################} + +\endbatchfile + + +%%% Folgendes ist nur für meinen Editor. +%%% +%%% Local Variables: +%%% mode: latex +%%% TeX-master: t +%%% End: |