Herbert,<br><br>I did it, first time I got an error message. When I put all the files you said in a test directory together with your minimal example, there is no error and the dvi file is generated.<br><br>Thanks,<br><br>
Per<br><br><div class="gmail_quote">2011/1/1 Herbert Voss <span dir="ltr"><<a href="mailto:Herbert.Voss@fu-berlin.de">Herbert.Voss@fu-berlin.de</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Am 01.01.2011 20:28, schrieb Per Ting:<br>
<div class="im"><br>
> Happy new year to you too. The version is correct it says:<br>
> \def\fileversion{1.25}<br>
> \def\filedate{2010/11/27}<br>
><br>
> but I still get the error message.<br>
<br>
</div>then we have go on step by step:<br>
<br>
run this example. If you get an error, then put the files<br>
pst-plot.tex|sty, pstricks.sty|tex|pro, and pst-fp.tex<br>
into an test directory together with the test doc and run<br>
it.<br>
<br>
Herbert<br>
<br>
\listfiles<br>
\documentclass{minimal}<br>
\pagestyle{empty}<br>
\usepackage{pst-plot}\SpecialCoor<br>
<br>
\begin{document}<br>
<br>
\begin{pspicture}(-2,-2)(4,3)<br>
    \psaxes[linewidth=1.2pt, labels=none,<br>
ticks=none]{->}(0,0)(-2,-2)(4,3)[$x$,-90][$y$,180]<br>
    \psplot[algebraic=true,plotpoints=1000,arrows=<->]{-0.6}{3}{2*(ln(x+1))}<br>
    \psline[linestyle=dashed](-1,3)(-1,-2)<br>
    \psline(2,0)(2,2.197224578)<br>
    \pscustom[fillstyle=vlines,linestyle=none]{%<br>
      \psplot[algebraic=true,plotpoints=1000]{0}{2}{2*(ln(x+1))}<br>
      \psline(2,0)(0,0)}<br>
\end{pspicture}<br>
<br>
\end{document}<br>
<div><div></div><div class="h5">_______________________________________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/pstricks" target="_blank">http://tug.org/mailman/listinfo/pstricks</a><br>
archive: <a href="http://www.tug.org/pipermail/pstricks/" target="_blank">http://www.tug.org/pipermail/pstricks/</a><br>
</div></div></blockquote></div><br>