Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. newenvironment{stepenumerate}{begin{enumerate}[<+->]}{end{enumerate}}
  2. newenvironment{stepitemize}{begin{itemize}[<+->]}{end{itemize} }
  3. newenvironment{stepenumeratewithalert}{begin{enumerate}[<+-| alert@+>]}{end{enumerate}}
  4. newenvironment{stepitemizewithalert}{begin{itemize}[<+-| alert@+>]}{end{itemize} }
  5. usetheme{default}
  6. usecolortheme{default}
  7. usenavigationsymbolstemplate{}
  8.  
  9. defbeamertemplate*{footline}{infolines theme}
  10. {
  11. leavevmode%
  12. hbox{%
  13. begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%
  14. usebeamerfont{author in head/foot}insertshortauthor(insertshortinstitute)
  15. end{beamercolorbox}%
  16. begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%
  17. usebeamerfont{title in head/foot}insertshorttitle
  18. end{beamercolorbox}%
  19. begin{beamercolorbox}[wd=.333333paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%
  20. usebeamerfont{date in head/foot}insertshortdate{}hspace*{2em}
  21. insertframenumber{} / inserttotalframenumberhspace*{2ex}
  22. end{beamercolorbox}}%
  23. vskip0pt%
  24. }
  25.  
  26. input{tcilatex}
  27. begin{document}
  28.  
  29. title[Introduction and Overview]{Econ 196, Financial Crises - Morals and
  30. Markets}
  31. author[Eric Fischer]{Eric Fischer}
  32. institute[UCSC]{}
  33. date{March 31, 2015}
  34. maketitle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement