## page was renamed from computerLatexBeamer #acl Known:read,write,admin,delete,revert All:read ##Ask Leif if you don't know what the acl line means = Presentations with Beamer = ''Beamer'' is an advanced package for presentations. The original documentation is available with the command {{{texdoc beamer}}} in a terminal window. The design of the presentation is controlled by ''themes''. Apart from the many standard themes, there is a local theme for Automatic Control. It is selected with [[attachment:beamer.pdf|\usetheme{Regler}|&do=get]] in the document preamble. The default version does not show frame numbers or navigation symbols. To get these use one or both options: {{{\usetheme[framenumbers,navigationsymbols]{Regler} }}} To create the [[attachment:exampleeight.pdf|paper usually handed out at a presentation|&do=get]], use the command {{{eightbeamerpdf example}}} if you use pdflatex {{{eightbeamerdvi example}}} if you use latex -> dvips -> ps2pdf A file with the name {{{exampleeight.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 [[attachment:example.tex|the LaTeX-document that generated the examples|&do=get]]: {{{ \documentclass{beamer} \usepackage[utf8]{inputenc} \usetheme{Regler} \begin{document} \title{Nonlinear Control \\and Servo Systems} \subtitle{Lecture 2} \author{Anders Robertsson} \institute{Dept. of Automatic Control\\Lund Institute of Technology} \frame{\titlepage} % ---------------------------------------------------------------------- \begin{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{frame} % ---------------------------------------------------------------------- % etc etc \end{document} }}} The old versions of this theme are still available: * [[attachment:beamerthemelioncorner.pdf|\usetheme[lioncorner]{Regler}|&do=get]] * [[attachment:beamerthemelionheader.pdf|\usetheme[lionheader]{Regler}|&do=get]] * [[attachment:beamerthemelionbackground.pdf|\usetheme[lionbackground]{Regler}|&do=get]] * [[attachment:liontopcorner.pdf|\usetheme[liontopcorner]{Regler}|&do=get]]