diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-06 21:41:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-06 21:41:37 +0000 |
commit | 8cb1f8bb85c22a13ea39018c68cb89d47ff968c5 (patch) | |
tree | 709a6308eff7384575fad551a29bc603c210e614 /Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty | |
parent | d5df7052a33beffe86acc5a220f0e23d895e8901 (diff) |
beamer 3.08 (6jun10)
git-svn-id: svn://tug.org/texlive/trunk@18777 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbasethemes.sty | 23 |
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> |