diff --git a/template.typ b/template.typ index aa2d039..d1ff060 100755 --- a/template.typ +++ b/template.typ @@ -198,6 +198,9 @@ linebreaks: "optimized", ) + // do not justify inside of figures, incl. tables + #show figure: set par (justify: false) + #set figure( numbering: "I" )