% $Header: /cvsroot/latex-beamer/latex-beamer/examples/[Link],v 1.
22
2004/10/08 14:02:33 tantau Exp $
\documentclass[11pt]{beamer}
\usepackage{amscd}
\mode<presentation> {
\usetheme{Madrid}
\setbeamercovered{transparent}
}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsbsy,alltt,amsmath,times}
\usepackage{epsfig, color, graphicx, rotate, colordvi}
\usepackage{hyperref, mathptmx}
\setbeamercovered{dynamic}
\newcommand{\Lang}[1]{\operatorname{\text{\textsc{#1}}}}
\newcommand{\Class}[1]{\operatorname{\mathchoice
{\text{\sf \small #1}}
{\text{\sf \small #1}}
{\text{\sf #1}}
{\text{\sf #1}}}}
\newcommand{\NumSAT} {\text{\small\#SAT}}
\newcommand{\NumA} {\#_{\!A}}
\newcommand{\barA} {\,\bar{\!A}}
\newcommand{\Nat}{\mathbb{N}}
\newcommand{\Set}[1]{\{#1\}}
\newtheorem{thm}{Result}
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
\newtheorem{defn}[thm]{Definition}
\newtheorem{exam}{Example}
\newtheorem{rem}{Remark}
\newcommand{\cred}{\textcolor {red}}
\newcommand{\cblue}{\textcolor {blue}}
\newcommand{\cgreen}{\textcolor {green}}
\def\ul{\underline}
\def\sign{\;{\rm sign}}
\def\rank{\;{\rm rank}}
\def\disp{\displaystyle}
\def\sn{\sqrt{n}}
\def\Pr{\mathrm{P}}
\def\Cov{\;{\rm Cov}}
\def\L{\underline L}
\def\LL{\overline L}
\def\balpha{{\boldsymbol{\alpha}}}
\def\cal{\mathcal}
\def\conas{\stackrel{a.s.} {\longrightarrow}}
\def\conp{\stackrel{\cal P} {\longrightarrow}}
\def\conD{\stackrel{\mathcal{L}} {\longrightarrow}}
\def\conw{\stackrel{\mathcal{L}} {\rightarrow}}
\def\hat{\widehat}
\def\Proof{\noindent{\it Proof }}
\def\endproof{\hfill{$\Box$}}
\newcommand{\wcon}{\stackrel{\mathcal{L}}{\longrightarrow}}
\def\Var{\mbox{var}}
\def\br{\begin{array}}
\def\er{\end{array}}
\def\VaR{{\rm VaR}}
\def\E{{\rm E}}
\def\beqrs{\begin{eqnarray*}}
\def\eeqrs{\end{eqnarray*}}
\pgfdeclaremask{tu}{beamer-tu-logo-mask}
\pgfdeclaremask{computer}{beamer-computer-mask}
\pgfdeclareimage[interpolate=true,mask=computer,height=2cm]{computerimage}{beamer-
computer}
\pgfdeclareimage[interpolate=true,mask=computer,height=2cm]{computerworkingimage}
{beamer-computerred}
\pgfdeclareimage[mask=tu,height=.5cm]{logo}{beamer-tu-logo}
\logo{\pgfuseimage{logo}}
\title[Stat 609 Lecture 21]{Stat 609: Mathematical Statistics \\ Lecture 21}
\author[UW-Madison]{Jun Shao}
\institute[Statistics]{}
\date[2014]{}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\end{document}