* fixes for warnings with typst 0.12.0 * update tests for typst 0.12.0 * update github test workflow for typst 0.12 * chore: apply typst updates to test code * chore: update compiler version in typst.toml * chore: use the correct preview version in coverletter2 * chore: improve comments in coverletter template * chore: update test references * fix: issues with coverletter for typst `0.12.0` * update test references with typst-test update --------- Co-authored-by: Paul Tsouchlos <developer.paul.123@gmail.com>
45 lines
861 B
Typst
45 lines
861 B
Typst
#import "@preview/modern-cv:0.7.0": *
|
|
|
|
#show: coverletter.with(
|
|
author: (
|
|
firstname: "John",
|
|
lastname: "Smith",
|
|
email: "js@gmail.com",
|
|
homepage: "https://example.com",
|
|
phone: "(+1) 111-111-1111",
|
|
github: "DeveloperPaul123",
|
|
linkedin: "John Smith",
|
|
address: "111 Example St. Apt. 111, Example City, EX 11111",
|
|
positions: (
|
|
"Software Engineer",
|
|
"Full Stack Developer",
|
|
),
|
|
),
|
|
profile-picture: none,
|
|
language: "sp",
|
|
)
|
|
|
|
#hiring-entity-info(entity-info: (
|
|
target: "Company Recruitement Team",
|
|
name: "Google, Inc.",
|
|
street-address: "1600 AMPHITHEATRE PARKWAY",
|
|
city: "MOUNTAIN VIEW, CA 94043",
|
|
))
|
|
|
|
#letter-heading(
|
|
job-position: "Software Engineer",
|
|
addressee: "Sir or Madame",
|
|
)
|
|
|
|
#coverletter-content[
|
|
#lorem(100)
|
|
]
|
|
|
|
#coverletter-content[
|
|
#lorem(90)
|
|
]
|
|
|
|
#coverletter-content[
|
|
#lorem(110)
|
|
]
|