Added remainging days of week
This commit is contained in:
parent
3dfa00931f
commit
6c991d60dd
@ -51,19 +51,19 @@
|
||||
\newcommand\kcir{{\large \Circle ~}}
|
||||
|
||||
% Let's make macros for the days of the week
|
||||
\newcommand{\kmon}{~ \textbf{Monday} \hfill \CIRCLE\Circle\Circle\Circle\Circle\Circle\Circle ~}
|
||||
\newcommand{\kmon}{~ \textbf{Monday} \hspace{10mm} \CIRCLE\Circle\Circle\Circle\Circle\Circle\Circle ~}
|
||||
|
||||
\newcommand{\ktue}{~ \textbf{Tuesday} \hfill \CIRCLE\CIRCLE\Circle\Circle\Circle\Circle\Circle ~}
|
||||
\newcommand{\ktue}{~ \textbf{Tuesday} \hspace{10mm} \CIRCLE\CIRCLE\Circle\Circle\Circle\Circle\Circle ~}
|
||||
|
||||
\newcommand{\kwed}{~ \textbf{Wednesday} \hfill \CIRCLE\CIRCLE\CIRCLE\Circle\Circle\Circle\Circle ~}
|
||||
\newcommand{\kwed}{~ \textbf{Wednesday} \hspace{10mm} \CIRCLE\CIRCLE\CIRCLE\Circle\Circle\Circle\Circle ~}
|
||||
|
||||
\newcommand{\kthu}{~ \textbf{Thursday} \hfill \CIRCLE\CIRCLE\CIRCLE\CIRCLE\Circle\Circle\Circle ~}
|
||||
\newcommand{\kthu}{~ \textbf{Thursday} \hspace{10mm} \CIRCLE\CIRCLE\CIRCLE\CIRCLE\Circle\Circle\Circle ~}
|
||||
|
||||
\newcommand{\kfri}{~ \textbf{Friday} \hfill \CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\Circle\Circle ~}
|
||||
\newcommand{\kfri}{~ \textbf{Friday} \hspace{10mm} \CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\Circle\Circle ~}
|
||||
|
||||
\newcommand{\ksat}{~ \textbf{Saturday} \hfill \CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\Circle ~}
|
||||
\newcommand{\ksat}{~ \textbf{Saturday} \hspace{10mm} \CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\Circle ~}
|
||||
|
||||
\newcommand{\ksun}{~ \textbf{Sunday} \hfill \CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE ~}
|
||||
\newcommand{\ksun}{~ \textbf{Sunday} \hspace{10mm} \CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE\CIRCLE ~}
|
||||
|
||||
% Draw squares on Finances column
|
||||
\newcommand{\kfin}{\texttt{\hfill {\Large $\Box$}\,AP {\Large $\Box$}\,Pd {\Large $\Box$}\,X}}
|
||||
@ -174,8 +174,9 @@ If you choose to fork this work, please note that it is licensed under a Creativ
|
||||
|
||||
% First Left Page
|
||||
\newpage
|
||||
|
||||
% Monday
|
||||
\kweek
|
||||
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ |[0.75pt] X[34,l] |[0.75pt] X[33,l] |[0.75pt] X[33,l] |[0.75pt] },
|
||||
@ -189,7 +190,7 @@ If you choose to fork this work, please note that it is licensed under a Creativ
|
||||
}
|
||||
|
||||
% Header
|
||||
\SetCell[c=3]{c} & & \\
|
||||
\SetCell[c=3]{c} \kmon & & \\
|
||||
\textbf{\textit{Schedule}} & \textbf{\textit{Log}} & \textbf{\textit{Agenda}} \\
|
||||
& & \centering \textbf{Health} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Length \& Score}} \\
|
||||
@ -228,184 +229,328 @@ If you choose to fork this work, please note that it is licensed under a Creativ
|
||||
20:30 & & \kcir \\
|
||||
\end{tblr}
|
||||
|
||||
% First Right Page
|
||||
\newpage
|
||||
% Tuesday
|
||||
\kweek
|
||||
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ |[0.75pt] X[2,c] |[0.75pt] X[49,l] |[0.75pt] X[49,l] |[0.75pt] },
|
||||
colspec={ |[0.75pt] X[34,l] |[0.75pt] X[33,l] |[0.75pt] X[33,l] |[0.75pt] },
|
||||
column{1} = {font = \fontsize{5pt}{-4pt}\selectfont},
|
||||
rowspec= {
|
||||
|[0.75pt]Q % Header
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q % Events
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Health
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Finances
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Household
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % To-Do
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Habits
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Log
|
||||
|[0.75pt]
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q
|
||||
},
|
||||
rows={5.3mm, m, rowsep=1.3pt},
|
||||
row{1,2} = {font = \fontsize{10pt}{8pt}\selectfont},
|
||||
hlines,
|
||||
}
|
||||
|
||||
% Header
|
||||
& \ktue & \kwed \\
|
||||
\SetCell[r=3]{c} \rotatebox[origin=c]{90}{\textbf{Events}} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Health}} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Finances}} & \kfin & \kfin \\
|
||||
& \kfin & \kfin \\
|
||||
& \kfin & \kfin \\
|
||||
& \kfin & \kfin \\
|
||||
& Balance: & Balance: \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Household}} & \kcir Clean bathroom sinks & \kcir Clean bathtub \\
|
||||
& \kcir Clean toilets & \kcir Pick up floor\\
|
||||
& \kcir & \kcir Dust \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Accomplish}} & \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Habits}} & \kcir Read & \kcir Read \\
|
||||
& \kcir \kcir Exercise & \kcir \kcir Exercise \\
|
||||
& \kcir \kcir Create & \kcir \kcir Create \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\SetCell[r=7]{c} \rotatebox[origin=c]{90}{\textbf{Log}} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell[c=3]{c} \ktue & & \\
|
||||
\textbf{\textit{Schedule}} & \textbf{\textit{Log}} & \textbf{\textit{Agenda}} \\
|
||||
& & \centering \textbf{Health} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Length \& Score}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Time}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Exercise Duration}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Number of Steps}} \\
|
||||
6:00 & & \\
|
||||
6:30 & & \centering \textbf{Finances:} \\
|
||||
7:00 & & \kfin \\
|
||||
7:30 & & \kfin \\
|
||||
8:00 & & \kfin \\
|
||||
8:30 & & \kfin \\
|
||||
9:00 & & Balance: \\
|
||||
9:30 & & \centering \textbf{Household:} \\
|
||||
10:00 & & \kcir Clean bathroom sinks \\
|
||||
10:30 & & \kcir Clean toilets \\
|
||||
11:00 & & \kcir \\
|
||||
11:30 & & \kcir \\
|
||||
12:00 & & \kcir \\
|
||||
12:30 & & \centering \textbf{Habits:} \\
|
||||
13:00 & & \kcir Read \\
|
||||
13:30 & & \kcir \kcir Exercise \\
|
||||
14:00 & & \kcir \kcir Creativity \\
|
||||
14:30 & & \kcir \\
|
||||
15:00 & & \kcir \\
|
||||
15:30 & & \centering \textbf{To-Do:} \\
|
||||
16:00 & & \kcir \\
|
||||
16:30 & & \kcir \\
|
||||
17:00 & & \kcir \\
|
||||
17:30 & & \kcir \\
|
||||
18:00 & & \kcir \\
|
||||
18:30 & & \kcir \\
|
||||
19:00 & & \kcir \\
|
||||
19:30 & & \kcir \\
|
||||
20:00 & & \kcir \\
|
||||
20:30 & & \kcir \\
|
||||
\end{tblr}
|
||||
|
||||
% Second Left Page
|
||||
\newpage
|
||||
% Wednesday
|
||||
\kweek
|
||||
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ |[0.75pt] X[2,c] |[0.75pt] X[49,l] |[0.75pt] X[49,l] |[0.75pt] },
|
||||
colspec={ |[0.75pt] X[34,l] |[0.75pt] X[33,l] |[0.75pt] X[33,l] |[0.75pt] },
|
||||
column{1} = {font = \fontsize{5pt}{-4pt}\selectfont},
|
||||
rowspec= {
|
||||
|[0.75pt]Q % Header
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q % Events
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Health
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Finances
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Household
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % To-Do
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Habits
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Log
|
||||
|[0.75pt]
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q
|
||||
},
|
||||
rows={5.3mm, m, rowsep=1.3pt},
|
||||
row{1,2} = {font = \fontsize{10pt}{8pt}\selectfont},
|
||||
hlines,
|
||||
}
|
||||
|
||||
% Header
|
||||
& \kthu & \kfri \\
|
||||
\SetCell[r=3]{c} \rotatebox[origin=c]{90}{\textbf{Events}} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Health}} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Finances}} & \kfin & \kfin \\
|
||||
& \kfin & \kfin \\
|
||||
& \kfin & \kfin \\
|
||||
& \kfin & \kfin \\
|
||||
& Balance: & Balance: \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Household}} & \kcir Vacuum & \kcir Clear off DR table \\
|
||||
& \kcir Kitchen floor & \kcir Clean office \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Accomplish}} & \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Habits}} & \kcir Read & \kcir Read \\
|
||||
& \kcir \kcir Exercise & \kcir \kcir Exercise \\
|
||||
& \kcir \kcir Create & \kcir \kcir Create \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\SetCell[r=7]{c} \rotatebox[origin=c]{90}{\textbf{Log}} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell[c=3]{c} \kwed & & \\
|
||||
\textbf{\textit{Schedule}} & \textbf{\textit{Log}} & \textbf{\textit{Agenda}} \\
|
||||
& & \centering \textbf{Health} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Length \& Score}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Time}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Exercise Duration}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Number of Steps}} \\
|
||||
6:00 & & \\
|
||||
6:30 & & \centering \textbf{Finances:} \\
|
||||
7:00 & & \kfin \\
|
||||
7:30 & & \kfin \\
|
||||
8:00 & & \kfin \\
|
||||
8:30 & & \kfin \\
|
||||
9:00 & & Balance: \\
|
||||
9:30 & & \centering \textbf{Household:} \\
|
||||
10:00 & & \kcir Clean bathtub \\
|
||||
10:30 & & \kcir Dust \\
|
||||
11:00 & & \kcir Pick up floor \\
|
||||
11:30 & & \kcir \\
|
||||
12:00 & & \kcir \\
|
||||
12:30 & & \centering \textbf{Habits:} \\
|
||||
13:00 & & \kcir Read \\
|
||||
13:30 & & \kcir \kcir Exercise \\
|
||||
14:00 & & \kcir \kcir Creativity \\
|
||||
14:30 & & \kcir \\
|
||||
15:00 & & \kcir \\
|
||||
15:30 & & \centering \textbf{To-Do:} \\
|
||||
16:00 & & \kcir \\
|
||||
16:30 & & \kcir \\
|
||||
17:00 & & \kcir \\
|
||||
17:30 & & \kcir \\
|
||||
18:00 & & \kcir \\
|
||||
18:30 & & \kcir \\
|
||||
19:00 & & \kcir \\
|
||||
19:30 & & \kcir \\
|
||||
20:00 & & \kcir \\
|
||||
20:30 & & \kcir \\
|
||||
\end{tblr}
|
||||
|
||||
% Second Right Page
|
||||
\newpage
|
||||
% Thursday
|
||||
\kweek
|
||||
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ |[0.75pt] X[2,c] |[0.75pt] X[49,l] |[0.75pt] X[49,l] |[0.75pt] },
|
||||
colspec={ |[0.75pt] X[34,l] |[0.75pt] X[33,l] |[0.75pt] X[33,l] |[0.75pt] },
|
||||
column{1} = {font = \fontsize{5pt}{-4pt}\selectfont},
|
||||
rowspec= {
|
||||
|[0.75pt]Q % Header
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q % Events
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Health
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Finances
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Household
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % To-Do
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Habits
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q % Log
|
||||
|[0.75pt]
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q
|
||||
},
|
||||
rows={5.3mm, m, rowsep=1.3pt},
|
||||
row{1,2} = {font = \fontsize{10pt}{8pt}\selectfont},
|
||||
hlines,
|
||||
}
|
||||
|
||||
% Header
|
||||
& \ksat & \ksun \\
|
||||
\SetCell[r=3]{c} \rotatebox[origin=c]{90}{\textbf{Events}} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Health}} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Finances}} & \kfin & \kfin \\
|
||||
& \kfin & \kfin \\
|
||||
& \kfin & \kfin \\
|
||||
& \kfin & \kfin \\
|
||||
& Balance: & Balance: \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Household}} & \kcir Meal Planning & \kcir Grocery Shopping \\
|
||||
& \kcir Grocery Planning & \kcir Meal Prep\\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Accomplish}} & \kcir Mail & \kcir Finances for next week \\
|
||||
& \kcir & \kcir Goals \& activities for next week \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\SetCell[r=5]{c} \rotatebox[origin=c]{90}{\textbf{Habits}} & \kcir Read & \kcir Read \\
|
||||
& \kcir \kcir Exercise & \kcir \kcir Exercise \\
|
||||
& \kcir \kcir Create & \kcir \kcir Create \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\SetCell[r=7]{c} \rotatebox[origin=c]{90}{\textbf{Log}} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell[c=3]{c} \kthu & & \\
|
||||
\textbf{\textit{Schedule}} & \textbf{\textit{Log}} & \textbf{\textit{Agenda}} \\
|
||||
& & \centering \textbf{Health} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Length \& Score}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Time}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Exercise Duration}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Number of Steps}} \\
|
||||
6:00 & & \\
|
||||
6:30 & & \centering \textbf{Finances:} \\
|
||||
7:00 & & \kfin \\
|
||||
7:30 & & \kfin \\
|
||||
8:00 & & \kfin \\
|
||||
8:30 & & \kfin \\
|
||||
9:00 & & Balance: \\
|
||||
9:30 & & \centering \textbf{Household:} \\
|
||||
10:00 & & \kcir Vacuum \\
|
||||
10:30 & & \kcir Kitchen floor \\
|
||||
11:00 & & \kcir \\
|
||||
11:30 & & \kcir \\
|
||||
12:00 & & \kcir \\
|
||||
12:30 & & \centering \textbf{Habits:} \\
|
||||
13:00 & & \kcir Read \\
|
||||
13:30 & & \kcir \kcir Exercise \\
|
||||
14:00 & & \kcir \kcir Creativity \\
|
||||
14:30 & & \kcir \\
|
||||
15:00 & & \kcir \\
|
||||
15:30 & & \centering \textbf{To-Do:} \\
|
||||
16:00 & & \kcir \\
|
||||
16:30 & & \kcir \\
|
||||
17:00 & & \kcir \\
|
||||
17:30 & & \kcir \\
|
||||
18:00 & & \kcir \\
|
||||
18:30 & & \kcir \\
|
||||
19:00 & & \kcir \\
|
||||
19:30 & & \kcir \\
|
||||
20:00 & & \kcir \\
|
||||
20:30 & & \kcir \\
|
||||
\end{tblr}
|
||||
|
||||
% Friday
|
||||
\kweek
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ |[0.75pt] X[34,l] |[0.75pt] X[33,l] |[0.75pt] X[33,l] |[0.75pt] },
|
||||
column{1} = {font = \fontsize{5pt}{-4pt}\selectfont},
|
||||
rowspec= {
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q
|
||||
},
|
||||
rows={5.3mm, m, rowsep=1.3pt},
|
||||
row{1,2} = {font = \fontsize{10pt}{8pt}\selectfont},
|
||||
hlines,
|
||||
}
|
||||
|
||||
% Header
|
||||
\SetCell[c=3]{c} \kfri & & \\
|
||||
\textbf{\textit{Schedule}} & \textbf{\textit{Log}} & \textbf{\textit{Agenda}} \\
|
||||
& & \centering \textbf{Health} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Length \& Score}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Time}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Exercise Duration}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Number of Steps}} \\
|
||||
6:00 & & \\
|
||||
6:30 & & \centering \textbf{Finances:} \\
|
||||
7:00 & & \kfin \\
|
||||
7:30 & & \kfin \\
|
||||
8:00 & & \kfin \\
|
||||
8:30 & & \kfin \\
|
||||
9:00 & & Balance: \\
|
||||
9:30 & & \centering \textbf{Household:} \\
|
||||
10:00 & & \kcir Clean dining room \\
|
||||
10:30 & & \kcir Clean office \\
|
||||
11:00 & & \kcir \\
|
||||
11:30 & & \kcir \\
|
||||
12:00 & & \kcir \\
|
||||
12:30 & & \centering \textbf{Habits:} \\
|
||||
13:00 & & \kcir Read \\
|
||||
13:30 & & \kcir \kcir Exercise \\
|
||||
14:00 & & \kcir \kcir Creativity \\
|
||||
14:30 & & \kcir \\
|
||||
15:00 & & \kcir \\
|
||||
15:30 & & \centering \textbf{To-Do:} \\
|
||||
16:00 & & \kcir \\
|
||||
16:30 & & \kcir \\
|
||||
17:00 & & \kcir \\
|
||||
17:30 & & \kcir \\
|
||||
18:00 & & \kcir \\
|
||||
18:30 & & \kcir \\
|
||||
19:00 & & \kcir \\
|
||||
19:30 & & \kcir \\
|
||||
20:00 & & \kcir \\
|
||||
20:30 & & \kcir \\
|
||||
\end{tblr}
|
||||
|
||||
% Saturday
|
||||
\kweek
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ |[0.75pt] X[34,l] |[0.75pt] X[33,l] |[0.75pt] X[33,l] |[0.75pt] },
|
||||
column{1} = {font = \fontsize{5pt}{-4pt}\selectfont},
|
||||
rowspec= {
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q
|
||||
},
|
||||
rows={5.3mm, m, rowsep=1.3pt},
|
||||
row{1,2} = {font = \fontsize{10pt}{8pt}\selectfont},
|
||||
hlines,
|
||||
}
|
||||
|
||||
% Header
|
||||
\SetCell[c=3]{c} \ksat & & \\
|
||||
\textbf{\textit{Schedule}} & \textbf{\textit{Log}} & \textbf{\textit{Agenda}} \\
|
||||
& & \centering \textbf{Health} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Length \& Score}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Time}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Exercise Duration}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Number of Steps}} \\
|
||||
6:00 & & \\
|
||||
6:30 & & \centering \textbf{Finances:} \\
|
||||
7:00 & & \kfin \\
|
||||
7:30 & & \kfin \\
|
||||
8:00 & & \kfin \\
|
||||
8:30 & & \kfin \\
|
||||
9:00 & & Balance: \\
|
||||
9:30 & & \centering \textbf{Household:} \\
|
||||
10:00 & & \kcir Meal planning \\
|
||||
10:30 & & \kcir Grocery planning \\
|
||||
11:00 & & \kcir \\
|
||||
11:30 & & \kcir \\
|
||||
12:00 & & \kcir \\
|
||||
12:30 & & \centering \textbf{Habits:} \\
|
||||
13:00 & & \kcir Read \\
|
||||
13:30 & & \kcir \kcir Exercise \\
|
||||
14:00 & & \kcir \kcir Creativity \\
|
||||
14:30 & & \kcir \\
|
||||
15:00 & & \kcir \\
|
||||
15:30 & & \centering \textbf{To-Do:} \\
|
||||
16:00 & & \kcir Mail \\
|
||||
16:30 & & \kcir \\
|
||||
17:00 & & \kcir \\
|
||||
17:30 & & \kcir \\
|
||||
18:00 & & \kcir \\
|
||||
18:30 & & \kcir \\
|
||||
19:00 & & \kcir \\
|
||||
19:30 & & \kcir \\
|
||||
20:00 & & \kcir \\
|
||||
20:30 & & \kcir \\
|
||||
\end{tblr}
|
||||
|
||||
% Sunday
|
||||
\kweek
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ |[0.75pt] X[34,l] |[0.75pt] X[33,l] |[0.75pt] X[33,l] |[0.75pt] },
|
||||
column{1} = {font = \fontsize{5pt}{-4pt}\selectfont},
|
||||
rowspec= {
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q
|
||||
},
|
||||
rows={5.3mm, m, rowsep=1.3pt},
|
||||
row{1,2} = {font = \fontsize{10pt}{8pt}\selectfont},
|
||||
hlines,
|
||||
}
|
||||
|
||||
% Header
|
||||
\SetCell[c=3]{c} \ksun & & \\
|
||||
\textbf{\textit{Schedule}} & \textbf{\textit{Log}} & \textbf{\textit{Agenda}} \\
|
||||
& & \centering \textbf{Health} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Length \& Score}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Sleep Time}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Exercise Duration}} \\
|
||||
& & \makebox[16mm][r]{{\tiny Number of Steps}} \\
|
||||
6:00 & & \\
|
||||
6:30 & & \centering \textbf{Finances:} \\
|
||||
7:00 & & \kfin \\
|
||||
7:30 & & \kfin \\
|
||||
8:00 & & \kfin \\
|
||||
8:30 & & \kfin \\
|
||||
9:00 & & Balance: \\
|
||||
9:30 & & \centering \textbf{Household:} \\
|
||||
10:00 & & \kcir Grocery shopping \\
|
||||
10:30 & & \kcir Meal prep\\
|
||||
11:00 & & \kcir \\
|
||||
11:30 & & \kcir \\
|
||||
12:00 & & \kcir \\
|
||||
12:30 & & \centering \textbf{Habits:} \\
|
||||
13:00 & & \kcir Read \\
|
||||
13:30 & & \kcir \kcir Exercise \\
|
||||
14:00 & & \kcir \kcir Creativity \\
|
||||
14:30 & & \kcir \\
|
||||
15:00 & & \kcir \\
|
||||
15:30 & & \centering \textbf{To-Do:} \\
|
||||
16:00 & & \kcir Finances for next week \\
|
||||
16:30 & & \kcir Goals and activities for next week \\
|
||||
17:00 & & \kcir \\
|
||||
17:30 & & \kcir \\
|
||||
18:00 & & \kcir \\
|
||||
18:30 & & \kcir \\
|
||||
19:00 & & \kcir \\
|
||||
19:30 & & \kcir \\
|
||||
20:00 & & \kcir \\
|
||||
20:30 & & \kcir \\
|
||||
\end{tblr}
|
||||
|
||||
} % End forloop
|
||||
|
Loading…
Reference in New Issue
Block a user