[pstricks] Problem with updated pstricks

Michael Sharpe msharpe at ucsd.edu
Fri Jun 3 22:27:42 CEST 2011


On Jun 3, 2011, at 1:04 PM, David Arnold wrote:

> Hi,
> 
> We are compiling the following file on Snow Leopard, using TexShop and MacTex (TexLive 2010). The file compiles just fine on my system, but on my colleague's system, he gets the attached result.
> 
> %!TEX TS-program = latex
> 
> \documentclass{article}
> \usepackage{pstricks,pstricks-add}
> 
> \begin{document}
> 
> \psset{unit=0.25}
> \begin{pspicture}(-11,-11)(11,11)
> \psgrid[gridlabels=0pt,gridcolor=lightgray,subgriddiv=1](0,0)(-10,-10)(10,10)
> \psaxes[arrowscale=1.5,arrows=<->,ticks=none](0,0)(-11,-11)(11,11)
> \uput[0](11,0){$x$}
> \uput[270](10,0){10}
> \uput[270](-10,0){$-10$}
> \uput[90](0,11){$y$}
> \uput[180](0,10){10}
> \uput[180](0,-10){$-10$}
> \psdots*[linecolor=red,dotsize=2pt 2](-6,1)(6,5)
> \psplot[linecolor=blue,algebraic,arrows=<->,arrowscale=1.5]{-10}{10}{1/3*x+3}
> \uput[135](-6,1){$(-6,1)$}
> \uput[135](6,5){$(6,5)$}
> \end{pspicture}
> I compared log file from my system and my colleague's system and he has much more recent updates of pstricks.
> 
> Me:
> 
> `PSTricks' v2.08  <2010/06/06> (tvz)
> 
> File: pst-fp.tex 2010/06/06 v2.08 `PST-fp' (hv)
> 
> `pst-math' v0.23 , (CJ,hv)) `pstricks-add' v3.41, 2010/06/16 (dr,hv)
> 
> File: pstricks-add.tex 2010/06/16 v3.41 `PSTricks-add' (hv)
> 
> 
> 
> Colleague:
> 
> `PSTricks' v2.17  <2011/01/30> (tvz)
> 
> File: pst-fp.tex 2011/01/30 v2.17 `PST-fp' (hv)
> 
> `pst-math' v0.62 , (CJ,hv)) `pstricks-add' v3.51, 2011/02/02 (dr,hv)
> 
> File: pstricks-add.tex 2011/02/02 v3.51 `PSTricks-add' (hv)
> 
> 
> I am very worried about updating our system, because we literally have hundreds of files that are written like the one above. Can someone please advise?
> 

The output you show is what I would expect from the input, and is what I get using recent updates to the pstricks packages. What seems wrong compared to the output from your old distribution?

Michael




More information about the PSTricks mailing list