Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ImplementPresent2.tex 2.43 KiB
%\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}{Implementation Presentations}

\input{../titlepage}

\begin{document}

\input{../footline}

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \begin{frame}
% \frametitle{Implementation and Testing Presentations}

% \bi
% \item Start recording
% \item Administrative details
% \item Presentations
% \ei
% \end{frame}

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \begin{frame}
% \frametitle{Administrative Details}

% \bi
% \item Upcoming classes
% \bi
% \item L23 -- L24 - Implementation and testing presentations
% \ei
% \item Course evaluation
% \bi
% \item Wed, Nov 25, 10:00 am to Wed, Dec 9, 11:59 pm
% \item \url{https://evals.mcmaster.ca}
% \ei
% \item Make your software easy for your colleagues to run and test.  A README
%   file is a good place to give basic instructions.
% \ei

% \end{frame}

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \begin{frame}
% \frametitle{Administrative Details: Report Deadlines}
% ~\newline
% \begin{tabular}{l l}
% Final Documentation & Dec 9\\
% \end {tabular}

% \end{frame}

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \begin{frame}
% \frametitle{Admin Details: Presentation Schedule}

% \bi
% \item Test or Impl.\ Present (15 min each)
% \bi
% \item Thurs, Dec 3: Shayan, Naveen, Sid, Gaby, Seyed
% \item Mon, Dec 7: Ting-Yu, Xuanming, Mohamed, Andrea, Tiago
% \ei
% \ei

% \end{frame}

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \begin{frame}
% \frametitle{Questions?}
% \begin{itemize}
% \item Questions?
% \end{itemize}
% \end{frame}

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% \begin{frame}
% \frametitle{Today's Presentations}

% \bi
% \item Shayan, Naveen, Sid, Gaby, Seyed
% \ei

% \end{frame}

% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{document}