first draft
This commit is contained in:
commit
f1abfbfa5b
15 changed files with 2893 additions and 0 deletions
18
template/jury.typ
Normal file
18
template/jury.typ
Normal file
|
@ -0,0 +1,18 @@
|
|||
#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", "Professeure des universités", "Université de Rennes",
|
||||
"Rapporteurs :", "Bob", "", "",
|
||||
"", "Eve", "", "",
|
||||
"Examinatrice :", "Mallory", "", "",
|
||||
"Dir. de thèse :", "Trent", "", "",
|
||||
)
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue