I want Typst to automatically increase tracking for both uppercase and small caps text.
For small caps I used this code:
show smallcaps: set text(tracking: 0.5pt)
but when I do the same with the upper
function I get the following error message: “only element functions can be used as selectors.”
Could someone help me bypass this (without creating a custom function to use for uppercase text)?