refactor #5

Merged
servostar merged 6 commits from refactor into main 2024-04-04 10:25:05 +00:00
1 changed files with 17 additions and 0 deletions
Showing only changes of commit aab64c8e89 - Show all commits

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
]