forked from pencelheimer/typst_nure_template
helpers, fixes
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#import "lib.typ": *
|
||||
#import "utils.typ": *
|
||||
#import "@local/nure:0.1.0": *
|
||||
#import style: spacing
|
||||
|
||||
// #import "utils.typ": *
|
||||
|
||||
#let authors = (
|
||||
(
|
||||
@@ -11,7 +13,7 @@
|
||||
course: 2,
|
||||
semester: 3,
|
||||
variant: 13,
|
||||
)
|
||||
),
|
||||
)
|
||||
|
||||
#let mentors = (
|
||||
@@ -117,7 +119,7 @@
|
||||
task_list: task_list,
|
||||
calendar_plan: calendar_plan,
|
||||
abstract: abstract,
|
||||
bib_path: "bibl.yml", // NOTE: use `bytes("bibl.yml")` as typst looks in template dir when using just filename
|
||||
bib_path: bytes(read("bibl.yml")), // NOTE: use `bytes("bibl.yml")` as typst looks in template dir when using just filename
|
||||
appendices: appendices,
|
||||
)
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#import "../lib.typ": *
|
||||
#import "utils.typ": *
|
||||
#import "@local/nure:0.1.0": *
|
||||
// #import "utils.typ": *
|
||||
|
||||
#import style: spacing
|
||||
|
||||
#show: pz-lb.with(
|
||||
university: "ХНУРЕ",
|
||||
@@ -53,7 +55,7 @@
|
||||
- #lorem(42);
|
||||
- #lorem(27).
|
||||
|
||||
#show: appendices
|
||||
#show: style.appendices
|
||||
|
||||
= Quote
|
||||
#link("https://youtu.be/bJQj1uKtnus")[
|
||||
|
||||
Reference in New Issue
Block a user