diff --git a/coursework_example.pdf b/coursework_example.pdf deleted file mode 100644 index 720e378..0000000 Binary files a/coursework_example.pdf and /dev/null differ diff --git a/lab_example.pdf b/lab_example.pdf deleted file mode 100644 index 2914192..0000000 Binary files a/lab_example.pdf and /dev/null differ diff --git a/template.typ b/lib.typ similarity index 100% rename from template.typ rename to lib.typ diff --git a/bibl.yml b/template/bibl.yml similarity index 100% rename from bibl.yml rename to template/bibl.yml diff --git a/coursework_example.typ b/template/coursework.typ similarity index 100% rename from coursework_example.typ rename to template/coursework.typ diff --git a/lab_example.typ b/template/lab.typ similarity index 100% rename from lab_example.typ rename to template/lab.typ diff --git a/typst.toml b/typst.toml new file mode 100644 index 0000000..251efc9 --- /dev/null +++ b/typst.toml @@ -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"