\documentclass[10pt,letterpaper,landscape]{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{fourier} \usepackage{multicol} \setlength{\columnsep}{15mm} \usepackage[left=1cm,right=1cm,top=8mm,bottom=8mm]{geometry} \usepackage{tabularray} \DefTblrTemplate{firsthead, middlehead,lasthead}{default}{} % Hide table label %%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Begin Document %%%%%%%%%% \begin{document} \pagestyle{empty} \begin{center} {\LARGE \textbf{\textit{Freezer Inventory}} — \today{}} \end{center} %% Begin multicolumn, page 1 \begin{multicols}{2} \noindent{}\begin{tblr} [ caption = {}, label = {tb:}, % theme = {custom1} ]{ width = {\columnwidth}, colspec = { X[4,l] X[1,c] X[1,c] }, hlines = {0.5pt,solid}, hline{1} = {0pt,solid}, rows = {5mm, m, rowsep=4.0pt}, rowhead = 1, row{1} = {font=\bfseries}, } \SetCell[c=3]{c} Leftovers / Snacks \\ Item & Stored On & Eat or Dispose By \\ {*}Meatloaf [x5] & 5/17 & 8/31 \\ Chimichanga (El Monterey) & & 5/29/2026 \\ {*}Neufchatel Cheese - $\frac{1}{2} \times$8 oz. (Aldi) & 5/17 & 8/17 \\ && \\ && \\ && \\ && \\ && \\ && \\ \end{tblr} \vspace{2\baselineskip} \noindent{}\begin{tblr} [ caption = {}, label = {tb:}, % theme = {custom1} ]{ width = {\columnwidth}, colspec = { X[4,l] X[1,c] X[1,c] }, hlines = {0.5pt,solid}, hline{1} = {0pt,solid}, rows = {5mm, m, rowsep=4.0pt}, rowhead = 1, row{1} = {font=\bfseries}, } \SetCell[c=3]{c} Fruits and Vegetables \\ Item & Stored On & Use or Dispose By \\ {*}French Fries, Crinkle Cut - 32 oz. (Aldi) & 5/17 & 8/17 \\ {*}Peas - 12 oz. (Our Family) & 5/17 & 8/17 \\ Broccoli Florets - 10.8 oz. (Birdseye) & & 2/08/2027 \\ Celery, Green Pepper, Onion (me) & 5/17 & 7/17 \\ && \\ && \\ && \\ && \\ \end{tblr} \noindent{}\begin{tblr} [ caption = {}, label = {tb:}, % theme = {custom1} ]{ width = {\columnwidth}, colspec = { X[4,l] X[1,c] X[1,c] }, hlines = {0.5pt,solid}, hline{1} = {0pt,solid}, rows = {5mm, m, rowsep=4.0pt}, rowhead = 1, row{1} = {font=\bfseries}, } \SetCell[c=3]{c} Raw Ingredients (including Meats) \\ Item & Stored On & Use or Dispose By \\ Andouille Sausage - 13.5 oz. (Johnsonville) & & 6/30/2025 \\ Chorizo [x3] (Supremo) & & 8/31 \\ {*}Kielbasa [x4] (Hillshire Farms) & 5/18 & 11/18 \\ Hamsteak - 8 oz. [x4] (Kentucky Legend) & 5/1 & 11/1 \\ Bacon, Cherrywood - 16 oz. [x5] (Smithfield) & 5/01/2025 & 5/01/2026 \\ {*}Bacon for soup - 95 g [x5] & 5/1/2025 & 12/31/2025 \\ Hot Dogs, Bunsize - 12 oz. (Eckrich) & 5/17/2025 & 11/17/2025 \\ && \\ && \\ \end{tblr} \vspace{2\baselineskip} \noindent{}\begin{tblr} [ caption = {}, label = {tb:}, % theme = {custom1} ]{ width = {\columnwidth}, colspec = { X[4,l] X[1,c] X[1,c] }, hlines = {0.5pt,solid}, hline{1} = {0pt,solid}, rows = {5mm, m, rowsep=4.0pt}, rowhead = 1, row{1} = {font=\bfseries}, } \SetCell[c=3]{c} Miscellaneous \\ Item & Stored On & Use or Dispose By \\ Yeast && \\ Pepperoni, Sliced && \\ && \\ && \\ && \\ && \\ && \\ && \\ \end{tblr} \end{multicols} \begin{center} \begin{footnotesize} * — Opened or repackaged items \end{footnotesize} \end{center} \end{document}