welcome: please sign in
location: Diff for "Computer/Latex/Beamer"
Differences between revisions 3 and 4
Revision 3 as of 2010-06-30 10:07:14
Size: 1852
Editor: helenamalin
Comment:
Revision 4 as of 2011-05-26 09:57:47
Size: 1834
Editor: anton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
\institute{Dept. of Automatic Control\\Lund Institute of Technology} \institute{Automatic Control LTH\\Lund University}

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

  • eightbeamer basename.

    • A file with the name basenameeight.pdf with eight images per page will be generated. Note that the command uses the .tex-file and not .ps or .pdf

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{Automatic Control LTH\\Lund University}
\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}

Computer/Latex/Beamer (last edited 2022-05-09 11:24:04 by leif)