diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/themes/theme/beamerthemeMadrid.sty | 29 |
1 files changed, 29 insertions, 0 deletions
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> |