forked from pencelheimer/typst_nure_template
move to dictionary.at(layout)
This commit is contained in:
+3
-2
@@ -8,12 +8,13 @@
|
||||
full_name_gen: "Іванова Івана Івановича",
|
||||
edu_program: "КУІБ",
|
||||
group: "23-1",
|
||||
gender: "m",
|
||||
variant: 5,
|
||||
),
|
||||
)
|
||||
|
||||
#let mentors = (
|
||||
(name: "Петров П.П.", degree: "доцент кафедри ІКІ"),
|
||||
(name: "Петров П.П.", degree: "доцент кафедри ІКІ", gender: "m"),
|
||||
)
|
||||
|
||||
// Тест default лейауту
|
||||
@@ -32,7 +33,7 @@
|
||||
|
||||
// Тест simple лейауту
|
||||
#show: pz-lb.with(
|
||||
layout: "simple",
|
||||
layout: "minimal",
|
||||
subject: "БД",
|
||||
type: "ЛБ",
|
||||
number: 2,
|
||||
|
||||
Reference in New Issue
Block a user