Till Tantau | 3 Jul 09:54
Picon
Favicon

Re: Compatibility problems with pgf 1.18

Hi Andreas,

this is, indeed, a broken compatibility issue. The \pgfnodeconncurve  
got kicked out in version 0.65 and when Mark and I fiddled in the new  
math code we forgot to check this super-old code...

I fixed this in the CVS. To fix it yourself without doing a checkout,  
find the file .../latex/pgf/compatibility/pgfcomp-version-0-65.sty.  
In this file, before the line

\let\pgfdegree=\pgfsincos

add the following:

\def\pgfsincos#1{%
   \pgfmathparse{#1}%
   \pgfmathcos@{#1}\pgf <at> y=\pgfmathresult pt%
   \pgfmathsin@{#1}\pgf <at> x=\pgfmathresult pt%
}

That should solve the problem.

If you find further similar problems please feel free to send them to  
me. Also consider using the pgf-user mailing list instead of the  
latex-beamer user list since this is not a beamer problem.

Best regards,
Till

Am 03.07.2007 um 07:41 schrieb Andreas Tille:
(Continue reading)

Andreas Tille | 3 Jul 21:52
Picon
Favicon

Re: Compatibility problems with pgf 1.18

On Tue, 3 Jul 2007, Till Tantau wrote:

> \let\pgfdegree=\pgfsincos
>
> add the following:
>
> \def\pgfsincos#1{%
>   \pgfmathparse{#1}%
>   \pgfmathcos@{#1}\pgf <at> y=\pgfmathresult pt%
>   \pgfmathsin@{#1}\pgf <at> x=\pgfmathresult pt%
> }
>
> That should solve the problem.

Yes, it in fact solves the problem.  I builded an inofficial Debian
package with this patch and filed a bug report about it.

> If you find further similar problems please feel free to send them to
> me. Also consider using the pgf-user mailing list instead of the
> latex-beamer user list since this is not a beamer problem.

I'm currently only reading latex-beamer mailing list because I'm
mostly focussed on this list.  On the other hand I have two
remaining questions:

    1. If \pgfnodeconncurve seems to be outdated, what is the
       suggested alternative?
    2. How can I build the PGF manual?

Kind regards and thanks for your great presentation tools
(Continue reading)


Gmane