Expand footer to more details and full name
This commit is contained in:
parent
a345d36611
commit
372dee59cc
1 changed files with 31 additions and 6 deletions
37
cv.typ
37
cv.typ
|
@ -19,16 +19,41 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#let _columns_3(left_body, center_body, right_body) = {
|
||||||
|
block[
|
||||||
|
#box(width: 1fr)[
|
||||||
|
#align(left)[#left_body]
|
||||||
|
]
|
||||||
|
#box(width: 1fr)[
|
||||||
|
#align(center)[#center_body]
|
||||||
|
]
|
||||||
|
#box(width: 1fr)[
|
||||||
|
#align(right)[#right_body]
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
// Feel free to change the margin below to best fit your own CV
|
// Feel free to change the margin below to best fit your own CV
|
||||||
#set page(
|
#set page(
|
||||||
paper: "a4",
|
paper: "a4",
|
||||||
margin: (x: 0.9cm, y: 1.3cm),
|
margin: (x: 0.9cm, y: 1.3cm),
|
||||||
footer: context [
|
footer: [
|
||||||
#set text(8pt)
|
#set text(
|
||||||
#text(fill:luma(230))[Marty Oehme]
|
fill: luma(200),
|
||||||
#set align(right)
|
size: 8pt,
|
||||||
#text(fill:luma(230))[#counter(page).display("1",both:false)]
|
)
|
||||||
]
|
#_columns_3[
|
||||||
|
#smallcaps[#datetime.today().display("[month repr:long] [day], [year]")]
|
||||||
|
][
|
||||||
|
#smallcaps[
|
||||||
|
Marty Oehme
|
||||||
|
// #sym.dot.c
|
||||||
|
// CV
|
||||||
|
]
|
||||||
|
][
|
||||||
|
#counter(page).display()
|
||||||
|
]
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
#set par(justify: true)
|
#set par(justify: true)
|
||||||
|
|
Loading…
Reference in a new issue