From bff57eac2e61e983497e3ab7965f5aa3ea225791 Mon Sep 17 00:00:00 2001 From: cook-f Date: Thu, 1 May 2025 16:08:57 +0000 Subject: [PATCH 1/2] add changes --- src/resume.typ | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/resume.typ b/src/resume.typ index d983aa9..cf81318 100644 --- a/src/resume.typ +++ b/src/resume.typ @@ -15,6 +15,8 @@ accent-color: "#000000", font: "New Computer Modern", paper: "us-letter", + author-font-size: 20pt + font-size: 10pt body, ) = { @@ -25,7 +27,7 @@ set text( // LaTeX style font font: font, - size: 10pt, + size: font-size, lang: "en", // Disable ligatures so ATS systems do not get confused when parsing fonts. ligatures: false @@ -61,7 +63,7 @@ #set align(author-position) #set text( weight: 700, - size: 20pt, + size: author-font-size, ) #pad(it.body) ] From 68341f9b218bde27e21b074cc62dc6b29f9679d2 Mon Sep 17 00:00:00 2001 From: Fred Cook Date: Mon, 5 May 2025 01:55:57 +0100 Subject: [PATCH 2/2] missing comma --- src/resume.typ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resume.typ b/src/resume.typ index cf81318..fd0028e 100644 --- a/src/resume.typ +++ b/src/resume.typ @@ -15,8 +15,8 @@ accent-color: "#000000", font: "New Computer Modern", paper: "us-letter", - author-font-size: 20pt - font-size: 10pt + author-font-size: 20pt, + font-size: 10pt , body, ) = {