2021-11-27 16:25:04 +00:00
|
|
|
\documentclass[border=0]{standalone}
|
2021-11-27 18:26:05 +00:00
|
|
|
\usepackage{kpfonts}
|
2021-11-27 16:25:04 +00:00
|
|
|
\usepackage[
|
2021-11-27 18:26:05 +00:00
|
|
|
tmargin=1in,
|
|
|
|
bmargin=0in,
|
|
|
|
paperwidth=6.6in,
|
|
|
|
paperheight=9.6in,
|
|
|
|
bmargin=0in
|
2021-11-27 16:25:04 +00:00
|
|
|
]{geometry}
|
|
|
|
|
|
|
|
% Colored lines in table, see
|
|
|
|
% https://ctan.math.illinois.edu/macros/latex/contrib/colortbl/colortbl.pdf
|
|
|
|
\usepackage{colortbl}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
% Remove cell padding from tabular environment
|
2021-11-27 18:26:05 +00:00
|
|
|
\renewcommand{\arraystretch}{1.1}
|
2021-11-27 16:25:04 +00:00
|
|
|
|
2021-11-27 18:26:05 +00:00
|
|
|
\begin{tabular}{
|
2021-11-27 16:25:04 +00:00
|
|
|
% Cell and vertical rules definitions
|
|
|
|
!{\color{black}\vline}
|
2021-11-27 18:26:05 +00:00
|
|
|
p{7.67cm}
|
2021-11-27 16:25:04 +00:00
|
|
|
!{\color{black}\vline}
|
2021-11-27 18:26:05 +00:00
|
|
|
p{7.67cm}
|
2021-11-27 16:25:04 +00:00
|
|
|
!{\color{black}\vline}
|
|
|
|
}
|
|
|
|
Goals for this Year & Goals for this Month \\ \hline
|
2021-11-27 18:29:46 +00:00
|
|
|
& \\ [1.5mm] \arrayrulecolor[gray]{0.75}\hline
|
2021-11-27 18:26:05 +00:00
|
|
|
& \\ [1.5mm] \hline
|
|
|
|
& \\ [1.5mm] \hline
|
|
|
|
& \\ [1.5mm] \arrayrulecolor[gray]{0}\hline
|
2021-11-27 16:25:04 +00:00
|
|
|
\multicolumn{2}{l}{Hoping For:} \\
|
|
|
|
\end{tabular}
|
|
|
|
|
|
|
|
\end{document}
|