Here we will see how we can create a presentation using LaTeX / TeX / Beamer. LaTeX is a newer version of TeX. Beamer is a special class of LaTeX used to create presentations. The options available with beamer and Latex make it a very powerful combination for making professional presentations. We start with a simple example. Here is the code for a simple presentation \documentclass{beamer} \usetheme{Frankfurt} \title{How to make a presentation using Beamer/ \LaTeX2e ?} \author{Gappu} \institute{http://tech-gupshup.blogspot.co.uk/} \date{July, 2012} \begin{document} \begin{frame} \titlepage \end{frame} \begin{frame}{Introduction} Beamer class is used to make presentations using \LaTeX. Like any \LaTeX document you can create it with any text editor. \end{frame} \begin{frame}{Features of \textbf{Beamer}} \begin{itemize} \item \textbf{Beamer} is used to make presentations \item It allows to add animations \item you can embed images, videos , sounds and other media \item...
Technology GupShup is a place where you can articles on Software Development, Databases , Web Development and computers in general. You can also find useful tips and tutorials related to computers.