summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/alreadyInMathMode_align.tex.correct
blob: 1a3d6cf922365768f4f79d5f5200090e85c03d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\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}
(A - \lambda I), \textrm{where I = }
\\ \left[ \begin{array}{lll}
   1 & 0 & 0
\\ 0 & 1 & 0
\\ 0 & 0 & 1
\end{array} \right]
\end{align}

\end{document}