summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty23
1 files changed, 12 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
index 6e87b051466..efa2365ab07 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty
@@ -1,4 +1,5 @@
-% Copyright 2007 by Till Tantau
+% Copyright 2003--2007 by Till Tantau
+% Copyright 2010 by Vedran Mileti\'c
%
% This file may be distributed and/or modified
%
@@ -7,18 +8,19 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/base/beamerbasethemes.sty,v 1.10 2007/01/28 20:48:21 tantau Exp $
+\ProvidesPackageRCS $Header: /home/vedran/bitbucket/beamer/base/beamerbasethemes.sty,v efa082c6111d 2010/05/01 13:27:03 rivanvx $
-%
+%
% Basic commands for including themes
%
-\mode<presentation>
+\mode
+<presentation>
{
\def\beamer@calltheme#1#2#3{%
\def\beamer@themelist{#2}
\@for\beamer@themename:=\beamer@themelist\do
- {\usepackage[#1]{#3\beamer@themename}}}
-
+ {\usepackage[{#1}]{#3\beamer@themename}}}
+
\newcommand\usetheme[2][]{\beamer@calltheme{#1}{#2}{beamertheme}}
\newcommand\usecolortheme[2][]{\beamer@calltheme{#1}{#2}{beamercolortheme}}
\newcommand\usefonttheme[2][]{\beamer@calltheme{#1}{#2}{beamerfonttheme}}
@@ -26,7 +28,8 @@
\newcommand\useinnertheme[2][]{\beamer@calltheme{#1}{#2}{beamerinnertheme}}
}
-\mode<article>
+\mode
+<article>
{
\newcommand\usetheme[2][]{}
\newcommand\usecolortheme[2][]{}
@@ -35,7 +38,5 @@
\newcommand\useinnertheme[2][]{}
}
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: "~/texmf/tex/latex/beamer/examples/beamerexample1.tex"
-%%% End:
+\mode
+<all>