Inspired by this question, here's my mathmode spacing bugbear.
I quite often have equations that look like this:
\begin{equation}
\text{If}\ B_1 \succeq B_2 \ \text{and}\ B_2 \succeq B_3 \ \text{then}\ B_1 \succeq B_3
\end{equation}
Now, you might notice that before and after each bit of \text{...} there is a "normal sized space". I can't imagine why I wouldn't want that space there, but I have to add it manually. Surely this should be the default behaviour of mathmode's text macro?
Why isn't it, and how could I make it so?


\text(like\text{ and }). Is this wrong? – Caramdir Dec 31 '10 at 19:07