How to control the spacing of symbols in math mode?

Hello @Ayhon,

A similar question was recently asked about this in What causes the difference between \triangle in LaTeX vs. $triangle.t$ in Typst? - #2 by hpcfzl

Changing math.class to unary for ? should do it:

#show "?": math.class.with("unary")
$ ?x + ?y $
2 Likes