feat: restructured files accrording to typst package format
- added typst.toml - moved templates to "template" folder - renamed files according to convention
This commit is contained in:
Binary file not shown.
BIN
lab_example.pdf
BIN
lab_example.pdf
Binary file not shown.
11
typst.toml
Normal file
11
typst.toml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
[package]
|
||||||
|
name = "nure"
|
||||||
|
version = "0.0.0"
|
||||||
|
entrypoint = "template.typ"
|
||||||
|
authors = ["linerds"]
|
||||||
|
license = "GPL-3.0"
|
||||||
|
description = "Typst NURE package"
|
||||||
|
|
||||||
|
[template]
|
||||||
|
path = "template"
|
||||||
|
entrypoint = "lab.typ"
|
Reference in New Issue
Block a user