File: beamerinnerthemeexample.tex

package info (click to toggle)
tetex-src 3.0.dfsg.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 122,292 kB
  • ctags: 2,709
  • sloc: makefile: 2,323; perl: 1,820; sh: 1,378; lisp: 448; python: 335; xml: 175; sed: 138; ansic: 138; yacc: 52
file content (25 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (3)
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
% $Header: /cvsroot/latex-beamer/latex-beamer/doc/beamerinnerthemeexample.tex,v 1.2 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

\useinnertheme{\themename}

\usecolortheme{seahorse}
\usecolortheme{rose}

\setbeamercolor*{frametitle}{parent=titlelike}
\setbeamercolor*{author}{parent=titlelike}
\setbeamercolor*{date}{parent=titlelike}
\setbeamercolor*{institute}{parent=titlelike}


\input{beamerthemeexamplebase}