summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/autoAlignEquations.tex.correct
blob: 86cfd8a17a0d2dfbf5813d4f65c74c034e400f31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\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}