Let’s say I want to type something like:
y = \frac{1}{| x |}, \quad x \text{ cannot be } 0
In the above example, I had to manually use the \text{}
inside y = \frac{1}{| x |}, \quad x \text{ cannot be } 0
.
If I simply type things out in TeXmacs, I get the following: y = \frac{1}{| x |}, \quad x \tmop{cannot} \tmop{be} 0
.
I would like for TeXmacs to treat every consecutive set of characters as text
instead of tmop
by default. Can this be done?