From 2f306114328324cea512f3cd0706ba2314e4e907 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 2 May 2026 00:13:37 +0900 Subject: fix layout --- setoka.typ | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setoka.typ') diff --git a/setoka.typ b/setoka.typ index 24cfea8..e71310a 100644 --- a/setoka.typ +++ b/setoka.typ @@ -33,6 +33,8 @@ config-page( header: header, footer: footer, + header-ascent: 0em, + footer-descent: 0em, ), ) touying-slide(self: self, ..args) @@ -119,7 +121,7 @@ show: touying-slides.with( config-page( paper: "presentation-" + aspect-ratio, - margin: 2em, + margin: (x: 2em, y: 1.125em), ), config-common( slide-fn: slide, -- cgit v1.3.1