planner-in-latex/annual.tex

185 lines
3.4 KiB
TeX
Raw Permalink Normal View History

2023-09-08 13:38:46 +00:00
\documentclass[twoside]{book}
\usepackage[
letterpaper,
bindingoffset=15mm,
textheight=250mm,
textwidth=175mm,
2023-09-08 13:38:46 +00:00
top=1in,
bottom=20mm,
footskip=0.5in,
marginparwidth=0mm,
marginparsep=0mm
2023-09-08 13:38:46 +00:00
]{geometry}
2023-09-08 15:34:53 +00:00
%\usepackage{showframe}
%\renewcommand*\ShowFrameColor{\color{red}}
2023-09-08 13:38:46 +00:00
\author{Kenneth John Odle}
\usepackage[utf8]{inputenc}
\usepackage{kpfonts}
2023-09-08 15:34:53 +00:00
% Use a better tabular system
\usepackage{tabularray}
2023-09-08 13:38:46 +00:00
% Put page numbers in bottom center
\pagestyle{plain}
% Add our copyright image
\usepackage{graphicx}
\graphicspath{ {./images/} }
% Let's put explanatory stuff in two columns a half inch apart
\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}
2023-09-08 15:34:53 +00:00
\raggedright
2023-09-08 13:38:46 +00:00
\raggedbottom
\begin{document}
\chapter*{}
\thispagestyle{empty}
% \pagenumbering{gobble}
% Eliminates page number on reverse side; see https://texfaq.org/FAQ-nopageno
2023-09-08 15:34:53 +00:00
2023-09-08 13:38:46 +00:00
\begin{center}
{\Huge Annual and Monthly Goals}
2023-09-08 13:38:46 +00:00
\medskip
by Kenneth John Odle
\medskip
v. 2.0.0
2023-09-08 13:38:46 +00:00
\medskip
\today{}
\vspace*{10cm}
\includegraphics[scale=0.5]{ccancs4}
\bigskip
\begin{minipage}{14cm}
\begin{flushleft}
This work is provided under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
\end{flushleft}
This means:
\begin{itemize}
\itemsep-0.30em
\item You are free to share this work.
\item You are free to adapt this work.
\item You are free to share your adaptation(s) of this work.
\item You are not allowed to sell this work or your adaptation(s) of this work.
\item You must attribute it to the author by providing the following link:
\end{itemize}
\texttt{https://git.kjodle.net/kjodle/planner-in-latex}
\end{minipage}
\end{center}
2023-09-08 15:34:53 +00:00
\chapter*{Goals}
2023-09-08 13:38:46 +00:00
2023-09-08 15:34:53 +00:00
\begin{multicols}{2}
2023-09-08 13:38:46 +00:00
2023-09-08 15:34:53 +00:00
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.
2023-09-08 13:38:46 +00:00
2023-09-08 15:34:53 +00:00
\end{multicols}
2023-09-08 13:38:46 +00:00
2023-09-08 15:34:53 +00:00
\newcounter{ct}
\forloop{ct}{1}{\value{ct}<8}{
%%%%%%%%%%%%%%%%%%%%%
2023-09-08 13:38:46 +00:00
2023-09-08 15:34:53 +00:00
\newpage
2023-09-08 13:38:46 +00:00
2023-09-08 15:34:53 +00:00
\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
2023-09-08 13:38:46 +00:00
2023-09-08 15:34:53 +00:00
\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
2023-09-08 13:38:46 +00:00
\end{document}