musabe24 #3

Merged
musabe24 merged 3 commits from musabe24 into main 2024-04-14 09:48:40 +02:00
14 changed files with 16 additions and 4 deletions
Showing only changes of commit f9ad174d7d - Show all commits
+1 -2
View File
@@ -1,4 +1,3 @@
# LaTex Template für Praxisarbeiten an der DHBW Stuttgart Campus Horb
## Vorgaben der DHBW Stuttgart Campus Horb an die Dokumentation
- [ ] unchecked
- [X] checked
- [X] formaler Aufbau (S. 222)
View File
View File
View File
View File
View File
View File
View File
View File
BIN
View File
Binary file not shown.
+14 -2
View File
@@ -1,9 +1,21 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\input{settings/preamble.tex}
\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}
+1
View File
@@ -0,0 +1 @@
\usepackage[utf8]{inputenc}
View File