Moved software and source code design to appendices
Additionally, the entire LaTeX setup was adapted for this use case. Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -3,14 +3,15 @@
|
||||
|
||||
% Fallback, pass all unknown options to base class
|
||||
\DeclareOption*{
|
||||
\PassOptionsToClass{\CurrentOption}{scrreprt}
|
||||
\PassOptionsToClass{\CurrentOption}{scrbook}
|
||||
}
|
||||
|
||||
% Process given options
|
||||
\ProcessOptions\relax
|
||||
|
||||
% Load base class
|
||||
\LoadClass[a4paper]{scrreprt}
|
||||
\LoadClass[a4paper,twoside=false,%
|
||||
appendixprefix=true,numbers=noenddot]{scrbook}
|
||||
|
||||
% do some stuff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user