feat: backend is done

This commit is contained in:
eggy
2025-01-13 02:43:26 -05:00
parent 5b0eca1072
commit e1ee8bdf93
2 changed files with 59 additions and 57 deletions

View File

@@ -7,7 +7,7 @@
#let HEADING_FONT = TITLE_FONT
#let BODY_FONT = "Open Sans"
#let BODY_FONT_SIZE = 9.5pt
#let BODY_FONT_SIZE = 9.75pt
#let HEADING_FONT_SIZE = 0.95em
#let TITLE_FONT_SIZE = 2em
@@ -18,6 +18,7 @@
#let DETAILS_TITLE_FONT_SIZE = 1.075em
#let DETAILS_LIST_SPACING = 0.8em
#let DETAILS_LIST_INDENT = 1.5em
// rest = not top
#let PAGE_MARGINS = (right: 0.5in, top: 0.3in, left: 0.4in, bottom: 0.4in)
@@ -47,6 +48,7 @@
}),
{
set strong(delta: SMALL_STRONG)
show link: underline
list(tight: false, spacing: DETAILS_LIST_SPACING, marker: [], ..details)
},
)
@@ -116,7 +118,7 @@
// Set name and contact data and format headings
#let template(name, color, doc) = {
set page(margin: PAGE_MARGINS, paper: "us-letter")
set list(indent: 1em, marker: [])
set list(indent: DETAILS_LIST_INDENT, marker: [])
set text(font: (BODY_FONT), BODY_FONT_SIZE)
set par(justify: true, leading: BODY_LINE_HEIGHT)
align(center)[