Symbols
Symbols
In the following pages I have excerpted some pages from The Not So Short Introduction to LATEX 2,
by Tobias Oetiker. The full text of this document is also posted on our class Blackboard page, under
“Reference.”
1
54 Typesetting Mathematical Formulae
$\vec{a} \qquad
\vec{AB} \qquad ~ −−→
~a AB AB
\overrightarrow{AB}$
For functions missing from the list, use the \DeclareMathOperator com-
mand. There is even a starred version for functions with limits. This com-
mand works only in the preamble so the commented lines in the example
below must be put into the preamble.
%\DeclareMathOperator{\argh}{argh}
%\DeclareMathOperator*{\nut}{Nut} 3 argh = 2 Nut
x=1
\[3\argh = 2\nut_{x=1}\]
For the modulo function, there are two commands: \bmod for the binary
operator “a mod b” and \pmod for expressions such as “x ≡ a (mod b):”
$a\bmod b \\ a mod b
x\equiv a \pmod{b}$ x ≡ a (mod b)
3.8 List of Mathematical Symbols 63
There is no uppercase of some of the letters like \Alpha, \Beta and so on,
because they look the same as normal roman letters: A, B. . .
8
These tables were derived from symbols.tex by David Carlisle and subsequently
changed extensively as suggested by Josef Tkadlec.
64 Typesetting Mathematical Formulae
You can negate the following symbols by prefixing them with a \not com-
mand.
< < > > = =
≤ \leq or \le ≥ \geq or \ge ≡ \equiv
.
\ll \gg = \doteq
≺ \prec \succ ∼ \sim
\preceq \succeq ' \simeq
⊂ \subset ⊃ \supset ≈ \approx
⊆ \subseteq ⊇ \supseteq =
∼ \cong
@ \sqsubset a A \sqsupset a 1 \Join a
v \sqsubseteq w \sqsupseteq ./ \bowtie
∈ \in 3 \ni , \owns ∝ \propto
` \vdash a \dashv |= \models
| \mid k \parallel ⊥ \perp
^ \smile _ \frown \asymp
: : ∈
/ \notin 6= \neq or \ne
a
Use the latexsym package to access this symbol
+ + − -
± \pm ∓ \mp / \triangleleft
· \cdot ÷ \div . \triangleright
× \times \ \setminus ? \star
∪ \cup ∩ \cap ∗ \ast
t \sqcup u \sqcap ◦ \circ
∨ \vee , \lor ∧ \wedge , \land • \bullet
⊕ \oplus \ominus \diamond
\odot \oslash ] \uplus
⊗ \otimes
\bigcirc q \amalg
4 \bigtriangleup 5 \bigtriangledown † \dagger
\lhd a \rhd a ‡ \ddagger
\unlhd a \unrhd a o \wr
3.8 List of Mathematical Symbols 65
u \dotplus \centerdot
n \ltimes o \rtimes > \divideontimes
d \doublecup e \doublecap r \smallsetminus
Y \veebar Z \barwedge [ \doublebarwedge
\boxplus \boxminus \circleddash
\boxtimes \boxdot } \circledcirc
| \intercal ~ \circledast i \rightthreetimes
g \curlyvee f \curlywedge h \leftthreetimes
68 Typesetting Mathematical Formulae