diff --git a/main.tex b/main.tex index 15f5960..e986b84 100644 --- a/main.tex +++ b/main.tex @@ -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 } diff --git a/orderedrecipes.tex b/orderedrecipes.tex index 3c345ba..839a5fb 100644 --- a/orderedrecipes.tex +++ b/orderedrecipes.tex @@ -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} diff --git a/recipes/DatePinwheels.tex b/recipes/DatePinwheels.tex index e43e701..70cf5b1 100644 --- a/recipes/DatePinwheels.tex +++ b/recipes/DatePinwheels.tex @@ -2,6 +2,4 @@ \serves{6-8} \preptime{1 hour} \cooktime{1 hour} -\dishtype{\dessert} -\dishother{\freeze} - +\dishtype{\freeze} diff --git a/recipes/FudgyBrownies42.tex b/recipes/FudgyBrownies42.tex index fd1a95a..3009209 100644 --- a/recipes/FudgyBrownies42.tex +++ b/recipes/FudgyBrownies42.tex @@ -3,6 +3,7 @@ \preptime{45 minutes} \cooktime{30 minutes} \dishtype{\dessert} +\dishother{\vegetarian} \begin{step} Aluminum Foil diff --git a/recipes/OatBalls.tex b/recipes/OatBalls.tex new file mode 100644 index 0000000..a65e88c --- /dev/null +++ b/recipes/OatBalls.tex @@ -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} \ No newline at end of file diff --git a/recipes/TEMPLATE b/recipes/TEMPLATE index aecf7f5..8a761d0 100644 --- a/recipes/TEMPLATE +++ b/recipes/TEMPLATE @@ -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} diff --git a/recipes/TollHouseCCC.tex b/recipes/TollHouseCCC.tex new file mode 100644 index 0000000..e569ac5 --- /dev/null +++ b/recipes/TollHouseCCC.tex @@ -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} \ No newline at end of file