I am using several special character commands, such as those described at Which symbols need to be escaped in ConTeXt?. I noticed that some, such as \textdollar will not work if they are immediately followed by some other word, e.g.:
\textbraceleftThis is some text.\textbraceright
To fix this, I have added some spaces after the command:
\textbraceleft This is some text.\textbraceright
- Is it correct to always place spaces after these commands? Are there any cases where this will create problems, such as a line break when the two items should be placed together?
- Are the
\#and\&treated differently?