first draft

This commit is contained in:
Jean-Marie Mineau 2025-06-10 13:35:53 +02:00
commit f1abfbfa5b
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
15 changed files with 2893 additions and 0 deletions

12
typst.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "template-thesis-matisse"
version = "0.0.1"
entrypoint = "lib/lib.typ"
authors = ["Jean-Marie Mineau"]
license = "AGPL-3.0-or-later"
description = "A typst template for thesis from the MATISSE doctoral school."
#repository = ""
[template]
path = "template"
entrypoint = "main.typ"