progress reporting format

Commit
f34ab9bbbd0c93566fc791f2a0916a73c7fb60ee
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
Changed files
presentations/pres_template.tex
index 5ef76696..3f7b7e4f 100644..100644
@@ -1,7 +1,7 @@
1 1 \documentclass{beamer}
2 2 \usepackage[utf8]{inputenc}
3 Removed: \usetheme{Berkeley}
4 Removed: % \usecolortheme{wolverine}
3 Added: \usetheme{Madrid}
4 Added: % \usecolortheme{dolphin}
5 5
6 6
7 7 \title{Weekly Report}
@@ -19,40 +19,66 @@
19 19 \tableofcontents
20 20 \end{frame}
21 21
22 Removed: % \begin{frame}
23 Removed: % \begin{figure}
24 Removed: % \includegraphics[scale=0.8]{./logo}
25 Removed: % \end{figure}
26 Removed: % \end{frame}
22 Added: \section{This Week's Update}
27 23
28 Removed: \section{This Week's Progress}
29 Removed:
30 Removed: \subsection{first item}
24 Added: \subsection{Key Progress}
31 25 \begin{frame}
32 26 \frametitle{Progress 1}
33 Removed: \begin{block}{Remark}
34 Removed: Sample text
35 Removed: \end{block}
36 Removed:
37 Removed: \begin{alertblock}{Important theorem}
38 Removed: Sample text in red box
39 Removed: \end{alertblock}
40 Removed:
41 Removed: \begin{examples}
42 Removed: Sample text in green box. The title of the block is ``Examples".
43 Removed: \end{examples}
27 Added: \begin{columns}
28 Added: \column{0.3\textwidth}
29 Added: \begin{figure}
30 Added: \includegraphics[scale=0.5]{tux.png}
31 Added: \caption{Tux penguin}
32 Added: \end{figure}
33 Added: \column{0.7\textwidth}
34 Added: \begin{block}{Remark}
35 Added: Relevant point
36 Added: \end{block}
37 Added: \begin{alertblock}{Important Information}
38 Added: Key point
39 Added: \end{alertblock}
40 Added: \begin{examples}
41 Added: Code example
42 Added: \end{examples}
43 Added: \end{columns}
44 44 \end{frame}
45 45
46 Removed: \subsection{second item}
46 Added: \subsection{New Code}
47 47 \begin{frame}
48 Removed: \frametitle{Progress 2}
49 Removed: My progress for the week.
48 Added: \frametitle{New features}
49 Added: \begin{enumerate}
50 Added: \item Primary feature
51 Added: \begin{itemize}
52 Added: \item Does this
53 Added: \item Facilitates that
54 Added: \end{itemize}
55 Added: \item Secondary feature
56 Added: \begin{itemize}
57 Added: \item Does that
58 Added: \item Replaces need to do this
59 Added: \end{itemize}
60 Added: \item Minor feature 1: get this value
61 Added: \item Minor feature 2: return this object property
62 Added: \end{enumerate}
50 63 \end{frame}
64 Added: \begin{frame}
65 Added: \frametitle{Refactored code}
66 Added: \begin{description}
67 Added: \item[Function 1] Simplified it
68 Added: \item[Function 2] Expanded it
69 Added: \item[Function 3] Documented it
70 Added: \end{description}
71 Added: \end{frame}
51 72
52 Removed: \subsection{third item}
73 Added: \subsection{Miscellaneous}
53 74 \begin{frame}
54 Removed: \frametitle{Progress 3}
55 Removed: My progress for the week.
75 Added: \frametitle{Started work on this}
76 Added: \begin{itemize}
77 Added: \item Relevant because...
78 Added: \item Must interact with this...
79 Added: \item Can be implemented in so long...
80 Added: \item Will enable this...
81 Added: \end{itemize}
56 82 \end{frame}
57 83
58 84 \section{Roadmap for Upcoming Week}
presentations/tux.png
index 00000000..bdc5b1d7 000000..100644

Binary files differ