No description
Find a file
Jean-Marie Mineau 25c79da4f9
Some checks failed
/ test_checkout (push) Failing after 1s
factorize pb stat
2025-08-17 00:22:26 +02:00
.forgejo/workflows wip intro 2025-07-31 00:14:42 +02:00
0_preamble rasta: wip 2025-08-13 00:44:25 +02:00
1_introduction factorize pb stat 2025-08-17 00:22:26 +02:00
2_background factorize pb stat 2025-08-17 00:22:26 +02:00
3_rasta factorize pb stat 2025-08-17 00:22:26 +02:00
4_class_loader integrate bg of rasta in bg section 2025-08-12 18:43:28 +02:00
5_theseus wip 2025-07-22 16:53:39 +02:00
papers rasta 2025-08-17 00:10:58 +02:00
.gitignore wip 2025-07-24 17:39:52 +02:00
abstract.typ first abstract 2025-07-24 19:39:52 +02:00
bibliography.bib intro 2025-08-04 23:45:09 +02:00
jury.typ here we go 2025-06-21 12:52:35 +02:00
lib.typ factorize pb stat 2025-08-17 00:22:26 +02:00
main.typ correction background 2025-08-06 00:25:42 +02:00
README.md wip intro 2025-07-31 00:14:42 +02:00

Thesis Manuscript

By Jean-Marie Mineau, supervised by Jean-François Lalande and Valérie Viet Triem Tong, at CentraleSupélec, campus Rennes.

Build

Currently build on typst 0.13.1.

To build, you need to install the template: https://git.mineau.eu/histausse/template-thesis-matisse

mkdir -p ~/.local/share/typst/packages/local/template-thesis-matisse/
git clone https://git.mineau.eu/histausse/template-thesis-matisse.git ~/.local/share/typst/packages/local/template-thesis-matisse/0.0.1

Alternatively, for easier access to the template:

mkdir -p ~/.local/share/typst/packages/local/template-thesis-matisse/
git clone https://git.mineau.eu/histausse/template-thesis-matisse.git
ln -s $(pwd)/template-thesis-matisse ~/.local/share/typst/packages/local/template-thesis-matisse/0.0.1

Then to build the manuscript:

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