summaryrefslogtreecommitdiff
path: root/latex/workbook/example7.tex
blob: 6b7d14d9bbf763d37b9037d86d555805433011ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\documentclass{article}
\begin{document}
This is my first LaTeX document. 
\begin{equation}
  a^2 + b^2 = c^2 
\end{equation}
\[
\begin{pmatrix}
\alpha& \beta^{*}\\
\gamma^{*}& \delta
\end{pmatrix}
\]
\end{document}