File: talk.tex

package info (click to toggle)
advi 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,728 kB
  • sloc: ml: 16,318; makefile: 1,223; ansic: 1,020; sh: 262; perl: 55; tcl: 10
file content (29 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (12)
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}