summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/iodhbwm/examples/appendix/iodhbwm-appendix-auto.tex
blob: 8e5216b7883ad4b0609935afa0b55026cee495bf (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
% ---------------------------------------------------
% Date:       12.12.2018
% Version:    v0.1
% Autor:      Felix Faltin <ffaltin91[at]gmail.com>
% Repository: https://github.com/faltfe/iodhbwm
% ---------------------------------------------------
% --- --- --- --- -- Class options -- --- --- --- ---
% ---------------------------------------------------
\documentclass[
    load-dhbw-templates,        % Allow \dhbw* commands
    add-tocs-to-toc,            % Add LoF, LoT, etc. to ToC
    auto-intro-pages = custom,  % Takes care about titlepage, abstract, ToC, etc.
    language         = ngerman, % Set main document language
    debug                       % Provide \lipsum, \blindtext
]{iodhbwm}
\usepackage[T1]{fontenc}

% ---------------------------------------------------
% --- --- --- --- - Necessary setup - --- --- --- ---
% ---------------------------------------------------
\dhbwsetup{%
    intro/print toc,
    intro/append custom content = {\listofappendices}
}

% ---------------------------------------------------
% --- --- --- --- Begin actual content -- --- --- ---
% ---------------------------------------------------
\begin{document}
    \Blinddocument

     % ---------------------------------------------------
     % --- --- --- --- -- Begin appendix - --- --- --- ---
     % ---------------------------------------------------
    \appendix
    \chapter{Hello world}
        \blindtext
\end{document}