banaee / latex-lab

Automatically exported from code.google.com/p/latex-lab
0 stars 0 forks source link

PSTricks Package not used correctly #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.The following document produces the error:

\documentclass[12pt]{article}
\usepackage{pstricks,pst-plot}

\title{PSTricks Error Test}
\date{}
\begin{document}

\begin{center}
\begin{pspicture}(0,0)(17,17)
\psgrid[subgriddiv=1,griddots=0,gridlabels=10pt](0,0)(16,16)
\psplot[plotpoints=200,linewidth=2pt]{2.22}{16}{6  x 6 div 21.33 x div add 
add}
\uput[u](0,17){Cost}
\uput[u](17,0){Q}
\end{pspicture}
\end{center}

\end{document}

What is the expected output? What do you see instead?
Expected to be seen is a grid with a curve.  Instead, there is nothing, 
both during preview and after export to PDF.

What version of the product are you using? On what browser?
Chrome, whatever the latest version is.

Please provide any additional information below.
This may be a result of the Compiler not compiling in the correct manner;  
In my local MikTex installation, I have to use LaTeX --> dvips --> ps2pdf 
to correctly render this graph.

Original issue reported on code.google.com by dco...@gmail.com on 11 May 2010 at 3:01

GoogleCodeExporter commented 8 years ago
The cause is the compiler process, like you mentioned. We're looking to add an 
option to enable customization of the compiler sequence.

Original comment by bobbysoa...@gmail.com on 2 Jul 2010 at 3:21