add template

This commit is contained in:
Arthur Grisel-Davy 2023-06-20 09:23:22 -04:00
parent 6dff086d6c
commit 1726a3fd8f
2 changed files with 2 additions and 124 deletions

View file

@ -56,7 +56,7 @@
set list(indent: 10pt, body-indent: 9pt)
// Configure headings.
set heading(numbering: "I.A.1.")
set heading(numbering: "1.1.1")
show heading: it => locate(loc => {
// Find out the final number of the heading counter.
let levels = counter(heading).at(loc)
@ -163,3 +163,4 @@
bibliography(bibliography-file, title: text(10pt)[References], style: "ieee")
}
}