#import "/src/lib.typ": * // #set document(title: "Тест лейаутів", author: "Іванов І.І.") #let authors = ( ( name: "Іванов І.І.", full_name_gen: "Іванова Івана Івановича", edu_program: "КУІБ", group: "23-1", gender: "m", variant: 5, ), ) #let mentors = ( (name: "Петров П.П.", degree: "доцент кафедри ІКІ", gender: "m"), ) // Тест default лейауту #show: pz-lb.with( layout: "complex", subject: "БД", edu-program: "КУІБ", type: "ЛБ", number: 2, title: "SQL запити", authors: authors, mentors: mentors, ) #pagebreak() // Тест simple лейауту #show: pz-lb.with( layout: "minimal", subject: "БД", type: "ЛБ", number: 2, title: "SQL запити", authors: authors, mentors: mentors, )