Browse Source

Added 2024 branch; changing «tabular» to «tblr»

2024
Kenneth John Odle 8 months ago
parent
commit
a4e014f1fe
  1. 16
      planner.tex

16
planner.tex

@ -45,6 +45,12 @@
% 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}
@ -254,7 +260,7 @@ Keep in mind that a monthly goal may take more or less than a month to achieve.
\end{center}
\medskip
\input{annual.tex}
%\input{annual.tex}
\newpage
@ -263,7 +269,7 @@ Keep in mind that a monthly goal may take more or less than a month to achieve.
\end{center}
\medskip
\input{monthly.tex}
%\input{monthly.tex}
\newpage
@ -575,7 +581,7 @@ Note that weeks in this planner start on Monday. This is in keeping with how mos
\noindent \tabto{3.5mm} \textbf{Week \thect} \\
% Left table top
\begin{tabular}
\begin{tblr}
% Column and vertical rules definitions
{
@{}
@ -594,7 +600,7 @@ Note that weeks in this planner start on Monday. This is in keeping with how mos
% Table Header
\textbf{Day} & \textbf{Tasks Today} & \textbf{Tasks This Week} & \textbf{Goal Steps} \TBstrut \\ \hline
% Monday
\multirow{5}{8mm}{\begin{center}\vspace{5.5mm}\textbf{Mon}\end{center}} & & & $ \bigcirc ~ \bigcirc $ \\ [3pt] \arrayrulecolor[gray]{0.6}\cline{2-4}
\multirow{5}{8mm}{\begin{center}\vspace{5.5mm}\textbf{Mon}\end{center}} & & & $ \bigcirc $ \Circle \wcc Read \\ [3pt] \arrayrulecolor[gray]{0.6}\cline{2-4}
& & & $ \bigcirc ~ \bigcirc $ \\ [3pt] \arrayrulecolor[gray]{0.6}\cline{2-4}
& & & $ \bigcirc ~ \bigcirc $ \\ [3pt] \cline{2-4}
& & & $ \bigcirc ~ \bigcirc $ \\ [3pt] \cline{2-4}
@ -635,7 +641,7 @@ Note that weeks in this planner start on Monday. This is in keeping with how mos
& & & $ \bigcirc ~ \bigcirc $ \\ [3pt] \cline{2-4}
& & & $ \bigcirc ~ \bigcirc $ \\ [3pt] \cline{2-4}
& & & $ \bigcirc ~ \bigcirc $ \\ [3pt] \arrayrulecolor{black}\hline
\end{tabular}
\end{tblr}
\vspace{-1.28pt}

Loading…
Cancel
Save