added some recipes :)
This commit is contained in:
parent
6b42c492ca
commit
a961c5700a
9
main.tex
9
main.tex
@ -27,6 +27,13 @@
|
|||||||
{cup} {cup}[cups]
|
{cup} {cup}[cups]
|
||||||
{oz} {ounce}[ounces] % lol, the plural isn't right
|
{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}
|
\cusetup{use-phrases=true}
|
||||||
\cusetoptionfor{g}{round-precision=0} % rounds grams to whole numbers, I don't care *that* much
|
\cusetoptionfor{g}{round-precision=0} % rounds grams to whole numbers, I don't care *that* much
|
||||||
|
|
||||||
@ -88,7 +95,7 @@
|
|||||||
Vegetarian: \vegetarian \\
|
Vegetarian: \vegetarian \\
|
||||||
Gluten Free: \glutenfree \\
|
Gluten Free: \glutenfree \\
|
||||||
Freeze: \freeze \\
|
Freeze: \freeze \\
|
||||||
Dessert: \dessert \\
|
%Dessert: \dessert \\ why would you need a Dessert tag if there's a section for it???
|
||||||
Meal Prep: \mealprep
|
Meal Prep: \mealprep
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
% optionally: replace \section with \part to add a level between (\chapter doesn't exist in the Article class)
|
% optionally: replace \section with \part to add a level between (\chapter doesn't exist in the Article class)
|
||||||
\section{Appetizers}
|
\section{Appetizers}
|
||||||
\input{recipes/TexasCaviar.tex}
|
|
||||||
\input{recipes/ChickenSliders.tex}
|
\input{recipes/ChickenSliders.tex}
|
||||||
|
\input{recipes/OatBalls.tex}
|
||||||
|
\input{recipes/TexasCaviar.tex}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\section{Main Dishes}
|
\section{Main Dishes}
|
||||||
@ -9,8 +10,9 @@
|
|||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\section{Desserts}
|
\section{Desserts}
|
||||||
\input{recipes/FudgyBrownies42.tex}
|
|
||||||
%\input{recipes/DatePinwheels.tex}
|
%\input{recipes/DatePinwheels.tex}
|
||||||
|
\input{recipes/FudgyBrownies42.tex}
|
||||||
|
\input{recipes/TollHouseCCC.tex}
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
\section{Drinks}
|
\section{Drinks}
|
||||||
|
@ -2,6 +2,4 @@
|
|||||||
\serves{6-8}
|
\serves{6-8}
|
||||||
\preptime{1 hour}
|
\preptime{1 hour}
|
||||||
\cooktime{1 hour}
|
\cooktime{1 hour}
|
||||||
\dishtype{\dessert}
|
\dishtype{\freeze}
|
||||||
\dishother{\freeze}
|
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
\preptime{45 minutes}
|
\preptime{45 minutes}
|
||||||
\cooktime{30 minutes}
|
\cooktime{30 minutes}
|
||||||
\dishtype{\dessert}
|
\dishtype{\dessert}
|
||||||
|
\dishother{\vegetarian}
|
||||||
|
|
||||||
\begin{step}
|
\begin{step}
|
||||||
Aluminum Foil
|
Aluminum Foil
|
||||||
|
18
recipes/OatBalls.tex
Normal file
18
recipes/OatBalls.tex
Normal 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}
|
@ -2,7 +2,7 @@
|
|||||||
\serves{6-8}
|
\serves{6-8}
|
||||||
\preptime{1 hour}
|
\preptime{1 hour}
|
||||||
\cooktime{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
|
\dishother{\glutenfree} % if you need more than one of the dish types? puts it in the other corner
|
||||||
|
|
||||||
\begin{step}
|
\begin{step}
|
||||||
|
40
recipes/TollHouseCCC.tex
Normal file
40
recipes/TollHouseCCC.tex
Normal 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}
|
Loading…
Reference in New Issue
Block a user