How to add a negative space between symbols in math mode?

Instead of a function you can just use a variable:

#let ns = h(-2pt)
${#ns#ns{ A!, B!, C! }#ns#ns}$

Edit: you can also leave out the # symbols:

#let ns = h(-2pt)
${ns ns { A!, B!, C! } ns ns}$
3 Likes