From 58b86f257e6e90a5b94baba94546cff7cc8762f5 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 27 Apr 2025 15:10:12 -0400 Subject: [PATCH] Added weekly menu with lines --- weekly_menu.tex | 52 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/weekly_menu.tex b/weekly_menu.tex index 48b8272..77b055c 100644 --- a/weekly_menu.tex +++ b/weekly_menu.tex @@ -19,7 +19,9 @@ \pagestyle{empty} \begin{center} -{\LARGE \textbf{\textit{Weekly Menu}}} +\leftskip=1in +\rightskip=1in +{\LARGE \textbf{\textit{Weekly Menu for week of \hrulefill}}} \end{center} \noindent{}\begin{tblr} @@ -46,4 +48,52 @@ Sa &&& \\ Su &&& \\ \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} \ No newline at end of file