Monday, October 18, 2010

HOW TO MAKE A PRESENTATION WITH LATEX

After installing a latex interpreter, install beamer package. In Ubuntu 9.10, try this:

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:

No comments:

Post a Comment

Stats


View My Stats

Contributors