WIP!: break up lib.typ

This commit is contained in:
2026-01-17 15:45:36 +02:00
parent 549d7f060f
commit 3cde131ed6
6 changed files with 438 additions and 314 deletions
+41
View File
@@ -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,
)