diff --git a/src/pages/abstract.typ b/src/pages/abstract.typ new file mode 100644 index 0000000..fb57f37 --- /dev/null +++ b/src/pages/abstract.typ @@ -0,0 +1,17 @@ +#import "../prelude.typ" as prelude + += Abstract + +// abstract text goes here +#let abstract = [ + +] + +// summary text goes here +// and is only included if the language is set to german +#if prelude.format.language == "de" [ + + = Zusammenfassung + + +] \ No newline at end of file