summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer/themes/font/beamerfontthemestructuresmallcapsserif.sty
blob: e7fa952d8f0b86d9e55fd734360464c27f724be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>