KaTex function-support https://khan.github.io/KaTeX/function-support.html#spacing
latex 空格
a \qquad b    两个m的宽度
quad空格    a \quad b    a \quad b    一个m的宽度
大空格    a\ b    a\ b    1/3m宽度
中等空格    a\;b    a\;b    2/7m宽度
小空格    a\,b    a\,b    1/6m宽度
没有空格    ab    ab\,
紧贴    a!b    a!b    缩进1/6m宽度
\quad、1em、em、m代表当前字体下接近字符‘M’的宽度(approximately the width of an "M" in the current font)