From be02c50e20ec31bde9b932c25b03a9fdfe49c72d Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Sat, 17 Aug 2024 23:26:16 -0400 Subject: [PATCH 1/3] feat: add snippet with updated resume-entry functionality --- template/resume.typ | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/template/resume.typ b/template/resume.typ index 6cba1c6..2f02dc0 100644 --- a/template/resume.typ +++ b/template/resume.typ @@ -54,6 +54,17 @@ - #lorem(25) ] +#resume-entry( + title: "Intern", + location: "Example City, EX", +) + +#resume-item[ + - #lorem(20) + - #lorem(15) + - #lorem(25) +] + = Projects #resume-entry( From f6f1e6f0193475493c97860a74fe839f3b4d5384 Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Sat, 17 Aug 2024 23:26:30 -0400 Subject: [PATCH 2/3] feat: add input for font in resume --- lib.typ | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib.typ b/lib.typ index 309e1f0..9180b64 100644 --- a/lib.typ +++ b/lib.typ @@ -147,6 +147,7 @@ accent-color: default-accent-color, colored-headers: true, language: "en", + font: ("Source Sans Pro", "Source Sans 3"), body, ) = { if type(accent-color) == "string" { @@ -161,7 +162,7 @@ ) set text( - font: ("Source Sans Pro", "Source Sans 3"), + font: font, lang: language, size: 11pt, fill: color-darkgray, From b661a92801b3e25ff21fe77d189550d9787ece03 Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Sat, 17 Aug 2024 23:28:01 -0400 Subject: [PATCH 3/3] feat: add font input for coverletter --- lib.typ | 3 ++- template/coverletter.typ | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib.typ b/lib.typ index 9180b64..482018b 100644 --- a/lib.typ +++ b/lib.typ @@ -482,6 +482,7 @@ date: datetime.today().display("[month repr:long] [day], [year]"), accent-color: default-accent-color, language: "en", + font: ("Source Sans Pro", "Source Sans 3"), body, ) = { if type(accent-color) == "string" { @@ -497,7 +498,7 @@ ) set text( - font: ("Source Sans Pro", "Source Sans 3"), + font: font, lang: language, size: 11pt, fill: color-darkgray, diff --git a/template/coverletter.typ b/template/coverletter.typ index 6c5a436..bc7bdbf 100644 --- a/template/coverletter.typ +++ b/template/coverletter.typ @@ -17,6 +17,7 @@ ), profile-picture: image("./profile.png"), language: "en", + font: "Times New Roman" ) #hiring-entity-info(entity-info: (