mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-25 14:28:05 +02:00
added greek letters
This commit is contained in:
parent
82100a4677
commit
c37a41f4e1
1 changed files with 38 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue