mirror of
https://github.com/C0ffeeCode/typst-dhbw-technik-template.git
synced 2025-12-28 15:22:18 +01:00
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:
parent
94453b731c
commit
573e87a15d
1 changed files with 3 additions and 0 deletions
|
|
@ -198,6 +198,9 @@
|
|||
linebreaks: "optimized",
|
||||
)
|
||||
|
||||
// do not justify inside of figures, incl. tables
|
||||
#show figure: set par (justify: false)
|
||||
|
||||
#set figure(
|
||||
numbering: "I"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue