Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted by hellyeah ( 17 years ago )
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{chicago}
\usepackage{setspace}
\usepackage[utf8x]{inputenc}
\usepackage[english]{babel}
\usepackage{graphics}
\mode<presentation>
{ \usetheme{boxes} }
\newenvironment{mycomment}%
{\begin{quote}\small\itshape\bfseries}%
{\end{quote}}
\addto\captionsenglish{\def\refname{Reference-List}}
\title{Mathematical Approaches for Control System}
\author{Berat Emre Nebioglu}
\date{\today}
\begin{document}
\maketitle
\begin{mycomment}
\begin{frame}
\frametitle{Overlay Example}
Here is a
\pause
list of items:
\pause
\begin{itemize}
\item first item
\pause
\item second item
\pause
\item third item
\pause
\end{itemize}
\end{frame}
\end{mycomment}
\end{document}
Revise this Paste