parent
339b953378
commit
56e4da8bb9
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
@ -2,5 +2,8 @@
|
||||||
highlight: "",
|
highlight: "",
|
||||||
) = par(
|
) = par(
|
||||||
justify: true,
|
justify: true,
|
||||||
|
text(
|
||||||
|
size: 0.95em,
|
||||||
highlight
|
highlight
|
||||||
)
|
)
|
||||||
|
)
|
||||||
|
|
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
#let section_skills_section_content(
|
#let section_skills_section_content(
|
||||||
items: (""),
|
items: (""),
|
||||||
) = items.join(", ")
|
) = text(
|
||||||
|
size: 0.95em,
|
||||||
|
items.join(", ")
|
||||||
|
)
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
base_text(
|
base_text(
|
||||||
text(
|
text(
|
||||||
weight: "semibold",
|
weight: "semibold",
|
||||||
|
size: 0.95em,
|
||||||
title
|
title
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue