I've just installed Texmaker on my mac. I quite like all of its features, however I'm having a hard time getting it to do what I want.
For example I have the following source code:
Code: Select all
\documentclass[12pt, a4paper, fleqn, leqno]{article}
\usepackage{pstricks}
\usepackage{pst-plot}
\begin{document}
Test
Testing...
\newpage
\begin{pspicture}(-2,-2)(2,2)
\psaxes{->}(0,0)(-2,-2)(2,2)
\end{pspicture}
\end{document}
I would thank anyone who can help me out with the this problem so much. Texmaker seems to be the Latex editor that I like, but it has to produce the correct output!
Thanks