This feels like a silly question, but… $u[:n]$
renders like this:
. 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]$
1 Like
Thanks! Not sure how I managed to miss it in the docs…