summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/autoMathOnSuperShouldIncludeEscapingBackslash.tex.correct
blob: 18438c736884c99761d86973c633f91ff2162fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\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}

\{1,2,3$\}^4$

\end{document}