summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iodhbwm/doc/examples/customizing/iodhbwm-roman-numbers.tex
blob: 39dd7b00b293bdcba5af55a392440decde4e421e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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}