detailed most of the procedure
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user