added some recipes :)

This commit is contained in:
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
}