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

36 lines
806 B
TeX
Raw Normal View History

\documentclass[border=0]{standalone}
2021-11-27 18:26:05 +00:00
\usepackage{kpfonts}
\usepackage[
2021-11-27 18:26:05 +00:00
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
2021-11-27 18:26:05 +00:00
\renewcommand{\arraystretch}{1.1}
2021-11-27 18:26:05 +00:00
\begin{tabular}{
% Cell and vertical rules definitions
!{\color{black}\vline}
2021-11-27 18:26:05 +00:00
p{7.67cm}
!{\color{black}\vline}
2021-11-27 18:26:05 +00:00
p{7.67cm}
!{\color{black}\vline}
}
Goals for this Year & Goals for this Month \\ \hline
& \\ [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
\multicolumn{2}{l}{Hoping For:} \\
\end{tabular}
\end{document}