summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/disser/src/disser.ins
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/disser/src/disser.ins
Initial commit
Diffstat (limited to 'macros/latex/contrib/disser/src/disser.ins')
-rw-r--r--macros/latex/contrib/disser/src/disser.ins58
1 files changed, 58 insertions, 0 deletions
diff --git a/macros/latex/contrib/disser/src/disser.ins b/macros/latex/contrib/disser/src/disser.ins
new file mode 100644
index 0000000000..221baf6b03
--- /dev/null
+++ b/macros/latex/contrib/disser/src/disser.ins
@@ -0,0 +1,58 @@
+%%
+%% 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) 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
+ \usedir{bibtex/bst/disser}%
+}
+\endbatchfile
+\endinput