diff --git a/masterthesis.cls b/masterthesis.cls new file mode 100644 index 0000000..02ebc0b --- /dev/null +++ b/masterthesis.cls @@ -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