Document Classes ⇒ Beamer compile problem / package problem?
Beamer compile problem / package problem?
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
-
norcalangel
- Posts: 12
- Joined: Thu Feb 19, 2009 9:33 am
Beamer compile problem / package problem?
Unfortunately that didn't seem to help. I installed pgf via the package manager, made sure i had ownership of that folder and reran.
I have attached the log file, the compiler now won't proceed past pgfsysprotocol.code.tex
Thanks for everyone's help so far!
- Attachments
-
- presentation.log
- (5.26 KiB) Downloaded 232 times
-
josephwright
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Beamer compile problem / package problem?
-
norcalangel
- Posts: 12
- Joined: Thu Feb 19, 2009 9:33 am
Re: Beamer compile problem / package problem?
I did reinstall MixTex last night, before I posted. My last error log was after I reinstalled MixTex and installed the beamer & pgf packages.
Beamer compile problem / package problem?
As I also already suggested, the best way to go is to install a complete MiKTeX2.8 system, not a basic one. The complete installation will install all the needed packages automatically.
Otherwise, you could waste valuable time manually installing missing dependencies when they appear.
-
norcalangel
- Posts: 12
- Joined: Thu Feb 19, 2009 9:33 am
Re: Beamer compile problem / package problem?
Should I uninstall the basic, and install the complete? Or use the package manager to install everything?
On a side note, i installed xcolor and i'm back to getting the error after beamerbasetheorems.sty
Beamer compile problem / package problem?
That's up to you. I would uninstall the basic system and then make a fresh new complete installation, but that's just me and my ways ;-) (as localghost pointed out, you can keep your basic system installation and then use the Package Manager to install missing packages.)norcalangel wrote:...Should I uninstall the basic, and install the complete? Or use the package manager to install everything?...
-
norcalangel
- Posts: 12
- Joined: Thu Feb 19, 2009 9:33 am
Re: Beamer compile problem / package problem?
Thank you everyone for all the help.