-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathchecklistA6leaflet.tex
108 lines (84 loc) · 2.44 KB
/
checklistA6leaflet.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
\documentclass{article}
% by qu xiaofeng
% October 4, 2011
\usepackage[paperwidth=105mm, paperheight=148mm]{geometry}
\usepackage{stmaryrd}
\hoffset=-1mm
\voffset=-3mm
\oddsidemargin=0mm
\evensidemargin=0mm
\textwidth=75mm
\topmargin=-30mm
\textheight=140mm
\parindent=10mm
\pagestyle{empty}
\usepackage[weather]{ifsym}
\usepackage{pgfpages}
\pgfpagesuselayout{4 on 1}[a4paper, border shrink=0mm]
\begin{document}
% DEFINITIONS ***************************************************
\def \blank {\small \phantom{x}}
\def \PlaceHolder {\small $\;$ }
\def \blankrow {{\bf \small \phantom{xxxx}}%
&{\bf \small \phantom{xxxxxxxxxxxxxxxxxxxxxx}}%
&{\bf \small \phantom{x}}}
\newcommand{\checkitem}[2]{
{\bf \small {#1}} &{\small {#2}} & {\small $\boxempty$}
}
\newcommand{\checklist}[2]{
% MAKE CHECK LIST ***********************************************
\begin{table}[ht!]
{\bf Reflection Checklist {#1}}
{\bf \phantom{x}{#2}\,}\\
\centering
\begin{tabular}{rlr}
% Table ********************************************************
\hline
\blankrow\\
\checkitem{Books}{Important?} \\
\checkitem{\blank }{Urgent?} \\
\checkitem{\blank }{Skim through before reading} \\
\checkitem{Tasks}{Important?} \\
\checkitem{\blank }{Urgent?} \\
\checkitem{\blank }{Can be assigned to others?} \\
\checkitem{\blank }{Plan before doing } \\
\checkitem{\blank }{Finish one at a time} \\
\checkitem{\blank }{Assign others to remind} \\
\checkitem{\blank }{Keep task list short} \\
\checkitem{Websites}{Relevent?} \\
\checkitem{\blank }{Print out} \\
\checkitem{Papers}{Print large} \\
\checkitem{\blank }{Read with color-notes} \\
\checkitem{\blank }{Bind into volumns} \\
\checkitem{Codes}{Manage with Git} \\
\checkitem{\blank }{Generate UML for check} \\
\checkitem{Plan}{Detailed to every hour} \\
\checkitem{\blank }{Including breaks} \\
\checkitem{\blank }{Reserve time for thinking} \\
\checkitem{Emotions}{Progress takes time} \\
\checkitem{\blank }{Ignore others' infuences} \\
\checkitem{\blank }{Concentrate to my own tasks} \\
\checkitem{\blank }{Step by step} \\
\checkitem{\blank }{Reassure ``on the right track''} \\
\blankrow\\
\hline
\end{tabular}
\end{table}
}
\checklist{May 4, 2012}{}
\clearpage
\checklist{May 5, 2012}{}
\clearpage
\checklist{May 6, 2012}{}
\clearpage
\checklist{May 7, 2012}{}
\clearpage
\checklist{May 8, 2012}{}
\clearpage
\checklist{May 9, 2012}{}
\clearpage
\checklist{May 10, 2012}{}
\clearpage
\checklist{May 11, 2012}{}
\clearpage
\end{document}