here we go
This commit is contained in:
commit
ef50ff2f49
30 changed files with 16645 additions and 0 deletions
19
jury.typ
Normal file
19
jury.typ
Normal 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",
|
||||
)
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue