Code: Select all
[Loading MPS to PDF converter (version 2006.09.02).]
)
Preview: Fontsize 12pt
Preview: PDFoutput 1
Package pst-pdf Warning: pspicture No. 1 undefine
Package pst-pdf Warning: File `untitled-1-pics.pdf' not found.
(pst-pdf) Use the following commands to create it:
(pst-pdf) ----------------------------------------------------
(pst-pdf) latex untitled-1.tex
(pst-pdf) dvips -o untitled-1-pics.ps untitled-1.dvi
(pst-pdf) ps2pdf untitled-1-pics.ps
(pst-pdf) ---------------------------------------------------- .
("C:\Documents and Settings\Student\My Documents\untitled-1.aux") )
No pages of output.
Transcript written on untitled-1.log.
Code: Select all
\documentclass[12pt]{article}
\usepackage{pst-pdf}
\usepackage{pstricks}
\usepackage{pst-plot}
\usepackage{pstricks-add}
\pagestyle{empty}
\begin{document}
\psaxes[Ox=-2](-2,0)(2,3)
\end{document}
NIck