1 | \documentclass[style=aggie,mode=present,paper=smartboard,orient=landscape,display=slides,size=14pt,hlentries=true,hlsections=false,clock]{powerdot} |
---|
2 | %\documentclass[style=simple,mode=present,paper=smartboard,orient=landscape,display=slides,size=11pt,hlentries=true,hlsections=false,clock]{powerdot} |
---|
3 | |
---|
4 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
5 | % my packages |
---|
6 | % =========== |
---|
7 | % nothing for now |
---|
8 | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
---|
9 | |
---|
10 | \title{An Attempt} |
---|
11 | \author{An Author} |
---|
12 | \date{\today} |
---|
13 | |
---|
14 | \begin{document} |
---|
15 | |
---|
16 | \maketitle |
---|
17 | |
---|
18 | \section{Brief Overview of the Talk} |
---|
19 | |
---|
20 | \begin{slide}{Introduction} |
---|
21 | This is the first slide |
---|
22 | \end{slide} |
---|
23 | |
---|
24 | \end{document} |
---|