11 lines
382 B
Typst
11 lines
382 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)[Evaluation (ca. 12 Seiten)]
|
||
|
||
// TODO Variante B – Anwendung des in Kap 4.6 definierten Evaluationsrahmens auf die
|
||
// Ergebnisse aus Kap 5. Keine Erst-Definition von Kriterien hier.
|