Convert Cucumber Salad recipe to TeX

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-06-28 09:55:57 -04:00
parent f401ed4557
commit 3970811e28
1 changed files with 32 additions and 0 deletions

32
sides/cucumber_salad.tex Normal file
View File

@ -0,0 +1,32 @@
%
% Copyright 2016 (c) Anna Schumaker.
%
\documentclass{../recipe}
\recipeName{Cucumber Salad}
\recipeServes{4}
\recipeSourceBook{Cooking Light: The Essential Dinner Tonight Cookbook}{319}
\begin{document}
\begin{ingredients}
\addIngredient{\quarter cup}{mint, chopped}
\addIngredient{2 tablespoons}{basil, chopped}
\addIngredient{2}{cucumbers, peeled and sliced}
\addIngredient{1 medium}{tomato, cut into wedges}
\addIngredient{1 bunch}{green onions, chopped}
\addIngredient{2 tablespoon}{sugar}
\addIngredient{4 tablespoons}{rice wine vinegar}
\addIngredient{\half teaspoon}{ground black pepper}
\end{ingredients}
\begin{section}{Salad}
\addStep{Combine \ingredient{mint}, \ingredient{basil}, \ingredient{cucumbers},
\ingredient{tomato}, and \ingredient{onion} in a large bowl.
Toss to combine.}
\end{section}
\begin{section}{Dressing}
\addStep{Combine \ingredient{sugar}, \ingredient{vinegar}, and
\ingredient{black pepper} in a small bowl. Stir until smooth.}
\end{section}
\end{document}