wip
This commit is contained in:
parent
5e703f6298
commit
a1a6d7cff8
6 changed files with 144 additions and 6 deletions
7
template/0_preamble/acknowledgements.typ
Normal file
7
template/0_preamble/acknowledgements.typ
Normal file
|
@ -0,0 +1,7 @@
|
|||
#import "@local/template-thesis-matisse:0.0.1": todo
|
||||
|
||||
= Acknowledgements
|
||||
|
||||
#todo[Acknowledge people]
|
||||
|
||||
#lorem(400)
|
9
template/0_preamble/french_summary.typ
Normal file
9
template/0_preamble/french_summary.typ
Normal 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
template/0_preamble/notations.typ
Normal file
10
template/0_preamble/notations.typ
Normal 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>],
|
||||
))
|
Loading…
Add table
Add a link
Reference in a new issue