latex/workbook/example7.tex
author Puneeth Chaganti <punchagan@fossee.in>
Sat, 29 Jan 2011 13:49:14 +0530
changeset 135 339230606dc0
parent 107 80a8b46754f8
permissions -rw-r--r--
vcs: Changes to handout.rst Lot of changes based on Joel's HgInit Tutorial and Mercurial Tutorial.

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