mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
abstract and finished v1 of function reqs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#import "layout.typst": indent-par
|
||||
#pagebreak()
|
||||
|
||||
#heading(
|
||||
level: 1,
|
||||
outlined: false,
|
||||
@@ -7,21 +8,23 @@
|
||||
"Anotācija",
|
||||
)
|
||||
|
||||
|
||||
#indent-par([
|
||||
|
||||
// LV abstract
|
||||
|
||||
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:*],
|
||||
[
|
||||
*Atslēgvārdi:* atmiņas kartītes, domēna specifiska valoda, vienkārša
|
||||
teksts, apzīmēšanas valoda.
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
// LV keywords
|
||||
|
||||
#text(
|
||||
hyphenate: auto,
|
||||
lang: "en",
|
||||
@@ -34,13 +37,19 @@
|
||||
"Abstract",
|
||||
)
|
||||
#indent-par([
|
||||
|
||||
// EN abstract
|
||||
|
||||
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:*],
|
||||
[
|
||||
*Keywords:* memory cards, domain specific language, simple text, markup
|
||||
language.
|
||||
],
|
||||
)
|
||||
|
||||
// EN keywords
|
||||
|
||||
Reference in New Issue
Block a user