From 573e87a15dc2aa8d218969fddf98f71ff6189c4c Mon Sep 17 00:00:00 2001 From: Lukas Lanzner Date: Fri, 13 Sep 2024 09:03:38 +0200 Subject: [PATCH] fix(tables): disable justifying figures (incl. tables) (#3) * fix(tables): disable justifying figures * Change comment and fix indentation --------- Co-authored-by: C0ffeeCode --- template.typ | 3 +++ 1 file changed, 3 insertions(+) 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" )