Formalen Aufbau eingearbeitet.
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
# LaTex Template für Praxisarbeiten an der DHBW Stuttgart Campus Horb
|
# LaTex Template für Praxisarbeiten an der DHBW Stuttgart Campus Horb
|
||||||
## Vorgaben der DHBW Stuttgart Campus Horb an die Dokumentation
|
## Vorgaben der DHBW Stuttgart Campus Horb an die Dokumentation
|
||||||
- [ ] unchecked
|
- [X] formaler Aufbau (S. 222)
|
||||||
- [X] checked
|
|
||||||
0
content/01_sperrvermerk.tex
Normal file
0
content/01_sperrvermerk.tex
Normal file
0
content/02_eidesstattliche_erklaerung.tex
Normal file
0
content/02_eidesstattliche_erklaerung.tex
Normal file
0
content/03_kurzzusammenfassung.tex
Normal file
0
content/03_kurzzusammenfassung.tex
Normal file
0
content/04_abstract.tex
Normal file
0
content/04_abstract.tex
Normal file
0
content/05_vorwort.tex
Normal file
0
content/05_vorwort.tex
Normal file
0
content/06_verzeichnisse.tex
Normal file
0
content/06_verzeichnisse.tex
Normal file
0
content/07_chapter1.tex
Normal file
0
content/07_chapter1.tex
Normal file
0
content/98_literaturverzeichnis.tex
Normal file
0
content/98_literaturverzeichnis.tex
Normal file
0
content/99_anhang.tex
Normal file
0
content/99_anhang.tex
Normal file
16
main.tex
16
main.tex
@@ -1,9 +1,21 @@
|
|||||||
\documentclass{article}
|
\documentclass{article}
|
||||||
|
|
||||||
\usepackage[utf8]{inputenc}
|
\input{settings/preamble.tex}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
(Type your content here.)
|
\input{settings/titlepage.tex}
|
||||||
|
|
||||||
|
\input{content/01_sperrvermerk.tex}
|
||||||
|
\input{content/02_eidesstattliche_erklaerung.tex}
|
||||||
|
\input{content/03_kurzzusammenfassung.tex}
|
||||||
|
\input{content/04_abstract.tex}
|
||||||
|
\input{content/05_vorwort.tex}
|
||||||
|
\input{content/06_verzeichnisse.tex}
|
||||||
|
|
||||||
|
\input{content/07_chapter1.tex}
|
||||||
|
|
||||||
|
\input{content/98_literaturverzeichnis.tex}
|
||||||
|
\input{content/99_anhang.tex}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
1
settings/preamble.tex
Normal file
1
settings/preamble.tex
Normal file
@@ -0,0 +1 @@
|
|||||||
|
\usepackage[utf8]{inputenc}
|
||||||
0
settings/titlepage.tex
Normal file
0
settings/titlepage.tex
Normal file
Reference in New Issue
Block a user