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:

> Hi,
>
> I'm using the Debian packaged version of pgf.  Yesterday I upgraded
> from to pgf 1.18 that reached testing.  Now I've got a LaTeX error
>
> ! Undefined control sequence.
> \pgf <at> anglecircle #1#2#3#4->\pgfsincos
>                                        {#3}\setlength \pgf <at> xa {#1} 
> \addtolengt...
> l.27 \end{frame}
>
>
> that is issued in a command
>
>     \pgfnodeconncurve{tux}{computerbottom}{45}{-90}{5mm}{15mm}
>
> which was working before fine.  Before I bother you with my whole
> source code, I would like to know whether there are some compatibility
> issues and more importantly how I can obtain the manual of the new
> pgf version.  I failed to see a simple method to build this from
> source.  I would just like to see whether there are some issues
> mentioned there.
>
> Kind regards
>
>           Andreas.
>
> -- 
> http://fam-tille.de
>
> ---------------------------------------------------------------------- 
> ---
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Latex-beamer-users mailing list
> Latex-beamer-users <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/latex-beamer-users
>

--
Prof. Dr. Till Tantau <tantau <at> tcs.uni-luebeck.de>
http://www.tcs.uni-luebeck.de

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

Gmane