This commit is contained in:
2025-07-04 19:19:50 +02:00
parent 683ac5fe6a
commit a57dafdb00
2 changed files with 8 additions and 8 deletions

View File

@@ -10,6 +10,7 @@
#show: x => context {
set page(width: auto, height: auto) if is-web and not is-html()
set page(paper: "a4") if not is-web and not is-html()
set page(numbering: "1 of 1") if not is-web and not is-html()
x
}