feat: eugene style 3

This commit is contained in:
eggy 2024-06-13 23:05:13 -04:00
parent dd4006d03d
commit 3e5be4cf8f

20
lib.typ
View File

@ -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,