normalization and move french to the end
All checks were successful
/ test_checkout (push) Successful in 1m51s
All checks were successful
/ test_checkout (push) Successful in 1m51s
This commit is contained in:
parent
4e38131df5
commit
c3a27f8711
7 changed files with 57 additions and 53 deletions
36
main.typ
36
main.typ
|
@ -95,19 +95,6 @@
|
|||
|
||||
include("0_preamble/acknowledgements.typ")
|
||||
|
||||
// https://ed-matisse.doctorat-bretagne.fr/fr/soutenance-de-these#p-151
|
||||
// > Le manuscrit est normalement rédigé en français (Loi relative à l'emploi de la langue française, 1994).
|
||||
// > Toutefois, il est accepté de bâtir le manuscrit sur la base d'un résumé substantiel en français
|
||||
// > (au moins 4 pages), le reste du manuscrit étant considéré comme des annexes et étant alors rédigé en
|
||||
// > langue étrangère.
|
||||
// >
|
||||
// > Dans le cas d'une thèse qui ne serait pas rédigée en français, il est conseillé de bien distinguer le
|
||||
// > résumé substantiel des chapitres de la thèse pour éviter d'essuyer un refus de la part de
|
||||
// > l'administration de l'établissement d'inscription (par exemple en l'intitulant résumé en français et
|
||||
// > en ne lui affectant aucun numéro de chapitre).
|
||||
//
|
||||
include("0_preamble/french_summary.typ")
|
||||
|
||||
outline(title: "Table of Contents", indent: auto)
|
||||
show outline.entry: it => {
|
||||
v(5mm, weak: true)
|
||||
|
@ -137,9 +124,6 @@
|
|||
// Keep interline in table
|
||||
#show table: set par(leading: 0.65em) if paper_draft
|
||||
|
||||
#todo[Normalize classloaders vs class loaders]
|
||||
#todo[Normalize bullets/item: either end with a '.' or a ';']
|
||||
|
||||
#include("1_introduction/main.typ")
|
||||
#include("2_background/main.typ")
|
||||
#include("3_rasta/main.typ")
|
||||
|
@ -148,3 +132,23 @@
|
|||
#include("6_conclusion/main.typ")
|
||||
|
||||
#bibliography("bibliography.bib")
|
||||
|
||||
#{
|
||||
set heading(numbering: none, outlined: false)
|
||||
set figure(outlined: false)
|
||||
set page(numbering: "i")
|
||||
counter(page).update(0)
|
||||
|
||||
// https://ed-matisse.doctorat-bretagne.fr/fr/soutenance-de-these#p-151
|
||||
// > Le manuscrit est normalement rédigé en français (Loi relative à l'emploi de la langue française, 1994).
|
||||
// > Toutefois, il est accepté de bâtir le manuscrit sur la base d'un résumé substantiel en français
|
||||
// > (au moins 4 pages), le reste du manuscrit étant considéré comme des annexes et étant alors rédigé en
|
||||
// > langue étrangère.
|
||||
// >
|
||||
// > Dans le cas d'une thèse qui ne serait pas rédigée en français, il est conseillé de bien distinguer le
|
||||
// > résumé substantiel des chapitres de la thèse pour éviter d'essuyer un refus de la part de
|
||||
// > l'administration de l'établissement d'inscription (par exemple en l'intitulant résumé en français et
|
||||
// > en ne lui affectant aucun numéro de chapitre).
|
||||
//
|
||||
include("0_preamble/french_summary.typ")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue