From aab64c8e893010661b56985197bd8b8cd59e596e Mon Sep 17 00:00:00 2001 From: servostar Date: Fri, 29 Mar 2024 12:26:02 +0100 Subject: [PATCH] added abstract --- src/pages/abstract.typ | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/pages/abstract.typ 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