diff --git a/annual.tex b/annual.tex index 17a37a2..a699ad2 100644 --- a/annual.tex +++ b/annual.tex @@ -10,26 +10,16 @@ marginparwidth=0mm, marginparsep=0mm ]{geometry} - -\usepackage{graphicx} -\usepackage{array} -\usepackage{multirow} -\usepackage{colortbl} -\usepackage{tikz} - -% Use tab stops when we need to (especially in footnotes) -\usepackage{tabto} - -% Use font colors -% \usepackage[dvipsnames]{xcolor} - -% Use a better tabular system (2022.12.26 - currently on "Habits" pages) -\usepackage{tabularray} +%\usepackage{showframe} +%\renewcommand*\ShowFrameColor{\color{red}} \author{Kenneth John Odle} \usepackage[utf8]{inputenc} \usepackage{kpfonts} +% Use a better tabular system +\usepackage{tabularray} + % Put page numbers in bottom center \pagestyle{plain} @@ -46,12 +36,7 @@ % Output a variable value: https://sodocumentation.net/latex/topic/9224/counters--if-statements-and-loops-with-latex \usepackage{forloop} -% Draw circles, but redefine the command first -\usepackage{wasysym} -\newcommand\wcc{{\large \Circle}} -%\newcommand\cc{\ocircle} -%\let\iiint=\relax - +\raggedright \raggedbottom \begin{document} @@ -61,6 +46,7 @@ \thispagestyle{empty} % \pagenumbering{gobble} % Eliminates page number on reverse side; see https://texfaq.org/FAQ-nopageno + \begin{center} {\Huge Annual and Monthly Goals} \medskip @@ -99,20 +85,101 @@ This means: \end{center} +\chapter*{Goals} -\chapter*{Introduction} -\setcounter{page}{1} -I don't like long introductions generally, so if this is to long for you, just read "An Important Note" below and get on with life. - -\chapter*{Annual Goals} - +\begin{multicols}{2} -\chapter*{Monthly Goals} +On the following pages, we have an annual goal on the left, along with the ``who, what, when,'' with a breakdown of monthly sub-goals on the right. +\end{multicols} +\newcounter{ct} +\forloop{ct}{1}{\value{ct}<8}{ +%%%%%%%%%%%%%%%%%%%%% +\newpage +\begin{center} +{\Large \textbf{Annual Goal \# \thect }} +\end{center} +\vspace{5mm} + +\noindent +\begin{tblr}{ + width=175mm, + colspec={ X[1,c] X[8,l] }, + vlines, + hlines, + rows={7mm, m, rowsep=1.0pt} + } + \SetCell[r=4]{c} \textbf{What} & What do I want to achieve? \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{Who} & Who benefits? Whose help do I need? \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{How} & Which skills do I need? \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{When} & What is my timeline? \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{Where} & Where will I accomplish this? \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{Why} & Why is this goal important to me? \\ + & \\ + & \\ + & \\ +\end{tblr} + +\newpage +\begin{center} +{\Large \textbf{Monthly Sub-Goals for Annual Goal \# \thect }} +\end{center} +\vspace{5mm} + +\noindent +\begin{tblr}{ + width=175mm, + colspec={ X[1,c] X[8,l] }, + vlines, + hlines, + rows={7mm, m, rowsep=1.0pt} + } + \SetCell[r=4]{c} \textbf{Sub-Goal\\ \#1} & \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{Sub-Goal\\ \#2} & \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{Sub-Goal\\ \#3} & \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{Sub-Goal\\ \#4} & \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{Sub-Goal\\ \#4} & \\ + & \\ + & \\ + & \\ + \SetCell[r=4]{c} \textbf{Sub-Goal\\ \#6} & \\ + & \\ + & \\ + & \\ +\end{tblr} + +} % End forloop \end{document} \ No newline at end of file diff --git a/build/annual.pdf b/build/annual.pdf new file mode 100644 index 0000000..85e74c1 Binary files /dev/null and b/build/annual.pdf differ diff --git a/build/guide.pdf b/build/guide.pdf new file mode 100644 index 0000000..ee74179 Binary files /dev/null and b/build/guide.pdf differ diff --git a/guide.tex b/guide.tex index 557212f..edf0385 100644 --- a/guide.tex +++ b/guide.tex @@ -1,4 +1,4 @@ -\documentclass[twoside]{book} +\documentclass[twoside, openany]{book} \usepackage[ letterpaper, bindingoffset=15mm, @@ -10,26 +10,16 @@ marginparwidth=0mm, marginparsep=0mm ]{geometry} - -\usepackage{graphicx} -\usepackage{array} -\usepackage{multirow} -\usepackage{colortbl} -\usepackage{tikz} - -% Use tab stops when we need to (especially in footnotes) -\usepackage{tabto} - -% Use font colors -%\usepackage[dvipsnames]{xcolor} - -% Use a better tabular system (2022.12.26 - currently on "Habits" pages) -\usepackage{tabularray} +\usepackage{showframe} +\renewcommand*\ShowFrameColor{\color{red}} \author{Kenneth John Odle} \usepackage[utf8]{inputenc} \usepackage{kpfonts} +% Use a better tabular system +\usepackage{tabularray} + % Put page numbers in bottom center \pagestyle{plain} @@ -41,17 +31,6 @@ \usepackage{multicol} \setlength\columnsep{0.4in} -% https://texfaq.org/FAQ-repeat-num -% https://ctan.org/pkg/forloop -% Output a variable value: https://sodocumentation.net/latex/topic/9224/counters--if-statements-and-loops-with-latex -\usepackage{forloop} - -% Draw circles, but redefine the command first -\usepackage{wasysym} -\newcommand\wcc{{\large \Circle}} -%\newcommand\cc{\ocircle} -%\let\iiint=\relax - \raggedbottom \begin{document} @@ -151,26 +130,31 @@ That said, you do need to adapt how you use this planner to fit your own needs. \chapter{What Kind of Person Am I?} I am the kind of person who: +\vspace{10mm} \noindent -\SetTblrInner{vlines, rowsep=6pt} -\begin{tblr}{ Q[l,m,35em] } - \hline - ~ \\ \hline[dotted] - ~ \\ \hline[dotted] - ~ \\ \hline - ~ \\ \hline[dotted] - ~ \\ \hline[dotted] - ~ \\ \hline - ~ \\ \hline[dotted] - ~ \\ \hline[dotted] - ~ \\ \hline - ~ \\ \hline[dotted] - ~ \\ \hline[dotted] - ~ \\ \hline - ~ \\ \hline[dotted] - ~ \\ \hline[dotted] - ~ \\ \hline +\begin{tblr}{ + width=175mm, + colspec={ X[1,c] X[8,l] }, + hline{1,Z} = {solid}, + hline{2-Y} = {dotted}, + rows={7mm, m, rowsep=1.0pt} + } + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ + ~ \\ \end{tblr} \chapter{Goals}