fix(tables): disable justifying figures

This commit is contained in:
Lukas Lanzner 2024-09-12 19:31:06 +02:00
parent 94453b731c
commit 8fdd5008b6
No known key found for this signature in database
GPG key ID: FF943A9465489305

View file

@ -198,6 +198,9 @@
linebreaks: "optimized",
)
// done justify figures, would break tables
#show figure: set par (justify: false)
#set figure(
numbering: "I"
)