Graphics, Figures & Tables ⇒ incompatible list cannot be unboxed!
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
incompatible list cannot be unboxed!
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: incompatible list cannot be unboxed!
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: incompatible list cannot be unboxed!
Re: incompatible list cannot be unboxed!
\RequirePackage{atbegshi}
\documentclass{beamer}
instead of just \documentclass{beamer}
Hope it helps.
Ignasi
-
- Posts: 32
- Joined: Sun Mar 01, 2009 8:29 am
incompatible list cannot be unboxed!
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