I'm pretty sure this applies to most typesetting languages for math. When entering a formula, do you insert a hard space between symbols? For example, if I have 'a' for acceleration and 't' for time, would I typeset like this:$$d=\frac{1}{2}at^2$$and let the typesetting language figure it out, or do I explicitly set them apart:$$d=\frac{1}{2}\space a\space t^2$$because $at$ could either be the product of $a$ and $t$, or a new variable called $at$, and the space removes the ambiguity.
Asked
Active
Viewed 69 times
2
or~`. Most mathematicians simply do what TeX does by default. (Also, most of TeX’s defaults are based on conventions that existed in professional mathematical typesetting before its advent. I believe this is one of them.) – Eike Schulte Oct 30 '21 at 12:57