From 3e5be4cf8f722ee760eb69ba70f84d1eba2af76f Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 13 Jun 2024 23:05:13 -0400 Subject: [PATCH] feat: eugene style 3 --- lib.typ | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/lib.typ b/lib.typ index c99b999..3ba546f 100644 --- a/lib.typ +++ b/lib.typ @@ -31,7 +31,7 @@ stack( dir: ttb, spacing: 0.9em, - grid(columns: (11fr, 5fr), column-gutter: 1cm, { + grid(columns: (9fr, 5fr), column-gutter: 1cm, { set strong(delta: DEFAULT_STRONG) set align(left) left_content @@ -69,17 +69,13 @@ } cv_entry(left_content: { set par(leading: 0.55em, justify: true) - text(1.1em)[*#company*] - - "\n" - set strong(delta: SMALL_STRONG) - text[_#role _] + text(1.1em)[*#company* | _#role _] }, right_content: { - [*#start_date -- #end_date*] - - if location != none { - "\n" + format_location(location) - } + set text(size: 1.1em) + [#start_date -- #end_date] + // if location != none { + // format_location(location) + // } }, details: task_list) } @@ -116,7 +112,7 @@ set page(margin: PAGE_MARGINS, paper: "us-letter") set list(indent: 0.75em, marker: [•]) set text(font: (BODY_FONT), BODY_FONT_SIZE) - set par(justify: true, leading: BODY_LINE_HEIGHT) + set par(leading: BODY_LINE_HEIGHT) align(center)[ #text( size: TITLE_FONT_SIZE,