summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thesis/thema.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/thesis/thema.cls')
-rw-r--r--macros/latex/contrib/thesis/thema.cls27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/thesis/thema.cls b/macros/latex/contrib/thesis/thema.cls
new file mode 100644
index 0000000000..e5c2e686b7
--- /dev/null
+++ b/macros/latex/contrib/thesis/thema.cls
@@ -0,0 +1,27 @@
+%%
+%% This is file `thema.cls',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% thesis.dtx (with options: `thema')
+%%
+%% Copyright (C) 1991, 1996 by Wenzel Matiaske, mati1831@perform.ww.tu-berlin.de
+%%
+%% You are not allowed to distribute this file without the
+%% original source thesis.dtx. For distribution of the
+%% sources see the copyright notice in the file thesis.dtx.
+%%
+\def\filename{thema}
+\def\fileversion{1.0g}
+\def\filedate{1996/25/01}
+\def\docdate{1995/25/01}
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesClass{thema}[\filedate\space\fileversion\space%
+ LaTeX document class (wm).]
+\DeclareOption*{\PassOptionsToClass{\CurrentOption}{thesis}}
+\ProcessOptions
+\LoadClass[thema]{thesis}
+\endinput
+%%
+%% End of file `thema.cls'.