detailed most of the procedure

This commit is contained in:
2025-09-12 23:41:31 +02:00
parent 9045c95ddd
commit c43b64ecb7
13 changed files with 413 additions and 114 deletions

View File

@@ -54,20 +54,27 @@
set list(indent: 1em, marker: n => [#text(fill: background-color, "•")])
// figure placement and caption style
set figure(placement: top)
show figure.caption: set text(size: 0.85em)
// citation style
set cite(
form: "prose"
)
show cite: it => text(fill: background-color, it)
// add space for heading
show heading.where(level:1): it => it + v(0.5em)
set math.equation(numbering: "(1)", supplement: [Eq.])
//
// Included content
//
// figures
// set figure.caption(separator: [ --- ], position: top)
// code blocks
show raw.where(block: true) : it => h(0.5em) + box(fill: background-color.lighten(80%), outset: 0.5em, width: 100%, it) + h(0.5em)
@@ -102,12 +109,16 @@
// the title page should not have any margin, this will be reset in the next page
margin: 0pt,
)
[
#set image(
width: 105%,
)
// set the image first so that it is the lowest layer
place(
#place(
bottom,
background-image
)
]
// define the base widht of a tile, as a tenth of the page width
let tile_width = 1.51cm