Added custom masterthesis class
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
18
masterthesis.cls
Normal file
18
masterthesis.cls
Normal 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
|
||||||
Reference in New Issue
Block a user