From 4242825b323e439d8ab0a77c345d4921d6f882b2 Mon Sep 17 00:00:00 2001 From: pencelheimer Date: Tue, 12 May 2026 17:46:55 +0300 Subject: [PATCH] fix(pz-lb): skip the group for the student on the title page --- src/title-pages/pz-lb/nure.typ | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/title-pages/pz-lb/nure.typ b/src/title-pages/pz-lb/nure.typ index 40d5abd..7c14e4e 100644 --- a/src/title-pages/pz-lb/nure.typ +++ b/src/title-pages/pz-lb/nure.typ @@ -25,7 +25,10 @@ if not is-empty(a.variant) [Варіант: №#a.variant] } else if authors.len() > 1 [ #gender-form("author"):\ - #for a in authors [ст. гр. #a.edu-program\-#a.group\ #a.name\ ] + #for a in authors [ + #if ("edu-program" in a) and ("group" in a) [ ст. гр. #a.edu-program\-#a.group\ ] + #a.name\ + ] ] #colbreak()