Files
mdemory/docs/abstract.typst
2024-09-28 11:05:59 +03:00

50 lines
537 B
Plaintext

#import "layout.typst": indent-par
#pagebreak()
#heading(
level: 1,
outlined: false,
numbering: none,
"Anotācija",
)
#indent-par([
// LV abstract
])
#par(
first-line-indent: 0cm,
[*Atslēgvārdi:*],
)
// LV keywords
#text(
hyphenate: auto,
lang: "en",
[
#pagebreak()
#heading(
level: 1,
outlined: false,
numbering: none,
"Abstract",
)
#indent-par([
// EN abstract
])
#par(
first-line-indent: 0cm,
[*Keywords:*],
)
// EN keywords
],
)