main.typ: change format to US letter

my paper is US letter suck it a4 users
This commit is contained in:
dogeystamp 2023-10-24 18:10:36 -04:00
parent c57ab4b094
commit 1eaad29bee
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -88,7 +88,7 @@
// this template sets up the document // this template sets up the document
// but does not do things like title, authors, etc. // but does not do things like title, authors, etc.
#let doc_template( #let doc_template(
paper-size: "a4", paper-size: "us-letter",
// Content to wrap // Content to wrap
body, body,
@ -133,6 +133,7 @@
set page( set page(
paper: paper-size, paper: paper-size,
margin: (top: 8%, rest: 10%),
) )
set list(indent: 5pt, body-indent: 5pt) set list(indent: 5pt, body-indent: 5pt)
set enum(indent: 5pt, body-indent: 5pt) set enum(indent: 5pt, body-indent: 5pt)