wip intro
All checks were successful
/ test_checkout (push) Successful in 1m8s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-07-31 00:14:42 +02:00
parent 89c7f6ef08
commit 826c428114
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 81 additions and 6 deletions

View file

@ -29,5 +29,11 @@ typst compile main.typ
Additionally, the argument `--input commit=$(git rev-parse --short HEAD)` will add the current commit at the beginning of the draft, and `--input draft=false` will build the clean version, without TODOs or line numbers.
The abstract can be compile separately:
```
typst compile --input draft=false --input abstract-only=true main.typ abstract.pdf
```
The CI should build the latest draft at <https://git.mineau.eu/api/packages/these-ammii/generic/thesis/latest/draft.pdf>