How can I make a LaTex macro which replaces each
- \and by the word "and"
- \or by the word "or"
so that the nouns are not in italics?
How can I make a LaTex macro which replaces each
so that the nouns are not in italics?
\text{and}
or \text{or}
If you insist on a macro, just use the normal LaTeX \newcommand.