feat: content overhaul
This commit is contained in:
6
lib.typ
6
lib.typ
@@ -7,7 +7,7 @@
|
||||
#let HEADING_FONT = TITLE_FONT
|
||||
#let BODY_FONT = "New Computer Modern"
|
||||
|
||||
#let BODY_FONT_SIZE = 11pt
|
||||
#let BODY_FONT_SIZE = 11.5pt
|
||||
#let HEADING_FONT_SIZE = 0.95em
|
||||
#let TITLE_FONT_SIZE = 2em
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#let BODY_LINE_SPACING = 0.75em
|
||||
|
||||
// rest = not top
|
||||
#let PAGE_MARGINS = (right: 0.4in, rest: 0.3in)
|
||||
#let PAGE_MARGINS = (right: 0.5in, rest: 0.4in)
|
||||
|
||||
// Format locations.
|
||||
#let format_location(location) = {
|
||||
@@ -110,7 +110,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: 0.75em, marker: [•])
|
||||
set list(indent: 0.65em, marker: [•])
|
||||
set text(font: (BODY_FONT), BODY_FONT_SIZE)
|
||||
set par(leading: BODY_LINE_HEIGHT)
|
||||
align(center)[
|
||||
|
Reference in New Issue
Block a user