Files
mdemory/docs/abstract.typst
2024-10-13 14:49:41 +03:00

59 lines
1.4 KiB
Plaintext

#import "layout.typst": indent-par
#pagebreak()
#heading(
level: 1,
outlined: false,
numbering: none,
"Anotācija",
)
#indent-par([
Atmiņas kartītes (angl. flashcards) ir izplatīts veids, kā skolēni,
studenti un citi macošies cilvēki iegaumē materiālu. To veidošanai,
uzturēšanai un izmantošanai izmanto programmatūras risinājumus, taču
lielākoties neizmato pilnīgi caurspīdīgu vienkārša teksta formātu. Darbā
tiek aprakstīts risinājums, kas izmanto domēna specifisku valodu ar pilnīgu
informācijas glabāšanu to ietvaros.
])
#par(
first-line-indent: 0cm,
[
*Atslēgvārdi:* atmiņas kartītes, domēna specifiska valoda, vienkārša
teksts, apzīmēšanas valoda.
],
)
#text(
hyphenate: auto,
lang: "en",
[
#pagebreak()
#heading(
level: 1,
outlined: false,
numbering: none,
"Abstract",
)
#indent-par([
Flashcards are a common way for students to
students and other studying people memorize the material. To create them,
software solutions are used for maintenance and use, however
most do not use a fully transparent plain text format. At work
a solution that uses a domain-specific language with a complete is described
information storage within them.
])
#par(
first-line-indent: 0cm,
[
*Keywords:* memory cards, domain specific language, simple text, markup
language.
],
)
// EN keywords
],
)