diff --git a/build/lefttable-sa.pdf b/build/lefttable-sa.pdf new file mode 100644 index 0000000..5032060 Binary files /dev/null and b/build/lefttable-sa.pdf differ diff --git a/build/planner.pdf b/build/planner.pdf index 4f4ebd0..3368f9a 100644 Binary files a/build/planner.pdf and b/build/planner.pdf differ diff --git a/lefttable-bottom-sa.tex b/lefttable-bottom-sa.tex new file mode 100644 index 0000000..4fc3ccb --- /dev/null +++ b/lefttable-bottom-sa.tex @@ -0,0 +1,55 @@ +\documentclass[border=0]{standalone} +\usepackage[ +]{geometry} + +% Colored lines in table, see +% https://ctan.math.illinois.edu/macros/latex/contrib/colortbl/colortbl.pdf +\usepackage{colortbl} + +\usepackage{multirow} + +\begin{document} + +% Remove cell padding from tabular environment +\renewcommand{\arraystretch}{0} + +\begin{tabular} +% Cell and vertical rules definitions +{ + !{\color{black}\vline} + p{1cm} + !{\color{black}\vline} + p{4.5cm} + !{\color{black}\vline} + p{4.5cm} + !{\color{black}\vline} + p{4.5cm} + !{\color{black}\vline} +} + \multicolumn{4}{l}{Month and Year:} \\ + \hline + ~~\textbf{Day} & \textbf{Tasks/Appointments} & \textbf{Financial} & \textbf{Communications} \\ \hline + \centering{Mo} & & & \\ [4mm] \arrayrulecolor{red}\hline + & & & \\ [4mm] \arrayrulecolor{red}\hline + & & & \\ [4mm] \arrayrulecolor{red}\hline + & & & \\ [4mm] \arrayrulecolor{red}\hline + & & & \\ [4mm] \arrayrulecolor{black}\hline + \begin{center}{\Large Tu}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large We}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large Th}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large Fr}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large Sa}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large Su}\end{center} & & & \\ [2.15cm] + \hline +\end{tabular} + +\begin{tabular}{ |p{7.67cm}|p{7.67cm}| } + Goals for this Year & Goals for this Month \\ \hline + & \\ [4mm] \hline + & \\ [4mm] \hline + & \\ [4mm] \hline + & \\ [4mm] \hline + \multicolumn{2}{l}{Hoping For:} \\ +\end{tabular} + +\end{document} \ No newline at end of file diff --git a/lefttable-sa.tex b/lefttable-sa.tex new file mode 100644 index 0000000..be5e018 --- /dev/null +++ b/lefttable-sa.tex @@ -0,0 +1,49 @@ +\documentclass[border=0]{standalone} +\usepackage[ +]{geometry} + +% Colored lines in table, see +% https://ctan.math.illinois.edu/macros/latex/contrib/colortbl/colortbl.pdf +\usepackage{colortbl} + +% Columns spanning multiple rows +\usepackage{multirow} + +\begin{document} + +% Remove cell padding from tabular environment +\renewcommand{\arraystretch}{0} + +\begin{tabular} +% Column and vertical rules definitions +{ + @{} + !{\color{black}\vline} + p{1cm} + !{\color{black}\vline} + p{4.5cm} + !{\color{black}\vline} + p{4.5cm} + !{\color{black}\vline} + p{4.5cm} + !{\color{black}\vline} +} + \multicolumn{4}{l}{Month and Year:} \\ + \hline + ~~\textbf{Day} & \textbf{Tasks/Appointments} & \textbf{Financial} & \textbf{Communications} \\ \hline + \multirow{5}{1cm}{Mo} & & & \\ [4mm] \arrayrulecolor{red}\hline + & & & \\ [4mm] \arrayrulecolor{red}\hline + & & & \\ [4mm] \arrayrulecolor{red}\hline + & & & \\ [4mm] \arrayrulecolor{red}\hline + & & & \\ [4mm] \arrayrulecolor{black}\hline + \begin{center}{\Large Tu}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large We}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large Th}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large Fr}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large Sa}\end{center} & & & \\ [2.15cm] \hline + \begin{center}{\Large Su}\end{center} & & & \\ [2.15cm] + \hline +\end{tabular} + + +\end{document} \ No newline at end of file diff --git a/planner.tex b/planner.tex index 36c4f43..747a70c 100644 --- a/planner.tex +++ b/planner.tex @@ -15,6 +15,7 @@ footskip=0in } + % Adjust the top and bottom margins % http://kb.mit.edu/confluence/pages/viewpage.action?pageId=3907057 % \addtolength{\topmargin}{0.5in}