resync with app version

This commit is contained in:
Arthur Grisel-Davy 2023-06-26 14:00:28 -04:00
parent a7e6210f45
commit e2cc4ecfec
5 changed files with 3412 additions and 5236 deletions

View file

@ -42,7 +42,7 @@
set document(title: title, author: authors.map(author => author.name))
// Set the body font.
set text(font: "Times New Roman", size: 10pt)
set text(font: "STIX Two Text", size: 10pt)
// Configure the page.
set page(
@ -100,7 +100,7 @@
// Display the paper's title.
//v(3pt, weak: true)
align(center, text(weight: "bold", size: 14pt, title))
v(10pt, weak: true)
v(20pt, weak: true)
// Make author list
@ -187,3 +187,4 @@
bibliography(bibliography-file, title: text(10pt)[References], style: "ieee")
}
}