here we go

This commit is contained in:
Jean-Marie Mineau 2025-06-21 12:52:35 +02:00
commit ef50ff2f49
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
30 changed files with 16645 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#import "@local/template-thesis-matisse:0.0.1": todo
= Acknowledgements
#todo[Acknowledge people]
#lorem(400)

View file

@ -0,0 +1,9 @@
#import "@local/template-thesis-matisse:0.0.1": todo
= Résumé en Français
#todo[
Write a "Substantial Summary" in french, at least 4 pages: https://ed-matisse.doctorat-bretagne.fr/fr/soutenance-de-these#p-151
]
#lorem(2000)

10
0_preamble/notations.typ Normal file
View file

@ -0,0 +1,10 @@
#let tldr = link(<acr-tldr>)[TL;DR]
#let notation_table = align(center, table(
columns: 2,
align: center+horizon,
table.header(
[Acronyms], [Meanings],
),
tldr, [Too long; didn't read<acr-tldr>],
))