welcome: please sign in

Revision 1 as of 2010-06-28 10:50:09

Clear message
location: Computer / Latex / Beamer

Video presentations with Beamer

Beamer is an advanced package for video presentations. Here is the original documentation.

The deisgn of the presentation is controlled by themes. Apart from the default themes, there are a couple made especially for Automatic Control, LTH.

To create the paper usually handed out before a presentation, use the command

The beginning of the LaTeX-document that generated the examples:

\documentclass[mathserif,professionalfont]{beamer}
\usepackage{schoolbook}

%\usepackage{beamerthemelioncorner}
%\usepackage{beamerthemelionheader}
\usepackage{beamerthemelionbackground}

\usepackage{graphicx,psfrag}

\begin{document}

\title{Nonlinear Control and Servo Systems\\\ Lecture 2}
\author{Anders Robertsson}
\institute{Dept. of Automatic Control\\Lund Institute of Technology}
\frame{\titlepage}

% ----------------------------------------------------------------------
\frame{\frametitle{Today's Goal}

To be able to
\begin{itemize}\slshape
\item prove local and global stability of an equilibrium point through
  Lyapunov's method
\pause
\item show stability of a set (for example, a limit cycle) through
  invariant set theorems
\end{itemize}

} % \end{slide}