Style tweaks
All checks were successful
CI / Typos (pull_request) Successful in 12s
CI / Typst formatting (pull_request) Successful in 6s
CI / Build (pull_request) Successful in 9m12s

This commit is contained in:
Mark 2025-03-02 19:26:38 -08:00
parent 8d49154277
commit 6681724804

View File

@ -48,19 +48,28 @@
// Text style // Text style
set text(font: "New Computer Modern") set text(font: "New Computer Modern")
set par( set par(
leading: 0.55em, leading: 0.5em,
first-line-indent: 0mm,
justify: true,
spacing: 0.5em, spacing: 0.5em,
first-line-indent: 0mm,
hanging-indent: 0mm,
justify: true,
) )
// //
// List style // List style
show list: set block(spacing: 0.5em, below: 1em)
set list( set list(
tight: false, indent: 4mm,
indent: 5mm, body-indent: 1.5mm,
spacing: 3mm,
// Manually set spacing,
// `tight` has no effect.
spacing: 2mm,
)
set enum(
indent: 4mm,
body-indent: 1.5mm,
spacing: 2mm,
) )
// //