summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/autoMathOnSuperShouldIncludeEscapingBackslash.tex.correct
diff options
context:
space:
mode:
Diffstat (limited to 'support/easylatex/testFiles/autoMathOnSuperShouldIncludeEscapingBackslash.tex.correct')
-rw-r--r--support/easylatex/testFiles/autoMathOnSuperShouldIncludeEscapingBackslash.tex.correct12
1 files changed, 12 insertions, 0 deletions
diff --git a/support/easylatex/testFiles/autoMathOnSuperShouldIncludeEscapingBackslash.tex.correct b/support/easylatex/testFiles/autoMathOnSuperShouldIncludeEscapingBackslash.tex.correct
new file mode 100644
index 0000000000..18438c7368
--- /dev/null
+++ b/support/easylatex/testFiles/autoMathOnSuperShouldIncludeEscapingBackslash.tex.correct
@@ -0,0 +1,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}