1
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Ethan Reece 56e4da8bb9
Adjust formatting for paper 2024-09-10 17:56:52 -05:00
5 changed files with 11 additions and 3 deletions

View File

@ -2,7 +2,7 @@
paper: "us-letter",
margin: (
x: 0.5in,
y: 0.3in,
y: 0.4in,
),
body
)

View File

@ -2,5 +2,8 @@
highlight: "",
) = par(
justify: true,
text(
size: 0.95em,
highlight
)
)

View File

@ -1,4 +1,5 @@
#let section_base_item_marker = text(
weight: "extralight",
size: 0.95em,
sym.dash.en
)

View File

@ -1,3 +1,6 @@
#let section_skills_section_content(
items: (""),
) = items.join(", ")
) = text(
size: 0.95em,
items.join(", ")
)

View File

@ -6,6 +6,7 @@
base_text(
text(
weight: "semibold",
size: 0.95em,
title
)
)