started documentation

This commit is contained in:
jorenchik
2024-09-28 11:05:59 +03:00
parent cde695da2a
commit bad73f4f35
5 changed files with 528 additions and 0 deletions

49
docs/abstract.typst Normal file
View File

@@ -0,0 +1,49 @@
#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
],
)