cheese/cheese.sty

25 lines
594 B
Plaintext
Raw Normal View History

%
% Copyright 2016 (c) Anna Schumaker.
%
\usepackage[landscape, top=0.8in, bottom=0.5in, left=0.7in, right=0.7in]{geometry}
\usepackage{tabularx}
% Create a new environment that sets up everything we need to make cheese
\newenvironment{cheese}[1]
{
\thispagestyle{empty}
\noindent
\setlength{\extrarowheight}{2pt}
\begin{tabularx}{\textwidth}{ p{2.5in}lllX }
Cheese: \textbf{#1} & Flavors: \hfill & & Date: & Age Until: \\
Milk Brand: \hfill & Type: ( Whole / \hspace{4em} )
& Homogenized: (Y / N )
& Pastuerized: ( Y / N )
& Other: \\
\end{tabularx}
}
{
}