summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-30 22:55:05 +0000
committerKarl Berry <karl@freefriends.org>2012-03-30 22:55:05 +0000
commit93c07a86f19018344711d41ae457b84cec166642 (patch)
treeb4e938227898d60ab57b863607220377ad3760bc /Master/texmf-dist/tex/latex/beamer
parentecfa68b833c60a169220cae2b89dbc9d1e4067ad (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')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty6
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty28
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasemisc.log0
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty9
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty21
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty21
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty32
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty66
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty21
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty25
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty53
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty20
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty24
14 files changed, 313 insertions, 17 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}
{%
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty
index bfad35e8430..f246706b61c 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaselocalstructure.sty,v bd58fb83d145 2012/03/10 17:47:59 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaselocalstructure.sty,v 96ee3b332f84 2012/03/11 08:21:04 joseph $
\mode
<all>
@@ -459,15 +459,25 @@
\usebeamerfont{bibliography entry note}%
\usebeamertemplate{bibliography entry note}}}}%
\leavevmode\setbox\beamer@tempbox=\hbox{}\ht\beamer@tempbox=1.5em\box\beamer@tempbox}
-
-\AtBeginDocument{
+
+% The following code provided by Audrey http://tex.stackexchange.com/q/47540/2693
+\AtBeginDocument{%
\@ifpackageloaded{biblatex}
- {
- \apptocmd\blx@env@bibliography{\let\makelabel\beamer@biblabeltemplate}{}{}
- \pretocmd{\abx@macro@author}{\usebeamercolor[fg]{bibliography entry author}}{}{}
- \pretocmd{\abx@macro@editor}{\usebeamercolor[fg]{bibliography entry author}}{}{}
- \pretocmd{\abx@macro@title}{\newblock\usebeamercolor[fg]{bibliography entry title}}{}{}
- \apptocmd{\abx@macro@title}{\newblock\usebeamercolor[fg]{bibliography entry note}}{}{}
+ {%
+ \apptocmd{\blx@env@bibliography}
+ {\let\makelabel\beamer@biblabeltemplate}{}{}
+ \apptocmd{\abx@macro@begentry}
+ {\usebeamercolor[fg]{bibliography entry author}}{}{}
+ \pretocmd{\abx@macro@title}
+ {%
+ \ifcsundef{abx@name@labelname}{}{\blx@unitpunct\blx@postpunct}%
+ \newblock\usebeamercolor[fg]{bibliography entry title}%
+ }{}{}
+ \apptocmd{\abx@macro@title}
+ {%
+ \ifcsundef{abx@field@title}{}{\blx@unitpunct\blx@postpunct}%
+ \newblock\usebeamercolor[fg]{bibliography entry note}%
+ }{}{}%
}
{}
}
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasemisc.log b/Master/texmf-dist/tex/latex/beamer/beamerbasemisc.log
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasemisc.log
+++ /dev/null
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty
index 8e262ffb6fd..acbe4eb13ce 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty
@@ -10,7 +10,7 @@
% See the file doc/licenses/LICENSE for more details.
% Define beamer version
-\def\beamer@version{3.15}
+\def\beamer@version{3.16}
% Get date and version from RCS Ids
@@ -37,4 +37,4 @@
\ProvidesClass{\beamer@rcsfile}[\beamer@rcsdate\space#2\space (rcs-revision \beamer@rcsrevision)]
}
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasercs.sty,v 5734227eeb21 2012/03/10 17:52:18 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasercs.sty,v d945f8a06d90 2012/03/29 21:27:46 joseph $
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty b/Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty
index 03259ee4d33..3ffd17e7bf3 100644
--- a/Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty
+++ b/Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty
@@ -7,7 +7,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/inner/beamerinnerthemedefault.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/inner/beamerinnerthemedefault.sty,v e172a8ead951 2012/03/13 08:04:20 joseph $
\mode<presentation>
@@ -335,11 +335,12 @@
{%
\usebeamercolor[fg]{caption name}%
\usebeamerfont*{caption name}%
- \insertcaptionname:%
- }
+ \insertcaptionname
+ \usebeamertemplate{caption label separator}%
+ }%
\insertcaption\par
}
-
+\defbeamertemplate*{caption label separator}{default}{ : }
% Blocks
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty
new file mode 100644
index 00000000000..c785d183ddc
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty
@@ -0,0 +1,21 @@
+% Copyright 2007 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/theme/compatibility/beamerthemebars.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+
+
+\mode<presentation>
+
+\usefonttheme[onlysmall]{structurebold}
+\useoutertheme[footline=authorinstitutetitle]{miniframes}
+\usecolortheme{whale}
+
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty
new file mode 100644
index 00000000000..4300258ef97
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty
@@ -0,0 +1,21 @@
+% Copyright 2007 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/theme/compatibility/beamerthemeclassic.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+
+
+\mode<presentation>
+
+\usefonttheme[onlylarge]{structureitalicserif}
+\usefonttheme[onlysmall]{structuresmallcapsserif}
+
+\usetheme{Singapore}
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty
new file mode 100644
index 00000000000..6dbc2ed2f29
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty
@@ -0,0 +1,32 @@
+% Copyright 2007 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/theme/compatibility/beamerthemecompatibility.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+
+
+\mode<presentation>
+
+\usefonttheme[onlysmall]{structurebold}
+\setbeamerfont{frametitle}{series=\bfseries}
+
+\useoutertheme[subsection=false]{miniframes}
+\addtobeamertemplate{headline}
+{}
+{%
+ \begin{beamercolorbox}[wd=\paperwidth,colsep=0.2pt]{fine separation line}
+ \end{beamercolorbox}%
+}
+
+\setbeamercolor{fine separation line}{use=structure,bg=structure.fg!50!bg}
+
+
+\beamertemplatedefaultframetitle[center]
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty
new file mode 100644
index 00000000000..32a7daa7e56
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty
@@ -0,0 +1,66 @@
+% Copyright 2007 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/theme/compatibility/beamerthemelined.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+
+
+\mode<presentation>
+
+\setbeamertemplate{headline}[text line]
+{%
+ \vbox{%
+ \vskip3pt%
+ \beamerline{\insertnavigation{\paperwidth}}%
+ \vskip1.5pt%
+ \insertvrule{0.4pt}{beamerstructure!50!averagebackgroundcolor}%
+ \vskip1.5pt%
+ \tinyline{\color{beamerstructure}\insertsubsection\hfill}
+ \insertvrule{4pt}{beamerstructure!50!averagebackgroundcolor}%
+ }%
+}
+
+ % Footline
+\setbeamertemplate{footline}[text line]
+{%
+ \ifbeamertemplateempty{logo}
+ {%
+ \vbox{%
+ \setbox\beamer@tempbox=\hbox{\tiny\insertshortauthor: \insertshorttitle\hskip1.5cm\insertshortinstitute}%
+ \ifdim\wd\beamer@tempbox>\paperwidth%
+ \insertvrule{4pt}{beamerstructure!50!averagebackgroundcolor}%
+ \vskip1.5pt
+ \tinyline{\color{beamerstructure}\insertshortauthor:\hfill\insertshortinstitute}%
+ \tinyline{\color{beamerstructure}\insertshorttitle\hfill\lower1pt\hbox{\insertnavigationsymbols}}%
+ \else%
+ \setbox\beamer@tempbox=\hbox{\beamerline{\hbox to\paperwidth{\hfill\lower1pt\hbox{\insertnavigationsymbols}}}}%
+ \ht\beamer@tempbox=0pt%
+ \box\beamer@tempbox%
+ \insertvrule{4pt}{beamerstructure!50!averagebackgroundcolor}%
+ \vskip1.5pt
+ \tinyline{\color{beamerstructure}\insertshortauthor: \insertshorttitle\hfill\insertshortinstitute}%
+ \fi}%
+ }
+ {%
+ \vbox{%
+ \insertvrule{4pt}{beamerstructure!50!averagebackgroundcolor}%
+ \vskip1.5pt%
+ \setbox\beamer@logobox=\hbox{\lower1pt\hbox{\usebeamertemplate*{logo}}}%
+ \tinyline{\color{beamerstructure}\insertshortauthor:\hfill}%
+ \tinyline{\color{beamerstructure}\insertshorttitle\hfill\lower1pt\hbox{\insertnavigationsymbols}\hskip0.1cm\hbox{\dp\beamer@logobox=0pt\ht\beamer@logobox=0pt\box\beamer@logobox}
+ }%
+ }%
+ }%
+}
+
+
+
+\userightsidebartemplate{0cm}{}
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty
new file mode 100644
index 00000000000..05b86656525
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty
@@ -0,0 +1,21 @@
+% Copyright 2007 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/theme/compatibility/beamerthemeplain.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+
+
+\mode<presentation>
+
+\PackageWarning{beamerthemeplain}{This package is obsolet - use font theme italics instead}
+
+\usefonttheme{structureitalicserif}
+\beamertemplatedefaultframetitle[center]
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty
new file mode 100644
index 00000000000..3961ad634d1
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty
@@ -0,0 +1,25 @@
+% Copyright 2007 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/theme/compatibility/beamerthemeshadow.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+
+
+\mode<presentation>
+
+\useinnertheme[shadow=true]{rounded}
+\usecolortheme{orchid}
+\usecolortheme{whale}
+\useoutertheme{shadow}
+\usefonttheme[onlysmall]{structurebold}
+
+\setbeamercolor{title}{use=structure,fg=white,bg=structure.fg}
+\setbeamerfont{block title}{size={}}
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty
new file mode 100644
index 00000000000..ad9a1741600
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty
@@ -0,0 +1,53 @@
+% Copyright 2007 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/theme/compatibility/beamerthemesidebar.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+
+
+\newif\ifbeamer@sidebartab
+\newif\ifbeamer@sidebardark
+
+\beamer@sidebartabfalse
+\beamer@sidebardarkfalse
+
+\PassOptionsToPackage{width=2.5cm}{beamerouterthemesidebar}
+
+\DeclareOptionBeamer{width}{\PassOptionsToPackage{width=#1}{beamerouterthemesidebar}}
+\DeclareOptionBeamer{tab}[true]{\csname beamer@sidebartab#1\endcsname}
+\DeclareOptionBeamer{dark}[true]{\csname beamer@sidebardark#1\endcsname}
+
+\ProcessOptionsBeamer
+
+\mode<presentation>
+
+\useoutertheme[right,height=0pt]{sidebar}
+
+\ifbeamer@sidebardark
+ \usefonttheme{structurebold}
+ \usecolortheme{whale}
+
+ \setbeamercolor{sidebar}{parent=palette primary}
+
+ \usebeamercolor{palette quaternary}
+ \usebeamercolor{palette primary}
+ \setbeamertemplate{sidebar canvas right}[vertical shading][top=palette quaternary.bg,bottom=palette primary.bg]
+\else
+ \usecolortheme{seahorse}
+
+ \usebeamercolor{sidebar}
+ \setbeamertemplate{sidebar canvas right}[vertical shading][top=sidebar.bg,bottom=white]
+\fi
+
+\ifbeamer@sidebartab
+ \usecolortheme{sidebartab}
+\fi
+
+\mode
+<all>
+
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty
new file mode 100644
index 00000000000..dd442b35ea0
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty
@@ -0,0 +1,20 @@
+% Copyright 2007 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/theme/compatibility/beamerthemesplit.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+
+
+\mode<presentation>
+
+\usecolortheme{whale}
+\useoutertheme{split}
+\usefonttheme[onlysmall]{structurebold}
+
+\mode
+<all>
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty
new file mode 100644
index 00000000000..449f7c7a404
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty
@@ -0,0 +1,24 @@
+% Copyright 2007 by Till Tantau
+%
+% This file may be distributed and/or modified
+%
+% 1. under the LaTeX Project Public License and/or
+% 2. under the GNU Public License.
+%
+% See the file doc/licenses/LICENSE for more details.
+
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/theme/compatibility/beamerthemetree.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
+
+
+\mode<presentation>
+
+\def\beamer@theme@col{\setbeamercolor{separation line}{use=structure,bg=structure.fg!50!bg}}
+\DeclareOptionBeamer{bars}{\def\beamer@theme@col{\usecolortheme{whale}}}
+\ProcessOptionsBeamer
+
+\usefonttheme[onlysmall]{structurebold}
+\beamer@theme@col
+\useoutertheme{tree}
+
+\mode
+<all>