Skip to content
Snippets Groups Projects
ImplementPresent2.tex 1 KiB
Newer Older
  • Learn to ignore specific revisions
  • %\documentclass[handout]{beamer} 
    \documentclass[t,12pt,numbers,fleqn]{beamer}
    %\documentclass[ignorenonframetext]{beamer}
    
    \newif\ifquestions
    %\questionstrue
    \questionsfalse
    
    \usepackage{pgfpages} 
    \usepackage{hyperref}
    \hypersetup{colorlinks=true,
        linkcolor=blue,
        citecolor=blue,
        filecolor=blue,
        urlcolor=blue,
        unicode=false}
    \urlstyle{same}
    
    \bibliographystyle{plain}
    
    %\usetheme{Iimenau}
    
    \useoutertheme{split} %so the footline can be seen, without needing pgfpages
    
    %\pgfpagesuselayout{resize to}[letterpaper,border shrink=5mm,landscape]  %if this is uncommented, the hyperref links do not work
    
    \mode<presentation>{}
    
    \input{../def-beamer}
    
    \newcommand{\topic}{24 Implementation Presentations 2}
    
    \input{../titlepage}
    
    \begin{document}
    
    \input{../footline}
    
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    
    \begin{frame}
    \frametitle{Implementation Presentations}
    
    \bi
    \item Renjie
    \item Geneva
    \item Yuzhi
    \ei
    \end{frame}
    
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    
    \end{document}