No description
Find a file
Jean-Marie 'Histausse' Mineau 8b5885ae55
All checks were successful
/ test_checkout (push) Successful in 1m39s
comment results
2025-09-21 00:53:40 +02:00
.forgejo/workflows wip intro 2025-07-31 00:14:42 +02:00
0_preamble notes 2025-09-20 21:08:32 +02:00
1_introduction wip 2025-09-09 17:05:19 +02:00
2_background notes 2025-09-20 21:08:32 +02:00
3_rasta "travail en progrès" 2025-09-12 01:25:29 +02:00
4_class_loader resumé francis 2025-09-12 20:49:25 +02:00
5_theseus comment results 2025-09-21 00:53:40 +02:00
papers wip 2025-08-17 23:35:07 +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 finish bg section 2025-08-27 00:35:07 +02:00
corrections_resume_fr_v1.txt correction of the french summary 2025-09-15 00:30:51 +02:00
figures.typ code to extract figures from main doc, will be usefull for slides 2025-09-20 23:14:20 +02:00
jury.typ update jury 2025-09-18 14:59:59 +02:00
lib.typ correction of the french summary 2025-09-15 00:30:51 +02:00
main.typ notes 2025-09-20 21:08:32 +02:00
main_french.typ wip 2025-09-17 16:24:22 +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