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

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# Template Thesis MATISSE
Typst template for thesis from the MATISSE doctoral school.
## Usage
Install locally (run `ln` from the git repo):
```
mkdir -p ~/.local/share/typst/packages/local/template-thesis-matisse/
ln -s $(pwd) ~/.local/share/typst/packages/local/template-thesis-matisse/0.0.1
```
To generate a new project, run `typst init @local/template-thesis-matisse <directory>`
## Reference
- Inspired by [the thesis of Timothe Albouy](https://github.com/TimotheAlbouy/talb-thesis/tree/main), some code might be copied from it.