summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/identityMatrix.tex.correct
blob: b2351591f52876377014c8186582c2251a1e18be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass{article}
\usepackage{amsmath} % pkg required by EasyLatex
\usepackage{amsfonts} % pkg required by EasyLatex
\usepackage{amssymb} % pkg required by EasyLatex
\usepackage{psfrag} % pkg required by EasyLatex
\usepackage[dvips]{graphicx} % pkg required by EasyLatex

\begin{document}


\begin{align*}
\left[ \begin{array}{lll}
   1 & 0 & 0
\\ 0 & 1 & 0
\\ 0 & 0 & 1
\end{array} \right]
\end{align*}


\end{document}