-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweekly_review.tex
128 lines (84 loc) · 3.08 KB
/
weekly_review.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
\documentclass[11pt, oneside, twocolumn]{article} % use "amsart" instead of "article" for AMSLaTeX format
\usepackage[margin=1in]{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % ... or a4paper or a5paper or ...
\geometry{landscape} % Activate for for rotated page geometry
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{amssymb}
\usepackage{tgpagella}
\usepackage{hyperref}
\usepackage{enumitem}
\setlist{nosep} % or \setlist{noitemsep} to leave space around whole list
\usepackage{titling} \setlength{\droptitle}{-5em} % This is your set screw
\setlength{\parindent}{0pt}
\renewcommand{\bfdefault}{bx}
\pagenumbering{gobble}
\title{Weekly Review \& Weekly Planning}
\author{\vspace{-3em}Arya McCarthy\\%
\url{https://github.com/aryamccarthy/weekly-review}}
\date{2017-\underline{\hspace{2ex}}-\underline{\hspace{2ex}}} % Activate to display a given date or no date
\begin{document}
\maketitle
\subsection*{Weekly wins}
\vspace{-0.9em}
{\footnotesize What's going well? Any wins ( big or little ) this week?}
\hrulefill
\hrulefill
\hrulefill
\hrulefill
\subsection*{What tasks were not completed last week?}
\vspace{-0.9em}
{\footnotesize Recommit to completing these tasks next week. Look at waiting-for, too.}
\hrulefill
\hrulefill
\hrulefill
\hrulefill
\hrulefill
\hrulefill
\subsection*{What have you learned this week?}
\vspace{-0.9em}
{\footnotesize How will you implement this in the future?}
\hrulefill
\hrulefill
\hrulefill
\subsection*{Next week}
\vspace{-0.9em}
{\footnotesize What actions will you take to ensure your week is productive?}
\hrulefill
\hrulefill
\hrulefill
\newpage
\subsection*{Five most important tasks of the week}
\vspace{-0.9em}
{\footnotesize If these were the only tasks you completed during the week, you'd be satisfied.}
\begin{enumerate}[label=\textbf{\arabic*}.]
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\end{enumerate}
\subsection*{Tasks of secondary importance}
\vspace{-0.9em}
{\footnotesize Do these only after you have completed the above tasks.}
\begin{enumerate}[resume, label=\textbf{\arabic*}.]
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\end{enumerate}
\subsection*{Additional tasks}
\vspace{-0.9em}
{\footnotesize Do these only after you have completed the above tasks.}
\begin{enumerate}[resume, label=\textbf{\arabic*}.]
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\item \hrulefill \enspace $\square$
\end{enumerate}
\subsection*{Commitment}
\vspace{-0.9em}
{\footnotesize What one action will you take to make this week more productive?}
\hrulefill \enspace $\square$
\end{document}