fix: fix multiple authors

docs(config): adjust and fix typo
This commit is contained in:
2025-03-15 16:36:16 +02:00
parent 5bc79a196e
commit 5be6cea4fb
2 changed files with 17 additions and 14 deletions

View File

@ -73,7 +73,10 @@
[#caption (за даними #sink.pos().first())]
}
[#figure(image(path, ..sink.named()), caption: caption) #label(label_string)]
[#figure(
image(path, ..sink.named()),
caption: caption,
) #label(label_string)]
}
// Styling {{{1
@ -702,8 +705,8 @@
if author.variant != none [Варіант: #author.variant]
} else [
Виконали:\
ст. гр. #authors.at(0).group\
#authors.map(a => [ #a.name\ ])
ст. гр. #edu_program\-#authors.at(0).group\
#for author in authors [#author.name\ ]
]
#colbreak()

View File

@ -2,17 +2,6 @@ title: Потiк керування та алгоритмічні структу
subject: СПМ
doctype: ЛБ
worknumber: 2
edu_program: &EDU ПЗПІ
university: ХНУРЕ
authors:
- name: Косач. Л. П.
full_name_gen: Косач Лариси Петрівни
course: 2
edu: *EDU
gender: f
group: 23-2
semester: 4
variant: 8
mentors:
- name: Шевченко Т. Г.
degree: Доцент кафедри ПІ
@ -20,3 +9,14 @@ mentors:
- name: Франко І. Я.
degree: Асистент кафедри ПІ
gender: m
edu_program: &EDU ПЗПІ
university: ХНУРЕ
authors:
- name: Косач Л. П.
full_name_gen: Косач Лариси Петрівни
course: 2
edu: *EDU
gender: f
group: 23-2
semester: 4
variant: 8