summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/dontSweepApartDollarSigns.tex.correct
blob: 6ce54e36f755bbe4a765a143e3e0703d6b16a8fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\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_1\ldots y_n 
\\ \\ \\ \frac{1}{3} 
\\ \\ \\  1 + 1 &= 2
\\1 &\leq 3 - 1
\\&\leq 5
\end{align*}

\end{document}