From 870dc1fbb3c2ab9a93395dfcabab341253d287ac Mon Sep 17 00:00:00 2001 From: Hardik Ghaghada Date: Thu, 12 Jun 2014 13:26:52 +0530 Subject: moving tex files to the respective slides directory of each tool --- slides/latex/workbook/example7.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 slides/latex/workbook/example7.tex (limited to 'slides/latex/workbook/example7.tex') 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} -- cgit