diff options
author | Puneeth Chaganti | 2010-08-31 18:52:49 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2010-08-31 18:52:49 +0530 |
commit | 8600bacb33190a09fba4b35ea954397cb2914302 (patch) | |
tree | 6b2e42626e2bc1ed32dce1d2660940842626edc7 /latex/workbook/example7.tex | |
parent | ea77103ba6354cb1d81932ddc5e4a50f9738e53a (diff) | |
download | sees-8600bacb33190a09fba4b35ea954397cb2914302.tar.gz sees-8600bacb33190a09fba4b35ea954397cb2914302.tar.bz2 sees-8600bacb33190a09fba4b35ea954397cb2914302.zip |
Added lab workbook and related files.
Diffstat (limited to 'latex/workbook/example7.tex')
-rw-r--r-- | latex/workbook/example7.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/latex/workbook/example7.tex b/latex/workbook/example7.tex new file mode 100644 index 0000000..6b7d14d --- /dev/null +++ b/latex/workbook/example7.tex @@ -0,0 +1,13 @@ +\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} |