Skip to content

Instantly share code, notes, and snippets.

@adolfont
Created October 31, 2017 15:55
Show Gist options
  • Select an option

  • Save adolfont/0dcd7be07bdb21a429901ee372cb0e01 to your computer and use it in GitHub Desktop.

Select an option

Save adolfont/0dcd7be07bdb21a429901ee372cb0e01 to your computer and use it in GitHub Desktop.
Logical Symbols that I use on my Latex documents
\newcommand{\NOT}{\neg}
\newcommand{\IMPLIES}{\to}
\newcommand{\AND}{\wedge}
\newcommand{\OR}{\vee}
\newcommand{\BIMPLI}{\leftrightarrow}
\newcommand{\XOR}{\otimes}
\newcommand{\T}{\begin{tt}T\end{tt}\, }
\newcommand{\F}{\begin{tt}F\end{tt}\, }
\newcommand{\x}{\ensuremath{\times}}
\newcommand{\BIGOR}{\bigvee}
\newcommand{\BIGAND}{\bigwedge}
\newcommand{\CR}{\vdash}
\newcommand{\SR}{\models}
\newcommand{\EQUALDEF}{\stackrel{\mbox{\tiny def}}{=}}
\newcommand{\TOP}{\top}
\newcommand{\BOT}{\bot}
\newcommand{\CONS}{\circ}
\newcommand{\INCONS}{\bullet}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment