-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmathcommands.tex
More file actions
executable file
·149 lines (141 loc) · 4.39 KB
/
mathcommands.tex
File metadata and controls
executable file
·149 lines (141 loc) · 4.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
\chapter{Commonly Used Math Commands}
\label{cha:commonly-used-math}
Before using these math commands, it is a good idea to load the
\texttt{amsmath}, \texttt{amssymb}, and \texttt{amsthm} packages to
ensure that the commands work as shown.
\begin{table}
\centering
\caption{Math Commands}
\label{tab:math-commands}
\begin{tabular}{@{}ll@{}}
\toprule
Symbol & Command \\
\midrule
$\sum$ & \verb|\sum| \\
$\infty$ & \verb|\infty| \\
$\int$ & \verb|\int| \\
$\cap$ & \verb|\cap| \\
$\cup$ & \verb|\cup| \\
$\oplus$ & \verb|\oplus| \\
$\otimes$ & \verb|\otimes| \\
$\pm$ & \verb|\pm| \\
$\in$ & \verb|\in| \\
$\subset$ & \verb|\subset| \\
$\subseteq$ & \verb|\subseteq| \\
$\leq$ & \verb|\leq| \\
$\geq$ & \verb|\geq| \\
$\ldots$ & \verb|\ldots| \\
$\cdots$ & \verb|\cdots| \\
$\vdots$ & \verb|\vdots| \\
$\ddots$ & \verb|\ddots| \\
\bottomrule
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{Lowercase Greek letters}
\label{tab:lowercase-greek-1}
\begin{tabular}{@{}llll@{}}
\toprule
Letter & Command & Letter & Command \\
\midrule
$\alpha$ & \verb|\alpha| & $\nu$ & \verb|\nu| \\
$\beta$ & \verb|\beta| & $\xi$ & \verb|\xi| \\
$\gamma$ & \verb|\gamma| & $\pi$ & \verb|\pi| \\
$\delta$ & \verb|\delta| & $\rho$ & \verb|\rho| \\
$\epsilon$ & \verb|\epsilon| & $\sigma$ & \verb|\sigma|
\\
$\zeta$ & \verb|\zeta| & $\tau$ & \verb|\tau| \\
$\eta$ & \verb|\eta| & $\upsilon$ & \verb|\upsilon| \\
$\theta$ & \verb|\theta| & $\phi$ & \verb|\phi| \\
$\iota$ & \verb|\iota| & $\chi$ & \verb|\chi| \\
$\kappa$ & \verb|\kappa| & $\psi$ & \verb|\psi| \\
$\lambda$ & \verb|\lambda| & $\omega$ & \verb|\omega| \\
$\mu$ & \verb|\mu| & & \\
\bottomrule
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{Lowercase Greek letter variations}
\label{tab:lower-greek-var}
\begin{tabular}{@{}ll@{}}
\toprule
Letter & Command \\
\midrule
$\varepsilon$ & \verb|\varepsilon| \\
$\vartheta$ & \verb|\vartheta| \\
$\varpi$ & \verb|\varpi| \\
$\varrho$ & \verb|\varrho| \\
$\varsigma$ & \verb|\varsigma| \\
$\varphi$ & \verb|\varphi| \\
\bottomrule
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{Capital Greek letters}
\label{tab:capital-greek}
\begin{tabular}{@{}llll@{}}
\toprule
Letter & Command & Letter & Command \\
\midrule
$\Gamma$ & \verb|\Gamma| & $\Sigma$ & \verb|\Sigma| \\
$\Delta$ & \verb|\Delta| & $\Upsilon$ & \verb|\Upsilon|
\\
$\Theta$ & \verb|\Theta| & $\Phi$ & \verb|\Phi| \\
$\Lambda$ & \verb|\Lambda| & $\Psi$ & \verb|\Psi| \\
$\Xi$ & \verb|\Xi| & $\Omega$ & \verb|\Omega| \\
$\Pi$ & \verb|\Pi| & & \\
\bottomrule
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{Arrows}
\label{tab:arrows}
\begin{tabular}{@{}ll@{}}
\toprule
Arrow & Command \\
\midrule
$\to$ & \verb|\to| \\
$\mapsto$ & \verb|\mapsto| \\
$\rightarrow$ & \verb|\rightarrow| \\
$\Rightarrow$ & \verb|\Rightarrow| \\
$\longrightarrow$ & \verb|\longrightarrow| \\
$\Longrightarrow$ & \verb|\Longrightarrow| \\
$\leftarrow$ & \verb|\leftarrow| \\
$\Leftarrow$ & \verb|\Leftarrow| \\
$\longleftarrow$ & \verb|\longleftarrow| \\
$\Longleftarrow$ & \verb|\Longleftarrow| \\
$\leftrightarrow$ & \verb|\leftrightarrow| \\
$\Leftrightarrow$ & \verb|\Leftrightarrow| \\
$\longleftrightarrow$ & \verb|\longleftrightarrow| \\
$\Longleftrightarrow$ & \verb|\Longleftrightarrow| \\
\bottomrule
\end{tabular}
\end{table}
\begin{table}
\centering
\caption{Math fonts}
\label{tab:math-fonts-1}
\begin{tabular}{@{}ll@{}}
\toprule
Font & Command \\
\midrule
$\mathbb{NQRZ}$ & \verb|\mathbb{}| \\
$\textrm{text}$ & \verb|\textrm{}| \\
$\text{text}$ & \verb|\text{}| \\
$\mathrm{math}$ & \verb|\mathrm{}| \\
$\mathbf{bold}$ & \verb|\mathbf{}| \\
$\mathsf{ABCXYZ}$ & \verb|\mathsf{}| \\
$\mathit{italics}$ & \verb|\mathit{}| \\
$\mathcal{ABCXYZ}$ & \verb|\mathcal{}| \\
$\mathfrak{ABCXYZ}$ & \verb|\mathfrak{}| \\
\bottomrule
\end{tabular}
\end{table}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "reader"
%%% End: