diff options
author | Karl Berry <karl@freefriends.org> | 2017-12-19 00:09:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-12-19 00:09:01 +0000 |
commit | 5d4ee22f407e4c60e9f6ee586d4152a3d6d7287e (patch) | |
tree | e60908ef9f37f35a3e6ccdcc02d23c65f7a2ad02 /Master/texmf-dist/doc/latex/beamer/beamerexample-foils.tex | |
parent | bf2407a74d6c70f8b53038edf84e01255513a57c (diff) |
beamer (18dec17)
git-svn-id: svn://tug.org/texlive/trunk@46095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/beamerexample-foils.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/beamer/beamerexample-foils.tex | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerexample-foils.tex b/Master/texmf-dist/doc/latex/beamer/beamerexample-foils.tex new file mode 100644 index 00000000000..8c208c75032 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer/beamerexample-foils.tex @@ -0,0 +1,53 @@ +% Copyright 2007 by Till Tantau +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% See the file doc/licenses/LICENSE for more details. + +% $Header$ + +% This file is a demonstration on how a foils file should be +% changed to make it work with beamer. + +% Copyright notice: + +% Since foiltex has a restricted license, I'm not able to include an +% original example from foiltex. Instead, I'm providing a simple +% example that shows the basic usage. + + +\documentclass{beamer} +\usepackage{beamerfoils} +\beamertemplatetheoremsnumbered + +\title{A Foils-To-Beamer Example} + +\author{Till Tantau} + +\MyLogo{\tiny-- Typeset by beamer emulation of \FoilTeX\ --} + +\leftheader{Till Tantau} + +\begin{document} + +\frame{ +\maketitle +} + +\foilhead{A first frame} + +Some text. + +\pagebreak + +More text on next slide. + +\foilhead{A third frame} + +Some text. + +\endfoil +\end{document} |