Im creating my resume with typst and i want to add "Junior Java Devolper" below my name.
#import "resume.typ": *
#show: cv.with(
author: "John Doe",
contacts: (
[ #text("[email protected]")],
[ #text("in/my-linkind")],
[ #text("111111-1111")],
[ #text("CITY")],
)
)
An this is part of my resume.typ
#let cv(author: "", contacts: (), body) = {
set document(
author: author,
title: author,
)
set text(
font: "Source Sans Pro",
style: "normal",
lang: "es",
fill: color_darknight
)
Any idea how to do that, maybe move all to the left too