Added weekly goals page
This commit is contained in:
parent
39e8677081
commit
dac3d9fb7f
@ -25,9 +25,8 @@
|
||||
\setlength{\columnsep}{8mm}
|
||||
|
||||
% Use tab stops when we need to
|
||||
\usepackage{tabto}
|
||||
%\usepackage{tabto}
|
||||
|
||||
% Use a better tabular system (2022.12.26 - currently on "Habits" pages)
|
||||
\usepackage{tabularray}
|
||||
\usepackage{ninecolors}
|
||||
|
||||
@ -48,7 +47,7 @@
|
||||
|
||||
% Draw circles, but redefine the command first
|
||||
\usepackage{wasysym}
|
||||
\newcommand\kcir{{\large \Circle ~}}
|
||||
\newcommand\kcir{{\color{gray6}{\large \Circle ~}}}
|
||||
|
||||
% Let's make macros for the days of the week
|
||||
\newcommand{\kmon}{~ \textbf{Monday} \hspace{10mm} \CIRCLE\Circle\Circle\Circle\Circle\Circle\Circle ~}
|
||||
@ -81,7 +80,7 @@
|
||||
}
|
||||
\textbf{Week \thect} & \kyear & Jan\hphantom{wi}Feb\hphantom{wi}Mar\hphantom{wi}Apr\hphantom{wi}May\hphantom{wi}Jun\hphantom{wi}Jul\hphantom{wi}Aug\hphantom{wi}Sep\hphantom{wi}Oct\hphantom{wi}Nov\hphantom{wi}Dec
|
||||
\end{tblr}
|
||||
\vspace{3mm}
|
||||
\vspace{8mm}
|
||||
}
|
||||
|
||||
\usepackage{verbatim}
|
||||
@ -168,11 +167,66 @@ If you choose to fork this work, please note that it is licensed under a Creativ
|
||||
% Don't indent our tables from this point forward
|
||||
\raggedright
|
||||
|
||||
\newpage
|
||||
|
||||
\ % The empty page
|
||||
|
||||
\forloop{ct}{1}{\value{ct}<2}{
|
||||
%%%%%%%%%%%%%%%%%%%%%
|
||||
% Begin a new week
|
||||
|
||||
% First Left Page
|
||||
% Use this to ensure goals for the week lands on the right side.
|
||||
\newpage
|
||||
|
||||
% Goals for the week
|
||||
\kweek
|
||||
\begin{tblr}{
|
||||
width = 175mm,
|
||||
colspec = { |[0.75pt] X[50,l] |[0.75pt] X[50,l] |[0.75pt] },
|
||||
rows = {5.3mm, m, rowsep=1.3pt},
|
||||
row{1} = {8mm},
|
||||
hlines,
|
||||
}
|
||||
|
||||
% Header
|
||||
\SetCell[c=2]{c}\textbf{\textit{Goals for the Week}} & \\
|
||||
\textbf{Health} & Hoping for…\\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\textbf{Financial} & Looking for…\\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\textbf{Household} & Grateful for…\\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\textbf{To-Do} & Miscellany… \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\kcir & \\
|
||||
\end{tblr}
|
||||
|
||||
\newpage
|
||||
|
||||
% Monday
|
||||
|
Loading…
Reference in New Issue
Block a user