forked from pencelheimer/typst_nure_template
add complex page
This commit is contained in:
+8
-7
@@ -1,28 +1,29 @@
|
||||
#import "lib.typ": *
|
||||
#import "/src/lib.typ": *
|
||||
|
||||
#set document(title: "Тест лейаутів", author: "Іванов І.І.")
|
||||
// #set document(title: "Тест лейаутів", author: "Іванов І.І.")
|
||||
|
||||
#let authors = (
|
||||
(
|
||||
name: "Іванов І.І.",
|
||||
full_name_gen: "Іванова Івана Івановича",
|
||||
edu_program: "ПЗПІ",
|
||||
edu_program: "КУІБ",
|
||||
group: "23-1",
|
||||
variant: 5,
|
||||
),
|
||||
)
|
||||
|
||||
#let mentors = (
|
||||
(name: "Петров П.П.", degree: "доц."),
|
||||
(name: "Петров П.П.", degree: "доцент кафедри ІКІ"),
|
||||
)
|
||||
|
||||
// Тест default лейауту
|
||||
#show: pz-lb.with(
|
||||
layout: "default",
|
||||
layout: "complex",
|
||||
subject: "БД",
|
||||
edu-program: "КУІБ",
|
||||
type: "ЛБ",
|
||||
number: 2,
|
||||
// title: "SQL запити",
|
||||
title: "SQL запити",
|
||||
authors: authors,
|
||||
mentors: mentors,
|
||||
)
|
||||
@@ -35,7 +36,7 @@
|
||||
subject: "БД",
|
||||
type: "ЛБ",
|
||||
number: 2,
|
||||
// title: "SQL запити",
|
||||
title: "SQL запити",
|
||||
authors: authors,
|
||||
mentors: mentors,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user