1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
%% Copyright 2003-2011 Apostolos Syropoulos and Dick Nickalls
%%
%% This file is part of the `decimal' package.
%% You are not allowed to modify its contents.
%%
\def\filedate{2003/07/12}
\def\batchfile{decimal.ins}
\input docstrip.tex
{\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}
\preamble
(c) copyright 2003-2011 Apostolos Syropoulos and Dick Nickalls
This program can be redistributed and/or modified under the terms
of the LaTeX Project Public License Distributed from CTAN
archives in directory macros/latex/base/lppl.txt; either
version 1 of the License, or any later version.
Please report errors or suggestions for improvement to
Apostolos Syropoulos Dick Nickalls
apostolo@obelix.ee.duth.gr dick@nickalls.org
\endpreamble
\keepsilent
\generate{\generateFile{decimal.sty}{f}{\from{decimal.dtx}{decimal}}}
\postamble
\endpostamble
\Msg{**********************************************************}
\Msg{* To finish installation you have to copy}
\Msg{* the generated .sty file in the appropriate}
\Msg{* directory and then to rehash your TeX system}
\Msg{* Happy British TeXing!}
\Msg{**********************************************************}
\endinput
|