summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/autoAlignEquationsOutsideMathMode.tex.correct
blob: 436f7c8020caaa1602a684eb9c55f941a3a4e35c (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*}
1 + 1 &= 2
\\1 &= 2 - 1
\\0 &= 2 - 1 - 1
\\0 &= 2 - 2
\end{align*}

\end{document}