You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
4.3 KiB
119 lines
4.3 KiB
% ======================================================================
|
|
% scrstrip.inc
|
|
% Copyright (c) Markus Kohm, 2002-2019
|
|
%
|
|
% This file is part of the LaTeX2e KOMA-Script bundle.
|
|
%
|
|
% This work may be distributed and/or modified under the conditions of
|
|
% the LaTeX Project Public License, version 1.3c of the license.
|
|
% The latest version of this license is in
|
|
% http://www.latex-project.org/lppl.txt
|
|
% and version 1.3c or later is part of all distributions of LaTeX
|
|
% version 2005/12/01 or later and of this work.
|
|
%
|
|
% This work has the LPPL maintenance status "author-maintained".
|
|
%
|
|
% The Current Maintainer and author of this work is Markus Kohm.
|
|
%
|
|
% In particular, NO PERMISSION is granted to modify the contents of this
|
|
% file since it contains the legal notices that are placed in the files
|
|
% it generates.
|
|
%
|
|
% This work consists of all files listed in manifest.txt.
|
|
% ----------------------------------------------------------------------
|
|
% scrstrip.inc
|
|
% Copyright (c) Markus Kohm, 2002-2019
|
|
%
|
|
% Diese Datei ist Teil des LaTeX2e-KOMA-Script-Pakets.
|
|
%
|
|
% Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
|
|
% Version 1.3c, verteilt und/oder veraendert werden.
|
|
% Die neuste Version dieser Lizenz ist
|
|
% http://www.latex-project.org/lppl.txt
|
|
% und Version 1.3c ist Teil aller Verteilungen von LaTeX
|
|
% Version 2005/12/01 oder spaeter und dieses Werks.
|
|
%
|
|
% Dieses Werk hat den LPPL-Verwaltungs-Status "author-maintained"
|
|
% (allein durch den Autor verwaltet).
|
|
%
|
|
% Der Aktuelle Verwalter und Autor dieses Werkes ist Markus Kohm.
|
|
%
|
|
% Als Besonderheit: Es NICHT GESTATTET den Inhalt dieser Datei zu
|
|
% aendern, da sie rechtliche Hinweise enthaelt, die in die erzeugten
|
|
% Dateien eingefuegt werden.
|
|
%
|
|
% Dieses Werk besteht aus den in manifest.txt aufgefuehrten Dateien.
|
|
% ======================================================================
|
|
%
|
|
% This file will be included at startup of every KOMA-Script
|
|
% docstrip batch file.
|
|
%
|
|
|
|
% ---------- start of docstrip -----------------------------------------
|
|
|
|
\KOMAdefVariable{AUTHOR}{Markus Kohm}
|
|
\KOMAdefVariable{EMAIL}{[komascript at gmx info]}
|
|
\KOMAdefVariable{COPYRIGHTFROM}{1994}
|
|
\KOMAdefVariable{COPYRIGHTTILL}{2019}
|
|
|
|
\let\ifbeta=\iffalse % with = will be replaced by release process
|
|
|
|
\ifToplevel{%
|
|
\Msg{+======================================================================}
|
|
\Msg{| KOMA-Script}
|
|
\Msg{| a versatile LaTeX2e bundle}
|
|
\Msg{+----------------------------------------------------------------------}
|
|
\Msg{| This batchfile will unpack some or all parts of KOMA-Script.}
|
|
\Msg{| On errors press either `h' or ask an expert for help after reading}
|
|
\Msg{| `README'.}
|
|
\Msg{+----------------------------------------------------------------------}
|
|
% ---------- some docstrip switchs -------------------------------------
|
|
\keepsilent
|
|
\askforoverwritefalse
|
|
% ---------- validity --------------------------------------------------
|
|
\KOMAvalidityTest{manifest.txt}
|
|
}
|
|
|
|
% ---------- defining preambles ----------------------------------------
|
|
|
|
\preamble
|
|
|
|
\noexpand\KOMAuseVariable{COPYRIGHT}
|
|
|
|
This file was generated from file(s) of the KOMA-Script bundle.
|
|
---------------------------------------------------------------
|
|
|
|
It may be distributed under the conditions of the
|
|
LaTeX Project Public License in the version distributed together
|
|
with KOMA-Script, see file `lppl.txt' or `lppl-de.txt'.
|
|
|
|
This file may only be distributed together with a copy of the
|
|
KOMA-Script bundle. You may however distribute the
|
|
KOMA-Script bundle without all such generated files. See also
|
|
`lppl.txt' or `lppl-de.txt' for additional information.
|
|
|
|
The list of files belonging to KOMA-Script distribution is given in
|
|
the file `manifest.txt'. See also `lppl.txt' or `lppl-de.txt' for
|
|
additional information.
|
|
|
|
If this file is a beta version, you may not be allowed to distribute
|
|
it. Look at the comments below to see if this is the case.
|
|
|
|
English and German manuals are part of KOMA-Script bundle.
|
|
----------------------------------------------------------
|
|
|
|
See `README'.
|
|
|
|
The KOMA-Script bundle (but maybe not this file) was based upon the
|
|
LaTeX 2.09 Script family created by Frank Neukam 1993 and the LaTeX2e
|
|
standard classes created by The LaTeX3 Project 1994-1996. You can
|
|
find a complete unmodified copy of LaTeX2e at
|
|
<http://mirror.ctan.org/tex-archive/macros/latex/base/>.
|
|
|
|
\endpreamble
|
|
|
|
\endinput
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% End:
|
|
|