gnuplotexample:
	echo '\documentstyle[]{article} \begin{document}'>test.tex
	gnuplot<example.gpl
	cat tmp.tex>>test.tex
	echo '\end{document}'>>test.tex
	latex test.tex
	rm tmp.tex
	xdvi test.dvi
