summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/graphInteractions.tex.correct
diff options
context:
space:
mode:
Diffstat (limited to 'support/easylatex/testFiles/graphInteractions.tex.correct')
-rw-r--r--support/easylatex/testFiles/graphInteractions.tex.correct18
1 files changed, 18 insertions, 0 deletions
diff --git a/support/easylatex/testFiles/graphInteractions.tex.correct b/support/easylatex/testFiles/graphInteractions.tex.correct
new file mode 100644
index 0000000000..0872cc0ce6
--- /dev/null
+++ b/support/easylatex/testFiles/graphInteractions.tex.correct
@@ -0,0 +1,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}
+
+\input{easyLatexGraph.tex}
+\includegraphics{easyLatexGraph.eps}
+
+\begin{align*}
+% note: the fields inside [] are comma-deliminted, so if there are commas inside a label= math expression, easylatex will break up the math expression at the comma; in this case you must put in the dollar signs manually
+\end{align*}
+
+
+\end{document}