A functioning version of the planner for the remainder of 2023
This commit is contained in:
parent
36a82769e8
commit
cb75332b17
Binary file not shown.
193
planner.tex
193
planner.tex
@ -4,19 +4,17 @@
|
||||
bindingoffset=15mm,
|
||||
textheight=250mm,
|
||||
textwidth=175mm,
|
||||
top=1in,
|
||||
bottom=20mm,
|
||||
footskip=0.5in,
|
||||
top=14mm,
|
||||
footskip=5mm,
|
||||
marginparwidth=0mm,
|
||||
marginparsep=0mm
|
||||
]{geometry}
|
||||
|
||||
% Changed from kpfonts
|
||||
% https://www.reddit.com/r/LaTeX/comments/ahpv0g/comment/eejd28h/?utm_source=reddit&utm_medium=web2x&context=3
|
||||
%\usepackage[bitstream-charter]{mathdesign}
|
||||
%\usepackage[T1]{fontenc}
|
||||
% Prettier fonts
|
||||
\usepackage[nott]{kpfonts}
|
||||
|
||||
\usepackage{kpfonts}
|
||||
% Adjusting things
|
||||
% \usepackage{microtype}
|
||||
|
||||
% Two-columns in introduction
|
||||
\usepackage{multicol}
|
||||
@ -48,8 +46,25 @@
|
||||
\newcommand\kcir{{\large \Circle ~}}
|
||||
|
||||
% Draw squares on Finances column
|
||||
\usepackage{amssymb}
|
||||
\newcommand{\kfin}{\texttt{\hfill $\square$\,AP $\square$\,Pd $\square$\,X}}
|
||||
\newcommand{\kfin}{\texttt{\hfill {\Large $\Box$}\,AP {\Large $\Box$}\,Pd {\Large $\Box$}\,X}}
|
||||
|
||||
% Week at top of each page
|
||||
\def\kyear{2023}
|
||||
\newcounter{ct}
|
||||
\newcommand{\kweek}{
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ X[1,c] X[1,c] X[7,c] },
|
||||
vlines = {0.5pt,solid},
|
||||
hlines = {0.5pt,solid},
|
||||
rows={5mm, m, rowsep=1.5pt}
|
||||
}
|
||||
\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}
|
||||
}
|
||||
|
||||
\usepackage{verbatim}
|
||||
|
||||
\raggedright
|
||||
\raggedbottom
|
||||
@ -70,7 +85,7 @@
|
||||
by Kenneth John Odle
|
||||
\medskip
|
||||
|
||||
v. 2.3.1 \\ 2024 Version
|
||||
v. 2.4.0 \\ 2024 Version
|
||||
\medskip
|
||||
|
||||
\today{}
|
||||
@ -132,22 +147,13 @@ If you choose to fork this work, please note that it is licensed under a Creativ
|
||||
% Begin a new week
|
||||
|
||||
|
||||
\newcounter{ct}
|
||||
\forloop{ct}{1}{\value{ct}<54}{
|
||||
%%%%%%%%%%%%%%%%%%%%%
|
||||
% Begin a new week
|
||||
|
||||
% First Left Page
|
||||
\newpage
|
||||
\noindent \tabto{4mm} \textbf{Week \thect}
|
||||
|
||||
\vspace{3mm}
|
||||
|
||||
Month and Year \line(1,0){10cm}
|
||||
\vspace{5mm}
|
||||
|
||||
This week's goal activities:
|
||||
\vspace{3mm}
|
||||
\kweek
|
||||
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
@ -163,7 +169,7 @@ This week's goal activities:
|
||||
}
|
||||
|
||||
% Header
|
||||
\textbf{Yearly Goal} & \textbf{Monthly Goal} & \textbf{Weekly Activities} \\
|
||||
\SetCell{bg=yellow7} \textbf{Yearly Goal} & \SetCell{bg=yellow8} \textbf{Monthly Goal} & \SetCell{bg=yellow9} \textbf{Weekly Activities} \\
|
||||
% Table Content
|
||||
\SetCell[r=4]{l} & \SetCell[r=2]{l} & \\
|
||||
& & \\
|
||||
@ -181,9 +187,6 @@ This week's goal activities:
|
||||
|
||||
\vspace{10mm}
|
||||
|
||||
This week's to-do list:
|
||||
\vspace{3mm}
|
||||
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ | X[55,l] | X[1,l] | X[5,c,gray9] | [gray8]X[39,l] | },
|
||||
@ -191,10 +194,10 @@ This week's to-do list:
|
||||
hline{3} = {1}{0.5pt,black},
|
||||
hline{3} = {4}{0.5pt,gray7},
|
||||
hline{5,7,9,11,13,15} = {1}{0.5pt},
|
||||
rows={5.5mm, m, rowsep=2pt} % Row height(depends on contents?); position; row separation
|
||||
rows={5.5mm, m, rowsep=2pt}
|
||||
}
|
||||
%Header
|
||||
\textbf{Tasks this week} & & \textbf{Day} & \textbf{Chores} \\
|
||||
\SetCell{bg=teal9} \textbf{Tasks this week} & & \textbf{Day} & \SetCell{bg=teal9} \textbf{Chores} \\
|
||||
%Body
|
||||
\kcir & & \SetCell[r=2]{c} M & \kcir \\
|
||||
\kcir & & & \kcir \\
|
||||
@ -214,64 +217,62 @@ This week's to-do list:
|
||||
|
||||
% First Right Page
|
||||
\newpage
|
||||
\noindent \tabto{4mm} \textbf{Week \thect}
|
||||
\kweek
|
||||
|
||||
\vspace{3mm}
|
||||
|
||||
Month and Year \line(1,0){10cm}
|
||||
\vspace{5mm}
|
||||
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
colspec={ X[50,l] X [50,l] },
|
||||
colspec={ X[47,l] X[1.5,l] X[51.5,l] },
|
||||
vlines = {0.5pt,solid},
|
||||
hlines = {0.5pt,solid},
|
||||
rows={5.5mm, m, rowsep=1.5pt}
|
||||
rows={5mm, m, rowsep=1.5pt},
|
||||
% hline{7,12,17,22,27,32} = {2-3}{0.5pt,solid,azure4},
|
||||
% hline{1,2,Z} = {1-3}{0.5pt,solid,gray1},
|
||||
% hline{9,10,13,14,17,18,21,22} = {1-1}{0.5pt,solid,gray1}
|
||||
}
|
||||
\textbf{Pre-week Notes:} & \textbf{Log:}\\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
\textbf{Hoping For:} & \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
\textbf{Looking For:} & \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
\textbf{Grateful For:} & \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
\textbf{Post-week Notes:} & \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
& \\
|
||||
\SetCell{bg=green9} \textbf{Pre-week Notes:} & \SetCell[c=2]{l, bg=azure9}\textbf{Log:}\\
|
||||
& \SetCell[r=5]{c, fg=gray2}\rotatebox[origin=c]{90}{{\footnotesize Monday}} & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& \SetCell[r=5]{c, fg=gray2}\rotatebox[origin=c]{90}{{\footnotesize Tuesday}} & \\
|
||||
& & \\
|
||||
\SetCell{bg=violet9} \textbf{Hoping For:} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& \SetCell[r=5]{c, fg=gray2}\rotatebox[origin=c]{90}{{\footnotesize Wednesday}} & \\
|
||||
\SetCell{bg=violet9} \textbf{Looking For:} & & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell{bg=violet9} \textbf{Grateful For:} & \SetCell[r=5]{c, fg=gray2}\rotatebox[origin=c]{90}{{\footnotesize Thursday}} & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\SetCell{bg=brown9} \textbf{Post-week Notes:} & & \\
|
||||
& \SetCell[r=5]{c, fg=gray2}\rotatebox[origin=c]{90}{{\footnotesize Friday}} & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& \SetCell[r=5]{c, fg=gray2}\rotatebox[origin=c]{90}{{\footnotesize Saturday}} & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& \SetCell[r=5]{c, fg=gray2}\rotatebox[origin=c]{90}{{\footnotesize Sunday}} & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
& & \\
|
||||
\end{tblr}
|
||||
\vspace{5mm}
|
||||
|
||||
|
||||
|
||||
% Second Left Page
|
||||
\newpage
|
||||
\noindent \tabto{4mm} \textbf{Week \thect}
|
||||
|
||||
\vspace{3mm}
|
||||
|
||||
Month and Year \vspace{1mm}
|
||||
\kweek
|
||||
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
@ -287,62 +288,58 @@ Month and Year \vspace{1mm}
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q
|
||||
|[0.75pt]
|
||||
},
|
||||
rows={5mm, m, rowsep=1.3pt}
|
||||
rows={5.3mm, m, rowsep=1.3pt}
|
||||
}
|
||||
|
||||
% Header
|
||||
\textbf{Day} & \textbf{Tasks Today} & \textbf{Goal Steps} \\
|
||||
\textbf{Day} & \SetCell{bg=teal9} \textbf{Tasks Today} & \SetCell{bg=yellow9} \textbf{Goal Steps} \\
|
||||
% Monday
|
||||
\SetCell[r=5]{c} \textbf{Mon} & \kcir & \kcir Read \\
|
||||
& \kcir & \kcir \kcir Exercise \\
|
||||
& \kcir & \kcir \kcir Create \\
|
||||
& \kcir & \\
|
||||
& \kcir & \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
% Tuesday
|
||||
\SetCell[r=5]{c} \textbf{Tue} & \kcir & \kcir Read \\
|
||||
& \kcir & \kcir \kcir Exercise \\
|
||||
& \kcir & \kcir \kcir Create \\
|
||||
& \kcir & \\
|
||||
& \kcir & \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
% Wednesday
|
||||
\SetCell[r=5]{c} \textbf{Wed} & \kcir & \kcir Read \\
|
||||
& \kcir & \kcir \kcir Exercise \\
|
||||
& \kcir & \kcir \kcir Create \\
|
||||
& \kcir & \\
|
||||
& \kcir & \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
% Thursday
|
||||
\SetCell[r=5]{c} \textbf{Thu} & \kcir & \kcir Read \\
|
||||
& \kcir & \kcir \kcir Exercise \\
|
||||
& \kcir & \kcir \kcir Create \\
|
||||
& \kcir & \\
|
||||
& \kcir & \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
% Friday
|
||||
\SetCell[r=5]{c} \textbf{Fri} & \kcir & \kcir Read \\
|
||||
& \kcir & \kcir \kcir Exercise \\
|
||||
& \kcir & \kcir \kcir Create \\
|
||||
& \kcir & \\
|
||||
& \kcir & \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
% Saturday
|
||||
\SetCell[r=5]{c} \textbf{Sat} & \kcir & \kcir \kcir Read \\
|
||||
\SetCell[r=5]{c} \textbf{Sat} & \kcir Mail & \kcir \kcir Read \\
|
||||
& \kcir & \kcir \kcir Exercise \\
|
||||
& \kcir & \kcir \kcir \kcir \kcir Create \\
|
||||
& \kcir & \\
|
||||
& \kcir & \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
% Sunday
|
||||
\SetCell[r=5]{c} \textbf{Sun} & \kcir & \kcir \kcir Read \\
|
||||
& \kcir & \kcir \kcir Exercise \\
|
||||
\SetCell[r=5]{c} \textbf{Sun} & \kcir Finances for next week & \kcir \kcir Read \\
|
||||
& \kcir Goals/Activities for next week & \kcir \kcir Exercise \\
|
||||
& \kcir & \kcir \kcir \kcir \kcir Create \\
|
||||
& \kcir Finances for next week & \\
|
||||
& \kcir Goals/Activities for next week & \\
|
||||
& \kcir & \kcir \\
|
||||
& \kcir & \kcir \\
|
||||
\end{tblr}
|
||||
|
||||
% Second Right Page
|
||||
\newpage
|
||||
\noindent \tabto{4mm} \textbf{Week \thect}
|
||||
|
||||
\vspace{3mm}
|
||||
|
||||
Month and Year \vspace{1mm}
|
||||
\kweek
|
||||
|
||||
\begin{tblr}{
|
||||
width=175mm,
|
||||
@ -358,11 +355,11 @@ Month and Year \vspace{1mm}
|
||||
|[0.75pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q
|
||||
|[0.75pt]
|
||||
},
|
||||
rows={5mm, m, rowsep=1.3pt}
|
||||
rows={5.3mm, m, rowsep=1.3pt}
|
||||
}
|
||||
|
||||
% Header
|
||||
\textbf{Day} & \textbf{Finances} & \textbf{Health} \\
|
||||
\textbf{Day} & \SetCell{bg=green9} \textbf{Finances} & \SetCell{bg=brown9} \textbf{Health} \\
|
||||
% Monday
|
||||
\SetCell[r=5]{c} \textbf{Mon} & \kfin & \\
|
||||
& \kfin & \\
|
||||
|
Loading…
Reference in New Issue
Block a user