Document Classesbeamer | Basic Component missing

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
oevkaya
Posts: 2
Joined: Tue Jul 24, 2012 3:54 pm

beamer | Basic Component missing

Post by oevkaya »

There is a trouble in my beamer document. I use Miktex 2.8 now but 2.9 version was used before.

Code: Select all

\documentclass[xcolor=dvipsnames]{beamer}
% \setbeamertemplate{navigation symbols}{}
% \beamersetaveragebackground{blue}

\usecolortheme[named=blue]{structure} 
\usetheme{Frankfurt}

\usepackage{amssymb}
\usepackage{threeparttable}
\usepackage{subfigure}
\usepackage{multirow}
\usepackage{hyperref}
\usepackage{epstopdf}
\usepackage{subfigure}
%\usepackage{epsfig}
%\usepackage{amssymb}  
%\usepackage{booktabs}
%\usepackage{tikz}
%\usepackage{subfloat}
%\usepackage{subfig}
%\usepackage{wrapfig}
This is my intro for presentation, it works under 2.9 but now it gives an error message.
beamerbaserequires.sty not found
I downloaded from internet but still it gives the same message. How can I solve this problem?
Last edited by localghost on Thu Jul 26, 2012 9:40 am, edited 1 time in total.

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: beamer | Basic Component missing

Post by Stefan Kottwitz »

I suggest, reinstall or update your beamer package, using the MiKTeX package manager.

Stefan
LaTeX.org admin
Post Reply