-
-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Milestone
Description
I'm trying to use modern-cv and wanted to change "Bewerbung für " to "Bewerbung als" because it's more idiomatic in my coverletter.typ. Here's what happens when I try to use it:
#letter-heading(
job-position: "Projektmanager*in",
letter-position-pretext: "Bewerbung als", // THIS throws an error, see below!
dear: "Liebes", // necessary because otherwise "Sehr geehrte" is hard-coded; note that *this* can be set and typst compiles without problems!
addressee: "Hiring Team von <company>",
)
I then get this error:
┌─ coverletter.typ:46:0
│
46 │ letter-position-pretext: "Bewerbung als",
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I think this is wrong, because other keys can be overwritten, like "dear" in the example works as expected.
Metadata
Metadata
Assignees
Labels
No labels