mirror of
https://github.com/C0ffeeCode/typst-dhbw-technik-template.git
synced 2025-12-28 19:02:19 +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",
|
||||
)
|
||||
|
||||
// done justify figures, would break tables
|
||||
#show figure: set par (justify: false)
|
||||
|
||||
#set figure(
|
||||
numbering: "I"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue