I often use custom commands or macro as we all do. But I'm not sure what to do about the space following the command. I've sometimes done \mycommand\ and sometimes I've done \mycommand{}. I'm not sure which is better or more correct. Perhaps there's an even better way to do this. Can someone please describe what is the "best" way to do this?
Asked
Active
Viewed 36 times
1
jlconlin
- 10,172
\is better in the sense that text is a bit more human readable \in\ \this\ \way\ than \in{} \this{} \way{}. Moreover, reading some as \LaTeX{} you will spend some milliseconds checking if that is control sequence with a missing mandatory argument or only a end of macro. – Fran Jun 06 '18 at 02:21