Items are stable
This commit is contained in:
parent
a04be57e25
commit
64dd73b0e6
119
annual.tex
119
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.
|
||||
\begin{multicols}{2}
|
||||
|
||||
\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}
|
BIN
build/annual.pdf
Normal file
BIN
build/annual.pdf
Normal file
Binary file not shown.
BIN
build/guide.pdf
Normal file
BIN
build/guide.pdf
Normal file
Binary file not shown.
74
guide.tex
74
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}
|
||||
|
Loading…
Reference in New Issue
Block a user