When typesetting the LaTeX in Math mode is it safe to create a space (one carriage return) around a LaTeX symbol to isolate it from the surrounding character instead of enclosing the surrounding character with {..}. For example if I copy the following here it displays the same:
\hat T \\
\hat{T} \\
\sin x \\
\sin{x} \\
\int f(x)dx \\
\int{f(x)}dx
For readability the use of {..} seems a better choice but are there any examples where using the space option will cause an issue? I'm using amsmath package.
\quador\,– Werner Jul 23 '15 at 17:00$xy=1$have differences between$x y = 1$? – Werner Jul 23 '15 at 17:14{....}here is wrong and will in general adversely affect the spacing – David Carlisle Jul 23 '15 at 17:51