fix: fix multiple authors
docs(config): adjust and fix typo
This commit is contained in:
9
lib.typ
9
lib.typ
@ -73,7 +73,10 @@
|
|||||||
[#caption (за даними #sink.pos().first())]
|
[#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
|
// Styling {{{1
|
||||||
@ -702,8 +705,8 @@
|
|||||||
if author.variant != none [Варіант: №#author.variant]
|
if author.variant != none [Варіант: №#author.variant]
|
||||||
} else [
|
} else [
|
||||||
Виконали:\
|
Виконали:\
|
||||||
ст. гр. #authors.at(0).group\
|
ст. гр. #edu_program\-#authors.at(0).group\
|
||||||
#authors.map(a => [ #a.name\ ])
|
#for author in authors [#author.name\ ]
|
||||||
]
|
]
|
||||||
|
|
||||||
#colbreak()
|
#colbreak()
|
||||||
|
@ -2,17 +2,6 @@ title: Потiк керування та алгоритмічні структу
|
|||||||
subject: СПМ
|
subject: СПМ
|
||||||
doctype: ЛБ
|
doctype: ЛБ
|
||||||
worknumber: 2
|
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:
|
mentors:
|
||||||
- name: Шевченко Т. Г.
|
- name: Шевченко Т. Г.
|
||||||
degree: Доцент кафедри ПІ
|
degree: Доцент кафедри ПІ
|
||||||
@ -20,3 +9,14 @@ mentors:
|
|||||||
- name: Франко І. Я.
|
- name: Франко І. Я.
|
||||||
degree: Асистент кафедри ПІ
|
degree: Асистент кафедри ПІ
|
||||||
gender: m
|
gender: m
|
||||||
|
edu_program: &EDU ПЗПІ
|
||||||
|
university: ХНУРЕ
|
||||||
|
authors:
|
||||||
|
- name: Косач Л. П.
|
||||||
|
full_name_gen: Косач Лариси Петрівни
|
||||||
|
course: 2
|
||||||
|
edu: *EDU
|
||||||
|
gender: f
|
||||||
|
group: 23-2
|
||||||
|
semester: 4
|
||||||
|
variant: 8
|
||||||
|
Reference in New Issue
Block a user