This commit is contained in:
Jean-Marie Mineau 2025-06-11 17:27:51 +02:00
parent 5e703f6298
commit a1a6d7cff8
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 144 additions and 6 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)

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>],
))