more results, first corrective fixes

This commit is contained in:
2025-09-14 02:38:29 +02:00
parent c43b64ecb7
commit cafaf38ddf
14 changed files with 265 additions and 297 deletions

View File

@@ -57,6 +57,7 @@
// figure placement and caption style
set figure(placement: top)
show figure.caption: set text(size: 0.85em)
show figure.caption: set align(left)
// citation style
@@ -66,11 +67,14 @@
show cite: it => text(fill: background-color, it)
// add space for heading
show heading.where(level:1): it => it + v(0.5em)
show heading: it => v(0.3em) + it + v(0.3em)
show heading.where(level:1): it => it + v(0.3em)
set math.equation(numbering: "(1)", supplement: [Eq.])
set outline(depth: 2)
//
// Included content
//
@@ -313,8 +317,8 @@
#set text(font: font, fill: font-color)
#align(center, text(title, size: 2.5em, weight: 600))
#if subtitle != none {
v(1.5em, weak: true)
align(center, text(subtitle, size: 2em, weight: 500))
v(2.5em, weak: true)
align(center, text(subtitle, size: 1.8em, weight: 500))
}
#pad(
x: 6em,