LaTeX/Presentations : Différence entre versions

De LaTeX
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
 
<noinclude>{{LaTeX/Top}}</noinclude>
 
<noinclude>{{LaTeX/Top}}</noinclude>
 
 
=Intro=
 
 
  
 
'''Beamer''' is a [[LaTeX]] class for creating slides for presentations. It supports both [[pdfLaTeX]] and [[LaTeX]] + [[dvips]]. The name is taken from the German word ''[[wikt:Beamer#German|Beamer]]'', a [[pseudo-anglicism]] for [[video projector]].
 
'''Beamer''' is a [[LaTeX]] class for creating slides for presentations. It supports both [[pdfLaTeX]] and [[LaTeX]] + [[dvips]]. The name is taken from the German word ''[[wikt:Beamer#German|Beamer]]'', a [[pseudo-anglicism]] for [[video projector]].
Ligne 18 : Ligne 14 :
  
 
Beamer depends on [[PGF/TikZ|PGF]] for some of its features.
 
Beamer depends on [[PGF/TikZ|PGF]] for some of its features.
 
==External links==
 
* [http://bitbucket.org/rivanvx/beamer/ Beamer home page]
 
* [http://sourceforge.net/projects/latex-beamer/ Beamer SourceForge project page (no longer maintained)]
 
* [http://www-i6.informatik.rwth-aachen.de/~dreuw/latexbeamerposter.php beamerposter - a beamer extension for scientific conference posters in DIN-A0 size or bigger]
 
* Till Tantau, Joseph Wright, Vedran Miletić (2010) ''[http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf User's guide]'' - from [http://www.ctan.org www.ctan.org]
 
* [http://www.hartwork.org/beamer-theme-matrix/ Beamer Theme Matrix]
 
* [http://wiki2beamer.sourceforge.net/ wiki2beamer: Tool to create Beamer presentations from a wiki-like syntax]
 
* Dohmen, Klaus (2010) ''[http://www.tug.org/pracjourn/2010-1/dohmen/dohmen.pdf Dual Screen Presentations with the LaTeX Beamer Class under X]'' - from [http://www.tug.org/pracjourn The PracTeX Journal]
 
* [http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/beamer2thesis.html Beamer2Thesis - a beamer extension for presenting a thesis]
 
 
=== Tutorials ===
 
* [http://www.math-linux.com/spip.php?article77 Introduction to Beamer - How to make a presentation]
 
* [http://www.rennes.enst-bretagne.fr/~gbertran/pages/tutorials_latex.html A tutorial with examples on the usage of Beamer Latex class]
 
* [http://www.math.umbc.edu/~rouben/beamer Another tutorial]
 
* [http://www.tug.org/pracjourn/2005-4/mertz/mertz.pdf Beamer by Example from PracTEX Journal, many examples of both TeX source and formatted output]
 
* [http://en.wikibooks.org/wiki/LaTeX/Presentations Introduction to beamer on wikibooks]
 
* [http://www.lampos.net/latex-presentation A presentation using the LaTeX Beamer class (short guide - samples)]
 
 
  
  
  
  
 +
=First step=
  
 +
<source lang="latex">
 +
\begin{document}
 +
  Voici la fonction $\sin x$,
 +
  la fonction \[\cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k}\]
 +
  et la fonction $\tan (x)$\ldots
 +
\end{document}
 +
</source>
  
  
Ligne 66 : Ligne 51 :
  
  
 +
==External links==
 +
* [http://bitbucket.org/rivanvx/beamer/ Beamer home page]
 +
* [http://sourceforge.net/projects/latex-beamer/ Beamer SourceForge project page (no longer maintained)]
 +
* [http://www-i6.informatik.rwth-aachen.de/~dreuw/latexbeamerposter.php beamerposter - a beamer extension for scientific conference posters in DIN-A0 size or bigger]
 +
* Till Tantau, Joseph Wright, Vedran Miletić (2010) ''[http://www.ctan.org/tex-archive/macros/latex/contrib/beamer/doc/beameruserguide.pdf User's guide]'' - from [http://www.ctan.org www.ctan.org]
 +
* [http://www.hartwork.org/beamer-theme-matrix/ Beamer Theme Matrix]
 +
* [http://wiki2beamer.sourceforge.net/ wiki2beamer: Tool to create Beamer presentations from a wiki-like syntax]
 +
* Dohmen, Klaus (2010) ''[http://www.tug.org/pracjourn/2010-1/dohmen/dohmen.pdf Dual Screen Presentations with the LaTeX Beamer Class under X]'' - from [http://www.tug.org/pracjourn The PracTeX Journal]
 +
* [http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/beamer2thesis.html Beamer2Thesis - a beamer extension for presenting a thesis]
 +
 +
=== Tutorials ===
 +
* [http://www.math-linux.com/spip.php?article77 Introduction to Beamer - How to make a presentation]
 +
* [http://www.rennes.enst-bretagne.fr/~gbertran/pages/tutorials_latex.html A tutorial with examples on the usage of Beamer Latex class]
 +
* [http://www.math.umbc.edu/~rouben/beamer Another tutorial]
 +
* [http://www.tug.org/pracjourn/2005-4/mertz/mertz.pdf Beamer by Example from PracTEX Journal, many examples of both TeX source and formatted output]
 +
* [http://en.wikibooks.org/wiki/LaTeX/Presentations Introduction to beamer on wikibooks]
 +
* [http://www.lampos.net/latex-presentation A presentation using the LaTeX Beamer class (short guide - samples)]
  
  

Version du 24 mai 2011 à 12:34

Beamer is a LaTeX class for creating slides for presentations. It supports both pdfLaTeX and LaTeX + dvips. The name is taken from the German word Beamer, a pseudo-anglicism for video projector.

The beamer class is not the first LaTeX class for creating presentations, and like many of its predecessors, it has special syntax for defining 'slides' (known in Beamer as 'frames'). Slides can be built up on-screen in stages as if by revealing text that was previously hidden or covered. This is handled with PDF output by creating successive pages that preserve the layout but add new elements, so that advancing to the next page in the PDF file appears to add something to the displayed page, when in fact it has redrawn the page.

Source code for beamer presentations, like any other LaTeX file, can be created using any text editor, but there is specific support for beamer syntax in AUCTEX and LyX.

Beamer supports syntax of other LaTeX presentation packages, including Prosper and Foils, by using compatibility packages.

Beamer provides the ability to make 'handouts', that is a version of the output suitable for printing, without the dynamic features, so that the printed version of a slide shows the final version that will appear during the presentation. For actually putting more than one frame on the paper, pgfpages package is to be used.

An "article" version is also available, rendered on standard sized paper (like A4 or letter), with frame titles used as paragraph titles, no special slide layout/colors, keeping the sectioning. This version is suitable for lecture notes or for having a single source file for an article and the slides for the talk about this article.

Beamer depends on PGF for some of its features.



First step

\begin{document}
  Voici la fonction $\sin x$,
  la fonction \[\cos x=\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k)!}x^{2k}\]
  et la fonction $\tan (x)$\ldots
\end{document}






You may use a pdf: Expres.pdf
texte descriptif

You may use a Powerpoint Fichier:Powerp.ppt






External links

Tutorials





  Index Next: Structured document and document structure