latex/workbook/example7.tex
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 31 Aug 2010 20:13:49 +0530
changeset 113 38ba17aa202f
parent 107 80a8b46754f8
permissions -rw-r--r--
Added the test cases for GCD function and the Python script that was used to generate it.

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