Added custom masterthesis class

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-01-03 16:22:46 +01:00
parent 20ed1be9f5
commit 060b01f1a7

18
masterthesis.cls Normal file
View File

@ -0,0 +1,18 @@
\NeedsTeXFormat{LaTeX2e} % specify required latex format
\ProvidesClass{masterthesis}[2019/01/03 Masterthesis Class]
% Fallback, pass all unknown options to base class
\DeclareOption*{
\PassOptionsToClass{\CurrentOption}{scrreprt}
}
% Process given options
\ProcessOptions\relax
% Load base class
\LoadClass[a4paper]{scrreprt}
% do some stuff
% mandatory last line
\endinput