summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/alreadyInMathMode_eqnarrayStar.tex.correct
blob: a2bc95587047c55a968fe2867d54adaabf960772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\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{eqnarray*}
Ax &=& b
\\x &=& A^{-1} b 
\end{eqnarray*}

\end{document}