drinks: Update ginger beer recipe for making 3 gallons in a carboy

Plastic bottles are fun and all, but I want to use some actual brewing
equipment!

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-09-20 16:13:45 -04:00
parent d5dc43995a
commit c4652151fb
1 changed files with 22 additions and 14 deletions

View File

@ -4,16 +4,18 @@
\documentclass{../recipe} \documentclass{../recipe}
\recipeName{Ginger Beer} \recipeName{Ginger Beer}
\recipeMakes{3}{gallons}
\recipeSourceWeb{How to Make Alcoholic Ginger Beer from Scratch}{Food52.com} \recipeSourceWeb{How to Make Alcoholic Ginger Beer from Scratch}{Food52.com}
\begin{document} \begin{document}
\begin{ingredients} \begin{ingredients}
\addIngredient{2\half cups}{warm water} \addIngredient{5 cups}{warm water}
\addIngredient{1 packet}{champagne yeast} \addIngredient{1 packet}{champagne yeast}
\addIngredient{\half cup}{lemon juice} \addIngredient{1 cup (5 lemons)}{lemon juice}
\addIngredient{1}{jalapeno pepper, sliced (optional)} \addIngredient{2}{jalapeno peppers, sliced (optional)}
\addIngredient{7 tablespoons}{ginger, peeled and grated (divided)} \addIngredient{14 tablespoons (8 ounces)}{ginger, peeled and grated (divided)}
\addIngredient{7 tablespoons and 3 cups}{sugar (divided)} \addIngredient{14 tablespoons and 6 cups}{sugar (divided)}
\addIngredient{32}{Carbonation drops (optional)}
\end{ingredients} \end{ingredients}
\begin{steps} \begin{steps}
@ -21,16 +23,22 @@
Add \ingredient{yeast} and stir until dissolved. Add \ingredient{yeast} and stir until dissolved.
Stir in \ingredient{lemon juice}. Stir in \ingredient{lemon juice}.
(Optional) Stir in \ingredient{jalapeno} slices.} (Optional) Stir in \ingredient{jalapeno} slices.}
\addStep{Add \textbf{1 tablespoon} \ingredient{ginger} and \addStep{Add \textbf{2 tablespoons} \ingredient{ginger} and
\textbf{1 tablespoon} \ingredient{sugar} to the jar, stirring to \textbf{2 tablespoons} \ingredient{sugar} to the jar, stirring to
combine. Cover jar with paper towel or a piece of cheesecloth. combine. Cover jar with paper towel or a piece of cheesecloth.
Repeat every day for \textbf{1 week}.} Repeat every day for \textbf{1 week}.}
\addStep{Fill \textbf{three 2-liter} bottles with \ingredient{water} and add \addStep{Fill \textbf{3 gallon carboy} with \ingredient{water} and add
\textbf{1 cup} of \ingredient{sugar} to each bottle. \textbf{6 cups} \ingredient{sugar}. Add \ingredient{ginger mixture}
Add \textbf{\third}of the \ingredient{ginger mixture} to each bottle.} to the carboy, using a strainer to catch large pieces.}
\addStep{Seal bottles and let sit until they become too difficult to squeeze. \addStep{Seal carboy with a \textbf{bored bung} and \textbf{airlock} and wait
Refrigerate.} for fermentation to finish.}
\addStep{For an alcoholic drink: let sit for a total of \textbf{1 -- 2 weeks}, \addStep{Add (optional) \ingredient{carbonation drops} to \textbf{32}
releasing built up pressure daily.} sterilized \textbf{12oz} bottles. Using a siphon, transfer
\ingredient{ginger beer} into bottles leaving at least \textbf{1 inch}
from the top. Store in a cool place for at \textbf{2 weeks}.}
\end{steps} \end{steps}
\addNote{Nonalcoholic Variant}{Allow to ferment for 2 - 3 days, and bottle
immediately. Do not use carbonation drops.}
\end{document} \end{document}