How to create basic slides using Beamer Latex?

Posted by Joys of Programming on in Latex

With beamer, you can create slides for your presentation. Her we present a simple template for creating a presentation. Let’s name the file simple.tex.

\documentclass{beamer}
\begin {document}

\frame {
Slide 1

Content to Write
}

\frame {
Slide 2

Content to Write
}

\end{document}

Let’s see every line in detail

\documentclass{beamer}

Here we are including the package beamer into our file. Running this single line will not generate any pdf file

$ pdflatex simple.tex

Now let’s add more lines

\documentclass{beamer}
\begin {document}
\end {document}


We are now ready with a document in which some content has to be inserted.
Every slide is called a frame. So for every slide you want to create you must enter the contents in a frame as shown below

\documentclass{beamer}
\begin {document}

\frame {
Slide 1

Content to Write
}
\end{document}

Thus we have the slides with no background and style. We have content on the plain format

Tags: , ,

Comments:

1 Comment

  • Bijan Binaee says:

    Thanks !

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Copyright © 2009-2012 Joys of Programming All rights reserved.
Desk Mess Mirrored v1.8.1 theme from BuyNowShop.com.