12345678910111213141516171819202122 |
- % 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.
- %\DeclareOptionBeamer{compress}{\beamer@compresstrue}
- %\ProcessOptionsBeamer
- \mode<presentation>
- \usecolortheme{fsu-blue}
- \useoutertheme{al}
- \usefonttheme{structurebold}
- \usefonttheme{al}
- \useinnertheme{rectangles}
- \mode
- <all>
|