From ecbc4e8c6f9c70346c2380a97fb6e607ecfdaa10 Mon Sep 17 00:00:00 2001 From: danilasar Date: Tue, 31 Dec 2024 13:34:24 +0400 Subject: =?UTF-8?q?=D1=80=D1=83=D1=82=D0=B8=D0=BD=D0=B0:=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=20test.typ?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typst.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 typst.toml (limited to 'typst.toml') diff --git a/typst.toml b/typst.toml new file mode 100644 index 0000000..a19c073 --- /dev/null +++ b/typst.toml @@ -0,0 +1,11 @@ +[package] +name = "sgu-template" +version = "0.0.1" +entrypoint = "conf.typ" +authors = ["Danila Grogirev "] +license = "MIT-0" +description = "Unofficial Saratov State University typst template" + +[template] +path = "template" +entrypoint = "main.typ" -- cgit v1.2.3