add line number in draft

This commit is contained in:
Jean-Marie Mineau 2025-06-10 14:05:22 +02:00
parent f1abfbfa5b
commit 5e703f6298
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 8 additions and 2 deletions

View file

@ -203,6 +203,10 @@
) )
// ---------- BODY ---------- // ---------- BODY ----------
set par.line(numbering: n => text(red)[#n]) if draft
show figure: set par.line(numbering: none) if draft
body body
// ---------- ABSTRACT ---------- // ---------- ABSTRACT ----------

View file

@ -3,6 +3,6 @@
#let keywords-fr = ("Lorem", "Ipsum", "Dolore", "Sit", "Amet") #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)

View file

@ -21,6 +21,8 @@
#todo[Write the Thesis] #todo[Write the Thesis]
#lorem(2000)
#bibliography("bibliography.bib") #bibliography("bibliography.bib")
#todos() #todos()