presentations
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
how to create presentations:- document class:
\documentclass[OPTIONS]{prosper} - options: (italic options are the default for the current pair.)
draft,finalslideColor,slideBWtotal,nototalcolorBG,nocolorBGps,pdfaccumulate,noaccumulate
- macros for the preamble:
- author:
\author{AUTHOR} - title:
\title{TITLE} - subtitle:
\subtitle{SUBTITLE} - email:
\email{EMAIL} - institution:
\institution{INSTITUTION} - caption at the bottom of slides:
\slideCaption{CAPTION} - detault transition:
\DetaultTransition{TRANSITION}
(valid values are:Split,Blinds,Box,Wipe,Dissolve,Glitter,Replace; the default transition isReplace)
- author:
- document structure:
\documentclass{prosper} \author{me} \title{presentation} \subtitle{cool} \email{noone@nowhere.no} \institution{uni of no} \begin{document} \maketitle % slides \end{document} - definition of slides:
\begin{slide}[TRANSITION]{TITLE} % text \end{slide}additional macros include:- to set the transition effect from the previous slide to the current:
\PDFtransition{TRANSITION}
- to set the transition effect from the previous slide to the current:
- definition of NUMBER overlays:
\overlays{NUMBER}{ \begin{slide}[TRANSITION]{TITLE} % text \end{slide} }additional macros include:- text to appear on slides beginning with NUMBER:
\fromSlide{NUMBER}{ % text } - text to appear on slide NUMBER only:
\onlySlide{NUMBER}{ % text } - text to appear on slides ending with NUMBER:
\untilSlide{NUMBER}{ % text }
- text to appear on slides beginning with NUMBER:
- styles: styles are selected by adding them as an option to the documentclass definition



