Re: Problems with pictures after latest update

Jan Van Casteren <[email protected]>
Newsgroups gmane.comp.tex.miktex
Message-ID <[email protected]>
Dear Miktex users,

Of course noweadays we have Ghostscript version 9.10. Perhaps this has something to do with the problem.
 

 Best regrads,


Jan van Casteren
    
    e-mail:    [email protected]

-----Original Message-----

From: Sharad Chandarana &lt;[email protected]&gt;
To: miktex &lt;[email protected]&gt;
Sent: Mon, Nov 11, 2013 9:01 pm
Subject: Re: [MiKTeX] Problems with pictures after latest update

 
 
 
I was able to fix the missing parts of A by changing  
 
egin{pspicture}(-1,-1)(5,5) 
to 
 
egin{pspicture}(-3,-1)(5,5) 
 
However, the letters x and y are still on the arrows, and I still get the error  
message 
MiKTeX GPL Ghost script 9.05: Unrecoverable error, exit code 1 
 
Any suggestions will be appreciated. 
 
Thanks. 
 
SC 
 
From: [email protected] 
To: [email protected] 
Date: Mon, 11 Nov 2013 13:47:08 -0600 
Subject: Re: [MiKTeX] Problems with pictures after latest update 
 
Thanks for the quick response. Here a pdf of the output. 
  
The letter on the left is supposed to be an A. The one on the right is fine.  
Here is what was done to produce the A on the left: 
  
egin{document} 
egin{center} 
psset{xunit=1cm,yunit=1cm} 
egin{pspicture}(-1,-1)(5,5) 
psset{arrowscale=1.9,arrowlength=2.3,algebraic} 
psaxes[arrows=D&gt;,linewidth=0.08pt,linestyle=dashed, ticks=none,labels=none]% 
{-&gt;}(0,0)(0, 0)(3, 4.5)[$x$,0][$y$,90]% 
% 
psline[linewidth=1.7pt,linestyle=solid,linecolor=blue](0,0)(1,4)% 
psline[linewidth=1.7pt,linestyle=solid,linecolor=blue](1,4)(2,0)% 
psline[linewidth=1.7pt,linestyle=solid,linecolor=blue](0.25,1)(1.75,1)% 
% 
put[1](0,-0.2){$scriptstyle 0$} 
put[1](1,-0.2){$scriptstyle 1$} 
put[1](2,-0.2){$scriptstyle 2$} 
put[1](-0.2,4){$scriptstyle 4$} 
put[1](-0.2,1){$scriptstyle 1$} 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
psline[linewidth=0.7pt,linestyle=solid,linecolor=mitti]{-&gt;}(3,2)(5.7,2) 
%put[1](4,2.5){	extcolor[rgb]{0.1,0.53,0.93}{$scriptstyle L$} 
put[1](4,1.3){$scriptstyle T= left[ 
                                egin{array}{cc} 
                                  scriptstyle a & scriptstyle b \ 
                                  scriptstyle c & scriptstyle d \ 
                                end{array} 
                              ight]$} 
put[1](4.23,2.25){$scriptstyle L$} 
put[1](4.23,3.25){$scriptstyle I$} 
put[1](4.23,2.7){	extcolor[rgb]{0.1,0.53,0.93}{small	exttt{click}}} 
pspolygon[linewidth=0.4pt,linecolor=red](4,3)(4.5,3)(4.5,3.5)(4,3.5) 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
hspace*{2.5in} 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
psset{arrowscale=1.9,arrowlength=2.3,algebraic} 
psaxes[arrows=D&gt;,linewidth=0.08pt,linestyle=dashed, ticks=none,labels=none]% 
{-&gt;}(0,0)(0, 0)(3, 4.5)[$x$,0][$y$,90]% 
% 
psline[linewidth=1.7pt,linestyle=solid,linecolor=blue](0,0)(2,4)% 
% 
psline[linewidth=1.7pt,linestyle=solid,linecolor=blue](2,4)(2,0) 
% 
psline[linewidth=1.7pt,linestyle=solid,linecolor=blue](0.5,1)(2,1) 
% 
put[1](0,-0.2){$scriptstyle 0$} 
put[1](1,-0.2){$scriptstyle 1$} 
put[1](2,-0.2){$scriptstyle 2$} 
put[1](-0.2,4){$scriptstyle 4$} 
put[1](-0.2,1){$scriptstyle 1$} 
end{pspicture} 
end{center} 
end{document}  
  
 The x and  
the y are on the arrows of the axes and parts of A are missing. This was 
 not the case before the last update. 
  
Thanks for your help. 
  
SC 
  
&gt; Date: Mon, 11 Nov 2013 15:21:12 -0400 
&gt; From: [email protected] 
&gt; To: [email protected] 
&gt; Subject: Re: [MiKTeX] Problems with pictures after latest update 
&gt;  
&gt; Please provide a minimal working example that illustrates the problem. 
&gt;  
&gt;  
&gt; On Mon, Nov 11, 2013 at 2:36 PM, Sharad Chandarana &lt;[email protected]&gt;wrote: 
&gt;  
&gt; &gt; After updated miktex this morning and after compiling my latex documents, 
&gt; &gt; I am having the following problems with pictures drawn using pstricks: 
&gt; &gt; 
&gt; &gt; 1. The labels x and y are too close to the respective axes; in fact they 
&gt; &gt; are on the arrows. 
&gt; &gt; 2. Some lines drawn using psline  show up only partially. 
&gt; &gt; 
&gt; &gt; Any help would be appreciated. 
&gt; &gt; 
&gt; &gt; SC 
&gt; &gt; 
&gt; &gt; 
&gt; &gt; ------------------------------------------------------------------------------ 
&gt; &gt; November Webinars for C, C++, Fortran Developers 
&gt; &gt; Accelerate application performance with scalable programming models. 
&gt; &gt; Explore 
&gt; &gt; techniques for threading, error checking, porting, and tuning. Get the most 
&gt; &gt; from the latest Intel processors and coprocessors. See abstracts and 
&gt; &gt; register 
&gt; &gt; http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk 
&gt; &gt; _______________________________________________ 
&gt; &gt; MiKTeX-Users mailing list 
&gt; &gt; [email protected] 
&gt; &gt; https://lists.sourceforge.net/lists/listinfo/miktex-users 
&gt; &gt; 
&gt;  
&gt;  
&gt;  
&gt; --  
&gt; George N. White III &lt;[email protected]&gt; 
&gt; Head of St. Margarets Bay, Nova Scotia 
&gt; ------------------------------------------------------------------------------ 
&gt; November Webinars for C, C++, Fortran Developers 
&gt; Accelerate application performance with scalable programming models. Explore 
&gt; techniques for threading, error checking, porting, and tuning. Get the most  
&gt; from the latest Intel processors and coprocessors. See abstracts and register 
&gt; http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk 
&gt; _______________________________________________ 
&gt; MiKTeX-Users mailing list 
&gt; [email protected] 
&gt; https://lists.sourceforge.net/lists/listinfo/miktex-users 
 		 	   		   
 
------------------------------------------------------------------------------ 
November Webinars for C, C++, Fortran Developers 
Accelerate application performance with scalable programming models. Explore 
techniques for threading, error checking, porting, and tuning. Get the most  
from the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk 
_______________________________________________ 
MiKTeX-Users mailing list 
[email protected] 
https://lists.sourceforge.net/lists/listinfo/miktex-users 		 	   		   
------------------------------------------------------------------------------ 
November Webinars for C, C++, Fortran Developers 
Accelerate application performance with scalable programming models. Explore 
techniques for threading, error checking, porting, and tuning. Get the most  
from the latest Intel processors and coprocessors. See abstracts and register 
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk 
_______________________________________________ 
MiKTeX-Users mailing list 
[email protected] 
https://lists.sourceforge.net/lists/listinfo/miktex-users 
 

  

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.