As soon as the pgf CVS version is installed in the same place as the old ones - overwriting them of course - the compiling with pdftex does not work any longer.
Uncommenting \usepackage{tikz} was the solution, but I do not know why it happens.
This is one of the errors I had, and was repeated for almost every other LaTeX macro that I used in my source.
Incompatible list can't be unboxed. \tableofcontents Output routine didn't use all of \box255. \tableofcontents
Am I missing something in how to install PFG/TikZ from CVS? I have all the required packages from the pgfmanual and am using a freshly installed MacTex 2009.
Thanks for your help
Discussion: Generic circle intersections
Discussion: Generic circle intersections
Discussion: newbie matrix alignment questions #1,2
Could be a hyperref compatibility issue. Try inserting
\RequirePackage{atbegshi}
before \documentclass.
View and moderate all "installation-problems Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Installation Problems"
Adding this single line helped fixing it, thanks a lot.