2 Commits

Author SHA1 Message Date
pencelheimer d7c26debfd fix: package entry point 2025-03-01 01:26:50 +02:00
pencelheimer f940d16e06 fix: imports 2025-03-01 01:26:38 +02:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#import "template.typ": *
#import "@local/nure:0.0.0": *
#let author = (
name: "Ситник Є. С.",
+1 -1
View File
@@ -1,4 +1,4 @@
#import "template.typ": *
#import "@local/nure:0.0.0": *
#show: lab-pz-template.with(
doctype: "ЛБ",
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "nure"
version = "0.0.0"
entrypoint = "template.typ"
entrypoint = "lib.typ"
authors = ["linerds"]
license = "GPL-3.0"
description = "Typst NURE package"