style image in figure

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2026-04-16 19:29:10 +02:00
parent 2fd16d24f0
commit 4e34ce03df
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
8 changed files with 117 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 934 KiB

View file

@ -135,3 +135,18 @@ thead {
[34], [605106], [605098], [26], [18],
table.hline(),
)
#figure(
image(
"./smol-platypus.png",
alt: "A drawing of a blue-ish round-ish platypus with big eyes, holding a laptop. This platypus is quite cute, but I might be biased.",
),
caption: [A Platypus!]
)
#figure(
image(
"./big-platypus.png",
alt: "A drawing of a blue-ish round-ish platypus with big eyes, holding a laptop. This platypus is quite cute, but I might be biased.",
),
caption: [A Big Platypus!]
)

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB