Skip to content

trying to change letter-position-pretext errors out #98

@Ablesius

Description

@Ablesius

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

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions