added some recipes :)

This commit is contained in:
David Daily 2024-08-19 22:58:34 -05:00
parent 6b42c492ca
commit a961c5700a
7 changed files with 73 additions and 7 deletions

View File

@ -27,6 +27,13 @@
{cup} {cup}[cups]
{oz} {ounce}[ounces] % lol, the plural isn't right
}
\cuaddtokeychain
{
{ml} {240} % this unit already exists
{cup} {1} % 1 (US Legal) cup is 240ml. We're not converting to oz cause that would require implementing fluid ounces, which is outside the scope of this project. Maybe I'll do good on making a PR for the package.
}
\cuaddtounitgroup{volume}{cup}
\cusetup{use-phrases=true}
\cusetoptionfor{g}{round-precision=0} % rounds grams to whole numbers, I don't care *that* much
@ -88,7 +95,7 @@
Vegetarian: \vegetarian \\
Gluten Free: \glutenfree \\
Freeze: \freeze \\
Dessert: \dessert \\
%Dessert: \dessert \\ why would you need a Dessert tag if there's a section for it???
Meal Prep: \mealprep
}

View File

@ -1,7 +1,8 @@
% optionally: replace \section with \part to add a level between (\chapter doesn't exist in the Article class)
\section{Appetizers}
\input{recipes/TexasCaviar.tex}
\input{recipes/ChickenSliders.tex}
\input{recipes/OatBalls.tex}
\input{recipes/TexasCaviar.tex}
\newpage
\section{Main Dishes}
@ -9,8 +10,9 @@
\newpage
\section{Desserts}
\input{recipes/FudgyBrownies42.tex}
%\input{recipes/DatePinwheels.tex}
\input{recipes/FudgyBrownies42.tex}
\input{recipes/TollHouseCCC.tex}
\newpage
\section{Drinks}

View File

@ -2,6 +2,4 @@
\serves{6-8}
\preptime{1 hour}
\cooktime{1 hour}
\dishtype{\dessert}
\dishother{\freeze}
\dishtype{\freeze}

View File

@ -3,6 +3,7 @@
\preptime{45 minutes}
\cooktime{30 minutes}
\dishtype{\dessert}
\dishother{\vegetarian}
\begin{step}
Aluminum Foil

18
recipes/OatBalls.tex Normal file
View File

@ -0,0 +1,18 @@
\recipe[A tasty snack or breakfast replacement!]{Banana Peanut Butter Chocolate Chip Oat Bites}
\serves{24}
\preptime{\cunum{10}{min}}
\dishtype{\mealprep}
\begin{step}
\cutext{2}{cup} Quick Oats
\cutext{1/2}{cup} Peanut Butter
\cutext{1/4}{cup} Honey
\cutext{1/4}{cup} Mini chocolate chips
\cutext{2}{EL} Chia seeds \textit{(optional)}
\cutext{1}{EL} Vanilla extract
1 Banana, mashed
\method
Add all ingredients to a bowl and mix until the dough is combined.
Use a cookie scoop (\cunum{1_1/2}{EL}) to portion the dough and use your hands to roll them into 24 evenly sized balls.
\end{step}

View File

@ -2,7 +2,7 @@
\serves{6-8}
\preptime{1 hour}
\cooktime{1 hour}
\dishtype{\dessert} % options: dessert, vegetarian, glutenfree, freeze, makeahead
\dishtype{\freeze} % options: vegetarian, glutenfree, freeze, mealprep
\dishother{\glutenfree} % if you need more than one of the dish types? puts it in the other corner
\begin{step}

40
recipes/TollHouseCCC.tex Normal file
View File

@ -0,0 +1,40 @@
\recipe[Cookies can be stored in the fridge for up to a week and in the freezer for up to 8 weeks.]{Toll House Chocolate Chip Cookies}[Preheat the oven to \cunum{375}{F}]
\serves{30}
\preptime{\cutext{15}{min}}
\cooktime{\cutext{10}{min}}
\dishtype{\glutenfree} % options: vegetarian, glutenfree, freeze, mealprep
\dishother{\mealprep} % if you need more than one of the dish types? puts it in the other corner
\begin{step}
\cutext{2_1/4}{cup} All-purpose flour
\cutext{1}{TL} Salt
\cutext{1}{TL} Baking soda
\method
Combine in small bowl.
\end{step}
\begin{step}
\cutext{1}{cup} Butter
\cutext{3/4}{cup} White sugar
\cutext{3/4}{cup} Packed brown sugar
\method
Beat butter, white sugar, brown sugar, and vanilla in a large mixing bowl until creamy.
\end{step}
\begin{step}
2 Eggs % \cuam no worky :(
\method
Add eggs, one at a time, beating well after each addition.
Gradually beat in flour mixture.
\end{step}
\begin{step}
\cutext{2}{cup} Semisweet chocolate chips
\method
Stir in chocolate chips.
Drop by rounded tablespoon onto ungreased baking sheets.
Bake in preheated oven until golden brown, \cunum{10--12}{min}.
\end{step}