main.typ: make figures better spaced
This commit is contained in:
parent
c778a52581
commit
fac2550f7e
5
main.typ
5
main.typ
@ -101,8 +101,11 @@
|
|||||||
set text(size: normal-size, font: font, weight: "regular", lang: settings.lang)
|
set text(size: normal-size, font: font, weight: "regular", lang: settings.lang)
|
||||||
show link: text.with(fill: rgb("#5577bb"), weight: "bold")
|
show link: text.with(fill: rgb("#5577bb"), weight: "bold")
|
||||||
show math.equation: eq => eq
|
show math.equation: eq => eq
|
||||||
|
set figure.caption(position: top)
|
||||||
|
set figure(gap: 1em)
|
||||||
|
show figure.caption: emph
|
||||||
show figure: fig => {
|
show figure: fig => {
|
||||||
show: pad.with(x: 1em)
|
show: pad.with(x: 1em, y: 0.6em)
|
||||||
show image: pad.with(y: 0.5em)
|
show image: pad.with(y: 0.5em)
|
||||||
set image(width: 50%)
|
set image(width: 50%)
|
||||||
set align(center)
|
set align(center)
|
||||||
|
Loading…
Reference in New Issue
Block a user