diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:52:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:52:02 +0000 |
commit | b1daf7130666bef14cdb98d88b3c107da38becec (patch) | |
tree | 08f591f90145354f39d714eadee16c99557b7109 /Master/texmf-dist/tex/latex/beamer/themes/theme | |
parent | 47773c8fa98e5885b1d789b205b39fb924707e6e (diff) |
beamer
git-svn-id: svn://tug.org/texlive/trunk@699 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/themes/theme')
37 files changed, 966 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAnnArbor.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAnnArbor.sty new file mode 100644 index 00000000000..664ea5075a3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAnnArbor.sty @@ -0,0 +1,17 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeAnnArbor.sty,v 1.3 2004/11/10 18:05:16 tantau Exp $ + +% Copyright 2004 by Madhusudan Singh <madhusudan.singh@gmail.com> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\useinnertheme[shadow=true]{rounded} +\useoutertheme{infolines} +\usecolortheme{wolverine} + +\setbeamerfont{block title}{size={}} +\setbeamercolor{titlelike}{parent=structure,bg=yellow!85!orange} +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAntibes.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAntibes.sty new file mode 100644 index 00000000000..8d500240c8d --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeAntibes.sty @@ -0,0 +1,18 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeAntibes.sty,v 1.9 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\useoutertheme{tree} +\usecolortheme{whale} +\usecolortheme{orchid} +\useinnertheme{rectangles} + +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBergen.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBergen.sty new file mode 100644 index 00000000000..bb714da05c3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBergen.sty @@ -0,0 +1,17 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeBergen.sty,v 1.3 2004/10/07 22:21:16 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\usecolortheme{orchid} +\useinnertheme{rectangles} +\useinnertheme{inmargin} + +\setbeamercolor{item projected}{fg=black} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerkeley.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerkeley.sty new file mode 100644 index 00000000000..4dca0bbec41 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerkeley.sty @@ -0,0 +1,33 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeBerkeley.sty,v 1.10 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{hideothersubsections}{\PassOptionsToPackage{hideothersubsections=#1}{beamerouterthemesidebar}} +\DeclareOptionBeamer{hideallsubsections}{\PassOptionsToPackage{hideallsubsections=#1}{beamerouterthemesidebar}} + +\DeclareOptionBeamer{width}{\PassOptionsToPackage{width=#1}{beamerouterthemesidebar}} +\DeclareOptionBeamer{left}{\PassOptionsToPackage{left}{beamerouterthemesidebar}} +\DeclareOptionBeamer{right}{\PassOptionsToPackage{right}{beamerouterthemesidebar}} +\ProcessOptionsBeamer + +\mode<presentation> + +\useoutertheme{sidebar} +\useinnertheme{rectangles} + +\usecolortheme{whale} +\usecolortheme{orchid} + +\setbeamercolor*{frametitle}{parent=palette primary} + +\setbeamerfont{block title}{size={}} + +\mode +<all> + +%%% Local Variables: +%%% TeX-master: "~/texmf/tex/latex/beamer/test/test.tex" +%%% End: diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerlin.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerlin.sty new file mode 100644 index 00000000000..a9b83b28220 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBerlin.sty @@ -0,0 +1,21 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeBerlin.sty,v 1.10 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{compress}{\beamer@compresstrue} +\ProcessOptionsBeamer + +\mode<presentation> + +\useoutertheme[footline=authorinstitutetitle]{miniframes} +\usecolortheme{whale} +\usecolortheme{orchid} +\useinnertheme{rectangles} + +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBoadilla.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBoadilla.sty new file mode 100644 index 00000000000..8b90c4a657f --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeBoadilla.sty @@ -0,0 +1,36 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeBoadilla.sty,v 1.1 2004/10/28 16:42:54 tantau Exp $ + +% Copyright 2004 by Manuel Carro <mcarro@fi.upm.es> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\newif\ifbeamer@secheader +\beamer@secheaderfalse + +\DeclareOptionBeamer{secheader}{\beamer@secheadertrue} +\ProcessOptionsBeamer + +\usecolortheme{rose} +\useinnertheme[shadow]{rounded} +\usecolortheme{dolphin} +\useoutertheme{infolines} + + +% Tills' opinion: should be done in an inner theme, not here. + +\usesubitemizeitemtemplate{% + \tiny\raise1.5pt\hbox{\color{beamerstructure}$\blacktriangleright$}% +} +\usesubsubitemizeitemtemplate{% + \tiny\raise1.5pt\hbox{\color{beamerstructure}$\bigstar$}% +} + +\setbeamersize{text margin left=1em,text margin right=1em} + +\ifbeamer@secheader\else\setbeamertemplate{headline}[default]\fi + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCambridgeUS.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCambridgeUS.sty new file mode 100644 index 00000000000..a589bbe4419 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCambridgeUS.sty @@ -0,0 +1,17 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeCambridgeUS.sty,v 1.1 2005/10/23 16:58:07 tantau Exp $ + +% Copyright 2004 by Madhusudan Singh <madhusudan.singh@gmail.com> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\useinnertheme[shadow=true]{rounded} +\useoutertheme{infolines} +\usecolortheme{beaver} + +\setbeamerfont{block title}{size={}} +\setbeamercolor{titlelike}{parent=structure,bg=white} +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCopenhagen.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCopenhagen.sty new file mode 100644 index 00000000000..3c22f8e7e01 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeCopenhagen.sty @@ -0,0 +1,19 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeCopenhagen.sty,v 1.7 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\useoutertheme{split} +\useinnertheme{rounded} + +\usecolortheme{whale} +\usecolortheme{orchid} + +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDarmstadt.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDarmstadt.sty new file mode 100644 index 00000000000..ea73995c440 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDarmstadt.sty @@ -0,0 +1,19 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeDarmstadt.sty,v 1.8 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + + +\mode<presentation> + +\useoutertheme{smoothbars} +\useinnertheme[shadow=true]{rounded} +\usecolortheme{orchid} +\usecolortheme{whale} + +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDresden.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDresden.sty new file mode 100644 index 00000000000..b3b94bcaa9f --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeDresden.sty @@ -0,0 +1,19 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeDresden.sty,v 1.8 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{compress}{\beamer@compresstrue} +\ProcessOptionsBeamer + +\mode<presentation> + +\useoutertheme[footline=authorinstitutetitle]{miniframes} +\usecolortheme{whale} + +\setbeamercolor{titlelike}{parent=structure} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeFrankfurt.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeFrankfurt.sty new file mode 100644 index 00000000000..fe474fe0919 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeFrankfurt.sty @@ -0,0 +1,18 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeFrankfurt.sty,v 1.8 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\useoutertheme[subsection=false]{smoothbars} +\useinnertheme[shadow=true]{rounded} +\usecolortheme{orchid} +\usecolortheme{whale} + +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeGoettingen.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeGoettingen.sty new file mode 100644 index 00000000000..0d2b681a942 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeGoettingen.sty @@ -0,0 +1,29 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeGoettingen.sty,v 1.6 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{hideothersubsections}{\PassOptionsToPackage{hideothersubsections}{beamerouterthemesidebar}} +\DeclareOptionBeamer{hideallsubsections}{\PassOptionsToPackage{hideallsubsections}{beamerouterthemesidebar}} + +\PassOptionsToPackage{right}{beamerouterthemesidebar} +\PassOptionsToPackage{width=2cm}{beamerouterthemesidebar} + +\DeclareOptionBeamer{width}{\PassOptionsToPackage{width=#1}{beamerouterthemesidebar}} +\DeclareOptionBeamer{left}{\PassOptionsToPackage{left}{beamerouterthemesidebar}} +\DeclareOptionBeamer{right}{\PassOptionsToPackage{right}{beamerouterthemesidebar}} + +\ProcessOptionsBeamer + +\mode<presentation> + +\useoutertheme[height=0pt]{sidebar} + +{\usebeamercolor{structure}} + +\setbeamertemplate{sidebar canvas \beamer@sidebarside}[vertical shading][top=structure.fg!25,bottom=structure.fg!10] + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeHannover.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeHannover.sty new file mode 100644 index 00000000000..c2a25d8b9e5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeHannover.sty @@ -0,0 +1,32 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeHannover.sty,v 1.10 2004/10/11 16:10:12 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{width} +{\PassOptionsToPackage{width=#1}{beamerouterthemesidebar}} + +\DeclareOptionBeamer{hideothersubsections} +{\PassOptionsToPackage{hideothersubsections=#1}{beamerouterthemesidebar}} + +\DeclareOptionBeamer{hideallsubsections} +{\PassOptionsToPackage{hideallsubsections=#1}{beamerouterthemesidebar}} + +\ProcessOptionsBeamer + + + +\mode<presentation> + +\useoutertheme[height=0pt,left]{sidebar} + +\usecolortheme{seahorse} +\setbeamercolor*{titlelike}{parent=structure} + +\useinnertheme{circles} +\setbeamertemplate{frametitle}[default][right] + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeIlmenau.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeIlmenau.sty new file mode 100644 index 00000000000..fea94eec482 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeIlmenau.sty @@ -0,0 +1,22 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeIlmenau.sty,v 1.10 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + + +\DeclareOptionBeamer{compress}{\beamer@compresstrue} +\ProcessOptionsBeamer + +\mode<presentation> + +\useoutertheme[footline=authorinstitutetitle]{miniframes} +\usecolortheme{whale} +\usecolortheme{orchid} +\useinnertheme{rounded} + +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeJuanLesPins.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeJuanLesPins.sty new file mode 100644 index 00000000000..efb489a42ff --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeJuanLesPins.sty @@ -0,0 +1,19 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeJuanLesPins.sty,v 1.8 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + + +\mode<presentation> + +\useoutertheme{smoothtree} +\usecolortheme{whale} +\usecolortheme{orchid} +\useinnertheme[shadow=true]{rounded} + +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeLuebeck.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeLuebeck.sty new file mode 100644 index 00000000000..874f9f655e5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeLuebeck.sty @@ -0,0 +1,20 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeLuebeck.sty,v 1.7 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + + +\mode<presentation> + +\useoutertheme{split} +\useinnertheme{rectangles} + +\usecolortheme{whale} +\usecolortheme{orchid} + +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty new file mode 100644 index 00000000000..01b4bee081e --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty @@ -0,0 +1,29 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeMadrid.sty,v 1.7 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\newif\ifbeamer@secheader +\beamer@secheaderfalse + +\DeclareOptionBeamer{secheader}{\beamer@secheadertrue} +\ProcessOptionsBeamer + +\usecolortheme{whale} +\usecolortheme{orchid} +\useinnertheme[shadow]{rounded} +\useoutertheme{infolines} + +\ifbeamer@secheader\else\setbeamertemplate{headline}[default]\fi + +% Tills' opinion: should be done in an inner theme, not here. + +%\usesubitemizeitemtemplate{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\blacktriangleright$}} +%\usesubsubitemizeitemtemplate{\tiny\raise1.5pt\hbox{\donotcoloroutermaths$\bigstar$}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMalmoe.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMalmoe.sty new file mode 100644 index 00000000000..172e4aa0573 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMalmoe.sty @@ -0,0 +1,16 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeMalmoe.sty,v 1.7 2004/10/11 16:10:12 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\useoutertheme{split} +\usecolortheme{whale} + +\setbeamercolor*{titlelike}{parent=structure} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMarburg.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMarburg.sty new file mode 100644 index 00000000000..a4b09ace47c --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMarburg.sty @@ -0,0 +1,37 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeMarburg.sty,v 1.10 2004/10/11 16:10:12 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\PassOptionsToPackage{right}{beamerouterthemesidebar} +\PassOptionsToPackage{width=2cm}{beamerouterthemesidebar} + +\DeclareOptionBeamer{hideothersubsections}{\PassOptionsToPackage{hideothersubsections=#1}{beamerouterthemesidebar}} +\DeclareOptionBeamer{hideallsubsections}{\PassOptionsToPackage{hideallsubsections=#1}{beamerouterthemesidebar}} + +\DeclareOptionBeamer{width}{\PassOptionsToPackage{width=#1}{beamerouterthemesidebar}} +\DeclareOptionBeamer{left}{\PassOptionsToPackage{left}{beamerouterthemesidebar}} +\DeclareOptionBeamer{right}{\PassOptionsToPackage{right}{beamerouterthemesidebar}} +\ProcessOptionsBeamer + + + +\mode<presentation> + +\usecolortheme{whale} + +\setbeamercolor*{titlelike}{use=structure,fg=structure.fg} + +\useoutertheme[height=0pt]{sidebar} + +\setbeamercolor{sidebar}{parent=palette primary} + +{\usebeamercolor{palette quaternary}} +{\usebeamercolor{palette primary}} + +\setbeamertemplate{sidebar canvas \beamer@sidebarside}[vertical shading][top=palette quaternary.bg,bottom=palette primary.bg] + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMontpellier.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMontpellier.sty new file mode 100644 index 00000000000..583d0a08cc7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMontpellier.sty @@ -0,0 +1,14 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeMontpellier.sty,v 1.5 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\useoutertheme{tree} +\setbeamercolor{separation line}{use=structure,bg=structure.fg!50!bg} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePaloAlto.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePaloAlto.sty new file mode 100644 index 00000000000..f10850d7c42 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePaloAlto.sty @@ -0,0 +1,31 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemePaloAlto.sty,v 1.10 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{hideothersubsections}{\PassOptionsToPackage{hideothersubsections=#1}{beamerouterthemesidebar}} +\DeclareOptionBeamer{hideallsubsections}{\PassOptionsToPackage{hideallsubsections=#1}{beamerouterthemesidebar}} + +\DeclareOptionBeamer{width}{\PassOptionsToPackage{width=#1}{beamerouterthemesidebar}} +\DeclareOptionBeamer{left}{\PassOptionsToPackage{left}{beamerouterthemesidebar}} +\DeclareOptionBeamer{right}{\PassOptionsToPackage{right}{beamerouterthemesidebar}} +\ProcessOptionsBeamer + +\mode<presentation> + +\useoutertheme{sidebar} +\useinnertheme[shadow=true]{rounded} +\usecolortheme{orchid} +\usecolortheme{whale} + +\setbeamercolor*{frametitle}{parent=palette primary} +\setbeamerfont{block title}{size={}} + +\mode +<all> + +%%% Local Variables: +%%% TeX-master: "~/texmf/tex/latex/beamer/test/test.tex" +%%% End: diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePittsburgh.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePittsburgh.sty new file mode 100644 index 00000000000..301dadeafc7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemePittsburgh.sty @@ -0,0 +1,15 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemePittsburgh.sty,v 1.4 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\setbeamertemplate{frametitle}[default][right] + +\useinnertheme{circles} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeRochester.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeRochester.sty new file mode 100644 index 00000000000..8de0c5cdabd --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeRochester.sty @@ -0,0 +1,22 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeRochester.sty,v 1.7 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{height}{\PassOptionsToPackage{height=#1}{beamerouterthemesidebar}} +\ProcessOptionsBeamer + +\mode<presentation> + +\useoutertheme[width=0pt]{sidebar} +\useinnertheme{rectangles} +\usecolortheme{whale} +\usecolortheme{orchid} + +\setbeamercolor*{frametitle}{parent=palette primary} +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSingapore.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSingapore.sty new file mode 100644 index 00000000000..a65128a0d7d --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSingapore.sty @@ -0,0 +1,39 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeSingapore.sty,v 1.9 2004/10/11 16:10:12 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{compress}{\beamer@compresstrue} +\ProcessOptionsBeamer + + +\mode<presentation> + +\setbeamercolor{section in head/foot}{use=structure,bg=structure.fg!25!bg} + +\useoutertheme[subsection=false]{miniframes} + +\setbeamertemplate{frametitle}[default][center] + +\AtBeginDocument{% + { + \usebeamercolor{section in head/foot} + } + + \pgfdeclareverticalshading{beamer@headfade}{\paperwidth} + {% + color(0cm)=(bg); + color(1.25cm)=(section in head/foot.bg)% + } + + \setbeamercolor{section in head/foot}{bg=} +} + +\addtoheadtemplate{\pgfuseshading{beamer@headfade}\vskip-1.25cm}{} + +\beamertemplatedotitem + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSzeged.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSzeged.sty new file mode 100644 index 00000000000..545ee62add1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeSzeged.sty @@ -0,0 +1,18 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeSzeged.sty,v 1.5 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{compress}{\beamer@compresstrue} +\ProcessOptionsBeamer + +\mode<presentation> + +\useoutertheme[footline=institutetitle]{miniframes} + +\setbeamercolor{separation line}{use=structure,bg=structure.fg!50!bg} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty new file mode 100644 index 00000000000..41a5a28d64e --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeWarsaw.sty @@ -0,0 +1,18 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeWarsaw.sty,v 1.8 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\useinnertheme[shadow=true]{rounded} +\useoutertheme{shadow} +\usecolortheme{orchid} +\usecolortheme{whale} + +\setbeamerfont{block title}{size={}} + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeboxes.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeboxes.sty new file mode 100644 index 00000000000..f01eabcb2e0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeboxes.sty @@ -0,0 +1,116 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemeboxes.sty,v 1.7 2004/10/11 16:10:12 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\DeclareOptionBeamer{headheight}{\beamer@boxheadheight=#1} +\DeclareOptionBeamer{footheight}{\beamer@boxfootheight=#1} + +\newdimen\beamer@boxheadheight +\newdimen\beamer@boxfootheight +\beamer@boxheadheight=10pt +\beamer@boxfootheight=10pt + +\ProcessOptionsBeamer + +% For example: +%\addheadboxtemplate{\color{black}}{\hfill\color{white}\insertshorttitle\hskip0.3cm} +%\addheadboxtemplate{\color{structure}}{\hskip0.3cm\color{white}\insertshortauthor} + +%\addfootboxtemplate{\color{black}}{\hfill\color{white}\insertshortinstitute\hskip0.3cm} +%\addfootboxtemplate{\color{structure}}{} +%\addfootboxtemplate{\color{black}}{\hfill\color{white}\insertframenumber\hskip0.3cm} + + +\mode<presentation> + + + % Head +\newcount\beamer@headboxes +\newdimen\beamer@headboxsizes +\newcount\beamer@currentbox +\def\addheadboxtemplate#1#2{ + \expandafter\def\csname beamer@headbox\the\beamer@headboxes\endcsname{#2} + \expandafter\def\csname beamer@headbg\the\beamer@headboxes\endcsname{#1} + \advance\beamer@headboxes by 1\relax + \beamer@headboxsizes=\paperwidth + \divide\beamer@headboxsizes by\beamer@headboxes +} + +\def\addheadbox#1#2{\addheadboxtemplate{\usebeamercolor[bg]{#1}}{\usebeamercolor[fg]{#1}\usebeamerfont{#1}#2}} + + +\defbeamertemplate*{headline}{boxes theme} +{% + \leavevmode + \beamer@currentbox=0\relax% + \loop% + \ifnum\beamer@currentbox<\beamer@headboxes% + \hbox to\beamer@headboxsizes{% + % Background + {% + \csname beamer@headbg\the\beamer@currentbox\endcsname% + \vrule width\beamer@headboxsizes height\beamer@boxheadheight% + \hskip-\beamer@headboxsizes% + }% + % Box + {% + \setbox\beamer@tempbox=\hbox to\beamer@headboxsizes{% + \csname beamer@headbox\the\beamer@currentbox\endcsname\hfil}% + \dp\beamer@tempbox=0pt% + \setbox\beamer@tempbox=\hbox{\vbox{\box\beamer@tempbox\vskip3pt}}% + \ht\beamer@tempbox=\beamer@boxheadheight% + \dp\beamer@tempbox=0pt% + \box\beamer@tempbox% + }}% + \advance\beamer@currentbox by 1% + \repeat% +}% + + + % Foot +\newcount\beamer@footboxes +\newdimen\beamer@footboxsizes +\def\addfootboxtemplate#1#2{ + \expandafter\def\csname beamer@footbox\the\beamer@footboxes\endcsname{#2} + \expandafter\def\csname beamer@footbg\the\beamer@footboxes\endcsname{#1} + \advance\beamer@footboxes by 1\relax + \beamer@footboxsizes=\paperwidth + \divide\beamer@footboxsizes by\beamer@footboxes +} + +\def\addfootbox#1#2{\addfootboxtemplate{\usebeamercolor[bg]{#1}}{\usebeamercolor[fg]{#1}\usebeamerfont{#1}#2}} + +\defbeamertemplate*{footline}{boxes theme} +{% + \leavevmode + \beamer@currentbox=0\relax% + \loop% + \ifnum\beamer@currentbox<\beamer@footboxes% + \hbox to\beamer@footboxsizes{% + % Background + {% + \csname beamer@footbg\the\beamer@currentbox\endcsname% + \vrule width\beamer@footboxsizes height\beamer@boxfootheight% + \hskip-\beamer@footboxsizes% + }% + % Box + {% + \setbox\beamer@tempbox=\hbox to\beamer@footboxsizes{% + \csname beamer@footbox\the\beamer@currentbox\endcsname\hfil}% + \dp\beamer@tempbox=0pt% + \setbox\beamer@tempbox=\hbox{\vbox{\box\beamer@tempbox\vskip3pt}}% + \ht\beamer@tempbox=\beamer@boxfootheight% + \dp\beamer@tempbox=0pt% + \box\beamer@tempbox% + }% + }% + \advance\beamer@currentbox by 1% + \repeat% +}% + + +\mode +<all> diff --git a/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault.sty b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault.sty new file mode 100644 index 00000000000..d6b1f6f5dd3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemedefault.sty @@ -0,0 +1,16 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/beamerthemedefault.sty,v 1.6 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\mode<presentation> + +\usefonttheme{default} +\usecolortheme{default} +\useinnertheme{default} +\useoutertheme{default} + +\mode +<all> 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..1276d722fe3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemebars.sty @@ -0,0 +1,16 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/compatibility/beamerthemebars.sty,v 1.8 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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..c14cae204ad --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeclassic.sty @@ -0,0 +1,16 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/compatibility/beamerthemeclassic.sty,v 1.8 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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..0a3c13b7e95 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemecompatibility.sty @@ -0,0 +1,27 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/compatibility/beamerthemecompatibility.sty,v 1.7 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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..ecd05efa977 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemelined.sty @@ -0,0 +1,61 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/compatibility/beamerthemelined.sty,v 1.3 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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..20310a8ca43 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeplain.sty @@ -0,0 +1,16 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/compatibility/beamerthemeplain.sty,v 1.4 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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..4d8991c0366 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemeshadow.sty @@ -0,0 +1,21 @@ +\show\ProvidesPackageRCS +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/compatibility/beamerthemeshadow.sty,v 1.10 2005/04/04 15:27:12 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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..ff19c3d7be2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesidebar.sty @@ -0,0 +1,48 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/compatibility/beamerthemesidebar.sty,v 1.12 2004/10/07 22:21:16 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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..909dfe6dff3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemesplit.sty @@ -0,0 +1,15 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/compatibility/beamerthemesplit.sty,v 1.8 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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..44b9f98222c --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/theme/compatibility/beamerthemetree.sty @@ -0,0 +1,19 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/theme/compatibility/beamerthemetree.sty,v 1.8 2004/10/07 20:53:10 tantau Exp $ + +% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net> +% +% This program can be redistributed and/or modified under the terms +% of the GNU Public License, version 2. + +\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> |