% % 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}