From 446f8f7176ad2f2cefb80833ac268f854543cce2 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Tue, 11 Jul 2023 22:38:51 -0400 Subject: [PATCH] main.typ: set default image width --- main.typ | 1 + 1 file changed, 1 insertion(+) diff --git a/main.typ b/main.typ index 2adbd9a..7f84f0d 100644 --- a/main.typ +++ b/main.typ @@ -76,6 +76,7 @@ show math.equation: eq => eq show figure: fig => { show: pad.with(x: 1em) + set image(width: 50%) set align(center) v(1em) fig.body