From 7c570d8ca620712d39b511c3dec3293b8f331dc7 Mon Sep 17 00:00:00 2001 From: David Daily Date: Mon, 26 Aug 2024 11:16:41 -0500 Subject: [PATCH] fix some stuff --- orderedrecipes.tex | 1 + recipes/FirecrackerMeatballs.tex | 3 +- recipes/Granola.tex | 51 +++++++++++-------------------- recipes/drinks/BerrySmoothies.tex | 2 +- render.sh | 4 +-- 5 files changed, 22 insertions(+), 39 deletions(-) diff --git a/orderedrecipes.tex b/orderedrecipes.tex index 53a7299..cbbcdfe 100644 --- a/orderedrecipes.tex +++ b/orderedrecipes.tex @@ -1,6 +1,7 @@ % optionally: replace \section with \part to add a level between (\chapter doesn't exist in the Article class) \section{Appetizers} \input{recipes/ChickenSliders.tex} +\input{recipes/Granola.tex} \input{recipes/OatBalls.tex} \input{recipes/TexasCaviar.tex} diff --git a/recipes/FirecrackerMeatballs.tex b/recipes/FirecrackerMeatballs.tex index adf61e1..02d55df 100644 --- a/recipes/FirecrackerMeatballs.tex +++ b/recipes/FirecrackerMeatballs.tex @@ -49,8 +49,7 @@ \begin{step} \cutext{6}{oz}/\textcolor{orange}{12}/\textcolor{brown}{24} Green beans Drizzle of oil - Salt - Pepper + Salt \& Pepper \method Toss on empty side of pan and roast on top rack until meatballs are cooked through and green beans are browned and tender, \cunum{14--16}{min}. diff --git a/recipes/Granola.tex b/recipes/Granola.tex index ec8cf0c..e0d1bfa 100644 --- a/recipes/Granola.tex +++ b/recipes/Granola.tex @@ -1,40 +1,23 @@ -\recipe[OPTIONAL HEADNOTE]{RECIPE NAME}[INITIAL INSTRUCTIONS] -\serves{6-8} +\recipe[An old Daily recipe]{Granola}[Preheat oven to \cunum{300}{F}, Grease 9x13 pan] +%\serves{-} \preptime{\cutext{15}{min}} -\cooktime{\cutext{10}{min}} -\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 +\cooktime{\cutext{30}{min}} +%\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} - Batter the dry: - \cutext{1}{cup} AP (or GF) flour - \cutext{0.5}{cup} almond flour - \cutext{1}{TL} baking powder % TL=teaspoon, EL=Tablespoon - \cutext{0.5}{TL} cinnamon - \cutext{0.25}{TL} nutmeg - \cutext{0.25}{TL} salt + \cutext{5}{cup} Rolled oats + \cutext{1}{cup} Wheat bran + \cutext{1}{cup} Coconut (optional) + \cutext{1/2}{cup} Vegetable oil + \cutext{1}{cup} Honey + \cutext{1/2}{cup} Sunflower seeds + \cutext{1}{EL} Cinnamon + \cutext{1}{EL} Vanilla extract \method - Whisk the flour, baking powder, spices, and salt together in small bowl. -\end{step} + Mix in bowl or directly in the pan. -\begin{step} - 4 large apples (if you can, choose 4 different kinds) -\method - Peel the apples, cut them in half and remove the cores. Cut the apples into 1- to 2-inch chunks. -\end{step} - -\begin{step} - Batter, the wet: - 2 large eggs - ¾ cup maple or brown sugar - 3 tablespoons dark rum - ½ teaspoon pure vanilla extract - 2--3 drops lemon extract - 8 tablespoons unsalted butter, melted and cooled -\method - In a medium bowl, beat the eggs with a whisk until they're foamy. Pour in the sugar and whisk for a minute or so to blend. Whisk in the rum, vanilla, and lemon oil. Whisk in the flour and when it is incorporated, add the melted butter, mixing gently so that you have a smooth, rather thick batter. - - Use a rubber spatula to fold-in the apples--it might look as if there isn't enough batter, but there is. Put the batter into the prepared pan, smoothing the top as much as possible. Bake for 55--65 minutes, or until a toothpick inserted in the middle comes out clean. - - Let cool 30 minutes. Before removing the side of the springform pan, run a knife around the edge of the cake to make sure no apples stuck to the pan. + Bake for \cunum{20--30}{min}, stirring after \cunum{15}{min}. + + Add dry fruit (\cunum{1/2}{cup} Raisins) after baking. Stir occasionally while it cools down. \end{step} \ No newline at end of file diff --git a/recipes/drinks/BerrySmoothies.tex b/recipes/drinks/BerrySmoothies.tex index 98f7a2b..30a19be 100644 --- a/recipes/drinks/BerrySmoothies.tex +++ b/recipes/drinks/BerrySmoothies.tex @@ -6,4 +6,4 @@ Blend the following ingredients:\\ 1 Banana, in chunks\\ \cutext{2}{cup}/\cunum[cup=ml]{2}{cup} frozen berries\\ \cutext{3/4}{cup}/\cunum[cup=ml]{0.75}{cup} Vanilla greek yoghurt (If only plain is at hand, add \cutext{1}{TL} vanilla extract)\\ -(Optional) \cutext{1}{EL}/\cunum{15}{ml} Honey \ No newline at end of file +\cutext{1}{EL}/\cunum{15}{ml} Honey (optional) diff --git a/render.sh b/render.sh index 02e5d6b..76cc325 100755 --- a/render.sh +++ b/render.sh @@ -15,7 +15,7 @@ echo echo -_-_-_-_-_-_-_-_- Booklet -_-_-_-_-_-_-_-_- echo # https://github.com/jenom/pdfbook2 -pdfbook2 -s -o 0 -i 0 -t 0 -b 0 -p letterpaper Recipes.pdf +pdfbook2 --no-crop --top-margin=5 --bottom-margin=5 --outer-margin=0 --inner-margin=0 --short-edge --paper=letterpaper Recipes.pdf rm *.aux *.out *.log *.toc mv -v Recipes.pdf /home/david/fileshare/LaTeX/Recipes -mv -v Recipes-book.pdf /home/david/fileshare/LaTeX/Recipes/Recipes-booklet.pdf \ No newline at end of file +mv -v Recipes-book.pdf /home/david/fileshare/LaTeX/Recipes/Recipes-booklet.pdf