Document Classes ⇒ Beamer compile problem / package problem?
Beamer compile problem / package problem?
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
-
- 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 206 times
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Beamer compile problem / package problem?
-
- 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.
-
- 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?...
-
- Posts: 12
- Joined: Thu Feb 19, 2009 9:33 am
Re: Beamer compile problem / package problem?
Thank you everyone for all the help.