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 53 54 55 56 57 58 59 60
|
%%
%% This file is part of the standard disser bundle. It extracts the
%% files from disser.dtx to be installed in the TeX hierarchy.
%%
%% This file may not be changed unless it is distributed under a
%% different name, accompanied by a copy of the original file.
%% The author of the changes and their scope should be clearly
%% documented, so that questions can be distributed to the proper author.
%%
\def\batchfile{disser.ins}
\input docstrip
\preamble
Copyright (c) 2004-2010 Stanislav Kruchinin.
All rights reserved.
This file is part of the disser package.
\endpreamble
\def\ffrom#1{\from{#1.dtx}{#1}}
\def\rtxfile#1{\file{#1.rtx}{\from{#1.dtx}{#1}}}
\def\clsfile#1{\file{#1.cls}{\from{#1.dtx}{#1}}}
\keepsilent
\askforoverwritefalse
\generate{%
\usedir{tex/latex/disser}
\file{disser.cls}{%
\ffrom{disser}
\ffrom{counters}
\ffrom{part}
\ffrom{chapter}
\ffrom{sections}
\ffrom{lists}
\ffrom{floats}
\ffrom{footnote}
\ffrom{env}
\ffrom{page}
\ffrom{titlepage}
\ffrom{toc}
\ffrom{custom}
}
\rtxfile{titledefs}
\rtxfile{bachelor}
\rtxfile{specialist}
\rtxfile{master}
\rtxfile{candidate}
\rtxfile{doctor}
\rtxfile{autoref}
\clsfile{gost732}
\nopostamble
\file{gost705.bst}{\from{gost705.dtx}{gost705}}
\file{gost705s.bst}{\from{gost705.dtx}{gost705s}}
}
%\def\npostamble{}\usepostamble\npostamble
\endbatchfile
\endinput
|