No description
Find a file
Jean-Marie Mineau bf222d5ce5
Some checks failed
/ test_checkout (push) Failing after 1s
fix
2025-07-10 16:01:24 +02:00
.forgejo/workflows CI 2025-06-25 14:10:04 +02:00
0_preamble fix 2025-07-10 16:01:24 +02:00
1_introduction add collision resolution 2025-07-04 17:58:57 +02:00
2_background fix 2025-07-10 16:01:24 +02:00
3_rasta bg+rl will be merged 2025-07-04 14:24:24 +02:00
4_class_loader wip APK 2025-07-10 15:59:36 +02:00
5_theseus try to avoid patological todo cases 2025-07-07 10:33:05 +02:00
.gitignore format number properly 2025-06-24 12:19:00 +02:00
abstract.typ grey out lorem ipsum and add option to increase interline 2025-07-04 14:45:03 +02:00
bibliography.bib wip classloader paper 2025-06-24 18:58:34 +02:00
jury.typ here we go 2025-06-21 12:52:35 +02:00
lib.typ start talking about theseus 2025-07-03 15:58:27 +02:00
main.typ grey out lorem ipsum and add option to increase interline 2025-07-04 14:45:03 +02:00
README.md CI 2025-06-25 14:10:04 +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 CI should build the latest draft at https://git.mineau.eu/api/packages/these-ammii/generic/thesis/latest/draft.pdf