18 lines
369 B
Typst
18 lines
369 B
Typst
#let __is_thesis = context { query(<__thesis_document>).len() > 0 }
|
|
#if __is_thesis == false [
|
|
#set cite(style: "apa")
|
|
#hide(bibliography("../literatur.bib", style: "apa"))
|
|
]
|
|
|
|
#heading(level: 1)[Diskussion ]
|
|
|
|
#heading(level: 2)[Interpretation der Ergebnisse]
|
|
|
|
|
|
#heading(level: 2)[Chancen und Grenzen]
|
|
|
|
|
|
#heading(level: 2)[Implikationen fuer Forschung und Praxis]
|
|
|
|
|