Kapitel 2 draft

This commit is contained in:
2026-02-17 08:27:56 +01:00
parent 190c29c36d
commit 2e6a75f93c
33 changed files with 8803 additions and 81 deletions

View File

@@ -27,6 +27,8 @@
#(thesis.body_show)()
#set cite(style: "apa")
#(thesis.body_content)([
#set page(numbering: "1")
#counter(page).update(1)
@@ -37,11 +39,12 @@
#include "Kapitel/00_abstract.typ"
#include "Kapitel/01_einleitung.typ"
#include "Kapitel/02_theoretischer_hintergrund.typ"
#include "Kapitel/03_methodisches_vorgehen.typ"
#include "Kapitel/04_prototypische_umsetzung.typ"
#include "Kapitel/05_evaluation.typ"
#include "Kapitel/06_diskussion.typ"
#include "Kapitel/07_fazit_ausblick.typ"
#include "Kapitel/08_literaturverzeichnis.typ"
#include "Kapitel/09_anhang.typ"
#include "Kapitel/03_fallstudie.typ"
#include "Kapitel/04_konzeption_methodisches_vorgehen.typ"
#include "Kapitel/05_prototypische_umsetzung.typ"
#include "Kapitel/06_evaluation.typ"
#include "Kapitel/07_diskussion.typ"
#include "Kapitel/08_fazit_ausblick.typ"
#include "Kapitel/09_literaturverzeichnis.typ"
#include "Kapitel/10_anhang.typ"
])