"travail en progrès"
Some checks failed
/ test_checkout (push) Failing after 21s

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-09-12 01:25:29 +02:00
parent 5611281c56
commit e4c65b6384
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 458 additions and 14 deletions

40
main_french.typ Normal file
View file

@ -0,0 +1,40 @@
#import "lib.typ": *
#import "jury.typ": jury-content
#show: matisse-thesis.with(
title-fr: [Rétro-Ingénierie d'applications Android: les inconvénients de l'analyse static], // malheurs -> inconvénients ?
title-en: [],
author: "Jean-Marie MINEAU",
affiliation: "IRISA",
defense-place: "Rennes",
draft: false,
defense-date: datetime(
year: 2025,
month: 12,
day: 10,
).display("[year]-[month]-XX"),
jury-content: jury-content,
university: "CS",
lang: "fr",
show_cover: true,
show_body: true,
show_abstracts: false,
)
#set heading(numbering: none, outlined: true)
// Abrevation are links to `0_preamble/notations.typ`, but we do not include it here, so we need to remove the dangling links.
#show link: it => if type(it.dest) == label {
context {
if query(it.dest).len() == 0 {
it.body
} else {
it
}
}
} else {
it
}
#include("0_preamble/french_summary.typ")