diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty index c6437111139..74ef6cfe517 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseoptions.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,7 +8,7 @@ % % See the file doc/licenses/LICENSE for more details. -\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/base/beamerbaseoptions.sty,v 1.8 2007/01/28 20:48:21 tantau Exp $ +\ProvidesPackageRCS $Header: /home/vedran/bitbucket/beamer/base/beamerbaseoptions.sty,v 982469101dd6 2010/04/27 14:45:50 rivanvx $ \RequirePackage{keyval}[1997/11/10] @@ -31,7 +32,7 @@ \setkeys{\@currname}{#1}} \def\DeclareOptionBeamer#1{\@ifnextchar[{\beamer@dokv{#1}}{\beamer@dokv{#1}[]}} -\long\def\beamer@dokv#1[#2]#3{\define@key{\@currname}{#1}[#2]{#3}} +\long\def\beamer@dokv#1[#2]#3{\define@key{\@currname}{#1}[{#2}]{#3}} \def\beamer@filterclassoptions{ @@ -55,7 +56,3 @@ \newcommand\setbeameroption{\setkeys{beamer@option}} -%%% Local Variables: -%%% mode: latex -%%% TeX-master: "~/texmf/tex/latex/beamer/examples/beamerexample1.tex" -%%% End: |