fixed authors list
This commit is contained in:
BIN
lab_example.pdf
BIN
lab_example.pdf
Binary file not shown.
14
template.typ
14
template.typ
@ -634,14 +634,16 @@
|
|||||||
|
|
||||||
#columns(2)[
|
#columns(2)[
|
||||||
#set align(left)
|
#set align(left)
|
||||||
|
#set par(first-line-indent: 0pt)
|
||||||
#if authors.len() == 1 [
|
#if authors.len() == 1 {
|
||||||
#let author = authors.at(0)
|
let author = authors.at(0)
|
||||||
#if author.gender == "m" { [Виконав:\ ] } else { [Виконала:\ ] }
|
if author.gender == "m" [Виконав:\ ] else [Виконала:\ ]
|
||||||
|
[
|
||||||
ст. гр. #author.group\
|
ст. гр. #author.group\
|
||||||
#author.name\
|
#author.name\
|
||||||
#if author.variant != none { [Варіант: №#author.variant] }
|
]
|
||||||
] else [
|
if author.variant != none [Варіант: №#author.variant]
|
||||||
|
} else [
|
||||||
Виконали:\
|
Виконали:\
|
||||||
ст. гр. #authors.at(0).group\
|
ст. гр. #authors.at(0).group\
|
||||||
#authors.map(a => [ #a.name\ ])
|
#authors.map(a => [ #a.name\ ])
|
||||||
|
Reference in New Issue
Block a user