« Lyx (Basic Idea) | Hindi Presentation using Beamer »

Latex-Beamer

Beamer is a latex class used to prepare presentations. It is not
a WYSIWYG program. It can easily create dynamic effects.
Predesigned themes can be used to make presentations.
The layout,the color,the fonts can be globally changed.
Beamer can be used with pdflatex and latex+dvips commands.

Beamer can be used to add audio and video file in the presentation.
This can be done in two ways:

1) By calling an external program to play the audio or video file.
Using the ‘\href’ we can run an external program eg. mplayer,xmms.
This has been implemented in the sample files at the following link:
(View Readme first) Sample-beamer.pdf

2) The multimedia package of beamer has commands such as
‘\sound’ and ‘\movie’ that enable us to embed movied and
sounds in pdf files.Using this the data of the sound file can be
completely embedded in the a pdf file and hence no need to
carry the sound file along.The package can play movie in the
presentation itself.
We still have to implement this.

Related posts :

Comments

6 Responses to “Latex-Beamer”

  1. virens on April 27th, 2007 8:07 am

    Thanks for usefull post about beamer. Could yuo post some more tips and tricks about it?

  2. Stuart on September 4th, 2007 5:56 am

    Could you post specifically the \movie command to embed a .mov/.avi/.mpg in a pdf?

  3. Anonymous on January 15th, 2008 10:17 pm

    according to multimedia.sty:
    \newcommand\sound[3][]{% [etc…]

    takes 3 arguments. But i don’t know what those are.any hints ?

  4. Burad’s Blog » Blog Archive » Making LaTeX Beamer Presentations on April 15th, 2008 7:19 pm

    […] Latex Beamer […]

  5. Installing latex on hostmonster : Burad’s Blog on May 9th, 2008 6:47 am

    […] Post: Latex Beamer May 9, 2008 | Filed Under latex, linux, […]

  6. Latex on wordpress blog : Burad’s Blog on May 25th, 2008 9:16 am

    […] Posts: Latex Beamer Installing latex on hostmonster May 25, 2008 | Filed Under blog, […]

Leave a Reply