From 520358f1a6e27c1a6e22cf8fd87e34e8a6a926c1 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Tue, 28 Jun 2016 08:02:15 -0400 Subject: [PATCH] Convert Quick Tomato Chutney recipe to TeX Signed-off-by: Anna Schumaker --- sauces/quick_tomato_chutney.tex | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sauces/quick_tomato_chutney.tex diff --git a/sauces/quick_tomato_chutney.tex b/sauces/quick_tomato_chutney.tex new file mode 100644 index 0000000..94c89e4 --- /dev/null +++ b/sauces/quick_tomato_chutney.tex @@ -0,0 +1,23 @@ +% +% Copyright 2016 (c) Anna Schumaker. +% +\documentclass{../recipe} + +\recipeName{Quick Tomato Chutney} +\recipeSourceBook{Cooking Light: The Essential Dinner Tonight Cookbook}{301} + +\begin{document} +\begin{ingredientsSmall} +\addIngredient{2 cups}{tomato, chopped} +\addIngredient{3 tablespoons}{brown sugar} +\addIngredient{\eighth teaspoon}{Jamaican jerk seasoning} +\addIngredient{1 clove}{garlic, minced} +\end{ingredientsSmall} + +\begin{steps} +\addStep{Combine \ingredient{all ingredients} in a small saucepan. + Bring to a \textbf{boil}.} +\addStep{Reduce heat to \textbf{medium}. + Cook for \textbf{20 minutes}, or until thickened.} +\end{steps} +\end{document}