added some recipes :)
This commit is contained in:
9
main.tex
9
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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user