Items are stable

This commit is contained in:
Kenneth John Odle 2023-09-08 11:34:53 -04:00
parent a04be57e25
commit 64dd73b0e6
4 changed files with 122 additions and 71 deletions

View File

@ -10,26 +10,16 @@
marginparwidth=0mm, marginparwidth=0mm,
marginparsep=0mm marginparsep=0mm
]{geometry} ]{geometry}
%\usepackage{showframe}
\usepackage{graphicx} %\renewcommand*\ShowFrameColor{\color{red}}
\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}
\author{Kenneth John Odle} \author{Kenneth John Odle}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage{kpfonts} \usepackage{kpfonts}
% Use a better tabular system
\usepackage{tabularray}
% Put page numbers in bottom center % Put page numbers in bottom center
\pagestyle{plain} \pagestyle{plain}
@ -46,12 +36,7 @@
% Output a variable value: https://sodocumentation.net/latex/topic/9224/counters--if-statements-and-loops-with-latex % Output a variable value: https://sodocumentation.net/latex/topic/9224/counters--if-statements-and-loops-with-latex
\usepackage{forloop} \usepackage{forloop}
% Draw circles, but redefine the command first \raggedright
\usepackage{wasysym}
\newcommand\wcc{{\large \Circle}}
%\newcommand\cc{\ocircle}
%\let\iiint=\relax
\raggedbottom \raggedbottom
\begin{document} \begin{document}
@ -61,6 +46,7 @@
\thispagestyle{empty} \thispagestyle{empty}
% \pagenumbering{gobble} % \pagenumbering{gobble}
% Eliminates page number on reverse side; see https://texfaq.org/FAQ-nopageno % Eliminates page number on reverse side; see https://texfaq.org/FAQ-nopageno
\begin{center} \begin{center}
{\Huge Annual and Monthly Goals} {\Huge Annual and Monthly Goals}
\medskip \medskip
@ -99,20 +85,101 @@ This means:
\end{center} \end{center}
\chapter*{Goals}
\chapter*{Introduction} \begin{multicols}{2}
\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} 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}
\chapter*{Monthly Goals} \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} \end{document}

BIN
build/annual.pdf Normal file

Binary file not shown.

BIN
build/guide.pdf Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
\documentclass[twoside]{book} \documentclass[twoside, openany]{book}
\usepackage[ \usepackage[
letterpaper, letterpaper,
bindingoffset=15mm, bindingoffset=15mm,
@ -10,26 +10,16 @@
marginparwidth=0mm, marginparwidth=0mm,
marginparsep=0mm marginparsep=0mm
]{geometry} ]{geometry}
\usepackage{showframe}
\usepackage{graphicx} \renewcommand*\ShowFrameColor{\color{red}}
\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}
\author{Kenneth John Odle} \author{Kenneth John Odle}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage{kpfonts} \usepackage{kpfonts}
% Use a better tabular system
\usepackage{tabularray}
% Put page numbers in bottom center % Put page numbers in bottom center
\pagestyle{plain} \pagestyle{plain}
@ -41,17 +31,6 @@
\usepackage{multicol} \usepackage{multicol}
\setlength\columnsep{0.4in} \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 \raggedbottom
\begin{document} \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?} \chapter{What Kind of Person Am I?}
I am the kind of person who: I am the kind of person who:
\vspace{10mm}
\noindent \noindent
\SetTblrInner{vlines, rowsep=6pt} \begin{tblr}{
\begin{tblr}{ Q[l,m,35em] } width=175mm,
\hline colspec={ X[1,c] X[8,l] },
~ \\ \hline[dotted] hline{1,Z} = {solid},
~ \\ \hline[dotted] hline{2-Y} = {dotted},
~ \\ \hline rows={7mm, m, rowsep=1.0pt}
~ \\ \hline[dotted] }
~ \\ \hline[dotted] ~ \\
~ \\ \hline ~ \\
~ \\ \hline[dotted] ~ \\
~ \\ \hline[dotted] ~ \\
~ \\ \hline ~ \\
~ \\ \hline[dotted] ~ \\
~ \\ \hline[dotted] ~ \\
~ \\ \hline ~ \\
~ \\ \hline[dotted] ~ \\
~ \\ \hline[dotted] ~ \\
~ \\ \hline ~ \\
~ \\
~ \\
~ \\
~ \\
\end{tblr} \end{tblr}
\chapter{Goals} \chapter{Goals}