<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello everyone:<br>
<br>
The following code compiles just fine, 0 errors or warnings. However,
GSView crashes when trying to display it. <br>
If I comment out the&nbsp;&nbsp;&nbsp; \uput[45](IT){$W^s$} statement, it works
perfectly and it can be seen on GSView without any problems.<br>
Replacing \uput by \rput also produces a crashing-producing result..<br>
<br>
What am I doing wrong? I'd appreciate any help.<br>
<br>
Hernando Diaz<br>
<br>
The file list and the GSView error report follow. <br>
<br>
<b>THE CODE</b><br>
\listfiles<br>
\documentclass{minimal} % Hernando Diaz <br>
% 2- Allele Population dynamics with sexual reproduction<br>
%<br>
\usepackage{pstricks,pst-plot,pstricks-add}<br>
\begin{document}<br>
\def\rthe{1.05}<br>
\def\reta{0.95}<br>
%\def\MaxMag{4.2}<br>
% Vector field computation<br>
% Based on a file at the PSTricks web site <br>
\def\MaxMag{1.1}<br>
\psset{unit=8cm,linewidth=0.5pt,linecolor=blue}<br>
\SpecialCoor<br>
\psset{arrows=-&gt;}<br>
\begin{pspicture*}(-0.05,-0.05)(1.05,1.05)<br>
&nbsp; \multido{\rx=0.00+0.05}{21}{%<br>
&nbsp;&nbsp;&nbsp; \multido{\ry=0.00+0.05}{21}{%<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;\psset{linecolor=gray}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \pstVerb{/x \rx\space def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /y \ry\space def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /eta \reta\space def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /theta \rthe\space def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /opu 1 x add y sub def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /omu 1 x sub y add def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /Fx opu dup mul 1 x sub mul omu dup mul x mul theta mul
sub omu opu mul x mul eta mul 2 mul sub def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /Fy omu dup mul 1 y sub mul theta mul opu dup mul y mul
sub omu opu mul y mul eta mul 2 mul sub def&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /mag Fx dup mul Fy dup mul add sqrt def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /MagF mag \MaxMag\space div 0.05 mul def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mag 0 eq<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {/ValueTempx 0 def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /ValueTempy 0 def}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {/ValueTempx Fx mag div MagF mul 2 div def<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /ValueTempy Fy mag div MagF mul 2 div def}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ifelse}<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \psline[arrowscale=0.8,linewidth=0.25pt](! x ValueTempx sub y
ValueTempy sub)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (! x ValueTempx add y ValueTempy add)}}<br>
&nbsp; \psIntersectionPoint(0.452,0.119)(0.952,0.619)(0,1)(1,0){IT}<br>
&nbsp;&nbsp; \uput[45](IT){$W^s$}<br>
&nbsp;&nbsp;&nbsp; \qdisk(IT){3pt}<br>
\end{pspicture*}<br>
\end{document}<br>
<br>
<br>
<b>THE FILE LIST</b><br>
&nbsp;*File List*<br>
&nbsp;minimal.cls&nbsp;&nbsp;&nbsp; 2001/05/25 Standard LaTeX minimal class<br>
pstricks.sty&nbsp;&nbsp;&nbsp; 2008/11/26 v0.40 LaTeX wrapper for `PSTricks' (RN,HV)<br>
pstricks.tex&nbsp;&nbsp;&nbsp; 2010/04/26 v2.05 `PSTricks' (tvz,hv)<br>
pst-xkey.tex&nbsp;&nbsp;&nbsp; 2005/11/25 v1.6 PSTricks specialization of xkeyval (HA)<br>
&nbsp;xkeyval.sty&nbsp;&nbsp;&nbsp; 2008/08/13 v2.6a package option processing (HA)<br>
&nbsp;xkeyval.tex&nbsp;&nbsp;&nbsp; 2008/08/13 v2.6a key=value parser (HA)<br>
&nbsp; pst-fp.tex&nbsp;&nbsp;&nbsp; 2010/04/26 v2.05 `PST-fp' (hv)<br>
&nbsp; xcolor.sty&nbsp;&nbsp;&nbsp; 2007/01/21 v2.11 LaTeX color extensions (UK)<br>
&nbsp;&nbsp; color.cfg&nbsp;&nbsp;&nbsp; 2007/01/18 v1.5 color configuration of teTeX/TeXLive<br>
&nbsp;&nbsp; dvips.def&nbsp;&nbsp;&nbsp; 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR)<br>
pst-plot.sty&nbsp;&nbsp;&nbsp; 2010/01/22 package wrapper for pst-plot.tex<br>
pst-plot.tex&nbsp;&nbsp;&nbsp; 2010/04/29 1.15 `pst-plot' (tvz,hv)<br>
pstricks-add.sty&nbsp;&nbsp;&nbsp; 2010/02/11 v. 0.14 package wrapper for
pstricks-add.tex (hv<br>
)<br>
pstricks-add.tex&nbsp;&nbsp;&nbsp; 2010/03/12 v3.39 `PSTricks-add' (hv)<br>
&nbsp;***********<br>
<br>
<b>ERROR REPORT</b><br>
The GSView Error message<br>
<br>
AFPL Ghostscript 8.14 (2004-02-20)<br>
Copyright (C) 2004 artofcode LLC, Benicia, CA.&nbsp; All rights reserved.<br>
This software comes with NO WARRANTY: see the file PUBLIC for details.<br>
Displaying DSC file C:/Documents and Settings/Todos/My
Documents/Biologia/Malaria/Expo_03_2010/VFieldPop.ps<br>
Displaying page 1<br>
Error: /invalidrestore in --restore--<br>
Operand stack:<br>
&nbsp;&nbsp; (W)&nbsp;&nbsp; 288&nbsp;&nbsp; 1982&nbsp;&nbsp; 1.00006&nbsp;&nbsp; (s)&nbsp;&nbsp; 261&nbsp;&nbsp; 1984&nbsp;&nbsp; 1.00006&nbsp;&nbsp;
--nostringval--&nbsp;&nbsp; --nostringval--<br>
Execution stack:<br>
&nbsp;&nbsp; %interp_exit&nbsp;&nbsp; .runexec2&nbsp;&nbsp; --nostringval--&nbsp;&nbsp; --nostringval--&nbsp;&nbsp;
--nostringval--&nbsp;&nbsp; 2&nbsp;&nbsp; %stopped_push&nbsp;&nbsp; --nostringval--&nbsp;&nbsp;
--nostringval--&nbsp;&nbsp; false&nbsp;&nbsp; 1&nbsp;&nbsp; %stopped_push&nbsp;&nbsp; 1&nbsp;&nbsp; 3&nbsp;&nbsp; %oparray_pop&nbsp;&nbsp;
1&nbsp;&nbsp; 3&nbsp;&nbsp; %oparray_pop&nbsp;&nbsp; 1&nbsp;&nbsp; 3&nbsp;&nbsp; %oparray_pop&nbsp;&nbsp; 1&nbsp;&nbsp; 3&nbsp;&nbsp; %oparray_pop&nbsp;&nbsp;
.runexec2&nbsp;&nbsp; --nostringval--&nbsp;&nbsp; --nostringval--&nbsp;&nbsp; --nostringval--&nbsp;&nbsp; 2&nbsp;&nbsp;
%stopped_push&nbsp;&nbsp; --nostringval--&nbsp;&nbsp; --nostringval--&nbsp;&nbsp; 9&nbsp;&nbsp; 4&nbsp;&nbsp;
%oparray_pop&nbsp;&nbsp; --nostringval--&nbsp;&nbsp; 9&nbsp;&nbsp; 4&nbsp;&nbsp; %oparray_pop&nbsp;&nbsp; --nostringval--<br>
Dictionary stack:<br>
&nbsp;&nbsp; --dict:1120/1686(ro)(G)--&nbsp;&nbsp; --dict:0/20(G)--&nbsp;&nbsp; --dict:116/200(L)--&nbsp;&nbsp;
--dict:186/300(L)--<br>
Current allocation mode is local<br>
Last OS error: No such file or directory<br>
<br>
--- Begin offending input ---<br>
beginspecial @setspecial<br>
&nbsp; tx@Dict begin STP newpath 0.5 SLW 0 0 1&nbsp; setrgbcolor&nbsp;&nbsp; tx@NodeDict<br>
begin tx@NodeDict /N@IT known { /N@IT load GetCenter } { 0 0 } ifelse<br>
end 3.0&nbsp;&nbsp; 1. .setopacityalpha&nbsp; SD&nbsp; end<br>
&nbsp;<br>
@endspecial 2245 2079 a<br>
currentpoint initclip moveto<br>
<br>
2245 2079 a 0 TeXcolorgray 0 TeXcolorgray eop end<br>
<br>
--- End offending input ---<br>
file offset = 0<br>
gsapi_run_string_continue returns -101<br>
<br>
</body>
</html>