summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/sweepingTogetherEqnsShouldntBreakAlign.tex.correct
blob: de1c9971f332a4ae08ad7854eb4bacaedcb5a34c (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*}x \mapsto y 
\\ \\ \\ \frac{1}{3} 
\\ \\ \\  1 + 1 &= 2
\\1 &\leq 3 - 1
\\&\leq 5
\end{align*}

\end{document}