1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
\documentclass[landscape]{slides}
% The mandatory definition of the \footer macro
% To get an empty footer, just write \def\footer{}
\def\footer{{\hfill \em {Me.Myself@institution.edu\hfill 24-01-2003}}}
\usepackage{advi-slides}
\begin{document}
\firstslide{My talk}
\vspace*{5cm}\centerline{{\large \bf \em Me Myself}}
\newslide{Plan}
This talk is divided into $n$ parts: Part$_1$, Part$_2$,
and Part$_n$.
\newslide{Part 1}
This is my first talk using {\ActiveDVI}!
\newslide{Part 2}
Bla bla.
\newslide{Part n}
Blz blz.
\newslide{Conclusion}
This was my first talk using {\ActiveDVI}. Cool!
\end{document}
|