diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty index 8d3b718db55..5aaf62db8a0 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty @@ -1,5 +1,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c +% Copyright 2012--2015 by Vedran Mileti\'c, Joseph Wright +% Copyright 2016 Joseph Wright % % This file may be distributed and/or modified % @@ -8,8 +10,6 @@ % % See the file doc/licenses/LICENSE for more details. -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseauxtemplates.sty,v 580088513a67 2014/06/30 17:15:11 ivan $ - \mode<presentation> @@ -691,7 +691,7 @@ {[#1]} \defbeamertemplate{block begin}{rounded}[1][shadow=false] -{ +{% \par\vskip\medskipamount% \begin{beamerboxesrounded}[upper=block title,lower=block body,#1]% {\raggedright\usebeamerfont*{block title}\insertblocktitle}% @@ -702,7 +702,7 @@ {\end{beamerboxesrounded}\vskip\smallskipamount} \defbeamertemplate{block alerted begin}{rounded}[1][shadow=false] -{ +{% \par\vskip\medskipamount% \begin{beamerboxesrounded}[upper=block title alerted,lower=block body alerted,#1]% {\raggedright\usebeamerfont*{block title alerted}\insertblocktitle}% @@ -713,7 +713,7 @@ {\end{beamerboxesrounded}\vskip\smallskipamount} \defbeamertemplate{block example begin}{rounded}[1][shadow=false] -{ +{% \par\vskip\medskipamount% \begin{beamerboxesrounded}[upper=block title example,lower=block body example,#1] {\raggedright\usebeamerfont*{block title example}\insertblocktitle}% |