List of LaTeX symbols
Talk0this wiki
LaTeX symbols have either names (denoted by backslash) or special characters. They are organized into seven classes based on their role in a mathematical expression. This is not a comprehensive list. Refer to the external references at the end of this article for more information.
Class 0 (Ord) symbols: Simple / ordinary ("noun")
Edit
Latin letters and Arabic numerals
Edit
Letters are rendered in italic font; numbers are upright / roman. \imath and \jmath make "dotless" i and j, which are useful in conjunction with hats and accents.
| LaTeX markup... | ...results in: |
|---|---|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
|
|
a b c d e f g h i j k l m n o p q r s t u v w x y z
|
|
0 1 2 3 4 5 6 7 8 9
|
|
\imath \quad \jmath \quad \hat{\jmath}
|
|
Greek letters
Edit
Lower case Greek letters are rendered in italic font; upper case Greek letters are rendered in upright/Roman.
Other alphabetic characters
Edit
|
Other simple symbols
Edit
The following characters don't have any spacing associated with them. That is, they are simple symbols, in class 0.
There is also a command \& which is not supported by Wikia's LaTeX parser.
Hats, bars, and accents
Edit
Symbols that go above, below, or in the corners of other symbols.
Note 1: dotless i and j (symbols \imath and \jmath) can be used to leave room for whatever hat you want them to wear.
Note 2: \sideset takes two required parameters, left side and right side, and must be followed by a sum class math operator that normally takes subscripts and superscripts below and above the symbol.
|
The following commands are not supported by the Wikia's LaTeX parser:
- \dddot \widetilde \underleftarrow \underrightarrow \underleftrightarrow
Fonts
Edit
Bold face: \boldsymbol and \mathbf make bold face symbols, and \pmb makes very bold face symbols. However, \mathbf cannot be applied to Greek symbols, for instance. The AMS "short guide" (see references) contains a cryptic comment, "generally speaking, it is ill-advised to apply \boldsymbol to more than one symbol at a time." Best not to discover why!
| LaTeX markup... | ...results in: |
|---|---|
A_\infty + \pi A_0
|
|
\mathbf{A}_\mathbf{\infty} \mathbf{+} \mathbf{\pi} \mathbf{A}_\mathbf{0}
|
|
\mathbf{A}_{\boldsymbol{\infty} } \boldsymbol{+}
|
|
2\alpha x^2yz+5
|
|
\mathbf{2\alpha x^2yz+5}
|
|
The \pmb command is not supported by the Wikia's LaTeX parser.
Other fonts are...
| LaTeX markup... | ...results in: | ...is used for: |
|---|---|---|
\mathbb{A B C . . . X Y Z}
|
| Blackboard bold (no lowercase) is used to represent standard sets of numbers, e.g. complex numbers, quaternions, natural numbers, octonians, rationals, reals, sedenions, integers.
|
\mathcal{A B C . . . M}
|
| Calligraphic letters (no lowercase) |
\mathcal{N . . . X Y Z}
|
| Calligraphic letters (no lowercase) |
\mathfrak{A B C ... M}
|
| Fraktur letters |
\mathfrak{N ... X Y Z}
|
| Fraktur letters |
\mathfrak{a b c ... m}
|
| Fraktur letters |
\mathfrak{n ... x y z}
|
| Fraktur letters |
\mathrm{A B C ... M}
|
| Roman letters |
\mathrm{N ... X Y Z}
|
| Roman letters |
\mathrm{a b c ... m}
|
| Roman letters |
\mathrm{n ... x y z}
|
| Roman letters |
Spaces
Edit
- Main article: Spaces
Simple symbols (class 0) are rendered without any space between them. Operators (class 1) are rendered with spaces. Spacing symbols change the amount of spacing, either by adding more space or taking spaces away. Space is measured in math units, or mu. 18mu equals 1em.
| LaTeX markup... | ...results in: | ...is used for: |
|---|---|---|
a b c d
|
| Simple symbols (class 0) have no spaces around them |
\sin b \cos d
|
| Operators (class 1) have thin spaces around them |
a \, b \mspace{3mu} c \thinspace d
| Failed to parse (unknown function\mspace): a \, b \mspace{3mu} c \thinspace d | thin 3mu space |
a \: b \mspace{4mu} c \medspace d
| Failed to parse (lexing error): a \: b \mspace{4mu} c \medspace d | medium 4mu space |
a \; b \mspace{5mu} c \thickspace d
| Failed to parse (unknown function\mspace): a \; b \mspace{5mu} c\thickspace d | thick 5mu space |
a \ b \mspace{6mu} c \ d
| Failed to parse (unknown function\mspace): a \ b \mspace{6mu} c \ d | thicker 6mu space provided by backslash followed by blank |
a \quad b \mspace{18mu} c \quad d
| Failed to parse (unknown function\mspace): a \quad b \mspace{18mu} c \quad d | 18mu or 1em space |
a \qquad b \mspace{36mu} c \qquad d
| Failed to parse (unknown function\mspace): a \qquad b \mspace{36mu} c \qquad d | 36mu or 2em space |
a \! b \mspace{-3mu} c \negthinspace d
| Failed to parse (unknown function\negthinspace): a \negthinspace b \mspace{-3mu} c \negthinspace d | negative thin -3mu space. See \int for a suggested use. |
a \negmedspace b \mspace{-4mu} c \negmedspace d
| Failed to parse (unknown function\negmedspace): a \negmedspace b \mspace{-4mu} c \negmedspace d | negative medium -4mu space |
a \negthickspace b \mspace{-5mu} c \negthickspace d
| Failed to parse (unknown function\negthickspace): a \negthickspace b \mspace{-5mu} c \negthickspace d | negative thick -5mu space |
Spaces of exactly the size of some rendered text can be obtained using the \phantom, command, and its cousins, \hphantom and \vphantom, as follows:
| LaTeX markup... | ...results in: | ...is used for: |
|---|---|---|
& a \ b \\
| Failed to parse (unknown function\begin): \begin{split} & a \ b \\ & \centerdot \phantom{\int XXX} \centerdot \\ & c \ d \end{split} | space as wide and high as integral and three X’s |
& a \ b \\
| Failed to parse (unknown function\begin): \begin{split} & a \ b \\ & \centerdot \hphantom{\int XXX} \centerdot \\ & c \ d \end{split} | space as wide as integral and three X’s; height 0 |
& a \ b \\
| Failed to parse (unknown function\begin): \begin{split} & a \ b \\ & \centerdot \vphantom{\int XXX} \centerdot \\ & c \ d \end{split} | space of width 0, as high as integral and three X’s |
Class 1 (Op) symbols: prefix operator (extensible)
Edit
Accumulation operators: sum, integral, union, etc.
Edit
- Main article: Sum-class symbol
These prefix operators accumulate the things they're prefixed to. "Extensible" means they have variable size to accommodate their operands, and their limits can appear below and above the operator.
The \smallint command is not supported by the Wikia's LaTeX parser.
Named operators: sin, cos, etc.
Edit
If your favorite operator, say, "foo", isn't listed, then you won't be able to use \foo(x) in your LaTeX equation. But don't fret. You can get the same result with \operatorname{foo}(x). If your made-up operator needs displayed limits, as in \lim or \max, then use \operatorname*{foo}, as in the example in the following table.
The command \operatorname* is not supported by the wikia's LaTeX parser.
Class 2 (Bin) symbols: binary operator ("conjunction")
Edit
The binary operator symbols are...
|
|
|
Class 3 (Rel) symbols: relation / comparison ("verb")
Edit
<, =, >, and variants
Edit
|
Arrows
Edit
Other relation symbols
Edit
|
Class 4 (open; left) and class 5 (close; right) symbols (extensible)
Edit
Paired left and right symbols
Edit
The following commands are not supported by the Wikia's LaTeX parser:
- \lvert \rvert \lgroup \rgroup \lmoustache \rmoustache
Nonpairing symbols (extensible)
Edit
The following commands are not supported by the Wikia's LaTeX parser:
- \arrowvert \Arrowvert \bracevert
Vertical arrows (extensible)
Edit
Class 6 (Pun) symbols: postfix / punctuation
Edit
The punctuation symbols are
The following commands are not supported by the Wikia's LaTeX parser:
- \dotsc \dotsi \dotsm \dotso
External references
Edit
- Short Math Guide for LaTeX, by Michael Downes, AMS
- User’s Guide for the amsmath Package
- The Comprehensive LaTeX Symbols List (Pakin)
- LaTeX Reference Manual
- LaTeX reference card
- CTAN, the Comprehensive TeX Archive Network
- LaTeX help file for the VIM editor
- Sourceforge Mini LaTeX Tutorial
- LaTeX help at wikipedia
complex numbers,
quaternions,
natural numbers,
octonians,
rationals,
reals,
sedenions,
integers.