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", paper: "us-letter",
margin: ( margin: (
x: 0.5in, x: 0.5in,
y: 0.3in, y: 0.4in,
), ),
body body
) )

View File

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

View File

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

View File

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

View File

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