Redone completely in «tabularray»; added two pages per week
This commit is contained in:
parent
409ae1ac41
commit
2b41aa3c37
305
2024.tex
305
2024.tex
@ -136,15 +136,171 @@ This means:
|
|||||||
%\forloop{ct}{1}{\value{ct}<54}{
|
%\forloop{ct}{1}{\value{ct}<54}{
|
||||||
%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%
|
||||||
% Begin a new week
|
% Begin a new week
|
||||||
|
|
||||||
|
% First Left Page
|
||||||
|
\newpage
|
||||||
|
\noindent \tabto{4mm} \textbf{Week } \\ %\thect} \\
|
||||||
|
|
||||||
|
Month and Year \line(1,0){10cm}
|
||||||
|
\vspace{1mm}
|
||||||
|
|
||||||
|
This week's goal activities:
|
||||||
|
\vspace{3mm}
|
||||||
|
|
||||||
|
\begin{tblr}{
|
||||||
|
width=175mm,
|
||||||
|
colspec={ | X[30,l] | X[35,l] | X[35,l] | },
|
||||||
|
rowspec={
|
||||||
|
| Q % Header Row
|
||||||
|
| Q | Q | Q | Q
|
||||||
|
| Q | Q | Q | Q
|
||||||
|
| Q | Q | Q | Q
|
||||||
|
|
|
||||||
|
},
|
||||||
|
rows={5.5mm, m, rowsep=1.5pt} % Row height(depends on contents?); position; row separation
|
||||||
|
}
|
||||||
|
|
||||||
|
% Header
|
||||||
|
\textbf{Yearly Goal} & \textbf{Monthly Goal} & \textbf{Weekly Activities} \\
|
||||||
|
% Table Content
|
||||||
|
\SetCell[r=4]{l} & \SetCell[r=2]{l} & \\
|
||||||
|
& & \\
|
||||||
|
& \SetCell[r=2]{l} & \\
|
||||||
|
& & \\
|
||||||
|
\SetCell[r=4]{l} & \SetCell[r=2]{l} & \\
|
||||||
|
& & \\
|
||||||
|
& \SetCell[r=2]{l} & \\
|
||||||
|
& & \\
|
||||||
|
\SetCell[r=4]{l} & \SetCell[r=2]{l} & \\
|
||||||
|
& & \\
|
||||||
|
& \SetCell[r=2]{l} & \\
|
||||||
|
& & \\
|
||||||
|
\end{tblr}
|
||||||
|
|
||||||
|
\vspace{10mm}
|
||||||
|
|
||||||
|
This week's to-do list:
|
||||||
|
\vspace{3mm}
|
||||||
|
|
||||||
|
\begin{tblr}{
|
||||||
|
width=175mm,
|
||||||
|
colspec={ | X[48,l] | X[4,c] | X[50,l] | },
|
||||||
|
rowspec={
|
||||||
|
| Q % Header Row
|
||||||
|
| Q | Q % Monday
|
||||||
|
| Q | Q % Tuesday
|
||||||
|
| Q | Q % Wednesday
|
||||||
|
| Q | Q % Thursday
|
||||||
|
| Q | Q % Friday
|
||||||
|
| Q | Q % Saturday
|
||||||
|
| Q | Q % Sunday
|
||||||
|
|
|
||||||
|
},
|
||||||
|
rows={5.5mm, m, rowsep=1.5pt} % Row height(depends on contents?); position; row separation
|
||||||
|
}
|
||||||
|
%Header
|
||||||
|
\textbf{Tasks this week} & Day & \textbf{Chores} \\
|
||||||
|
\kcir & \SetCell[r=2]{c} M & \kcir \\
|
||||||
|
\kcir & & \kcir \\
|
||||||
|
\kcir & \SetCell[r=2]{c} Tu & \kcir Clean bathroom sinks \\
|
||||||
|
\kcir & & \kcir Clean toilets \\
|
||||||
|
\kcir & \SetCell[r=2]{c} W & \kcir Clean bathtub \\
|
||||||
|
\kcir & & \kcir Pickup floor \\
|
||||||
|
\kcir & \SetCell[r=2]{c} Th & \kcir Vacuum \\
|
||||||
|
\kcir & & \kcir Kitchen floor \\
|
||||||
|
\kcir & \SetCell[r=2]{c} F & \kcir Clear off DR table \\
|
||||||
|
\kcir & & \kcir Clean office\\
|
||||||
|
\kcir & \SetCell[r=2]{c} Sa & \kcir Meal planning \\
|
||||||
|
\kcir & & \kcir Grocery planning \\
|
||||||
|
\kcir & \SetCell[r=2]{c} Su & \kcir Grocery shopping \\
|
||||||
|
\kcir & & \kcir Meal prep\\
|
||||||
|
\end{tblr}
|
||||||
|
|
||||||
|
% First Right Page
|
||||||
|
\newpage
|
||||||
|
\noindent \tabto{4mm} \textbf{Week } \\ %\thect} \\
|
||||||
|
|
||||||
|
Month and Year \line(1,0){10cm}
|
||||||
|
\vspace{10mm}
|
||||||
|
|
||||||
|
\begin{tblr}{
|
||||||
|
width=175mm,
|
||||||
|
colspec={ | X[50,l] | X [50,l] | },
|
||||||
|
rowspec={ | Q | Q | Q | Q | Q | Q | },
|
||||||
|
rows={5.5mm, m, rowsep=1.5pt}
|
||||||
|
}
|
||||||
|
\SetCell[c=2]{l} \textbf{Pre-week Notes:} \\
|
||||||
|
& \\
|
||||||
|
& \\
|
||||||
|
& \\
|
||||||
|
& \\
|
||||||
|
& \\
|
||||||
|
\end{tblr}
|
||||||
|
\vspace{5mm}
|
||||||
|
|
||||||
|
\begin{tblr}{
|
||||||
|
width=175mm,
|
||||||
|
colspec={ | X[100,l] | },
|
||||||
|
rowspec={ | Q | Q | Q | Q | },
|
||||||
|
rows={5.5mm, m, rowsep=1.5pt}
|
||||||
|
}
|
||||||
|
\textbf{Hoping For:} \\
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
\end{tblr}
|
||||||
|
\vspace{5mm}
|
||||||
|
|
||||||
|
\begin{tblr}{
|
||||||
|
width=175mm,
|
||||||
|
colspec={ | X[100,l] | },
|
||||||
|
rowspec={ | Q | Q | Q | Q | },
|
||||||
|
rows={5.5mm, m, rowsep=1.5pt}
|
||||||
|
}
|
||||||
|
\textbf{Grateful For:} \\
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
\end{tblr}
|
||||||
|
\vspace{5mm}
|
||||||
|
|
||||||
|
\begin{tblr}{
|
||||||
|
width=175mm,
|
||||||
|
colspec={ | X[100,l] | },
|
||||||
|
rowspec={ | Q | Q | Q | Q | },
|
||||||
|
rows={5.5mm, m, rowsep=1.5pt}
|
||||||
|
}
|
||||||
|
\textbf{Looking For:} \\
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
\\
|
||||||
|
\end{tblr}
|
||||||
|
\vspace{5mm}
|
||||||
|
|
||||||
|
\begin{tblr}{
|
||||||
|
width=175mm,
|
||||||
|
colspec={ | X[50,l] | X [50,l] | },
|
||||||
|
rowspec={ | Q | Q | Q | Q | Q | Q | },
|
||||||
|
rows={5.5mm, m, rowsep=1.5pt}
|
||||||
|
}
|
||||||
|
\SetCell[c=2]{l} \textbf{Post-week Notes:} \\
|
||||||
|
& \\
|
||||||
|
& \\
|
||||||
|
& \\
|
||||||
|
& \\
|
||||||
|
& \\
|
||||||
|
\end{tblr}
|
||||||
|
\vspace{5mm}
|
||||||
|
|
||||||
|
% Second Left Page
|
||||||
\newpage
|
\newpage
|
||||||
\noindent \tabto{4mm} \textbf{Week } \\ %\thect} \\
|
\noindent \tabto{4mm} \textbf{Week } \\ %\thect} \\
|
||||||
|
|
||||||
% Left table top
|
|
||||||
Month and Year \vspace{1mm}
|
Month and Year \vspace{1mm}
|
||||||
|
|
||||||
\begin{tblr}{
|
\begin{tblr}{
|
||||||
width=175mm,
|
width=175mm,
|
||||||
colspec={ | X[8,c] | X[53,l] | X[53,l] | X[53,l] | },
|
colspec={ | X[6,c] | X[47,l] | X[47,l] | },
|
||||||
rowspec={
|
rowspec={
|
||||||
| Q % Header row
|
| Q % Header row
|
||||||
| [1pt,black]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
| [1pt,black]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
||||||
@ -157,53 +313,124 @@ Month and Year \vspace{1mm}
|
|||||||
| Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
| Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
||||||
|
|
|
|
||||||
},
|
},
|
||||||
rows={2mm, m, rowsep=1pt} % Row height(depends on contents?); position; row separation
|
rows={5mm, m, rowsep=1.5pt} % Row height(depends on contents?); position; row separation
|
||||||
}
|
}
|
||||||
|
|
||||||
% Header
|
% Header
|
||||||
\textbf{Day} & \textbf{Tasks Today} & \textbf{Tasks This Week} & \textbf{Goal Steps} \\
|
\textbf{Day} & \textbf{Tasks Today} & \textbf{Goal Steps} \\
|
||||||
% Monday
|
% Monday
|
||||||
\SetCell[r=5]{c} \textbf{Mon} & & & \kcir Read \\
|
\SetCell[r=5]{c} \textbf{Mon} & & \kcir Read \\
|
||||||
& & & \kcir \kcir Exercise \\
|
& & \kcir \kcir Exercise \\
|
||||||
& & & \kcir \kcir Create \\
|
& & \kcir \kcir Create \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
% Tuesday
|
% Tuesday
|
||||||
\SetCell[r=5]{c} \textbf{Tue} & & & \kcir Read \\
|
\SetCell[r=5]{c} \textbf{Tue} & & \kcir Read \\
|
||||||
& & & \kcir \kcir Exercise \\
|
& & \kcir \kcir Exercise \\
|
||||||
& & & \kcir \kcir Create \\
|
& & \kcir \kcir Create \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
% Wednesday
|
% Wednesday
|
||||||
\SetCell[r=5]{c} \textbf{Wed} & & & \kcir Read \\
|
\SetCell[r=5]{c} \textbf{Wed} & & \kcir Read \\
|
||||||
& & & \kcir \kcir Exercise \\
|
& & \kcir \kcir Exercise \\
|
||||||
& & & \kcir \kcir Create \\
|
& & \kcir \kcir Create \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\ \cline{2-4}
|
& & \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
% Thursday
|
% Thursday
|
||||||
\SetCell[r=5]{c} \textbf{Thu} & & & \kcir Read \\
|
\SetCell[r=5]{c} \textbf{Thu} & & \kcir Read \\
|
||||||
& & & \kcir \kcir Exercise \\
|
& & \kcir \kcir Exercise \\
|
||||||
& & & \kcir \kcir Create \\
|
& & \kcir \kcir Create \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
% Friday
|
% Friday
|
||||||
\SetCell[r=5]{c} \textbf{Fri} & & & \kcir Read \\
|
\SetCell[r=5]{c} \textbf{Fri} & & \kcir Read \\
|
||||||
& & & \kcir \kcir Exercise \\
|
& & \kcir \kcir Exercise \\
|
||||||
& & & \kcir \kcir Create \\
|
& & \kcir \kcir Create \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
% Saturday
|
% Saturday
|
||||||
\SetCell[r=5]{c} \textbf{Sat} & & & \kcir \kcir Read \\
|
\SetCell[r=5]{c} \textbf{Sat} & & \kcir \kcir Read \\
|
||||||
& & & \kcir \kcir Exercise \\
|
& & \kcir \kcir Exercise \\
|
||||||
& & & \kcir \kcir \kcir \kcir Create \\
|
& & \kcir \kcir \kcir \kcir Create \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
% Sunday
|
% Sunday
|
||||||
\SetCell[r=5]{c} \textbf{Sun} & & & \kcir \kcir Read \\
|
\SetCell[r=5]{c} \textbf{Sun} & \kcir Finances for next week & \kcir \kcir Read \\
|
||||||
& & & \kcir \kcir Exercise \\
|
& \kcir Goals/Activities for next week & \kcir \kcir Exercise \\
|
||||||
& & & \kcir \kcir \kcir \kcir Create \\
|
& & \kcir \kcir \kcir \kcir Create \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
& & & $ \bigcirc ~ \bigcirc $ \\
|
& & \\
|
||||||
\end{tblr}
|
\end{tblr}
|
||||||
|
|
||||||
|
% Second Right Page
|
||||||
|
\newpage
|
||||||
|
\noindent \tabto{4mm} \textbf{Week } \\ %\thect} \\
|
||||||
|
|
||||||
|
Month and Year \vspace{1mm}
|
||||||
|
|
||||||
|
\begin{tblr}{
|
||||||
|
width=175mm,
|
||||||
|
colspec={ | X[6,c] | X[47,l] | X[47,l] | },
|
||||||
|
rowspec={
|
||||||
|
| Q % Header row
|
||||||
|
| [1pt,black]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
||||||
|
% Above is first row of each section; below is subsequent rows
|
||||||
|
| Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
||||||
|
| Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
||||||
|
| Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
||||||
|
| Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
||||||
|
| Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
||||||
|
| Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q | [0.5pt,blue5]Q
|
||||||
|
|
|
||||||
|
},
|
||||||
|
rows={5mm, m, rowsep=1.5pt} % Row height(depends on contents?); position; row separation
|
||||||
|
}
|
||||||
|
|
||||||
|
% Header
|
||||||
|
\textbf{Day} & \textbf{Finances} & \textbf{Health} \\
|
||||||
|
% Monday
|
||||||
|
\SetCell[r=5]{c} \textbf{Mon} & & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
% Tuesday
|
||||||
|
\SetCell[r=5]{c} \textbf{Tue} & & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
% Wednesday
|
||||||
|
\SetCell[r=5]{c} \textbf{Wed} & & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
% Thursday
|
||||||
|
\SetCell[r=5]{c} \textbf{Thu} & & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
% Friday
|
||||||
|
\SetCell[r=5]{c} \textbf{Fri} & & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
% Saturday
|
||||||
|
\SetCell[r=5]{c} \textbf{Sat} & & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
% Sunday
|
||||||
|
\SetCell[r=5]{c} \textbf{Sun} & & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
& & \kcir \\
|
||||||
|
\end{tblr}
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
Loading…
Reference in New Issue
Block a user