mirror of
https://github.com/C0ffeeCode/typst-dhbw-technik-template.git
synced 2025-12-28 20:42:18 +01:00
fix(tables): disable justifying figures
This commit is contained in:
parent
94453b731c
commit
8fdd5008b6
1 changed files with 3 additions and 0 deletions
|
|
@ -198,6 +198,9 @@
|
||||||
linebreaks: "optimized",
|
linebreaks: "optimized",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// done justify figures, would break tables
|
||||||
|
#show figure: set par (justify: false)
|
||||||
|
|
||||||
#set figure(
|
#set figure(
|
||||||
numbering: "I"
|
numbering: "I"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue