diff --git a/lab_example.pdf b/lab_example.pdf index 2b53335..ac6ef12 100644 Binary files a/lab_example.pdf and b/lab_example.pdf differ diff --git a/template.typ b/template.typ index 26071e0..039ebf5 100644 --- a/template.typ +++ b/template.typ @@ -634,14 +634,16 @@ #columns(2)[ #set align(left) - - #if authors.len() == 1 [ - #let author = authors.at(0) - #if author.gender == "m" { [Виконав:\ ] } else { [Виконала:\ ] } - ст. гр. #author.group\ - #author.name\ - #if author.variant != none { [Варіант: №#author.variant] } - ] else [ + #set par(first-line-indent: 0pt) + #if authors.len() == 1 { + let author = authors.at(0) + if author.gender == "m" [Виконав:\ ] else [Виконала:\ ] + [ + ст. гр. #author.group\ + #author.name\ + ] + if author.variant != none [Варіант: №#author.variant] + } else [ Виконали:\ ст. гр. #authors.at(0).group\ #authors.map(a => [ #a.name\ ])