diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/thesis/thema.cls |
Initial commit
Diffstat (limited to 'macros/latex/contrib/thesis/thema.cls')
-rw-r--r-- | macros/latex/contrib/thesis/thema.cls | 27 |
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'. |