modify title and rm disclaimer
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 18s
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 18s
This commit is contained in:
20
lib/jkutemplate/abstract.typ
Normal file
20
lib/jkutemplate/abstract.typ
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
|
||||
#let abstract(body, lang: "en") = {
|
||||
|
||||
|
||||
let überschriften = (en: "Abstract", de: "Zusammenfassung")
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
v(1fr)
|
||||
|
||||
align(center, text(1.4em, weight: 600, überschriften.at(lang)))
|
||||
body
|
||||
|
||||
v(1fr)
|
||||
|
||||
pagebreak()
|
||||
}
|
Reference in New Issue
Block a user