0% found this document useful (0 votes)
8 views2 pages

Stat 609: Math Stats Lecture 21

This document is a LaTeX source code for a presentation using the Beamer class, specifically for a lecture titled 'Stat 609: Mathematical Statistics Lecture 21' by Jun Shao. It includes various packages for formatting, mathematical symbols, and graphics. The presentation is set to use the Madrid theme and includes a title page.

Uploaded by

Floot Chot
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

Stat 609: Math Stats Lecture 21

This document is a LaTeX source code for a presentation using the Beamer class, specifically for a lecture titled 'Stat 609: Mathematical Statistics Lecture 21' by Jun Shao. It includes various packages for formatting, mathematical symbols, and graphics. The presentation is set to use the Madrid theme and includes a title page.

Uploaded by

Floot Chot
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

% $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}

You might also like