add complex page

This commit is contained in:
2026-01-17 17:54:11 +02:00
parent 891d33b236
commit fa76185b7f
6 changed files with 96 additions and 79 deletions
+8 -7
View File
@@ -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,
)