-
Notifications
You must be signed in to change notification settings - Fork 6
/
announcement-sample-file.tex
51 lines (43 loc) · 1.53 KB
/
announcement-sample-file.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
\begin{frame} % keeping \begin{frame} encasement in this file lets us add a \note{} to the Beamer frame
\frametitle{Outline \& Readings}
\tableofcontents[subsectionstyle=show/hide/hide]
% Usage: Move to the next day by commenting the announcement out,
% typing next announcement at end of file.
\begin{comment}
% Day 1
\begin{enumerate}
\item Please fill out an index card w/ your 1st \& last name, preferred email; discipline, disciplinary interests, next academic hurdle (e.g. PhD candidacy/dissertation/\ldots). Turn in at end \textit{if} you're likely to keep attending.
\item Readings to be distributed via a Box folder: \url{tinyurl.com/ya3rwwym}. You'll need to authenticate using your umich credentials.
\item Reading for: Kinder \& Palfrey, ``On Behalf of an Experimental Political Science,'' \S~2 (pp.5--10); Rosenbaum, \textit{Design of Observational Studies}, \S~2.1--2.2.1.
\item We can recommend John Fox's Intro to R course, starting tomorrow evening.
\end{enumerate}
% ...
% Day n-1
% ...
\end{comment}
%Day n (today)
\begin{enumerate}
\item Agenda: stuff
\item Reading for tomorrow: some papers
\item <other>
\item <Assignment-related>
\item Recap: last time we proved $P=NP$\ldots
\end{enumerate}
\end{frame} % keeping \end{frame} encasement in this file lets us add a \note{} to the Beamer frame
\itnote{
\item foo
\item bar
}
\endinput
%%% TEMPLATE %%%
% Day nn
\begin{enumerate}
\item Agenda:
\item Reading for tomorrow:
\item <other>
\item <Assignment-related>
\item Recap:
\end{enumerate}
\end{frame}
\itnote{
}