diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-30 22:55:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-30 22:55:05 +0000 |
commit | 93c07a86f19018344711d41ae457b84cec166642 (patch) | |
tree | b4e938227898d60ab57b863607220377ad3760bc /Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty | |
parent | ecfa68b833c60a169220cae2b89dbc9d1e4067ad (diff) |
beamer 3.16 (30mar12)
git-svn-id: svn://tug.org/texlive/trunk@25788 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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty index ed2751c37d9..e4d6d6b6127 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty @@ -8,7 +8,7 @@ % % See the file doc/licenses/LICENSE for more details. -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseauxtemplates.sty,v efa082c6111d 2010/05/01 11:27:03 rivanvx $ +\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseauxtemplates.sty,v e172a8ead951 2012/03/13 08:04:20 joseph $ \mode<presentation> @@ -624,10 +624,12 @@ {% \usebeamercolor[fg]{caption name}% \usebeamerfont*{caption name}% - \insertcaptionname~\insertcaptionnumber:% + \insertcaptionname~\insertcaptionnumber? + \usebeamertemplate{caption label separator}% } \insertcaption\par } +\defbeamertemplate*{caption label separator}{colon}{ : } \defbeamertemplate{caption}{caption name own line} {% |