diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-02 00:17:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-02 00:17:45 +0900 |
| commit | 33cd1abee5ffa2111fc620ee1ebf93f0521e1eef (patch) | |
| tree | 4c15710adc3369625294bc07e6e7054bd4e2c841 | |
| parent | 151461d55c16a96a305a67d0923acdd574687056 (diff) | |
| download | phpstudy-N-slides-template-33cd1abee5ffa2111fc620ee1ebf93f0521e1eef.tar.gz phpstudy-N-slides-template-33cd1abee5ffa2111fc620ee1ebf93f0521e1eef.tar.zst phpstudy-N-slides-template-33cd1abee5ffa2111fc620ee1ebf93f0521e1eef.zip | |
update slides.typ
| -rw-r--r-- | setoka.typ | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,7 @@ -#import "@preview/touying:0.6.1": * +#import "@preview/touying:0.6.3": * +#import "@preview/fletcher:0.5.8" as fletcher + +#let fletcher-diagram = touying-reducer.with(reduce: fletcher.diagram, cover: fletcher.hide) #let slide(..args) = touying-slide-wrapper(self => { let header(self) = { @@ -30,6 +33,8 @@ config-page( header: header, footer: footer, + header-ascent: 0em, + footer-descent: 0em, ), ) touying-slide(self: self, ..args) @@ -116,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, |
