summaryrefslogtreecommitdiff
path: root/slides/latex/workbook/example7.tex
diff options
context:
space:
mode:
authorHardik Ghaghada2014-06-12 13:26:52 +0530
committerHardik Ghaghada2014-06-12 13:26:52 +0530
commit870dc1fbb3c2ab9a93395dfcabab341253d287ac (patch)
treee5f494493a6eef5a317a49ad0759d05684de6ed7 /slides/latex/workbook/example7.tex
parent1f7318ca9553270899537d98d75e9f4fced85ed4 (diff)
downloadsees-870dc1fbb3c2ab9a93395dfcabab341253d287ac.tar.gz
sees-870dc1fbb3c2ab9a93395dfcabab341253d287ac.tar.bz2
sees-870dc1fbb3c2ab9a93395dfcabab341253d287ac.zip
moving tex files to the respective slides directory of each tool
Diffstat (limited to 'slides/latex/workbook/example7.tex')
-rw-r--r--slides/latex/workbook/example7.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/slides/latex/workbook/example7.tex b/slides/latex/workbook/example7.tex
new file mode 100644
index 0000000..6b7d14d
--- /dev/null
+++ b/slides/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}