Graphics, Figures & Tablesincompatible list cannot be unboxed!

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
neumannturing
Posts: 32
Joined: Sun Mar 01, 2009 8:29 am

incompatible list cannot be unboxed!

Post by neumannturing »

Hi,
I meet this problem in beamer. It seems to be a bug of of pgfpages.sty of PGF package. I download a new package from sourceForge.net. But it is a zip file containing many folders and files. I read the manual of MikTex2.7(under MS Windows), it tells me how to use the update wizard to install a package. But it does not work. When I specified the directory of my unzip folder, it keeps telling me that it is not a local package repository.
I tried another way which also failed. I delete the package from the update manager and then install it(from some remote repository) but it gives me the same old package.
What should I do? Thank you.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

fatra2
Posts: 126
Joined: Fri May 01, 2009 1:43 pm

Re: incompatible list cannot be unboxed!

Post by fatra2 »

Hi there,

I am not an expert with MS Windows, but Miktex comes with a package manager (mpm.exe). I believe this is the best way to install packages.

Otherwise, I only know the linux way of doing things.

Cheers
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: incompatible list cannot be unboxed!

Post by josephwright »

Normally, you are much better off using the Package Manager than trying to manually download things.
Joseph Wright
ignasi
Posts: 20
Joined: Tue Jul 28, 2009 5:10 pm

Re: incompatible list cannot be unboxed!

Post by ignasi »

I've found this problem using cvs version of beamer. It seems to be a problem with pgf and hyperref. A workarround is using

\RequirePackage{atbegshi}
\documentclass{beamer}

instead of just \documentclass{beamer}

Hope it helps.

Ignasi
neumannturing
Posts: 32
Joined: Sun Mar 01, 2009 8:29 am

incompatible list cannot be unboxed!

Post by neumannturing »

Yes, it works. Thanks.
ignasi wrote:I've found this problem using cvs version of beamer. It seems to be a problem with pgf and hyperref. A workarround is using

\RequirePackage{atbegshi}
\documentclass{beamer}

instead of just \documentclass{beamer}

Hope it helps.

Ignasi
Post Reply