<div dir="ltr">what's wrong with these codes (from pstricks manual (p223). It doesn't work. Who can help me modify these codes. Thanks!<div><br></div><div><div>\documentclass{article}</div><div>\usepackage{pstricks}</div><div><br></div><div>\makeatletter</div><div>% We draw the first surface #1 clipped by the one</div><div>% or two others #2 and #3, computing it resulting color</div><div>\def\PstColorSynthesis@ClippedSurfaces#1#2#3{%</div><div>% We compute the “mixed” color, component by component</div><div>\def\PstColorSynthesis@MixedColorR{0}%</div><div>\def\PstColorSynthesis@MixedColorG{0}%</div><div>\def\PstColorSynthesis@MixedColorB{0}%</div><div>% \pst@dimd will contain the maximum value of the three</div><div>% components.</div><div> \pst@dimd=\z@</div><div> \PstColorSynthesis@MixedColor{%</div><div> \csname PstColorSynthesis@Color#1\endcsname}%</div><div> \PstColorSynthesis@MixedColor{%</div><div> \csname PstColorSynthesis@Color#2\endcsname}%</div><div> \PstColorSynthesis@MixedColor{%</div><div> \csname PstColorSynthesis@Color#3\endcsname}%</div><div> % We must test if the maximum of the new computed</div><div> % component is greater than 1, in which case we divide all</div><div> % the three components by this value for additive synthesis.</div><div> \ifdim\pst@dimd>\@ne\p@</div><div>   \PstColorSynthesis@MixedColor@iii{\PstColorSynthesis@MixedColorR}%</div><div>   \PstColorSynthesis@MixedColor@iii{\PstColorSynthesis@MixedColorG}%</div><div>   \PstColorSynthesis@MixedColor@iii{\PstColorSynthesis@MixedColorB}%</div><div> \fi</div><div> % We draw the first surface, clipped by the other ones</div><div> \psclip{\csname PstColorSynthesis@Surface#2\endcsname%</div><div> \csname PstColorSynthesis@Surface#3\endcsname}</div><div> \definecolor{MixedColor}{rgb}{\PstColorSynthesis@MixedColorR,</div><div>   \PstColorSynthesis@MixedColorG,</div><div>   \PstColorSynthesis@MixedColorB}%</div><div> \psset{fillstyle=solid,fillcolor=MixedColor}%</div><div> \csname PstColorSynthesis@Surface#1\endcsname</div><div> \endpsclip}</div><div><br></div><div> \def\PstColorSynthesis@MixedColor@i#1 #2 #3 #4\@nil{%</div><div> % We receive the name of the color model (“rgb” is expected</div><div> % here and the three color components.)</div><div> % We add the values to the respective components of the new</div><div> % color to compute.</div><div> \PstColorSynthesis@MixedColor@ii{%</div><div> \PstColorSynthesis@MixedColorR}{#2}%</div><div> \PstColorSynthesis@MixedColor@ii{%</div><div> \PstColorSynthesis@MixedColorG}{#3}%</div><div> \PstColorSynthesis@MixedColor@ii{%</div><div> \PstColorSynthesis@MixedColorB}{#4}}</div><div><br></div><div> \def\PstColorSynthesis@MixedColor@ii#1#2{%</div><div> % As these values are real numbers, we use dimension</div><div> % registers, then we assign the computed value in a macro,</div><div> % converting it from a dimension to a number.</div><div> % We also keep in \pst@dimd the maximum of the values.</div><div> \pst@dimg=#1\p@</div><div> \advance\pst@dimg by #2\p@</div><div> \pst@dimtonum{\pst@dimg}{#1}%</div><div> \ifdim\pst@dimg>\pst@dimd</div><div> \pst@dimd=\pst@dimg</div><div> \fi}</div><div><br></div><div> \def\PstColorSynthesis@MixedColor@iii#1{%</div><div> \pst@divide{#1\p@}{\pst@dimd}{#1}%</div><div> % We must take care of possible rounding problems with</div><div> % \pst@divide (for instance, 1.8/1.8 give 1.0001)</div><div> \ifdim#1\p@>\@ne\p@</div><div> \def#1{1}%</div><div> \fi}</div><div><br></div><div> % We redefine Cyan, Magenta and Yellow in the “rgb” model</div><div> \definecolor{Cyan}{rgb}{0,1,1}%</div><div> \definecolor{Magenta}{rgb}{1,0,1}%</div><div> \definecolor{Yellow}{rgb}{1,1,0}%</div><div><br></div><div> \makeatother</div><div><br></div><div>\begin{document}</div><div><br></div><div>\begin{pspicture}</div><div> \PstColorSynthesis[SurfaceA={\pscircle{2}},</div><div> SurfaceB={\pscircle(2,0){2}},SurfaceC={\pscircle(1,2){2}},</div><div> ColorA=Cyan,ColorB=Magenta,ColorC=Yellow]</div><div> \PstColorSynthesis[SurfaceA={\psccurve(-3,1)(0,2.5)(2,1.5)(4,3)(4,-1)</div><div> (3,0)(1,-2.5)(-1,-1)(-3,-3)},</div><div> SurfaceB={\psellipticarc(0,-1)(3,1.5){41}{-92}},</div><div> SurfaceC={\pstriangle(1,-2)(5,5)},</div><div> ColorA=SlateBlue,ColorB=Orange,ColorC=Pink]</div><div>\end{pspicture}</div><div>\end{document} </div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-01-29 19:00 GMT+08:00  <span dir="ltr"><<a href="mailto:pstricks-request@tug.org" target="_blank">pstricks-request@tug.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send PSTricks mailing list submissions to<br>
        <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pstricks-owner@tug.org">pstricks-owner@tug.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of PSTricks digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. prosper overlays problems (<a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>)<br>
   2. Re: prosper overlays problems (<a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Sat, 28 Jan 2017 16:53:39 +0100 (CET)<br>
From: <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a><br>
To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
Subject: [pstricks] prosper overlays problems<br>
Message-ID: <alpine.DEB.2.20.<wbr>1701281624090.7560@lin-1608d><br>
Content-Type: text/plain; format=flowed; charset=US-ASCII<br>
<br>
On Sat, 28 Jan 2017, <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a> wrote:<br>
<br>
> Send PSTricks mailing list submissions to<br>
>       <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web, visit<br>
>       <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
> or, via email, send a message with subject or body 'help' to<br>
>       <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a><br>
><br>
> You can reach the person managing the list at<br>
>       <a href="mailto:pstricks-owner@tug.org">pstricks-owner@tug.org</a><br>
><br>
> When replying, please edit your Subject line so it is more specific<br>
> than "Re: Contents of PSTricks digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
>   1. Re: prosper overlay problems (<a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>)<br>
>   2. Re: prosper overlay problems (Herbert Voss)<br>
>   3. Re: prosper overlay problems (Herbert Voss)<br>
><br>
><br>
> ------------------------------<wbr>------------------------------<wbr>----------<br>
><br>
> Message: 1<br>
> Date: Fri, 27 Jan 2017 13:38:05 +0100 (CET)<br>
> From: <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a><br>
> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
> Subject: Re: [pstricks] prosper overlay problems<br>
> Message-ID: <alpine.DEB.2.20.<wbr>1701271333420.31330@lin-1608d><br>
> Content-Type: text/plain; charset=US-ASCII; format=flowed<br>
><br>
> Thanks for the suggestion. Unfortunately, it does not help much. When I<br>
> remove the pdf option, it compiles without problems but does not produce<br>
> any overlays -- both frames are displayed simultaneously. The same can be<br>
> achieved if I simply remove all \overlays and \fromSlide{#}{..} commands,<br>
> but this is not what I need.<br>
><br>
>> ------------------------------<wbr>------------------------------<wbr>----------<br>
>><br>
>> Message: 1<br>
>> Date: Thu, 26 Jan 2017 14:17:32 +0100 (CET)<br>
>> From: <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a><br>
>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>> Subject: Re: [pstricks] prosper overlays problems<br>
>> Message-ID: <alpine.DEB.2.20.<wbr>1701261406430.21906@lin-1608d><br>
>> Content-Type: text/plain; format=flowed; charset=US-ASCII<br>
>><br>
>> Hello Herbert,<br>
>><br>
>>    here is the minimal example.<br>
>><br>
>> The prosper file test1.tex:<br>
>><br>
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%<br>
>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>> \usepackage{pstricks,pst-node}<br>
>> %%%\usepackage{pst-ovl}<br>
>> \begin{document}<br>
>><br>
>> \overlays{2}{<br>
>> \begin{slide}[Box]{This is a test}<br>
>> \small<br>
>> This is the first frame<br>
>> \fromSlide{2}{<br>
>><br>
>> This is the second frame<br>
>> }<br>
>> \end{slide}<br>
>> }<br>
>> \end{document}<br>
>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%<br>
>><br>
>> Then<br>
>><br>
>> latex test1 -> dvips test1 -> ps2pdf <a href="http://test1.ps" rel="noreferrer" target="_blank">test1.ps</a> test1.pdf<br>
>><br>
>> At the last stage there is an error message:<br>
>><br>
>> Error: /undefined in BOL<br>
>> Operand stack:<br>
>>    (1)<br>
>> Execution stack:<br>
>>    %interp_exit   .runexec2   --nostringval--   --nostringval--<br>
>> --nostringval--   2   %stopped_push   --nostringval--   --nostringval--<br>
>> --nostringval--   false   1   %stopped_push   1977   1   3   %oparray_pop<br>
>> 1976   1   3   %oparray_pop   1960   1   3   %oparray_pop   1852   1   3<br>
>> %oparray_pop   --nostringval--   %errorexec_pop   .runexec2<br>
>> --nostringval--   --nostringval--   --nostringval--   2   %stopped_push<br>
>> --nostringval--<br>
>> Dictionary stack:<br>
>>    --dict:1198/1684(ro)(G)--   --dict:0/20(G)--   --dict:122/200(L)--<br>
>> --dict:181/300(L)--   --dict:119/200(L)--<br>
>> Current allocation mode is local<br>
>> Last OS error: No such file or directory<br>
>> Current file position is 150749<br>
>> GPL Ghostscript 9.18: Unrecoverable error, exit code 1<br>
>><br>
>> The error actually occurs already at the dvips stage. If after dvips test1<br>
>> I open the <a href="http://test1.ps" rel="noreferrer" target="_blank">test1.ps</a> file with gv, I see the following error message:<br>
>><br>
>> Error: /undefined in BOL<br>
>> Operand stack:<br>
>>    (1)<br>
>> Execution stack:<br>
>>    %interp_exit   .runexec2   --nostringval--   --nostringval--<br>
>> --nostringval--   2   %stopped_push   --nostringval--   --nostringval--<br>
>> --nostringval--   false   1   %stopped_push   1977   1   3   %oparray_pop<br>
>> 1976   1   3   %oparray_pop   1960   1   3   %oparray_pop   1852   1   3<br>
>> %oparray_pop   --nostringval--   %errorexec_pop   .runexec2<br>
>> --nostringval--   --nostringval--   --nostringval--   2   %stopped_push<br>
>> --nostringval--<br>
>> DictiGPL Ghostscript 9.18: Unrecoverable error, exit code 1<br>
>> onary stack:<br>
>>    --dict:1198/1684(ro)(G)--   --dict:0/20(G)--   --dict:123/200(L)--<br>
>> --dict:181/300(L)--   --dict:119/200(L)--<br>
>> Current allocation mode is local<br>
>> Last OS error: Resource temporarily unavailable<br>
>><br>
>><br>
>><br>
>> The problem seems to be known, but I was not able to find a clear<br>
>> solution. On the web page<br>
>><br>
>> <a href="http://tex.stackexchange.com/questions/132779/problem-with-overlays" rel="noreferrer" target="_blank">http://tex.stackexchange.com/<wbr>questions/132779/problem-with-<wbr>overlays</a><br>
>><br>
>> it is mentioned that the problem may be related to incompatibility of<br>
>> prosper with recent versions of pstricks. However, the suggested solution<br>
>> (to add \usepackage{pst-ovl}) did not work in my case.<br>
>><br>
>><br>
>><br>
>> On Thu, 26 Jan 2017, <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a> wrote:<br>
>><br>
>>> Send PSTricks mailing list submissions to<br>
>>>     <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>>><br>
>>> To subscribe or unsubscribe via the World Wide Web, visit<br>
>>>     <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
>>> or, via email, send a message with subject or body 'help' to<br>
>>>     <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a><br>
>>><br>
>>> You can reach the person managing the list at<br>
>>>     <a href="mailto:pstricks-owner@tug.org">pstricks-owner@tug.org</a><br>
>>><br>
>>> When replying, please edit your Subject line so it is more specific<br>
>>> than "Re: Contents of PSTricks digest..."<br>
>>><br>
>>><br>
>>> Today's Topics:<br>
>>><br>
>>>   1. prosper overlay problems (<a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>)<br>
>>>   2. Re: prosper overlay problems (Herbert Voss)<br>
>>><br>
>>><br>
>>> ------------------------------<wbr>------------------------------<wbr>----------<br>
>>><br>
>>> Message: 1<br>
>>> Date: Thu, 26 Jan 2017 10:32:14 +0100 (CET)<br>
>>> From: <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a><br>
>>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>>> Subject: [pstricks] prosper overlay problems<br>
>>> Message-ID: <alpine.DEB.2.20.<wbr>1701261019310.19794@lin-1608d><br>
>>> Content-Type: text/plain; format=flowed; charset=US-ASCII<br>
>>><br>
>>> Hi, I have recently upgraded Ubuntu to version 16.04 on my desktop and<br>
>>> found that all my legacy prosper files with \overlays in them stopped<br>
>>> working. Apparently the problem is that prosper is not compatible with<br>
>>> recent versions of pstricks. Is it possible to get an older version which<br>
>>> would still work with prosper? Thanks, Evgeny<br>
>>><br>
>>><br>
>>><br>
>>> ------------------------------<br>
>>><br>
>>> Message: 2<br>
>>> Date: Thu, 26 Jan 2017 11:20:08 +0100<br>
>>> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
>>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>>> Subject: Re: [pstricks] prosper overlay problems<br>
>>> Message-ID: <c0d2889b-bb9e-e78d-1932-<wbr>bcb03211449e@FU-Berlin.DE><br>
>>> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
>>><br>
>>> Am 26.01.2017 um 10:32 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>>>> Hi, I have recently upgraded Ubuntu to version 16.04 on my desktop and<br>
>>>> found that all my legacy prosper files with \overlays in them stopped<br>
>>>> working. Apparently the problem is that prosper is not compatible with<br>
>>>> recent versions of pstricks. Is it possible to get an older version<br>
>>>> which would still work with prosper? Thanks, Evgeny<br>
>>><br>
>>> Please give a short and complete example with the error message.<br>
>>><br>
>>> Herbert<br>
>>><br>
>>><br>
>>><br>
>>> ------------------------------<br>
>>><br>
>>> Subject: Digest Footer<br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> PSTricks mailing list<br>
>>> <a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
>>> <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
>>><br>
>>><br>
>>> ------------------------------<br>
>>><br>
>>> End of PSTricks Digest, Vol 167, Issue 8<br>
>>> ******************************<wbr>**********<br>
>>><br>
>><br>
>><br>
>> ------------------------------<br>
>><br>
>> Message: 2<br>
>> Date: Thu, 26 Jan 2017 14:32:33 +0100<br>
>> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>> Subject: Re: [pstricks] prosper overlays problems<br>
>> Message-ID: <9878df55-c5d6-ab0d-2509-<wbr>d8c4f4c3fa78@FU-Berlin.DE><br>
>> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
>><br>
>> Am 26.01.2017 um 14:17 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>><br>
>>>    here is the minimal example.<br>
>>><br>
>>> The prosper file test1.tex:<br>
>>><br>
>>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%<br>
>>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>><br>
>> do _not_ use the option "pdf":<br>
>><br>
>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>><br>
>> then it works for me. Up-to-date TeXLive 2016<br>
>><br>
>> the pdf option makes only sense for default documents with<br>
>> article or book class.<br>
>><br>
>> Herbert<br>
>><br>
>><br>
>> ------------------------------<br>
>><br>
>> Message: 3<br>
>> Date: Thu, 26 Jan 2017 14:33:36 +0100<br>
>> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
>> To: Graphics with PSTricks <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>><br>
>> Subject: Re: [pstricks] prosper overlays problems<br>
>> Message-ID: <a2c7b034-fb1e-6a0d-6ab1-<wbr>98ad43180696@FU-Berlin.DE><br>
>> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
>><br>
>> Am 26.01.2017 um 14:32 schrieb Herbert Voss:<br>
>>> Am 26.01.2017 um 14:17 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>>><br>
>>>>    here is the minimal example.<br>
>>>><br>
>>>> The prosper file test1.tex:<br>
>>>><br>
>>>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%<br>
>>>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>>>><br>
>>><br>
>>> do _not_ use the option "pdf":<br>
>>><br>
>>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>><br>
>> sigh, should be<br>
>><br>
>> \documentclass[serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>><br>
>><br>
>>><br>
>>> then it works for me. Up-to-date TeXLive 2016<br>
>>><br>
>>> the pdf option makes only sense for default documents with<br>
>>> article or book class.<br>
>>><br>
>>> Herbert<br>
>><br>
>><br>
>><br>
>> ------------------------------<br>
>><br>
>> Subject: Digest Footer<br>
>><br>
>> ______________________________<wbr>_________________<br>
>> PSTricks mailing list<br>
>> <a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
>> <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
>><br>
>><br>
>> ------------------------------<br>
>><br>
>> End of PSTricks Digest, Vol 167, Issue 9<br>
>> ******************************<wbr>**********<br>
>><br>
><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Fri, 27 Jan 2017 18:10:38 +0100<br>
> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
> Subject: Re: [pstricks] prosper overlay problems<br>
> Message-ID: <68a004d2-cb1f-c9f2-1639-<wbr>e8cfd078c242@FU-Berlin.DE><br>
> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
><br>
> Am 27.01.2017 um 13:38 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>> Thanks for the suggestion. Unfortunately, it does not help much. When I<br>
>> remove the pdf option, it compiles without problems but does not produce<br>
>> any overlays -- both frames are displayed simultaneously. The same can<br>
>> be achieved if I simply remove all \overlays and \fromSlide{#}{..}<br>
>> commands, but this is not what I need.<br>
><br>
> I'll see what I can do<br>
><br>
> Herbert<br>
><br>
><br>
><br>
><br>
> ------------------------------<br>
><br>
> Message: 3<br>
> Date: Fri, 27 Jan 2017 20:39:53 +0100<br>
> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
> Subject: Re: [pstricks] prosper overlay problems<br>
> Message-ID: <32f71c6d-5447-3607-03fa-<wbr>b4fcb77ee8ad@FU-Berlin.DE><br>
> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
><br>
> Am 27.01.2017 um 13:38 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>> Thanks for the suggestion. Unfortunately, it does not help much. When I<br>
>> remove the pdf option, it compiles without problems but does not produce<br>
>> any overlays -- both frames are displayed simultaneously. The same can<br>
>> be achieved if I simply remove all \overlays and \fromSlide{#}{..}<br>
>> commands, but this is not what I need.<br>
><br>
> I tried all versions of TeXLive back to 2010 and all have the<br>
> same problem. I have no idea what the changes may be...<br>
><br>
> However, converting the slides to powerdot is not really difficult:<br>
><br>
><br>
> \documentclass[style=fyma]{<wbr>powerdot}<br>
> \begin{document}<br>
> \begin{slide}{This is a test}<br>
> \onslide{1-2}{This is the first frame}<br>
><br>
> \onslide{2}{This is the second frame}<br>
> \end{slide}<br>
><br>
> \begin{slide}{Outline of the talk}<br>
> \begin{itemize}[type=0]<br>
>     \item<1-> Introduction<br>
>     \item<2-> Statement of the main theorem<br>
>     \item<3> Technical lemmata<br>
>     \item<4-> Proof of the main theorem<br>
>     \item<5> Conclusions<br>
> \end{itemize}<br>
> \end{slide}<br>
><br>
> \end{document}<br>
><br>
><br>
> Herbert<br>
<br>
Thanks once again. I could convert my files to powerdot (or beamer), but<br>
they would have to be modified -- not only the overlay commands, but<br>
frame, minipage and figure offsets, etc.  I have many legacy prosper<br>
files, so this would be a lot of work.<br>
<br>
Actually, it may be that the problem is related with ghostscript rather<br>
than with pstricks. I have a computer account at ICTP (Trieste), there my<br>
files can be processed without problems. If I latex -> dvips -> ps2pdf my<br>
test1.tex file there, everything is fine (they do have an older version of<br>
pstricks, v1.29 I think). If I download from there <a href="http://test1.ps" rel="noreferrer" target="_blank">test1.ps</a> file to my<br>
local computer in Heidelberg and then ps2pdf it here, everything is fine.<br>
But if I download from there test1.dvi and dvips and ps2pdf it here, the<br>
same problem occurs already at the dvips stage. So it may well be that the<br>
problem is related to ghostscript.<br>
<br>
    Evgeny<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Sat, 28 Jan 2017 17:08:31 +0100 (CET)<br>
From: <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a><br>
To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
Subject: Re: [pstricks] prosper overlays problems<br>
Message-ID: <alpine.DEB.2.20.<wbr>1701281704390.7560@lin-1608d><br>
Content-Type: text/plain; charset=US-ASCII; format=flowed<br>
<br>
On Sat, 28 Jan 2017, <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a> wrote:<br>
<br>
> On Sat, 28 Jan 2017, <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a> wrote:<br>
><br>
>> Send PSTricks mailing list submissions to<br>
>>      <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>><br>
>> To subscribe or unsubscribe via the World Wide Web, visit<br>
>>      <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
>> or, via email, send a message with subject or body 'help' to<br>
>>      <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a><br>
>><br>
>> You can reach the person managing the list at<br>
>>      <a href="mailto:pstricks-owner@tug.org">pstricks-owner@tug.org</a><br>
>><br>
>> When replying, please edit your Subject line so it is more specific<br>
>> than "Re: Contents of PSTricks digest..."<br>
>><br>
>><br>
>> Today's Topics:<br>
>><br>
>>   1. Re: prosper overlay problems (<a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>)<br>
>>   2. Re: prosper overlay problems (Herbert Voss)<br>
>>   3. Re: prosper overlay problems (Herbert Voss)<br>
>><br>
>><br>
>> ------------------------------<wbr>------------------------------<wbr>----------<br>
>><br>
>> Message: 1<br>
>> Date: Fri, 27 Jan 2017 13:38:05 +0100 (CET)<br>
>> From: <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a><br>
>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>> Subject: Re: [pstricks] prosper overlay problems<br>
>> Message-ID: <alpine.DEB.2.20.<wbr>1701271333420.31330@lin-1608d><br>
>> Content-Type: text/plain; charset=US-ASCII; format=flowed<br>
>><br>
>> Thanks for the suggestion. Unfortunately, it does not help much. When I<br>
>> remove the pdf option, it compiles without problems but does not produce<br>
>> any overlays -- both frames are displayed simultaneously. The same can be<br>
>> achieved if I simply remove all \overlays and \fromSlide{#}{..} commands,<br>
>> but this is not what I need.<br>
>><br>
>>> ------------------------------<wbr>------------------------------<wbr>----------<br>
>>><br>
>>> Message: 1<br>
>>> Date: Thu, 26 Jan 2017 14:17:32 +0100 (CET)<br>
>>> From: <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a><br>
>>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>>> Subject: Re: [pstricks] prosper overlays problems<br>
>>> Message-ID: <alpine.DEB.2.20.<wbr>1701261406430.21906@lin-1608d><br>
>>> Content-Type: text/plain; format=flowed; charset=US-ASCII<br>
>>><br>
>>> Hello Herbert,<br>
>>><br>
>>>    here is the minimal example.<br>
>>><br>
>>> The prosper file test1.tex:<br>
>>><br>
>>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%<br>
>>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>>> \usepackage{pstricks,pst-node}<br>
>>> %%%\usepackage{pst-ovl}<br>
>>> \begin{document}<br>
>>><br>
>>> \overlays{2}{<br>
>>> \begin{slide}[Box]{This is a test}<br>
>>> \small<br>
>>> This is the first frame<br>
>>> \fromSlide{2}{<br>
>>><br>
>>> This is the second frame<br>
>>> }<br>
>>> \end{slide}<br>
>>> }<br>
>>> \end{document}<br>
>>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%<br>
>>><br>
>>> Then<br>
>>><br>
>>> latex test1 -> dvips test1 -> ps2pdf <a href="http://test1.ps" rel="noreferrer" target="_blank">test1.ps</a> test1.pdf<br>
>>><br>
>>> At the last stage there is an error message:<br>
>>><br>
>>> Error: /undefined in BOL<br>
>>> Operand stack:<br>
>>>    (1)<br>
>>> Execution stack:<br>
>>>    %interp_exit   .runexec2   --nostringval--   --nostringval--<br>
>>> --nostringval--   2   %stopped_push   --nostringval--   --nostringval--<br>
>>> --nostringval--   false   1   %stopped_push   1977   1   3   %oparray_pop<br>
>>> 1976   1   3   %oparray_pop   1960   1   3   %oparray_pop   1852   1   3<br>
>>> %oparray_pop   --nostringval--   %errorexec_pop   .runexec2<br>
>>> --nostringval--   --nostringval--   --nostringval--   2   %stopped_push<br>
>>> --nostringval--<br>
>>> Dictionary stack:<br>
>>>    --dict:1198/1684(ro)(G)--   --dict:0/20(G)--   --dict:122/200(L)--<br>
>>> --dict:181/300(L)--   --dict:119/200(L)--<br>
>>> Current allocation mode is local<br>
>>> Last OS error: No such file or directory<br>
>>> Current file position is 150749<br>
>>> GPL Ghostscript 9.18: Unrecoverable error, exit code 1<br>
>>><br>
>>> The error actually occurs already at the dvips stage. If after dvips test1<br>
>>> I open the <a href="http://test1.ps" rel="noreferrer" target="_blank">test1.ps</a> file with gv, I see the following error message:<br>
>>><br>
>>> Error: /undefined in BOL<br>
>>> Operand stack:<br>
>>>    (1)<br>
>>> Execution stack:<br>
>>>    %interp_exit   .runexec2   --nostringval--   --nostringval--<br>
>>> --nostringval--   2   %stopped_push   --nostringval--   --nostringval--<br>
>>> --nostringval--   false   1   %stopped_push   1977   1   3   %oparray_pop<br>
>>> 1976   1   3   %oparray_pop   1960   1   3   %oparray_pop   1852   1   3<br>
>>> %oparray_pop   --nostringval--   %errorexec_pop   .runexec2<br>
>>> --nostringval--   --nostringval--   --nostringval--   2   %stopped_push<br>
>>> --nostringval--<br>
>>> DictiGPL Ghostscript 9.18: Unrecoverable error, exit code 1<br>
>>> onary stack:<br>
>>>    --dict:1198/1684(ro)(G)--   --dict:0/20(G)--   --dict:123/200(L)--<br>
>>> --dict:181/300(L)--   --dict:119/200(L)--<br>
>>> Current allocation mode is local<br>
>>> Last OS error: Resource temporarily unavailable<br>
>>><br>
>>><br>
>>><br>
>>> The problem seems to be known, but I was not able to find a clear<br>
>>> solution. On the web page<br>
>>><br>
>>> <a href="http://tex.stackexchange.com/questions/132779/problem-with-overlays" rel="noreferrer" target="_blank">http://tex.stackexchange.com/<wbr>questions/132779/problem-with-<wbr>overlays</a><br>
>>><br>
>>> it is mentioned that the problem may be related to incompatibility of<br>
>>> prosper with recent versions of pstricks. However, the suggested solution<br>
>>> (to add \usepackage{pst-ovl}) did not work in my case.<br>
>>><br>
>>><br>
>>><br>
>>> On Thu, 26 Jan 2017, <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a> wrote:<br>
>>><br>
>>>> Send PSTricks mailing list submissions to<br>
>>>>    <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>>>><br>
>>>> To subscribe or unsubscribe via the World Wide Web, visit<br>
>>>>    <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
>>>> or, via email, send a message with subject or body 'help' to<br>
>>>>    <a href="mailto:pstricks-request@tug.org">pstricks-request@tug.org</a><br>
>>>><br>
>>>> You can reach the person managing the list at<br>
>>>>    <a href="mailto:pstricks-owner@tug.org">pstricks-owner@tug.org</a><br>
>>>><br>
>>>> When replying, please edit your Subject line so it is more specific<br>
>>>> than "Re: Contents of PSTricks digest..."<br>
>>>><br>
>>>><br>
>>>> Today's Topics:<br>
>>>><br>
>>>>   1. prosper overlay problems (<a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>)<br>
>>>>   2. Re: prosper overlay problems (Herbert Voss)<br>
>>>><br>
>>>><br>
>>>> ------------------------------<wbr>------------------------------<wbr>----------<br>
>>>><br>
>>>> Message: 1<br>
>>>> Date: Thu, 26 Jan 2017 10:32:14 +0100 (CET)<br>
>>>> From: <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a><br>
>>>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>>>> Subject: [pstricks] prosper overlay problems<br>
>>>> Message-ID: <alpine.DEB.2.20.<wbr>1701261019310.19794@lin-1608d><br>
>>>> Content-Type: text/plain; format=flowed; charset=US-ASCII<br>
>>>><br>
>>>> Hi, I have recently upgraded Ubuntu to version 16.04 on my desktop and<br>
>>>> found that all my legacy prosper files with \overlays in them stopped<br>
>>>> working. Apparently the problem is that prosper is not compatible with<br>
>>>> recent versions of pstricks. Is it possible to get an older version which<br>
>>>> would still work with prosper? Thanks, Evgeny<br>
>>>><br>
>>>><br>
>>>><br>
>>>> ------------------------------<br>
>>>><br>
>>>> Message: 2<br>
>>>> Date: Thu, 26 Jan 2017 11:20:08 +0100<br>
>>>> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
>>>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>>>> Subject: Re: [pstricks] prosper overlay problems<br>
>>>> Message-ID: <c0d2889b-bb9e-e78d-1932-<wbr>bcb03211449e@FU-Berlin.DE><br>
>>>> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
>>>><br>
>>>> Am 26.01.2017 um 10:32 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>>>>> Hi, I have recently upgraded Ubuntu to version 16.04 on my desktop and<br>
>>>>> found that all my legacy prosper files with \overlays in them stopped<br>
>>>>> working. Apparently the problem is that prosper is not compatible with<br>
>>>>> recent versions of pstricks. Is it possible to get an older version<br>
>>>>> which would still work with prosper? Thanks, Evgeny<br>
>>>><br>
>>>> Please give a short and complete example with the error message.<br>
>>>><br>
>>>> Herbert<br>
>>>><br>
>>>><br>
>>>><br>
>>>> ------------------------------<br>
>>>><br>
>>>> Subject: Digest Footer<br>
>>>><br>
>>>> ______________________________<wbr>_________________<br>
>>>> PSTricks mailing list<br>
>>>> <a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
>>>> <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
>>>><br>
>>>><br>
>>>> ------------------------------<br>
>>>><br>
>>>> End of PSTricks Digest, Vol 167, Issue 8<br>
>>>> ******************************<wbr>**********<br>
>>>><br>
>>><br>
>>><br>
>>> ------------------------------<br>
>>><br>
>>> Message: 2<br>
>>> Date: Thu, 26 Jan 2017 14:32:33 +0100<br>
>>> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
>>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>>> Subject: Re: [pstricks] prosper overlays problems<br>
>>> Message-ID: <9878df55-c5d6-ab0d-2509-<wbr>d8c4f4c3fa78@FU-Berlin.DE><br>
>>> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
>>><br>
>>> Am 26.01.2017 um 14:17 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>>><br>
>>>>    here is the minimal example.<br>
>>>><br>
>>>> The prosper file test1.tex:<br>
>>>><br>
>>>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%<br>
>>>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>>><br>
>>> do _not_ use the option "pdf":<br>
>>><br>
>>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>>><br>
>>> then it works for me. Up-to-date TeXLive 2016<br>
>>><br>
>>> the pdf option makes only sense for default documents with<br>
>>> article or book class.<br>
>>><br>
>>> Herbert<br>
>>><br>
>>><br>
>>> ------------------------------<br>
>>><br>
>>> Message: 3<br>
>>> Date: Thu, 26 Jan 2017 14:33:36 +0100<br>
>>> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
>>> To: Graphics with PSTricks <<a href="mailto:pstricks@tug.org">pstricks@tug.org</a>><br>
>>> Subject: Re: [pstricks] prosper overlays problems<br>
>>> Message-ID: <a2c7b034-fb1e-6a0d-6ab1-<wbr>98ad43180696@FU-Berlin.DE><br>
>>> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
>>><br>
>>> Am 26.01.2017 um 14:32 schrieb Herbert Voss:<br>
>>>> Am 26.01.2017 um 14:17 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>>>><br>
>>>>>    here is the minimal example.<br>
>>>>><br>
>>>>> The prosper file test1.tex:<br>
>>>>><br>
>>>>> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<wbr>%%%%%%%%%%%<br>
>>>>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>>>>><br>
>>>><br>
>>>> do _not_ use the option "pdf":<br>
>>>><br>
>>>> \documentclass[pdf,serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>>><br>
>>> sigh, should be<br>
>>><br>
>>> \documentclass[serpaggi,<wbr>slideColor,colorBG,accumulate,<wbr>nototal]{prosper}<br>
>>><br>
>>><br>
>>>><br>
>>>> then it works for me. Up-to-date TeXLive 2016<br>
>>>><br>
>>>> the pdf option makes only sense for default documents with<br>
>>>> article or book class.<br>
>>>><br>
>>>> Herbert<br>
>>><br>
>>><br>
>>><br>
>>> ------------------------------<br>
>>><br>
>>> Subject: Digest Footer<br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> PSTricks mailing list<br>
>>> <a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
>>> <a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
>>><br>
>>><br>
>>> ------------------------------<br>
>>><br>
>>> End of PSTricks Digest, Vol 167, Issue 9<br>
>>> ******************************<wbr>**********<br>
>>><br>
>><br>
>><br>
>> ------------------------------<br>
>><br>
>> Message: 2<br>
>> Date: Fri, 27 Jan 2017 18:10:38 +0100<br>
>> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>> Subject: Re: [pstricks] prosper overlay problems<br>
>> Message-ID: <68a004d2-cb1f-c9f2-1639-<wbr>e8cfd078c242@FU-Berlin.DE><br>
>> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
>><br>
>> Am 27.01.2017 um 13:38 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>>> Thanks for the suggestion. Unfortunately, it does not help much. When I<br>
>>> remove the pdf option, it compiles without problems but does not produce<br>
>>> any overlays -- both frames are displayed simultaneously. The same can<br>
>>> be achieved if I simply remove all \overlays and \fromSlide{#}{..}<br>
>>> commands, but this is not what I need.<br>
>><br>
>> I'll see what I can do<br>
>><br>
>> Herbert<br>
>><br>
>><br>
>><br>
>><br>
>> ------------------------------<br>
>><br>
>> Message: 3<br>
>> Date: Fri, 27 Jan 2017 20:39:53 +0100<br>
>> From: Herbert Voss <Herbert.Voss@FU-Berlin.DE><br>
>> To: <a href="mailto:pstricks@tug.org">pstricks@tug.org</a><br>
>> Subject: Re: [pstricks] prosper overlay problems<br>
>> Message-ID: <32f71c6d-5447-3607-03fa-<wbr>b4fcb77ee8ad@FU-Berlin.DE><br>
>> Content-Type: text/plain; charset=windows-1252; format=flowed<br>
>><br>
>> Am 27.01.2017 um 13:38 schrieb <a href="mailto:akhmedov@mpi-hd.mpg.de">akhmedov@mpi-hd.mpg.de</a>:<br>
>>> Thanks for the suggestion. Unfortunately, it does not help much. When I<br>
>>> remove the pdf option, it compiles without problems but does not produce<br>
>>> any overlays -- both frames are displayed simultaneously. The same can<br>
>>> be achieved if I simply remove all \overlays and \fromSlide{#}{..}<br>
>>> commands, but this is not what I need.<br>
>><br>
>> I tried all versions of TeXLive back to 2010 and all have the<br>
>> same problem. I have no idea what the changes may be...<br>
>><br>
>> However, converting the slides to powerdot is not really difficult:<br>
>><br>
>><br>
>> \documentclass[style=fyma]{<wbr>powerdot}<br>
>> \begin{document}<br>
>> \begin{slide}{This is a test}<br>
>> \onslide{1-2}{This is the first frame}<br>
>><br>
>> \onslide{2}{This is the second frame}<br>
>> \end{slide}<br>
>><br>
>> \begin{slide}{Outline of the talk}<br>
>> \begin{itemize}[type=0]<br>
>>     \item<1-> Introduction<br>
>>     \item<2-> Statement of the main theorem<br>
>>     \item<3> Technical lemmata<br>
>>     \item<4-> Proof of the main theorem<br>
>>     \item<5> Conclusions<br>
>> \end{itemize}<br>
>> \end{slide}<br>
>><br>
>> \end{document}<br>
>><br>
>><br>
>> Herbert<br>
><br>
> Thanks once again. I could convert my files to powerdot (or beamer), but<br>
> they would have to be modified -- not only the overlay commands, but frame,<br>
> minipage and figure offsets, etc.  I have many legacy prosper files, so this<br>
> would be a lot of work.<br>
><br>
> Actually, it may be that the problem is related with ghostscript rather than<br>
> with pstricks. I have a computer account at ICTP (Trieste), there my files<br>
> can be processed without problems. If I latex -> dvips -> ps2pdf my test1.tex<br>
> file there, everything is fine (they do have an older version of pstricks,<br>
> v1.29 I think). If I download from there <a href="http://test1.ps" rel="noreferrer" target="_blank">test1.ps</a> file to my local computer<br>
> in Heidelberg and then ps2pdf it here, everything is fine. But if I download<br>
> from there test1.dvi and dvips and ps2pdf it here, the same problem occurs<br>
> already at the dvips stage. So it may well be that the problem is related to<br>
> ghostscript.<br>
><br>
>   Evgeny<br>
<br>
Update: the problem may still be related to a combination of pstricks and<br>
dvips. I tried to first latex my test1.tex file locally, then upload it to<br>
my account at ICTP and then dvips it there. This did not work -- the error<br>
message was<br>
<br>
dvips: ! Couldn't find header file <a href="http://pst-tools.pro" rel="noreferrer" target="_blank">pst-tools.pro</a>.<br>
Note that an absolute path or a relative path with .. are denied in -R2<br>
mode.<br>
<br>
This may be related to the fact that they have an older version of<br>
pstricks.<br>
<br>
    Evgeny<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
PSTricks mailing list<br>
<a href="mailto:PSTricks@tug.org">PSTricks@tug.org</a><br>
<a href="http://tug.org/mailman/listinfo/pstricks" rel="noreferrer" target="_blank">http://tug.org/mailman/<wbr>listinfo/pstricks</a><br>
<br>
<br>
------------------------------<br>
<br>
End of PSTricks Digest, Vol 167, Issue 11<br>
******************************<wbr>***********<br>
</blockquote></div><br></div>