How to remove spacing after colon in math?

This feels like a silly question, but… $u[:n]$ renders like this:
image. What is the most elegant way to remove the spacing between : and n?

1 Like
#show math.equation: it => {
  show ":": math.class.with("normal")
  it
}

$u[:n]$

image

1 Like

Thanks! Not sure how I managed to miss it in the docs…