11 lines
410 B
Typst
11 lines
410 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)[Ergebnisse (ca. 10 Seiten)]
|
||
|
||
// TODO Variante B – Inhalte aus 05_prototypische_umsetzung_VarianteA.typ übernehmen
|
||
// und explizit als „Ergebnisse der Versuche" strukturieren (keine Versuchs-Logbuch-Optik).
|