latex/workbook/example7.tex
author Puneeth Chaganti <punchagan@fossee.in>
Sun, 30 Jan 2011 11:38:24 +0530
changeset 141 63fff1155f56
parent 107 80a8b46754f8
permissions -rw-r--r--
vcs: Minor changes to exercises.rst Changed the directory structure of exercises repository and accordingly changed the exercises sheet.

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