main.typ: make figures better spaced

This commit is contained in:
dogeystamp 2024-02-08 21:45:51 -05:00
parent c778a52581
commit fac2550f7e
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -101,8 +101,11 @@
set text(size: normal-size, font: font, weight: "regular", lang: settings.lang)
show link: text.with(fill: rgb("#5577bb"), weight: "bold")
show math.equation: eq => eq
set figure.caption(position: top)
set figure(gap: 1em)
show figure.caption: emph
show figure: fig => {
show: pad.with(x: 1em)
show: pad.with(x: 1em, y: 0.6em)
show image: pad.with(y: 0.5em)
set image(width: 50%)
set align(center)