2023-09-08 13:38:46 +00:00
|
|
|
\documentclass[twoside]{book}
|
|
|
|
\usepackage[
|
|
|
|
letterpaper,
|
2023-09-08 13:41:08 +00:00
|
|
|
bindingoffset=15mm,
|
|
|
|
textheight=250mm,
|
|
|
|
textwidth=175mm,
|
2023-09-08 13:38:46 +00:00
|
|
|
top=1in,
|
2023-09-08 13:41:08 +00:00
|
|
|
bottom=20mm,
|
|
|
|
footskip=0.5in,
|
|
|
|
marginparwidth=0mm,
|
|
|
|
marginparsep=0mm
|
2023-09-08 13:38:46 +00:00
|
|
|
]{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}
|
|
|
|
|
|
|
|
\author{Kenneth John Odle}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage{kpfonts}
|
|
|
|
|
|
|
|
% 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}
|
|
|
|
|
|
|
|
% Draw circles, but redefine the command first
|
|
|
|
\usepackage{wasysym}
|
|
|
|
\newcommand\wcc{{\large \Circle}}
|
|
|
|
%\newcommand\cc{\ocircle}
|
|
|
|
%\let\iiint=\relax
|
|
|
|
|
|
|
|
\raggedbottom
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\chapter*{}
|
|
|
|
|
|
|
|
\thispagestyle{empty}
|
|
|
|
% \pagenumbering{gobble}
|
|
|
|
% Eliminates page number on reverse side; see https://texfaq.org/FAQ-nopageno
|
|
|
|
\begin{center}
|
2023-09-08 13:49:53 +00:00
|
|
|
{\Huge Annual and Monthly Goals}
|
2023-09-08 13:38:46 +00:00
|
|
|
\medskip
|
|
|
|
|
|
|
|
by Kenneth John Odle
|
|
|
|
\medskip
|
|
|
|
|
2023-09-08 13:49:53 +00:00
|
|
|
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 13:49:53 +00:00
|
|
|
\chapter*{Introduction}
|
2023-09-08 13:38:46 +00:00
|
|
|
\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.
|
|
|
|
|
2023-09-08 13:49:53 +00:00
|
|
|
\chapter*{Annual Goals}
|
2023-09-08 13:38:46 +00:00
|
|
|
|
|
|
|
|
2023-09-08 13:49:53 +00:00
|
|
|
\chapter*{Monthly Goals}
|
2023-09-08 13:38:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|