mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
started documentation
This commit is contained in:
49
docs/abstract.typst
Normal file
49
docs/abstract.typst
Normal 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
|
||||
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user