Document ClassesBeamer compile problem / package problem?

Information and discussion about specific document classes and how to create your own document classes.
norcalangel
Posts: 12
Joined: Thu Feb 19, 2009 9:33 am

Beamer compile problem / package problem?

Post by norcalangel »

OS: Windows 7
Editor: TeXnic Center 1.0
Compiler: MiKTeX 2.8

I used the package manager to install the Beamer, and xcolor packages.
I have 'Install packages on the fly' set to Yes (even though sometimes that doesn't help and I have to manually install them using the manager).

Running the following code:

Code: Select all

\documentclass[]{beamer}
\begin{document}
\begin{frame}
Test
\end{frame}
\end{document}
Produces 0 errors, 2 warnings, 0 bad boxes, and 0 pages.
Can someone please help me figure out why this won't compile/produce output?
Here is the log file:
presentation.log
(19.9 KiB) Downloaded 383 times

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Beamer compile problem / package problem?

Post by localghost »

The forum search yields at least one relevant result [1]. There may be more.

[1] View topic: beamer warning! pgf packages obselete


Best regards
Thorsten
norcalangel
Posts: 12
Joined: Thu Feb 19, 2009 9:33 am

Re: Beamer compile problem / package problem?

Post by norcalangel »

Thanks, but I had already looked there. That's actually were I got the 'test' example from. While adding in the modification

\documentclass[hyperref={pdfpagelabels=false}]{beamer}
\let\Tiny=\tiny

Does get rid of a warning, the compilation still halts at the same location.
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Beamer compile problem / package problem?

Post by gmedina »

Hi norcalangel,

did you refresh the file name data base after installation?
1,1,2,3,5,8,13,21,34,55,89,144,233,...
norcalangel
Posts: 12
Joined: Thu Feb 19, 2009 9:33 am

Re: Beamer compile problem / package problem?

Post by norcalangel »

I'm not quite clear on what you mean by the file name database.
I've used the package manager to install other packages without a problem..
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Re: Beamer compile problem / package problem?

Post by gmedina »

Hi,

I thought I read in your first post that you installed some packages manually; in this case, you have to refresh the FNDB. I don't have a Windows machine at hand right now, but if I recall correctly, you have to go to

Start->All Programs->MiKTeX2.8->Settings

and in the "General" tab, there's a button "Refresh FNDB".
1,1,2,3,5,8,13,21,34,55,89,144,233,...
norcalangel
Posts: 12
Joined: Thu Feb 19, 2009 9:33 am

Re: Beamer compile problem / package problem?

Post by norcalangel »

Thanks for the additional info.
I did the refresh, but I'm still getting a compile error.

This time at least it went past the beamerbaseoptions.sty and stopped on keyval.sty.

I've attached the updated log file.
Attachments
presentation.log
(2.58 KiB) Downloaded 353 times
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Beamer compile problem / package problem?

Post by gmedina »

The next file that should be loaded is pgfcore.sty, and apparently this package is also missing in your system. At this point my suggestion would be to delete your Basic MiKTeX2.8 installation and to do a complete MiKTeX2.8 installation.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Beamer compile problem / package problem?

Post by localghost »

gmedina wrote:[...] At this point my suggestion would be to delete your Basic MiKTeX2.8 installation and to do a complete MiKTeX2.8 installation.
A complete de-installation is not necessary since all installable packages can be chosen in the MiKTeX Package Manager thus can be installed subsequently to complete the installation.


Best regards
Thorsten¹
norcalangel
Posts: 12
Joined: Thu Feb 19, 2009 9:33 am

Re: Beamer compile problem / package problem?

Post by norcalangel »

But 'keyval.sty' isn't a downloadable package... and that's where the program is hanging.

I just checked, and keyval.sty is where it's supposed to be \tex\latex\graphics.
Is there a way to find out if this file is corrupted? I get the impression that it's part of the main MikTex distribution which I got from the main website. So if there's a problem with that file, I wouldn't be the only one affected.
Post Reply