diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-02 23:46:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-02 23:46:11 +0000 |
commit | cf0efe757a6e8aaedd5160fe178b96a19f9080bd (patch) | |
tree | 4e8f16a11eed825e0108e215beec5f54156b97ca /Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty | |
parent | fa09604b063585db4c504d262745088c42fe1513 (diff) |
beamer (1jan17)
git-svn-id: svn://tug.org/texlive/trunk@42837 c570f23f-e606-0410-a88d-b1316a301751
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}% |