latex/workbook/example7.tex
author Puneeth Chaganti <punchagan@fossee.in>
Sun, 30 Jan 2011 20:12:46 +0530
changeset 143 fde473906aac
parent 107 80a8b46754f8
permissions -rw-r--r--
vcs: Mention hg remove command. I was mistaken that everything could be done with the hg add command alone. But apparently hg remove command is necessary.

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