This commit is contained in:
2023-04-20 11:44:45 +02:00
parent 209aab16c7
commit 5e81bb61fc
9 changed files with 184 additions and 31 deletions
+13 -2
View File
@@ -1,4 +1,5 @@
#set page(paper: "a4")
#show link: content => {
set text(fill: blue)
content
@@ -64,13 +65,13 @@
]
]
#set text(fill: black)
#set par(first-line-indent: 1em, justify: true, leading: 1em)
// Abstracts
#pagebreak()
#set page(background: none)
#pagebreak()
#h(1em) *Titre :* Transmission Adaptative de Modèles 3D Massifs
@@ -78,6 +79,7 @@
#include "abstracts/fr.typ"
#pagebreak()
#pagebreak()
#set page(background: none)
@@ -92,7 +94,16 @@
#include "acknowledgments.typ"
// Content of the thesis
#set heading(numbering: "1.1 ")
#pagebreak()
#set heading(numbering: "1.1")
#include "introduction/main.typ"
#set heading(numbering: (..nums) =>
counter("chapter").display() + "." + nums
.pos()
.map(str)
.join(".")
)
#pagebreak()
#include "foreword/main.typ"