forked from pencelheimer/typst_nure_template
split up again, with some cool stuff
This commit is contained in:
+18
-10
@@ -1,4 +1,7 @@
|
||||
#import "/src/lib.typ": *
|
||||
#import "@local/test-multifile:0.1.0": *
|
||||
|
||||
#let bold = utils.bold
|
||||
#let appendices = style.appendices
|
||||
|
||||
// #set document(title: "Тест лейаутів", author: "Іванов І.І.")
|
||||
|
||||
@@ -29,15 +32,20 @@
|
||||
mentors: mentors,
|
||||
)
|
||||
|
||||
#bold([Хуй])
|
||||
#pagebreak()
|
||||
|
||||
// Тест simple лейауту
|
||||
#show: pz-lb.with(
|
||||
layout: "minimal",
|
||||
subject: "БД",
|
||||
type: "ЛБ",
|
||||
number: 2,
|
||||
title: "SQL запити",
|
||||
authors: authors,
|
||||
mentors: mentors,
|
||||
)
|
||||
// #show: pz-lb.with(
|
||||
// layout: "minimal",
|
||||
// subject: "БД",
|
||||
// type: "ЛБ",
|
||||
// number: 2,
|
||||
// title: "SQL запити",
|
||||
// authors: authors,
|
||||
// mentors: mentors,
|
||||
// )
|
||||
|
||||
#show: style.appendices
|
||||
= Хуй
|
||||
|
||||
|
||||
Reference in New Issue
Block a user