1
0
Fork 0

Adjust formatting for paper

main 2024.09.17
Ethan Reece 2024-09-10 17:56:52 -05:00
parent 339b953378
commit 56e4da8bb9
Signed by: me
GPG Key ID: 198E9EB433DB1B28
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,
highlight
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
)
)