blob: 66a58a76eb5df35724a00a16b7f064ab983cd11e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
% $Header: /cvsroot/latex-beamer/latex-beamer/doc/beamerfontthemeexample.tex,v 1.5 2004/10/07 20:53:04 tantau Exp $
\documentclass[hyperref={draft}]{beamer}
% Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
%
% This file can be redistributed and/or modified under
% the terms of the GNU Public License, version 2.
\ifx\themename\undefined
\def\themename{default}
\fi
\usefonttheme{\themename}
\input{beamerthemeexamplebase}
|