chore: stash

This commit is contained in:
eggy
2025-01-12 23:54:42 -05:00
parent 71fcc86736
commit 5b0eca1072
4 changed files with 214 additions and 18 deletions

View File

@@ -7,20 +7,20 @@
#let HEADING_FONT = TITLE_FONT
#let BODY_FONT = "Open Sans"
#let BODY_FONT_SIZE = 10pt
#let BODY_FONT_SIZE = 9.5pt
#let HEADING_FONT_SIZE = 0.95em
#let TITLE_FONT_SIZE = 2em
#let HEADING_LINE_GAP = 3mm
#let BODY_LINE_HEIGHT = 0.75em
#let HEADING_DETAILS_LIST_SPACING = 0.8em
#let HEADING_DETAILS_LIST_SPACING = 0.9em
#let DETAILS_TITLE_FONT_SIZE = 1.075em
#let DETAILS_LIST_SPACING = 0.8em
// rest = not top
#let PAGE_MARGINS = (rest: 0.4in, top: 0.3in, left: 0.3in, bottom: 0.4in)
#let PAGE_MARGINS = (right: 0.5in, top: 0.3in, left: 0.4in, bottom: 0.4in)
// Format locations.
#let format_location(location) = {
@@ -66,11 +66,7 @@
cv_entry(left_content: {
set par(leading: 0.75em)
if company_link == none {
text(1.1em)[*#company*]
} else {
text(1.1em)[#link(company_link)[*#company*]]
}
text(1.1em)[*#role*]
if tools != none {
text[ | _ #tools _ ]
@@ -78,7 +74,12 @@
"\n"
set strong(delta: SMALL_STRONG)
[*#role*]
if company_link == none {
[*#company*]
} else {
[#link(company_link)[*#company*]]
}
}, right_content: {
[*#start_date -- #end_date*]