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, | 	bindingoffset=15mm, | ||||||
| 	textheight=250mm, | 	textheight=250mm, | ||||||
| 	textwidth=175mm, | 	textwidth=175mm, | ||||||
| 	top=1in, | 	top=14mm, | ||||||
| 	bottom=20mm, | 	footskip=5mm, | ||||||
| 	footskip=0.5in, |  | ||||||
| 	marginparwidth=0mm, | 	marginparwidth=0mm, | ||||||
| 	marginparsep=0mm | 	marginparsep=0mm | ||||||
| 	]{geometry} | 	]{geometry} | ||||||
| 
 | 
 | ||||||
| % Changed from kpfonts | % Prettier fonts | ||||||
| % https://www.reddit.com/r/LaTeX/comments/ahpv0g/comment/eejd28h/?utm_source=reddit&utm_medium=web2x&context=3  | \usepackage[nott]{kpfonts} | ||||||
| %\usepackage[bitstream-charter]{mathdesign} |  | ||||||
| %\usepackage[T1]{fontenc} |  | ||||||
| 
 | 
 | ||||||
| \usepackage{kpfonts} | % Adjusting things | ||||||
|  | % \usepackage{microtype} | ||||||
| 
 | 
 | ||||||
| % Two-columns in introduction | % Two-columns in introduction | ||||||
| \usepackage{multicol} | \usepackage{multicol} | ||||||
| @ -48,8 +46,25 @@ | |||||||
| \newcommand\kcir{{\large \Circle ~}} | \newcommand\kcir{{\large \Circle ~}} | ||||||
| 
 | 
 | ||||||
| % Draw squares on Finances column | % Draw squares on Finances column | ||||||
| \usepackage{amssymb} | \newcommand{\kfin}{\texttt{\hfill {\Large $\Box$}\,AP {\Large $\Box$}\,Pd {\Large $\Box$}\,X}} | ||||||
| \newcommand{\kfin}{\texttt{\hfill $\square$\,AP $\square$\,Pd $\square$\,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 | \raggedright | ||||||
| \raggedbottom | \raggedbottom | ||||||
| @ -70,7 +85,7 @@ | |||||||
| by Kenneth John Odle | by Kenneth John Odle | ||||||
| \medskip | \medskip | ||||||
| 
 | 
 | ||||||
| v. 2.3.1 \\ 2024 Version | v. 2.4.0 \\ 2024 Version | ||||||
| \medskip | \medskip | ||||||
| 
 | 
 | ||||||
| \today{} | \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 | % Begin a new week | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| \newcounter{ct} |  | ||||||
| \forloop{ct}{1}{\value{ct}<54}{ | \forloop{ct}{1}{\value{ct}<54}{ | ||||||
| %%%%%%%%%%%%%%%%%%%%% | %%%%%%%%%%%%%%%%%%%%% | ||||||
| % Begin a new week | % Begin a new week | ||||||
| 
 | 
 | ||||||
| % First Left Page | % First Left Page | ||||||
| \newpage | \newpage | ||||||
| \noindent \tabto{4mm} \textbf{Week \thect}  | \kweek | ||||||
| 
 |  | ||||||
| \vspace{3mm} |  | ||||||
| 
 |  | ||||||
| Month and Year \line(1,0){10cm} |  | ||||||
| \vspace{5mm} |  | ||||||
| 
 |  | ||||||
| This week's goal activities: |  | ||||||
| \vspace{3mm} |  | ||||||
| 
 | 
 | ||||||
| \begin{tblr}{ | \begin{tblr}{ | ||||||
| 	width=175mm,  | 	width=175mm,  | ||||||
| @ -163,7 +169,7 @@ This week's goal activities: | |||||||
| 	} | 	} | ||||||
| 	 | 	 | ||||||
| 	% Header | 	% 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 | 	% Table Content | ||||||
| 		\SetCell[r=4]{l} & \SetCell[r=2]{l} & \\  | 		\SetCell[r=4]{l} & \SetCell[r=2]{l} & \\  | ||||||
| 		 & &  \\   | 		 & &  \\   | ||||||
| @ -181,9 +187,6 @@ This week's goal activities: | |||||||
| 
 | 
 | ||||||
| \vspace{10mm} | \vspace{10mm} | ||||||
| 
 | 
 | ||||||
| This week's to-do list: |  | ||||||
| \vspace{3mm} |  | ||||||
| 
 |  | ||||||
| \begin{tblr}{ | \begin{tblr}{ | ||||||
| 	width=175mm,  | 	width=175mm,  | ||||||
| 	colspec={ | X[55,l] | X[1,l] | X[5,c,gray9] | [gray8]X[39,l] | }, | 	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} = {1}{0.5pt,black}, | ||||||
| 	hline{3} = {4}{0.5pt,gray7}, | 	hline{3} = {4}{0.5pt,gray7}, | ||||||
| 	hline{5,7,9,11,13,15} = {1}{0.5pt}, | 	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 | 	%Header | ||||||
| 	\textbf{Tasks this week} & & \textbf{Day} & \textbf{Chores} \\ | 	\SetCell{bg=teal9} \textbf{Tasks this week} & & \textbf{Day} & \SetCell{bg=teal9} \textbf{Chores} \\ | ||||||
| 	%Body | 	%Body | ||||||
| 	\kcir & & \SetCell[r=2]{c} M &  \kcir \\ | 	\kcir & & \SetCell[r=2]{c} M &  \kcir \\ | ||||||
| 	\kcir & & & \kcir \\ | 	\kcir & & & \kcir \\ | ||||||
| @ -214,64 +217,62 @@ This week's to-do list: | |||||||
| 
 | 
 | ||||||
| % First Right Page | % First Right Page | ||||||
| \newpage | \newpage | ||||||
| \noindent \tabto{4mm} \textbf{Week \thect} | \kweek | ||||||
| 
 | 
 | ||||||
| \vspace{3mm} |  | ||||||
| 
 |  | ||||||
| Month and Year \line(1,0){10cm} |  | ||||||
| \vspace{5mm} |  | ||||||
| 
 | 
 | ||||||
| \begin{tblr}{ | \begin{tblr}{ | ||||||
| 	width=175mm, | 	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}, | 	vlines = {0.5pt,solid}, | ||||||
| 	hlines = {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:}\\ | 	\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}} & \\ | ||||||
| 	& \\ | 	& & \\ | ||||||
| 	\textbf{Hoping For:} & \\ | 	\SetCell{bg=violet9} \textbf{Hoping For:} & & \\ | ||||||
| 	& \\ | 	& & \\ | ||||||
| 	& \\ | 	& & \\ | ||||||
| 	& \\ | 	& \SetCell[r=5]{c, fg=gray2}\rotatebox[origin=c]{90}{{\footnotesize Wednesday}} & \\ | ||||||
| 	\textbf{Looking For:} & \\ | 	\SetCell{bg=violet9} \textbf{Looking For:} & & \\ | ||||||
| 	& \\ | 	& & \\ | ||||||
| 	& \\ | 	& & \\ | ||||||
| 	& \\ | 	& & \\ | ||||||
| 	\textbf{Grateful For:} & \\ | 	\SetCell{bg=violet9} \textbf{Grateful For:} & \SetCell[r=5]{c, fg=gray2}\rotatebox[origin=c]{90}{{\footnotesize Thursday}} & \\ | ||||||
| 	& \\ | 	& & \\ | ||||||
| 	& \\ | 	& & \\ | ||||||
| 	& \\ | 	& & \\ | ||||||
| 	\textbf{Post-week Notes:} & \\ | 	\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} | \end{tblr} | ||||||
| \vspace{5mm} | \vspace{5mm} | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| % Second Left Page | % Second Left Page | ||||||
| \newpage | \newpage | ||||||
| \noindent \tabto{4mm} \textbf{Week \thect} | \kweek | ||||||
| 
 |  | ||||||
| \vspace{3mm} |  | ||||||
| 
 |  | ||||||
| Month and Year \vspace{1mm} |  | ||||||
| 
 | 
 | ||||||
| \begin{tblr}{ | \begin{tblr}{ | ||||||
| 	width=175mm,  | 	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]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q | ||||||
| 		|[0.75pt] | 		|[0.75pt] | ||||||
| 		}, | 		}, | ||||||
| 	rows={5mm, m, rowsep=1.3pt}  | 	rows={5.3mm, m, rowsep=1.3pt}  | ||||||
| 	} | 	} | ||||||
| 	 | 	 | ||||||
| 	% Header | 	% Header | ||||||
| 	\textbf{Day} & \textbf{Tasks Today} & \textbf{Goal Steps} \\ | 	\textbf{Day} & \SetCell{bg=teal9} \textbf{Tasks Today} & \SetCell{bg=yellow9} \textbf{Goal Steps} \\ | ||||||
| 		% Monday | 		% Monday | ||||||
| 		\SetCell[r=5]{c} \textbf{Mon} & \kcir & \kcir Read \\  | 		\SetCell[r=5]{c} \textbf{Mon} & \kcir & \kcir Read \\  | ||||||
| 		 & \kcir & \kcir \kcir Exercise \\   | 		 & \kcir & \kcir \kcir Exercise \\   | ||||||
| 		 & \kcir & \kcir \kcir Create \\   | 		 & \kcir & \kcir \kcir Create \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		% Tuesday | 		% Tuesday | ||||||
| 		\SetCell[r=5]{c} \textbf{Tue} & \kcir & \kcir Read \\  | 		\SetCell[r=5]{c} \textbf{Tue} & \kcir & \kcir Read \\  | ||||||
| 		 & \kcir & \kcir \kcir Exercise \\   | 		 & \kcir & \kcir \kcir Exercise \\   | ||||||
| 		 & \kcir & \kcir \kcir Create \\   | 		 & \kcir & \kcir \kcir Create \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\  | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		% Wednesday | 		% Wednesday | ||||||
| 		\SetCell[r=5]{c} \textbf{Wed} & \kcir & \kcir Read \\ | 		\SetCell[r=5]{c} \textbf{Wed} & \kcir & \kcir Read \\ | ||||||
| 		 & \kcir & \kcir \kcir Exercise \\   | 		 & \kcir & \kcir \kcir Exercise \\   | ||||||
| 		 & \kcir & \kcir \kcir Create \\   | 		 & \kcir & \kcir \kcir Create \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		% Thursday | 		% Thursday | ||||||
| 		\SetCell[r=5]{c} \textbf{Thu} & \kcir & \kcir Read \\  | 		\SetCell[r=5]{c} \textbf{Thu} & \kcir & \kcir Read \\  | ||||||
| 		 & \kcir & \kcir \kcir Exercise \\   | 		 & \kcir & \kcir \kcir Exercise \\   | ||||||
| 		 & \kcir & \kcir \kcir Create \\   | 		 & \kcir & \kcir \kcir Create \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		% Friday | 		% Friday | ||||||
| 		\SetCell[r=5]{c} \textbf{Fri} & \kcir & \kcir Read \\  | 		\SetCell[r=5]{c} \textbf{Fri} & \kcir & \kcir Read \\  | ||||||
| 		 & \kcir & \kcir \kcir Exercise \\   | 		 & \kcir & \kcir \kcir Exercise \\   | ||||||
| 		 & \kcir & \kcir \kcir Create \\   | 		 & \kcir & \kcir \kcir Create \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		% Saturday | 		% 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 Exercise \\   | ||||||
| 		 & \kcir & \kcir \kcir \kcir \kcir Create \\   | 		 & \kcir & \kcir \kcir \kcir \kcir Create \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		 & \kcir &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		% Sunday | 		% Sunday | ||||||
| 		\SetCell[r=5]{c} \textbf{Sun} & \kcir & \kcir \kcir Read \\  | 		\SetCell[r=5]{c} \textbf{Sun} & \kcir Finances for next week & \kcir \kcir Read \\  | ||||||
| 		 & \kcir & \kcir \kcir Exercise \\   | 		 & \kcir Goals/Activities for next week & \kcir \kcir Exercise \\   | ||||||
| 		 & \kcir & \kcir \kcir \kcir \kcir Create \\   | 		 & \kcir & \kcir \kcir \kcir \kcir Create \\   | ||||||
| 		 & \kcir Finances for next week &  \\   | 		 & \kcir & \kcir \\   | ||||||
| 		 & \kcir Goals/Activities for next week &  \\   | 		 & \kcir & \kcir \\   | ||||||
| \end{tblr} | \end{tblr} | ||||||
| 
 | 
 | ||||||
| % Second Right Page | % Second Right Page | ||||||
| \newpage | \newpage | ||||||
| \noindent \tabto{4mm} \textbf{Week \thect} | \kweek | ||||||
| 
 |  | ||||||
| \vspace{3mm} |  | ||||||
| 
 |  | ||||||
| Month and Year \vspace{1mm} |  | ||||||
| 
 | 
 | ||||||
| \begin{tblr}{ | \begin{tblr}{ | ||||||
| 	width=175mm,  | 	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]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q |[0.25pt]Q | ||||||
| 		|[0.75pt] | 		|[0.75pt] | ||||||
| 		}, | 		}, | ||||||
| 	rows={5mm, m, rowsep=1.3pt}  | 	rows={5.3mm, m, rowsep=1.3pt}  | ||||||
| 	} | 	} | ||||||
| 	 | 	 | ||||||
| 	% Header | 	% Header | ||||||
| 	\textbf{Day} & \textbf{Finances} & \textbf{Health} \\ | 	\textbf{Day} & \SetCell{bg=green9} \textbf{Finances} & \SetCell{bg=brown9} \textbf{Health} \\ | ||||||
| 		% Monday | 		% Monday | ||||||
| 		\SetCell[r=5]{c} \textbf{Mon} & \kfin & \\  | 		\SetCell[r=5]{c} \textbf{Mon} & \kfin & \\  | ||||||
| 		 & \kfin & \\   | 		 & \kfin & \\   | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user