From 010b9e731a0e94e775ebed171304e3a23aac42ba Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 27 Mar 2023 20:18:23 -0700 Subject: [PATCH] Fix some extraneous newlines --- resume.typ | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resume.typ b/resume.typ index 5969b55..5a751ce 100644 --- a/resume.typ +++ b/resume.typ @@ -10,7 +10,7 @@ #let Large = 2em #let large = 1.3em -#let section-header(content) = text(font: "Fira Sans", size: Large, fill: rgb(0%, 0%, 100%))[#smallcaps(content)] +#let section-header(content) = [ #text(font: "Fira Sans", size: Large, fill: rgb(0%, 0%, 100%))[#smallcaps(content)] \ ] #let job-entry(job, job-title, dates) = [ #text(size: large, weight: "bold")[#job] \ #text(fill: medium-gray)[#job-title | #text(font: "Fira Sans", style: "italic")[#dates]] @@ -19,7 +19,7 @@ // Title #{ set text(font: "Fira Sans", size: 2.5em) -smallcaps([Gregory Shuflin]) + [ #smallcaps([Gregory Shuflin]) ] } //Contact section @@ -94,6 +94,7 @@ Structures, Computer Graphics #section-header[Open-source Contributions] + #let just-url = "https://github.com/casey/just" #let just-commits-url = "https://github.com/casey/just/commits?author=neunenak" - I’m an occasional contributor to the #link(just-commits-url)[just] command runner (#link(just-url)[github.com/casey/just])