Compare commits

..

No commits in common. "446f8f7176ad2f2cefb80833ac268f854543cce2" and "44bd05b415c62911d02d2e1bbf65e5190c12aff3" have entirely different histories.

View File

@ -74,22 +74,6 @@
set text(size: normal-size, font: font, weight: "light")
show link: body => text(fill: rgb("#777777"), weight: "bold", body)
show math.equation: eq => eq
show figure: fig => {
show: pad.with(x: 1em)
set image(width: 50%)
set align(center)
v(1em)
fig.body
if fig.has("caption") {
v(1em, weak: true)
[Figure ]
if fig.numbering != none {
[#counter(figure).display(fig.numbering)]
}
[. ]
fig.caption
}
}
set table(inset: 10pt)
show heading: set text(font: heading_font, weight: "black")
show raw.where(block: true): txt => pad(