Added weekly menu with lines

This commit is contained in:
Kenneth John Odle 2025-04-27 15:10:12 -04:00
parent 3524a3598a
commit 58b86f257e

View File

@ -19,7 +19,9 @@
\pagestyle{empty} \pagestyle{empty}
\begin{center} \begin{center}
{\LARGE \textbf{\textit{Weekly Menu}}} \leftskip=1in
\rightskip=1in
{\LARGE \textbf{\textit{Weekly Menu for week of \hrulefill}}}
\end{center} \end{center}
\noindent{}\begin{tblr} \noindent{}\begin{tblr}
@ -46,4 +48,52 @@ Sa &&& \\
Su &&& \\ Su &&& \\
\end{tblr} \end{tblr}
\newpage
\begin{center}
\leftskip=1in
\rightskip=1in
{\LARGE \textbf{\textit{Weekly Menu for week of \hrulefill}}}
\end{center}
\noindent{}\begin{tblr}
[
caption = {},
label = {tb:},
% theme = {custom1}
]{
width = {\columnwidth},
colspec = { X[0.5,c] X[5,c] X[5,c] X[5,c]},
hlines = {1pt,dotted},
hline{1,2,5,8,11,14,17,20,23} = {1pt,solid},
vlines = {0.5pt,solid},
rows = {11mm, m, rowsep=0pt},
rowhead = 1,
row{1} = {5mm, m, rowsep=4.0pt, font=\bfseries},
}
& Breakfast & Lunch & Dinner \\
\SetCell[r=3]{c} M && \\
&&& \\
&&& \\
\SetCell[r=3]{c} Tu &&& \\
&&& \\
&&& \\
\SetCell[r=3]{c} W &&& \\
&&& \\
&&& \\
\SetCell[r=3]{c} Th &&& \\
&&& \\
&&& \\
\SetCell[r=3]{c} F &&& \\
&&& \\
&&& \\
\SetCell[r=3]{c} Sa &&& \\
&&& \\
&&& \\
\SetCell[r=3]{c} Su &&& \\
&&& \\
&&& \\
\end{tblr}
\end{document} \end{document}