This commit is contained in:
parent
89c7f6ef08
commit
826c428114
6 changed files with 81 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue