Skip to content

Commit

Permalink
Merge pull request #15 from fweisenhorn/main
Browse files Browse the repository at this point in the history
Added support for different page sizes (like A4)
  • Loading branch information
stuxf authored Dec 9, 2024
2 parents a97b454 + a34a15e commit a92be43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ A barebones resume looks like this, which you can use to get started.
personal-site: personal-site,
accent-color: "#26428b",
font: "New Computer Modern",
paper: "us-letter",
)
/*
Expand Down
3 changes: 2 additions & 1 deletion src/resume.typ
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
orcid: "",
accent-color: "#000000",
font: "New Computer Modern",
paper: "us-letter",
body,
) = {

Expand All @@ -31,7 +32,7 @@
// Reccomended to have 0.5in margin on all sides
set page(
margin: (0.5in),
"us-letter",
paper: paper,
)

// Link styles
Expand Down
1 change: 1 addition & 0 deletions template/main.typ
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
personal-site: personal-site,
accent-color: "#26428b",
font: "New Computer Modern",
paper: "us-letter",
)

/*
Expand Down

0 comments on commit a92be43

Please sign in to comment.