added abstract

This commit is contained in:
Sven Vogel 2024-03-29 12:26:02 +01:00
parent e0ebab37e9
commit aab64c8e89
1 changed files with 17 additions and 0 deletions

17
src/pages/abstract.typ Normal file
View File

@ -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
]