summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/dotsToLdots.tex.correct
blob: adfc81492c4d80a71e7fb54f93726638c4fa9704 (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}

Dots to ldots changes $\ldots$  to ldots


$1 + 2$ + $\ldots$  + 10

$v_1 v_2\ldots v_n$


\end{document}