From 21c247147ad2d92c74ba1367363cf46c0b0e1b4c Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Mon, 5 Dec 2016 10:46:30 -0500 Subject: [PATCH] Add Slow Cooker Apple Butter recipe I made this in the fall to use up a bag of apples. It was really good! Signed-off-by: Anna Schumaker --- sauces/slow_cooker_apple_butter.tex | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sauces/slow_cooker_apple_butter.tex diff --git a/sauces/slow_cooker_apple_butter.tex b/sauces/slow_cooker_apple_butter.tex new file mode 100644 index 0000000..52c0405 --- /dev/null +++ b/sauces/slow_cooker_apple_butter.tex @@ -0,0 +1,32 @@ +% +% Copyright 2016 (c) Anna Schumaker. +% +\documentclass{../recipe} + +\recipeName{Slow Cooker Apple Butter} +\recipeSourceWeb{All-Day Apple Butter}{http://allrecipes.com/recipe/21205/all-day-apple-butter/} +\recipeMakes{12 cups}{butter} + +\begin{document} +\begin{ingredients} +\addIngredient{5\half pounds}{apples} +\addIngredient{4 cups}{white sugar} +\addIngredient{2 teaspoons}{ground cinnamon} +\addIngredient{\quarter teaspoon}{ground cloves} +\addIngredient{\quarter teaspoon}{salt} +\end{ingredients} + +\begin{steps} +\addStep{Peel, core, and finely chop \ingredient{apples}. + Transfer to slow cooker.} +\addStep{In a \textbf{medium} bowl, mix the \ingredient{sugar}, + \ingredient{cinnamon}, \ingredient{cloves}, and \ingredient{salt}. + Pour over \ingredient{apples} and mix well.} +\addStep{Cover slow cooker and cook on \textbf{high} for \textbf{1 hour}. + Reduce heat to \textbf{low} and cook for \textbf{9 -- 11 hours}, + until \textbf{mixture} is thickened and dark brown. Stir occasionally.} +\addStep{Uncover and cook \textbf{1 hour}. + Stir with a whisk to increase smoothness.} +\addStep{Pour into sterilized jars and seal immediately.} +\end{steps} +\end{document}