Convert Cajun Chicken Cakes recipe to TeX

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-06-27 09:54:26 -04:00
parent 653ee7d495
commit 6f1f71ae0b
1 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,38 @@
%
% Copyright 2016 (c) Anna Schumaker.
%
\documentclass{../recipe}
\recipeName{Cajun Chicken Cakes}
\recipeServes{4}
\recipeServingSize{2 cakes}
\recipeSourceBook{Cooking Light: The Essential Dinner Tonight Cookbook}{321}
\begin{document}
\begin{ingredients}
\addIngredient{1 cup}{breadcrumbs}
\addIngredient{\quarter cup}{chives, chopped}
\addIngredient{3 tablespoons}{mayonnaise}
\addIngredient{1 teaspoon}{Cajun seasoning}
\addIngredient{2 large}{eggs}
\addIngredient{1 pound}{ground chicken}
\addIngredient{2 teaspoons}{canola oil}
\end{ingredients}
\begin{steps}
\addStep{Combine \ingredient{breadcrumbs}, \ingredient{chives},
\ingredient{mayonnaise}, \ingredient{Cajun seasoning}, and
\ingredient{eggs} in a \textbf{medium} bowl.
Add \ingredient{chicken}. Mix well.}
\addStep{Divide \ingredient{chicken mixture} into \textbf{8 portions}, shaping
each into a \textbf{\half inch thick} disk.}
\addStep{Heat \ingredient{oil} in a large, nonstick skillet over
\textbf{medium} heat. Add \ingredient{chicken} and cook
\textbf{7 minutes} on \textbf{each side}, or until done.}
\end{steps}
\addSuggestion{Sauce}{Simple Horseradish Aioli.}
\addSuggestion{Side}{Steamed asparagus}
\addReheating{Reheat \ingredient{two cakes} in skillet over \textbf{medium-low}
heat \textbf{7 minutes} on each side, or until warmed.}
\end{document}