added abstract
This commit is contained in:
parent
e0ebab37e9
commit
aab64c8e89
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
]
|
Loading…
Reference in New Issue