From 51495eda0b73bd88b5ab3a7cd9b1cef92dc14dce Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Wed, 29 Jun 2016 08:58:40 -0400 Subject: [PATCH] Add Chocolate Chip Cheesecake recipe Signed-off-by: Anna Schumaker --- snacks/chocolate_chip_cheesecake.tex | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 snacks/chocolate_chip_cheesecake.tex diff --git a/snacks/chocolate_chip_cheesecake.tex b/snacks/chocolate_chip_cheesecake.tex new file mode 100644 index 0000000..556a9ed --- /dev/null +++ b/snacks/chocolate_chip_cheesecake.tex @@ -0,0 +1,41 @@ +% +% Copyright 2016 (c) Anna Schumaker. +% +\documentclass{../recipe} + +\recipeName{Chocolate Chip Cheesecake} +\recipeSourceWeb{Chocolate Chip Cheesecake I}{AllRecipes.com} + +\begin{document} +\begin{ingredients} +\addIngredient{1\half cups (12 cookie sheets)}{graham cracker crumbs} +\addIngredient{\third cup}{white sugar} +\addIngredient{\third cup}{butter, melted} +\addIngredient{\third cup}{cocoa powder} +\addIngredient{3 (8 ounce)}{packages cream cheese, softened} +\addIngredient{1 (14 ounce)}{can sweetened condensed milk} +\addIngredient{3}{eggs} +\addIngredient{2 teaspoons}{vanilla extract} +\addIngredient{1 (10 ounce)}{package mini semi-sweet chocolate chips, divided} +\addIngredient{1 teaspoon}{all-purpose flour} +\end{ingredients} + +\begin{steps} +\addStep{Preheat oven to \textbf{\ftemp{300}}.} +\addStep{Mix \ingredient{graham crackers}, \ingredient{sugar}, + \ingredient{butter}, and \ingredient{cocoa} in a small bowl. + Press mixture onto bottom and sides of a springform pan.} +\addStep{Beat \ingredient{cream cheese} in a large mixing bowl until whipped. + Gradually add the \ingredient{condensed milk}, \ingredient{vanilla}, + and \ingredient{eggs}. Beat until smooth.} +\addStep{Toss \textbf{\twothirds cup} \ingredient{chocolate chips} with + \textbf{1 teaspoon} \ingredient{flour} to prevent sinking. + Mix into the \ingredient{cheese mixture}.} +\addStep{Pour \ingredient{cheese mixture} into \ingredient{crust} and + top with remaining \ingredient{chocolate chips}.} +\addStep{Bake at \textbf{\ftemp{300}} for \textbf{1 hour}. + Turn off oven and let cake sit for \textbf{1 additional hour}. + Remove from oven and let cool completely. + Refrigerate before removing sides of pan.} +\end{steps} +\end{document}