diff --git a/lib/matisse-thesis.typ b/lib/matisse-thesis.typ index 0c5edf8..63626ca 100644 --- a/lib/matisse-thesis.typ +++ b/lib/matisse-thesis.typ @@ -203,6 +203,10 @@ ) // ---------- BODY ---------- + + set par.line(numbering: n => text(red)[#n]) if draft + show figure: set par.line(numbering: none) if draft + body // ---------- ABSTRACT ---------- diff --git a/template/abstract.typ b/template/abstract.typ index 3bf11ed..d6ae6ac 100644 --- a/template/abstract.typ +++ b/template/abstract.typ @@ -3,6 +3,6 @@ #let keywords-fr = ("Lorem", "Ipsum", "Dolore", "Sit", "Amet") -#let abstract-en = lorem(200) +#let abstract-en = lorem(175) -#let abstract-fr = lorem(200) +#let abstract-fr = lorem(175) diff --git a/template/main.typ b/template/main.typ index b54b1c7..5df8688 100644 --- a/template/main.typ +++ b/template/main.typ @@ -21,6 +21,8 @@ #todo[Write the Thesis] +#lorem(2000) + #bibliography("bibliography.bib") #todos()