Created at:
Math symbols in AsciiMath (and Latex)
AsciiMath | Renders as | LaTeX | Comments |
---|---|---|---|
\\ | `\\` | \setminus | set difference / set minus |
|~ | `|~` | \lceil | |
~| | `~|` | \rceil | |
!= | `!=` | \ne | different |
=> | `=>` | \implies | |
nn | `nn` | \cap | intersection |
in | `in` | \in | |
!in | `!in` | \notin | |
sub | `sub` | \subset | |
sube | `sube` | \subseteq | |
sum_a^b | `sum_a^b` | \sum_a^b | summation |
sup | `sup` | \supset | |
supe | `supe` | \supseteq | |
bar x | `bar x` | \overline{x} | complement / negation |
uu | `uu` | \cup | union |