feat: increase font size and clean text
This commit is contained in:
6
lib.typ
6
lib.typ
@@ -4,7 +4,7 @@
|
||||
// Reduce space between headings and descriptions.
|
||||
#let sep_space = par_space + 0.1em
|
||||
|
||||
let subtitle_space = par_space - 0.2em
|
||||
#let subtitle_space = par_space - 0.2em
|
||||
|
||||
// Format start and end dates.
|
||||
#let format_date(start_date: none, end_date: none) = {
|
||||
@@ -23,7 +23,7 @@ let subtitle_space = par_space - 0.2em
|
||||
|
||||
// Format locations.
|
||||
#let format_location(location) = {
|
||||
[_#block(above: par_space, location)_]
|
||||
[_#block(above: 0.7em, location)_]
|
||||
}
|
||||
|
||||
#let indent(content) = {
|
||||
@@ -117,7 +117,7 @@ let subtitle_space = par_space - 0.2em
|
||||
#let template(name, contact_data, color, doc) = {
|
||||
set page(margin: (rest: 0.5in, top: 0.4in), paper: "us-letter")
|
||||
set list(indent: 1.25em, marker: [•])
|
||||
set text(font: "Latin Modern Sans", 10pt)
|
||||
set text(font: "Latin Modern Sans", 11pt)
|
||||
set par(justify: true, leading: 0.65em)
|
||||
align(center)[
|
||||
#text(size: 2em)[*#name*]
|
||||
|
Reference in New Issue
Block a user