Skip to content

Commit c52163e

Browse files
committed
Add version 1.4 with option for english cover and statement
1 parent 8cf9892 commit c52163e

File tree

7 files changed

+265
-106
lines changed

7 files changed

+265
-106
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
*.aux
33
*.log
44
*.toc
5+
*.gz

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The following command is used to include the document class in the .tex document
88

99
The following options are supported:
1010

11+
- `english` - Prints an english title page and statement
1112
- `f|m|fm` - gender used in the title: female, male, or both (required)
1213
- `seminar|proposal|bachelor|master` - seminar paper, proposal, bachelor's thesis, or master's thesis (required)
1314
- `scrreprt` - use the scrreprt documentclass (optional, default: article class)
@@ -16,10 +17,10 @@ The following options are supported:
1617
- `times|palatino` - used font (optional, default: Computer Modern)
1718
- `twoside` - layout for two-sided print (optional, default: one-sided)
1819
- `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)
2020
- `frames` - prints additional frames to check the document layout (optional, default: no frames)
21+
- `nogermanabstract` - At University of Koblenz-Landau, this option is only allowed for M.Sc. Web Science students. Only prints the english abstract.
2122

22-
If the option `twoside` is activated, there are blank pages inserted after the cover page and its following statement(s).
23+
If the option `twoside` is used, blank pages are inserted after the cover page and its following statement(s).
2324

2425
The following commands are used to format the cover page. They are used before `\begin{document}`.
2526

@@ -34,12 +35,15 @@ The following commands are used to format the cover page. They are used before `
3435
\secondreviewer{Name of the second reviewer (incl. academic title)}
3536
\secondreveiwerinfo{insititute/research group or external institution}
3637

38+
The following commands declare the abstract texts.
39+
40+
\englishabstract{English abstract text.}
41+
\germanabstract{German abstract text.}
42+
3743
The following commands are used after the `\begin{document}` statement.
3844

3945
\maketitle % prints the cover page and a statement about used sources and publication
4046

41-
\selectlanguage{english} % optional: change document language from ngerman to english
42-
4347
## Example
4448
For an example see [example.tex](example.tex). The output should look like [example.pdf](example.pdf).
4549

0 commit comments

Comments
 (0)