diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:54:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:54:18 +0000 |
commit | 75553bd842302454a6c00a4df2cc016411d7a4b4 (patch) | |
tree | 19ab91c01a81b7aac6e04f6a324476c3e94d191d /Master/texmf-dist/source/latex/koma-script/scrtime.ins | |
parent | b6997fafa1ead62e91af07d4b8ccaca942d7eb42 (diff) |
trunk/Master/texmf-dist/source/latex/koma-script
git-svn-id: svn://tug.org/texlive/trunk@342 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/scrtime.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/scrtime.ins | 133 |
1 files changed, 133 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/scrtime.ins b/Master/texmf-dist/source/latex/koma-script/scrtime.ins new file mode 100644 index 00000000000..e27d1e0cc92 --- /dev/null +++ b/Master/texmf-dist/source/latex/koma-script/scrtime.ins @@ -0,0 +1,133 @@ +\let\ifbeta\iffalse +%% +%% This file will generate fast loadable files from the dtx files in this +%% package when run through LaTeX or TeX. +%% +%% This file is part of the LaTeX2e KOMA-Script-bundle +%% --------------------------------------------------- +%% +%% This system 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. +%% +%% IMPORTANT NOTICE: +%% +%% Copyright (C) 1994-2004 by Markus Kohm. +%% +%% All rights reserved. For further copyright information see the file +%% readme.txt or liesmich.txt, and any other copyright indicated in this +%% file. +%% +%% Permission is granted to distributed verbatim copies of this file +%% together with all other files of the KOMA-script-bundle (as mentioned +%% in readme.txt and liesmich.txt). +%% +%% No other permissions to copy or distribute this file in any form +%% are granted and in particular no permission to modify its contents. +%% +%% --------------- start of docstrip commands ------------------ +%% +\def\batchfile{scrtime.ins} +\input docstrip.tex + +\keepsilent +\askforoverwritetrue + +\preamble +\endpreamble + +\ifToplevel{\ifx\generate\undefined + \Msg{**********************************************} + \Msg{*} + \Msg{* This installation requires docstrip} + \Msg{* version 2.3c or later.} + \Msg{*} + \Msg{* An older version of docstrip has been input} + \Msg{*} + \Msg{**********************************************} + \errhelp{Move or rename old docstrip.tex.} + \errmessage{Old docstrip in input path} + \batchmode + \csname @@end\endcsname + \fi + \ifx\askonceonly\undefined\else\askonceonly\fi +} + +\declarepreamble\timepreamble + +Copyright (C) 1994-2004 by Markus Kohm. + +All rights reserved. For further copyright information see the file +legal.txt, and any other copyright indicated in this file. + +This file is part of the LaTeX2e KOMA-Script-bundle. +---------------------------------------------------- + +The KOMA-Script-bundle (but not this file) bases on the +Script-family created by Frank Neukam 1993 and the standard +documents classes created by the LaTeX3-Team 1994-1996. +------------------------------------------------------------- + + This system 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. + + +IMPORTANT NOTICE: + +For error reports in case of UNCHANGED versions see documentation. + +Please do not request updates from us directly. Distribution is +done through Mail-Servers, Mailboxes and TeX organizations. + +You are not allowed to change this file. + +You are allowed to distribute this file under the condition that +it is distributed together with all files mentioned in readme.txt +and liesmich.txt. See LEGAL.TXT or LEGALDE.TXT for further +information. + +If you receive only some of these files from someone, complain! + +You are NOT ALLOWED to distribute this file alone. + +\endpreamble + +\generate{\usepreamble\timepreamble + \file{scrtime.sty}{\from{scrtime.dtx}{scrtime% +\ifbeta,beta\fi} + \from{scrlogo.dtx}{}} + \file{scrdate.sty}{\from{scrtime.dtx}{scrdate% +\ifbeta,beta\fi} + \from{scrlogo.dtx}{}}} + +\ifToplevel{ +\Msg{***********************************************************} +\Msg{*} +\ifbeta +\Msg{* THIS IS A BETA VERSION. YOU SHOULD NOT INSTALL OR USE IT!} +\Msg{* THERE MAY BE A LOT OF BUGS AT THIS VERSION!} +\Msg{* PLEASE INSTALL THE RELEASE YOU CAN FIND AT CTAN!} +\Msg{*} +\else +\Msg{* To finish the installation you have to move some} +\Msg{* files into a directory searched by TeX.} +\Msg{* See INSTALL.TXT (english) or INSTALLD.TXT (german)} +\Msg{* for more information.} +\Msg{*} +\Msg{* You may also produce the implementation-documentation,} +\Msg{* but you don't need. To produce it, run files} +\Msg{* `scrtime.dtx' through LaTeX after finishing the} +\Msg{* installation.} +\Msg{*} +\Msg{* To find the manual read readme.txt (english) or} +\Msg{* liesmich.txt (german).} +\Msg{*} +\Msg{* Happy TeXing} +\fi +\Msg{***********************************************************} +} + +\endinput +% +% Ende der Datei `scrtime.ins' |