Tagged Questions
9
votes
2answers
717 views
Is it safe to temporarily redefine \and, \or, and \not?
I'm writing lots of logic expressions in LaTeX and I'd much rather write $p \and \not q \or r$ than $p \land \lnot q \lor r$. I was thinking of doing something like this:
\newenvironment{logic}{%
...