summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iodhbwm/doc/examples/customizing/iodhbwm-roman-numbers.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/iodhbwm/doc/examples/customizing/iodhbwm-roman-numbers.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/iodhbwm/doc/examples/customizing/iodhbwm-roman-numbers.tex')
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/customizing/iodhbwm-roman-numbers.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/customizing/iodhbwm-roman-numbers.tex b/macros/latex/contrib/iodhbwm/doc/examples/customizing/iodhbwm-roman-numbers.tex
new file mode 100644
index 0000000000..39dd7b00b2
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/customizing/iodhbwm-roman-numbers.tex
@@ -0,0 +1,46 @@
+% ---------------------------------------------------
+% Date: 15.05.2019
+% Version: v1.1.0
+% Autor: Felix Faltin <ffaltin91[at]gmail.com>
+% Repository: https://github.com/faltfe/iodhbwm
+% ---------------------------------------------------
+% --- --- --- --- -- Class options -- --- --- --- ---
+% ---------------------------------------------------
+\documentclass[
+ load-dhbw-templates, % Allow \dhbw* commands
+ auto-intro-pages, % Takes care about titlepage, abstract, ToC, etc.
+ add-tocs-to-toc, % Add LoF, LoT, etc. to ToC
+ mainlanguage = ngerman, % Set main document language
+ debug % Provide \lipsum, \blindtext
+]{iodhbwm}
+\usepackage[T1]{fontenc}
+
+% ---------------------------------------------------
+% --- --- --- --- - Necessary setup - --- --- --- ---
+% ---------------------------------------------------
+\dhbwsetup{%
+ author = Max Mustermann,
+ thesis type = PA,
+ thesis title = Einführungsbeispiel mit empfohlenen Einstellungen,
+ student id = 12345,
+ location = Musterstadt,
+ institute = Musterwerke GmbH,
+ course/id = Txxxx,
+ supervisor = Felix Faltin,
+ processing period = {01.01.17 -- 31.01.17},
+ intro/roman page numbers
+}
+
+\begin{document}
+ \chapter{Testbild}
+ \blindtext
+
+ \begin{figure}
+ \includegraphics[width=.5\linewidth]{example-image-a}
+ \caption{Example image a}
+ \end{figure}
+
+ \blindtext
+
+ \Blinddocument
+\end{document}