@@ -10,13 +10,14 @@ The following options are supported:
1010
1111- ` f|m|fm ` - gender used in the title: female, male, or both (required)
1212- ` seminar|proposal|bachelor|master ` - seminar paper, proposal, bachelor's thesis, or master's thesis (required)
13- - ` scrreprt ` - use the scrreprt documentclass instead of article (optional)
14- - ` group ` - prints two statements after the cover page (optional)
15- - ` date ` - prints the exact date instead of month and year (optional)
16- - ` times|palatino ` - used font (only one can be applied at the same time, the default font is "Computer Modern") (optional)
17- - ` twoside ` - layout for two-sided print (optional)
18- - ` binding ` - adds 8mm on the left/right side for binding (optional)
19- - ` frames ` - prints additional frames to check the document layout (optional)
13+ - ` scrreprt ` - use the scrreprt documentclass (optional, default: article class)
14+ - ` group ` - prints two statements after the cover page (optional, default: one statement)
15+ - ` date ` - prints the exact date (optional, default: month and year)
16+ - ` times|palatino ` - used font (optional, default: Computer Modern)
17+ - ` twoside ` - layout for two-sided print (optional, default: one-sided)
18+ - ` binding ` - adds 8mm on the left/right side for binding (optional, default: no binding)
19+ - ` codegpl ` - lists in the that the source code is available via a GNU General Public License (optional, default: CC license)
20+ - ` frames ` - prints additional frames to check the document layout (optional, default: no frames)
2021
2122If the option ` twoside ` is activated, there are blank pages inserted after the cover page and its following statement(s).
2223
0 commit comments