From f34ab9bbbd0c93566fc791f2a0916a73c7fb60ee Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 7 Jul 2019 14:26:55 -0700 Subject: progress reporting format --- presentations/pres_template.tex | 80 ++++++++++++++++++++++++++-------------- presentations/tux.png | Bin 0 -> 11913 bytes 2 files changed, 53 insertions(+), 27 deletions(-) create mode 100644 presentations/tux.png diff --git a/presentations/pres_template.tex b/presentations/pres_template.tex index 5ef7669..3f7b7e4 100644 --- a/presentations/pres_template.tex +++ b/presentations/pres_template.tex @@ -1,7 +1,7 @@ \documentclass{beamer} \usepackage[utf8]{inputenc} -\usetheme{Berkeley} -% \usecolortheme{wolverine} +\usetheme{Madrid} +% \usecolortheme{dolphin} \title{Weekly Report} @@ -19,40 +19,66 @@ \tableofcontents \end{frame} -% \begin{frame} -% \begin{figure} -% \includegraphics[scale=0.8]{./logo} -% \end{figure} -% \end{frame} +\section{This Week's Update} -\section{This Week's Progress} - -\subsection{first item} +\subsection{Key Progress} \begin{frame} \frametitle{Progress 1} - \begin{block}{Remark} - Sample text - \end{block} - - \begin{alertblock}{Important theorem} - Sample text in red box - \end{alertblock} - - \begin{examples} - Sample text in green box. The title of the block is ``Examples". - \end{examples} + \begin{columns} + \column{0.3\textwidth} + \begin{figure} + \includegraphics[scale=0.5]{tux.png} + \caption{Tux penguin} + \end{figure} + \column{0.7\textwidth} + \begin{block}{Remark} + Relevant point + \end{block} + \begin{alertblock}{Important Information} + Key point + \end{alertblock} + \begin{examples} + Code example + \end{examples} + \end{columns} \end{frame} -\subsection{second item} +\subsection{New Code} +\begin{frame} + \frametitle{New features} + \begin{enumerate} + \item Primary feature + \begin{itemize} + \item Does this + \item Facilitates that + \end{itemize} + \item Secondary feature + \begin{itemize} + \item Does that + \item Replaces need to do this + \end{itemize} + \item Minor feature 1: get this value + \item Minor feature 2: return this object property + \end{enumerate} +\end{frame} \begin{frame} - \frametitle{Progress 2} - My progress for the week. + \frametitle{Refactored code} + \begin{description} + \item[Function 1] Simplified it + \item[Function 2] Expanded it + \item[Function 3] Documented it + \end{description} \end{frame} -\subsection{third item} +\subsection{Miscellaneous} \begin{frame} - \frametitle{Progress 3} - My progress for the week. + \frametitle{Started work on this} + \begin{itemize} + \item Relevant because... + \item Must interact with this... + \item Can be implemented in so long... + \item Will enable this... + \end{itemize} \end{frame} \section{Roadmap for Upcoming Week} diff --git a/presentations/tux.png b/presentations/tux.png new file mode 100644 index 0000000..bdc5b1d Binary files /dev/null and b/presentations/tux.png differ -- cgit v1.2.3