123456789101112131415161718192021 |
- % Copyright 2007 by Till Tantau
- %
- % This file may be distributed and/or modified
- %
- % 1. under the LaTeX Project Public License and/or
- % 2. under the GNU Public License.
- %
- % See the file doc/licenses/LICENSE for more details.
- \mode<presentation>
- \setbeamerfont{title}{series=\bfseries}
- \setbeamerfont{subtitle}{series=\bfseries}
- \setbeamerfont{author}{series=\bfseries}
- \setbeamerfont{institute}{series=\bfseries}
- \setbeamerfont{date}{series=\bfseries}
- \setbeamerfont{title in head/foot}{series=\itshape}
- \mode
- <all>
|