feat: eugene style 3
This commit is contained in:
parent
dd4006d03d
commit
3e5be4cf8f
20
lib.typ
20
lib.typ
@ -31,7 +31,7 @@
|
|||||||
stack(
|
stack(
|
||||||
dir: ttb,
|
dir: ttb,
|
||||||
spacing: 0.9em,
|
spacing: 0.9em,
|
||||||
grid(columns: (11fr, 5fr), column-gutter: 1cm, {
|
grid(columns: (9fr, 5fr), column-gutter: 1cm, {
|
||||||
set strong(delta: DEFAULT_STRONG)
|
set strong(delta: DEFAULT_STRONG)
|
||||||
set align(left)
|
set align(left)
|
||||||
left_content
|
left_content
|
||||||
@ -69,17 +69,13 @@
|
|||||||
}
|
}
|
||||||
cv_entry(left_content: {
|
cv_entry(left_content: {
|
||||||
set par(leading: 0.55em, justify: true)
|
set par(leading: 0.55em, justify: true)
|
||||||
text(1.1em)[*#company*]
|
text(1.1em)[*#company* | _#role _]
|
||||||
|
|
||||||
"\n"
|
|
||||||
set strong(delta: SMALL_STRONG)
|
|
||||||
text[_#role _]
|
|
||||||
}, right_content: {
|
}, right_content: {
|
||||||
[*#start_date -- #end_date*]
|
set text(size: 1.1em)
|
||||||
|
[#start_date -- #end_date]
|
||||||
if location != none {
|
// if location != none {
|
||||||
"\n" + format_location(location)
|
// format_location(location)
|
||||||
}
|
// }
|
||||||
}, details: task_list)
|
}, details: task_list)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -116,7 +112,7 @@
|
|||||||
set page(margin: PAGE_MARGINS, paper: "us-letter")
|
set page(margin: PAGE_MARGINS, paper: "us-letter")
|
||||||
set list(indent: 0.75em, marker: [•])
|
set list(indent: 0.75em, marker: [•])
|
||||||
set text(font: (BODY_FONT), BODY_FONT_SIZE)
|
set text(font: (BODY_FONT), BODY_FONT_SIZE)
|
||||||
set par(justify: true, leading: BODY_LINE_HEIGHT)
|
set par(leading: BODY_LINE_HEIGHT)
|
||||||
align(center)[
|
align(center)[
|
||||||
#text(
|
#text(
|
||||||
size: TITLE_FONT_SIZE,
|
size: TITLE_FONT_SIZE,
|
||||||
|
Loading…
Reference in New Issue
Block a user