summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/iodhbwm/examples/abstract/my-abstract.inc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/iodhbwm/examples/abstract/my-abstract.inc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/iodhbwm/examples/abstract/my-abstract.inc.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/iodhbwm/examples/abstract/my-abstract.inc.tex b/Master/texmf-dist/doc/latex/iodhbwm/examples/abstract/my-abstract.inc.tex
new file mode 100644
index 00000000000..d596f45450f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/iodhbwm/examples/abstract/my-abstract.inc.tex
@@ -0,0 +1,19 @@
+% ---------------------------------------------------
+% Date: 12.12.2018
+% Version: v0.1
+% Autor: Felix Faltin <ffaltin91[at]gmail.com>
+% Repository: https://github.com/faltfe/iodhbwm
+% ---------------------------------------------------
+% Use mainlanguage first
+\section*{\abstractname}
+ \thispagestyle{empty}
+ \blindtext
+
+% Switch language to english
+\begin{otherlanguage}{english}
+ \section*{\abstractname}
+ \blindtext
+
+\end{otherlanguage}
+
+\cleardoublepage \ No newline at end of file