From c37a41f4e1ae4f808ed521a40f8135138b51bbf9 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Thu, 12 Dec 2013 13:11:22 +0100 Subject: [PATCH] added greek letters --- documents/math-fonts/math-fonts.tex | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/documents/math-fonts/math-fonts.tex b/documents/math-fonts/math-fonts.tex index 2045721..ec83bed 100644 --- a/documents/math-fonts/math-fonts.tex +++ b/documents/math-fonts/math-fonts.tex @@ -117,4 +117,42 @@ \item $\mathbb{Z}$ \end{enumerate} \end{multicols} +\clearpage + +\section{Greek} +\begin{multicols}{3} +\begin{enumerate}[label=\Alph*:] + \item[alpha] $\alpha$ + \item[beta] $\beta$ + \item[gamma] $\gamma$, $\Gamma$ + \item[delta] $\delta$, $\Delta$ + \item[zeta] $\zeta$ + \item[eta] $\eta$ + \item[theta] $\theta$, $\Theta$ + \item[epsilon] $\epsilon$ + \item[varepsilon] $\varepsilon$ + \item[jota] $\iota$ + \item[kappa] $\kappa$ + \item[lambda] $\lambda$, $\Lambda$ + \item[mu] $\mu$ + \item[nu] $\nu$ + \item[xi] $\xi$, $\Xi$ + % The Greek "little" o, or omicron (as opposed to the "big" o, i.e., omega), + % is identical in appearance -- in both its lowercase and uppercase + % versions -- to the Roman lowercase letters "o" and "O". Hence + % there are no TeX commands for $\omicron$ and $\Omicron$. + % source: http://tex.stackexchange.com/a/30882/5645 + %\item[omikron] $\omicron$ + \item[pi] $\pi$, $\Pi$ + \item[rho] $\rho$ + \item[sigma] $\sigma$, $\Sigma$ + \item[tau] $\tau$ + \item[upsilon] $\upsilon$, $\Upsilon$ + \item[phi] $\phi$, $\Phi$ + \item[varphi] $\varphi$ + \item[chi] $\chi$ + \item[psi] $\psi$, $\Psi$ + \item[omega] $\omega$, $\Omega$ +\end{enumerate} +\end{multicols} \end{document}