latex/workbook/example7.tex
author amit
Tue, 07 Sep 2010 20:04:28 +0530
changeset 132 24cec0337e81
parent 107 80a8b46754f8
permissions -rw-r--r--
Some changes made to title levels

\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}