Convert Steamed Vegetable reference to TeX

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-06-28 10:30:34 -04:00
parent 3970811e28
commit 47456ea2eb
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
%
% Copyright 2016 (c) Anna Schumaker.
%
\documentclass{../recipe}
\usepackage{tabularx}
\recipeName{Steamed Veggie{\em{table}}s}
\newcommand{\addVegetable}[2] { \large{#1} & \large{#2} \\ }
\begin{document}
\vspace*{1in}
{\large\centering
\setlength{\extrarowheight}{1em}
\setlength{\columnsep}{8em}
\begin{tabularx}{\textwidth}{ | p{2em} X | p{2em} X | } \hline
& Asparagus & & 3 -- 5 minutes \\ \hline
& Broccoli & & 3 -- 4 minutes \\ \hline
& Green Beans & & 2 -- 5 minutes \\ \hline
& Snow Peas & & 3 -- 5 minutes \\ \hline
& Sugar Snap Peas & & 3 -- 4 minutes \\ \hline
\end{tabularx}}
\end{document}