diff --git a/lib/typst/local/handout/0.1.0/lib.typ b/lib/typst/local/handout/0.1.0/lib.typ index 7d3e59b..308d95f 100755 --- a/lib/typst/local/handout/0.1.0/lib.typ +++ b/lib/typst/local/handout/0.1.0/lib.typ @@ -48,19 +48,28 @@ // Text style set text(font: "New Computer Modern") set par( - leading: 0.55em, - first-line-indent: 0mm, - justify: true, + leading: 0.5em, spacing: 0.5em, + + first-line-indent: 0mm, + hanging-indent: 0mm, + justify: true, ) // // List style - show list: set block(spacing: 0.5em, below: 1em) set list( - tight: false, - indent: 5mm, - spacing: 3mm, + indent: 4mm, + body-indent: 1.5mm, + + // Manually set spacing, + // `tight` has no effect. + spacing: 2mm, + ) + set enum( + indent: 4mm, + body-indent: 1.5mm, + spacing: 2mm, ) //