fix formatting in addendum and code blocks

This commit is contained in:
2025-09-04 10:32:51 +02:00
parent b822cb1312
commit e8cbd09b8a

View File

@@ -77,6 +77,15 @@
set par(justify: true, leading: 1.2em) set par(justify: true, leading: 1.2em)
show heading: set block(below: 1.2em) show heading: set block(below: 1.2em)
show figure: set par(leading: 1em) show figure: set par(leading: 1em)
show table: set par(leading: 1em)
show raw: it => {
if (it.lines.first().count > 1) {
set par(leading: 1em)
it
} else {
it
}
}
set page( set page(
margin: ( margin: (
top: 2cm, top: 2cm,