wip
This commit is contained in:
parent
ed8bbd12e5
commit
5611281c56
5 changed files with 73 additions and 17 deletions
16
main.typ
16
main.typ
|
@ -37,13 +37,18 @@
|
|||
}
|
||||
|
||||
#show: matisse-thesis.with(
|
||||
title-fr: todo[Find a title],
|
||||
title-en: todo[Find a title],
|
||||
title-fr: [Rétro-Ingénierie d'applications Android: les inconvénients de l'analyse static], // malheurs -> inconvénients ?
|
||||
// Because "Android Skuldgerries and Other Headache Inducing Fuckeries" won't pass the vibe check
|
||||
title-en: [Android Application Reverse Engineering: the Woes of Static Analysis],
|
||||
author: "Jean-Marie MINEAU",
|
||||
affiliation: "IRISA",
|
||||
defense-place: "Rennes",
|
||||
defense-date: todo[Date],
|
||||
jury-content: [#jury-content \ #todo[Compose a Jury]],
|
||||
defense-date: datetime(
|
||||
year: 2025,
|
||||
month: 12,
|
||||
day: 10,
|
||||
).display(),
|
||||
jury-content: jury-content,
|
||||
university: "CS",
|
||||
keywords-en: keywords-en,
|
||||
keywords-fr: keywords-fr,
|
||||
|
@ -102,8 +107,7 @@
|
|||
#todo[Normalize classloaders vs class loaders]
|
||||
#todo[Normalize bullets/item: either end with a '.' or a ';']
|
||||
#todo[footnote numbering]
|
||||
|
||||
#todo[redeveloper le future work des chapitres: expliquer le pb et expliquer dans quel direction le travail devrai être dirigé, direction technique]
|
||||
#todo[Check defence date]
|
||||
|
||||
#include("1_introduction/main.typ")
|
||||
#include("2_background/main.typ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue