|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
CVS version incompatible with beamer 3.07?Hello all,
I apologize to all who have seen this post on the OS X TeX listserv. I am attempting to use beamer 3.07, which was installed with MacTeX 2008. With version 2.00 of pgf (installed by MacTex 2008), the following document compiles fine: \documentclass{beamer} \begin{document} \begin{frame} Frame 1 \end{frame} \begin{frame} Frame 2 \end{frame} \end{document} But with the latest cvs version from 2009-06-02 installed into ~/ Library/texmf, I get the error message ! Incompatible list can't be unboxed. <to be read again> } l.10 \end{frame} ? r OK, entering \nonstopmode... [2] ! Output routine didn't use all of \box255. \newpage ...erypar {}\fi \par \vfil \penalty -\@M l.10 \end{frame} Any ideas? Thanks, Josh ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ pgf-users mailing list pgf-users@... https://lists.sourceforge.net/lists/listinfo/pgf-users |
|
|
Re: CVS version incompatible with beamer 3.07?Hi Joshua Smith I to have had that problem... One solution all though not the best is to do like this: \RequirePackage{atbegshi} \documentclass{beamer} \begin{document} \begin{frame} Frame 1 \end{frame} \begin{frame} Frame 2 \end{frame} \end{document} As i remember it will still give warnings but it's able to compile just fine... Happy TeXing... 2009/8/31 Joshua Smith <jhs0807@...> Hello all, ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ pgf-users mailing list pgf-users@... https://lists.sourceforge.net/lists/listinfo/pgf-users |
| Free embeddable forum powered by Nabble | Forum Help |