diff --git a/lib/general.typ b/lib/general.typ index a3d98c0..4fccedc 100644 --- a/lib/general.typ +++ b/lib/general.typ @@ -8,16 +8,18 @@ // ------------ FORMATING ------------ -#let paragraph(title) = [#title #h(1em)] +#let paragraph(title, body) = [_ #title _ #h(1em) #body] -#let epigraph(attribution, body) = align(right, box(width: 50%)[ - #set align(left) - #quote( +#let epigraph(attribution, body) = align(center, { + quote( block: true, attribution: attribution, body ) -]) + v(.7cm) + line(length: 100%, stroke: .2mm) + v(.7cm) +}) #let highlight(fill: luma(230), content) = { block(