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



\end{document}