diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty | 34 |
1 files changed, 15 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty index d46ad2c5b77..dc13aff647c 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.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,9 +8,10 @@ % % See the file doc/licenses/LICENSE for more details. -\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/base/beamerbaselocalstructure.sty,v 1.53 2007/01/28 20:48:21 tantau Exp $ +\ProvidesPackageRCS $Header: /home/vedran/bitbucket/beamer/base/beamerbaselocalstructure.sty,v 81f9e33f7cc2 2010/06/01 20:03:53 joseph $ -\mode<presentation> +\mode +<presentation> \RequirePackage{enumerate} @@ -144,7 +146,7 @@ \parsep 0\p@ \@plus\p@ \itemsep \parsep} - + % % % Enumerations @@ -210,7 +212,7 @@ { \AtBeginDocument{ \let\beamer@origenumerate=\enumerate - \renewcommand{\enumerate}[1][]{\beamer@origenumerate} + \renewcommand*\enumerate{\beamer@origenumerate} } } @@ -245,7 +247,7 @@ \raggedright% \beamer@firstlineitemizeunskip% } - + \def\enditemize{\ifhmode\unskip\fi\endlist% \usebeamertemplate{itemize/enumerate \beameritemnestingprefix body end}} @@ -256,7 +258,7 @@ { \AtBeginDocument{ \let\beamer@origitemize=\itemize - \renewcommand{\itemize}[1][]{\beamer@origitemize} + \renewcommand*\itemize{\beamer@origitemize} } } @@ -304,7 +306,7 @@ - + % % Abstract command % @@ -317,7 +319,7 @@ \usebeamertemplate**{abstract title}}% {\usebeamertemplate{abstract end}\endactionenv} - + % % Verse, quotation, quote environments % @@ -337,7 +339,7 @@ \item\relax} {\endlist\usebeamertemplate{verse end}\endactionenv} - + \newenvironment<>{quotation} {\actionenv#1% \usebeamertemplate{quotation begin} @@ -349,7 +351,7 @@ \parsep \z@ \@plus\p@}% \item\relax} {\endlist\usebeamertemplate{quotation end}\endactionenv} - + \newenvironment<>{quote} {\actionenv#1% \usebeamertemplate{quote begin}% @@ -370,7 +372,7 @@ - + % % Bibliography code % @@ -448,7 +450,7 @@ } } - + % % Floats and tables @@ -509,9 +511,3 @@ \mode <all> - - -%%% Local Variables: -%%% mode: latex -%%% TeX-master: "~/texmf/tex/latex/beamer/examples/beamerexample1.tex" -%%% End: |