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

19
jury.typ Normal file
View file

@ -0,0 +1,19 @@
#let jury-content = [
#text(size: 1.3em)[Composition du jury :]
#{
set text(size: .92em)
table(
columns: 4,
column-gutter: 2em,
stroke: 0pt,
inset: (x: 0pt, y: .5em),
"Présidente :", "Alice", "", "",
"Rapporteurs :", "Bob", "", "",
"", "Eve", "", "",
"Examinatrice :", "Mallory", "", "",
"Dir. de thèse :", "Jean-François Lalande", "Professeur des Universités", "CentraleSupélec",
"", "Valérie Viet Triem Tong", "Professeure", "CentraleSupélec",
)
}
]