forked from pencelheimer/typst_nure_template
WIP!: break up lib.typ
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
#import "lib.typ": *
|
||||
|
||||
#set document(title: "Тест лейаутів", author: "Іванов І.І.")
|
||||
|
||||
#let authors = (
|
||||
(
|
||||
name: "Іванов І.І.",
|
||||
full_name_gen: "Іванова Івана Івановича",
|
||||
edu_program: "ПЗПІ",
|
||||
group: "23-1",
|
||||
variant: 5,
|
||||
),
|
||||
)
|
||||
|
||||
#let mentors = (
|
||||
(name: "Петров П.П.", degree: "доц."),
|
||||
)
|
||||
|
||||
// Тест default лейауту
|
||||
#show: pz-lb.with(
|
||||
layout: "default",
|
||||
subject: "БД",
|
||||
type: "ЛБ",
|
||||
number: 2,
|
||||
// title: "SQL запити",
|
||||
authors: authors,
|
||||
mentors: mentors,
|
||||
)
|
||||
|
||||
#pagebreak()
|
||||
|
||||
// Тест simple лейауту
|
||||
#show: pz-lb.with(
|
||||
layout: "simple",
|
||||
subject: "БД",
|
||||
type: "ЛБ",
|
||||
number: 2,
|
||||
// title: "SQL запити",
|
||||
authors: authors,
|
||||
mentors: mentors,
|
||||
)
|
||||
Reference in New Issue
Block a user