cookbook/breakfast/pancakes.tex

42 lines
1.4 KiB
TeX

%
% Copyright 2016 (c) Anna Schumaker.
%
\documentclass{../recipe}
\recipeName{Pancakes}
\recipeServes{4}
\recipeServingSize{3 pancakes}
\recipeSourceWeb{Fluffy Pancakes}{AllRecipes.com}
\begin{document}
\begin{ingredients}
\addIngredient{\threequarters cup}{milk}
\addIngredient{2 tablespoons}{white vinegar}
\addIngredient{1 cup}{all-purpose flour}
\addIngredient{2 tablespoons}{white sugar}
\addIngredient{1 teaspoon}{baking powder}
\addIngredient{\half teaspoon}{baking soda}
\addIngredient{\half teaspoon}{salt}
\addIngredient{1}{egg}
\addIngredient{2 tablespoons}{butter, melted}
\addIngredient{\half cup}{applesauce (optional)}
\addIngredientName{Cooking Spray}
\end{ingredients}
\begin{steps}
\addStep{Combine \ingredient{milk} and \ingredient{vinegar} in a large bowl
and let sit for \textbf{5 minutes}.}
\addStep{Combine \ingredient{flour}, \ingredient{sugar},
\ingredient{baking powder}, \ingredient{baking soda}, and
\ingredient{salt} in a medium mixing bowl.}
\addStep{Whisk \ingredient{egg} and \ingredient{butter} into milk. Add
\ingredient{flour mixture} and stir until smooth. (Optional) stir in
\ingredient{applesauce}.}
\addStep{Heat a large, nonstick skillet over \textbf{medium} heat. Coat with
\ingredient{cooking spray}.}
\addStep{Pour \textbf{\quarter cupfuls} of batter onto the skillet and cook
until bubbles appear on the surface. Flip with a spatula and cook
until the other side has browned.}
\end{steps}
\end{document}