« Return to Thread: Re: [LaTeX-beamer-users] incompatible list can't be unboxed with every beamer document

Re: [LaTeX-beamer-users] incompatible list can't be unboxed with every beamer document

by Ignasi Furió-2 :: Rate this Message:

Reply to Author | View in Thread

I had the same problem and after googling at comp.text.tex I found that  
the problem is related with hyperref.
The solution is replace \documenclass{beamer} with

\RequirePackage{atbegshi}
\documentclass{beamer}

It works for me.

Ignasi

El Fri, 19 Jun 2009 11:21:07 +0200, Alexander Dahl <post@...> vau  
escriure:

> Hi there,
>
> I'm using an up to date MiKTeX 2.7 with additional installed CVS version
> of PGF, namely the prepacked build from texample.net from 2009-06-02.
>
> It is practically impossible to compile any latex beamer document, for
> example:
>
>   \documentclass{beamer}
>   \begin{document}
>   \begin{frame}{Motivation}
>     \begin{itemize}
>       \item Instant Messenger (Jabber, ICQ, etc.)
>       \item mehrere Desktop-Rechner
>       \item \emph{verteilte} History :-(
>     \end{itemize}
>   \end{frame}
>   %\begin{frame}{Ergebnis}
>   %  \begin{itemize}
>   %    \item bar
>   %  \end{itemize}
>   %\end{frame}
>   \end{document}
>
> This compiles as long as I don't add the second frame by removing the
> comment chars. If I do I get the following error:
>
>   Incompatible list can't be unboxed.
>
> This doesn't occur with the older pgf version shipped with MiKTeX. I
> don't know wheter this is a problem of beamer or pgf, so I crosspost
> over bost lists.
>
> Is there any workaround for this? beamer is in fact unusable in this
> combination with recent PGF. :-(
>
> Greets
> Alex
>



--
----------------------------------------------------------------------
Ignasi Furió Caldentey
Universitat de les Illes Balears
Escola Politècnica Superior
Dep. Matematiques i Informatica
Cra. Valldemossa, km. 7,5. 07071-Palma. SPAIN
tel: (34) 971.173.196    fax: (34) 971.173.003
e-mail: ignasi dot furio at uib dot cat
http://www.uib.cat
----------------------------------------------------------------------


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

 « Return to Thread: Re: [LaTeX-beamer-users] incompatible list can't be unboxed with every beamer document