forked from pencelheimer/typst_nure_template
fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#import "@local/test-multifile:0.1.0": *
|
||||
#import "@local/test-multifile:0.1.0" as nure
|
||||
|
||||
#let bold = utils.bold
|
||||
#let appendices = style.appendices
|
||||
#import nure.utils: *
|
||||
#import nure.style
|
||||
|
||||
// #set document(title: "Тест лейаутів", author: "Іванов І.І.")
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
)
|
||||
|
||||
// Тест default лейауту
|
||||
#show: pz-lb.with(
|
||||
#show: nure.pz-lb.with(
|
||||
layout: "complex",
|
||||
subject: "БД",
|
||||
edu-program: "КУІБ",
|
||||
@@ -32,7 +32,7 @@
|
||||
mentors: mentors,
|
||||
)
|
||||
|
||||
#bold([Хуй])
|
||||
#bold(lorem(10))
|
||||
#pagebreak()
|
||||
|
||||
// Тест simple лейауту
|
||||
@@ -47,5 +47,5 @@
|
||||
// )
|
||||
|
||||
#show: style.appendices
|
||||
= Хуй
|
||||
= #lorem(5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user