forked from pencelheimer/typst_nure_template
fix: typo and other
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"ПЗ": [Звіт \ з практичної роботи],
|
||||
"КР": [Контрольна робота],
|
||||
"РФ": [Реферат], // зрада
|
||||
"ІДЗ": [Індивідуальне домашнє завданння],
|
||||
"ІДЗ": [Індивідуальне домашнє завдання],
|
||||
).at(type, default: type)
|
||||
if not is-empty(number) { [#type-title №#number] } else { [#type-title] }
|
||||
}
|
||||
|
||||
@@ -52,15 +52,13 @@
|
||||
#gender-form("author", dict: author) ст. гр. #author.edu_program\-#author.group
|
||||
|
||||
\
|
||||
Керівник:\
|
||||
#head_mentor.degree
|
||||
Керівник:\ #head_mentor.degree
|
||||
|
||||
\
|
||||
Робота захищена на оцінку
|
||||
|
||||
\
|
||||
Комісія:\
|
||||
#for m in mentors { degree-get(m) }
|
||||
Комісія:\ #for m in mentors { degree-get(m) }
|
||||
|
||||
#colbreak()
|
||||
#set align(left)
|
||||
@@ -75,7 +73,7 @@
|
||||
#underline(" " * 35)
|
||||
|
||||
\ \
|
||||
#for m in mentors { [#m.name\ ] }
|
||||
#for m in mentors [#m.name\ ]
|
||||
]
|
||||
|
||||
#v(1fr)
|
||||
|
||||
Reference in New Issue
Block a user