~oier/ubuntu/oneiric/latex-beamer/fix-for-bug-682202

« back to all changes in this revision

Viewing changes to base/themes/font/beamerfontthemestructuresmallcapsserif.sty

  • Committer: Bazaar Package Importer
  • Author(s): OHURA Makoto
  • Date: 2011-02-27 18:35:55 UTC
  • mfrom: (1.1.5 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110227183555-y55l7s1cliwdu8qw
Tags: 3.10-1
* New upstream release (Closes: #606499).
* debian/rules: Update for new source archive directories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
% Copyright 2007 by Till Tantau
 
2
%
 
3
% This file may be distributed and/or modified
 
4
%
 
5
% 1. under the LaTeX Project Public License and/or
 
6
% 2. under the GNU Public License.
 
7
%
 
8
% See the file doc/licenses/LICENSE for more details.
 
9
 
 
10
\ProvidesPackageRCS $Header: /home/vedranm/bitbucket/beamer/base/themes/font/beamerfontthemestructuresmallcapsserif.sty,v d02a7cf4d8ae 2010/06/17 09:11:41 rivanvx $
 
11
 
 
12
 
 
13
\def\beamer@ftb@str{
 
14
  \setbeamerfont{structure}{shape=\scshape,family=\rmfamily}
 
15
  \setbeamerfont{section in toc}{size=\large}
 
16
}
 
17
\def\beamer@ftb@tstr{\setbeamerfont{tiny structure}{shape=\scshape,family=\rmfamily}}
 
18
 
 
19
\DeclareOptionBeamer{onlysmall}{\let\beamer@ftb@str=\relax}
 
20
\DeclareOptionBeamer{onlylarge}{\let\beamer@ftb@tstr=\relax}
 
21
 
 
22
\ProcessOptionsBeamer
 
23
 
 
24
\mode<presentation>
 
25
 
 
26
\beamer@ftb@str
 
27
\beamer@ftb@tstr
 
28
 
 
29
 
 
30
\mode
 
31
<all>
 
32