diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty b/Master/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty new file mode 100644 index 00000000000..e7fa952d8f0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty @@ -0,0 +1,27 @@ +\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty,v 1.2 2004/10/07 20:53:09 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. + +\def\beamer@ftb@str{ + \setbeamerfont{structure}{shape=\scshape,family=\rmfamily} + \setbeamerfont{section in toc}{size=\large} +} +\def\beamer@ftb@tstr{\setbeamerfont{tiny structure}{shape=\scshape,family=\rmfamily}} + +\DeclareOptionBeamer{onlysmall}{\let\beamer@ftb@str=\relax} +\DeclareOptionBeamer{onlylarge}{\let\beamer@ftb@tstr=\relax} + +\ProcessOptionsBeamer + +\mode<presentation> + +\beamer@ftb@str +\beamer@ftb@tstr + + +\mode +<all> + |