Initial commit

This commit is contained in:
Kenneth John Odle 2025-04-13 18:22:27 -04:00
commit 36f3397653
2 changed files with 251 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
Covers
*bklt*
*.aux
*.log
*.out
*.synctex.gz
*.toc
*.dvi
*.odt
metric*
*.mx1
*.abc
*.bak
*wc*
*drafts*
/build/*
*/build/*
*/spoken/*
*.idx
*.ilg
*.ind
*.pdf

229
refrigerator_inventory.tex Normal file
View File

@ -0,0 +1,229 @@
\documentclass[10pt,letterpaper,landscape]{article}
\usepackage[latin1]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{fourier}
\usepackage{multicol}
\setlength{\columnsep}{15mm}
\usepackage[left=1cm,right=1cm,top=1cm,bottom=1cm]{geometry}
\usepackage{tabularray}
\DefTblrTemplate{firsthead, middlehead,lasthead}{default}{} % Hide table label
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Begin Document %%%%%%%%%%
\begin{document}
\pagestyle{empty}
\begin{center}
{\LARGE \textbf{\textit{Refrigerator Inventory}}}
\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 & Prepared or Opened & Eat or Freeze By \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
\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} Dairy \\
Item & Opened On & Eat or Freeze By \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
\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 & Purchased On & Eat or Freeze By \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
\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} Produce \\
Item & Purchased On & Use or Freeze By \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
\end{tblr}
\end{multicols}
\newpage
\begin{center}
{\LARGE \textbf{\textit{Refrigerator Inventory}}}
\end{center}
%% Begin multicolumn, page 2
\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} Condiments \\
Item & Opened On & Eat or Toss By \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
\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} Miscellaneous \\
Item & Prepared & Eat or Freeze By \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
&& \\
\end{tblr}
\end{multicols}
\end{document}