diff options
author | Karl Berry <karl@freefriends.org> | 2022-09-14 20:03:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-09-14 20:03:43 +0000 |
commit | bf86581f55b9de3f252031d0c3d9e417f2829e64 (patch) | |
tree | 9d973ed1f7e3b82883bdeaec3bf5317b4a147b8e /Master/texmf-dist/doc/latex/beamer/beamerug-introduction.tex | |
parent | a0bb46897c5de8f31ed59f8d152ccfc5cc97bb35 (diff) |
beamer (14sep22)
git-svn-id: svn://tug.org/texlive/trunk@64388 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/beamerug-introduction.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer/beamerug-introduction.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-introduction.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-introduction.tex index c46e8842e25..317ab826bd9 100644 --- a/Master/texmf-dist/doc/latex/beamer/beamerug-introduction.tex +++ b/Master/texmf-dist/doc/latex/beamer/beamerug-introduction.tex @@ -14,7 +14,7 @@ \section{Introduction} -\beamer\ is a \LaTeX\ class for creating presentations that are held using a projector, but it can also be used to create transparency slides. Preparing presentations with \beamer\ is different from preparing them with \textsc{wysiwyg} programs like Libre-/OpenOffice.org Impress, Apple Keynote, KOffice KPresenter or Microsoft PowerPoint. A \beamer\ presentation is created like any other \LaTeX\ document: It has a preamble and a body, the body contains |\section|s and |\subsection|s, the different slides (called \emph{frames} in \beamer) are put in environments, they are structured using |itemize| and |enumerate| environments, and so on. The obvious disadvantage of this approach is that you have to know \LaTeX\ in order to use \beamer. The advantage is that if you know \LaTeX, you can use your knowledge of \LaTeX\ also when creating a presentation, not only when writing papers. +\beamer\ is a \LaTeX\ class for creating presentations that are held using a projector, but it can also be used to create transparency slides. Preparing presentations with \beamer\ is different from preparing them with \textsc{wysiwyg} programs like Libre-/OpenOffice.org Impress, Apple Keynote, Calligra Stage or Microsoft PowerPoint. A \beamer\ presentation is created like any other \LaTeX\ document: It has a preamble and a body, the body contains |\section|s and |\subsection|s, the different slides (called \emph{frames} in \beamer) are put in environments, they are structured using |itemize| and |enumerate| environments, and so on. The obvious disadvantage of this approach is that you have to know \LaTeX\ in order to use \beamer. The advantage is that if you know \LaTeX, you can use your knowledge of \LaTeX\ also when creating a presentation, not only when writing papers. \subsection{Main Features} |