more results, first corrective fixes
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user