fix(tables): disable justifying figures (incl. tables) (#3)

* fix(tables): disable justifying figures

* Change comment and fix indentation

---------

Co-authored-by: C0ffeeCode <ritters_werth@outlook.com>
This commit is contained in:
Lukas Lanzner 2024-09-13 09:03:38 +02:00 committed by GitHub
parent 94453b731c
commit 573e87a15d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -198,6 +198,9 @@
linebreaks: "optimized", linebreaks: "optimized",
) )
// do not justify inside of figures, incl. tables
#show figure: set par (justify: false)
#set figure( #set figure(
numbering: "I" numbering: "I"
) )