I think you’re looking for the region
parameter of text
#set text(lang: "de", region: "CH")
"Hello!"
Though this won’t automatically replace ß
with ss
in your text (and I don’t think it should). But if you want you can do
#show "ß": "ss"
I think you’re looking for the region
parameter of text
#set text(lang: "de", region: "CH")
"Hello!"
Though this won’t automatically replace ß
with ss
in your text (and I don’t think it should). But if you want you can do
#show "ß": "ss"