summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/iodhbwm/doc/examples/appendix
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/appendix
Initial commit
Diffstat (limited to 'macros/latex/contrib/iodhbwm/doc/examples/appendix')
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix-auto.pdfbin0 -> 168050 bytes
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix-auto.tex38
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix.pdfbin0 -> 269843 bytes
-rw-r--r--macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix.tex62
4 files changed, 100 insertions, 0 deletions
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix-auto.pdf b/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix-auto.pdf
new file mode 100644
index 0000000000..cf34695313
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix-auto.pdf
Binary files differ
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix-auto.tex b/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix-auto.tex
new file mode 100644
index 0000000000..8e5216b788
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix-auto.tex
@@ -0,0 +1,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}
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix.pdf b/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix.pdf
new file mode 100644
index 0000000000..36bd21baf8
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix.pdf
Binary files differ
diff --git a/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix.tex b/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix.tex
new file mode 100644
index 0000000000..be15cbca2c
--- /dev/null
+++ b/macros/latex/contrib/iodhbwm/doc/examples/appendix/iodhbwm-appendix.tex
@@ -0,0 +1,62 @@
+% ---------------------------------------------------
+% 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
+ debug, % Provide \lipsum, \blindtext
+ language = ngerman % Set main document language
+]{iodhbwm}
+\usepackage[T1]{fontenc}
+
+% ---------------------------------------------------
+% --- --- --- --- - Necessary setup - --- --- --- ---
+% ---------------------------------------------------
+\dhbwsetup{%
+ author = Felix Faltin,
+ thesis type = SA,
+ thesis title = Einbinden eines Anhangs,
+ student id = 12345,
+ location = Musterstadt,
+ institute = Musterwerke GmbH,
+ course/id = Txxxx,
+ supervisor = Pikachu und Enton,
+ processing period = 27.07.2018
+}
+
+% Rename appendix name
+\renewcommand{\listappendixname}{Anhangsverzeichnis}
+
+% ---------------------------------------------------
+% --- --- --- --- Begin actual content -- --- --- ---
+% ---------------------------------------------------
+% Compare this example with the file
+% `iodhbwm-appendix-auto.tex` and check out the
+% benefits using the option `auto-intro-pages`.
+% ---------------------------------------------------
+\begin{document}
+
+ \dhbwtitlepage
+
+ \dhbwdeclaration
+
+ \tableofcontents
+ \listoffigures
+ \listoftables
+
+ \listofappendices
+
+ \Blinddocument
+
+ % ---------------------------------------------------
+ % --- --- --- --- -- Begin appendix - --- --- --- ---
+ % ---------------------------------------------------
+ \appendix
+ \chapter{Hello world}
+ \blindtext
+\end{document}