planner-in-latex/lefttable-bottom-sa.tex

36 lines
806 B
TeX

\documentclass[border=0]{standalone}
\usepackage{kpfonts}
\usepackage[
tmargin=1in,
bmargin=0in,
paperwidth=6.6in,
paperheight=9.6in,
bmargin=0in
]{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
\renewcommand{\arraystretch}{1.1}
\begin{tabular}{
% Cell and vertical rules definitions
!{\color{black}\vline}
p{7.67cm}
!{\color{black}\vline}
p{7.67cm}
!{\color{black}\vline}
}
Goals for this Year & Goals for this Month \\ \hline
& \\ [1.5mm] \arrayrulecolor[gray]{0.75}\hline
& \\ [1.5mm] \hline
& \\ [1.5mm] \hline
& \\ [1.5mm] \arrayrulecolor[gray]{0}\hline
\multicolumn{2}{l}{Hoping For:} \\
\end{tabular}
\end{document}