sudo apt-get install latex-beamer
Code example (subtracted from here):
\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usetheme{Warsaw}
\title[Make a LaTeX presentation using Beamer]{Introduction to Beamer\\How to make a presentation with LaTeX?}
\author{Nadir Soualem -- Astozzia}
\institute{Math-linux.com}
\date{Jule 13, 2007}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Introduction}
This is a short introduction to Beamer class.
\end{frame}
\end{document}
Thanks to:
- http://www.math-linux.com/spip.php?article77
- http://anjinpradhan.wordpress.com/2008/12/23/how-to-create-presentation-using-beamer-latex-class-in-ubuntu-804/
No comments:
Post a Comment